WP-GoogleStats

记录和显示google蜘蛛索引你的网页的情况。
一、因为作者没有用PHP添加MYSQL,所以要自己添加如下Table

CREATE TABLE `wp_googlestats` (  
  `page` varchar(100) NOT NULL DEFAULT '',  
  `lastvisit` int(11) NOT NULL DEFAULT '0',  
  `frequency` int(11) NOT NULL DEFAULT '0',  
  `visits` int(11) NOT NULL DEFAULT '0',  
  `timestamp` timestamp(14) NOT NULL,  
  KEY `page` (`page`)
)

二、从如下链接中下载plugin,并把后缀名从phps改为php;
三、把上列文件上传到blog的plugins文件夹中,在后台激活相应的plugin;
四、在模板中加入如下PHP代码,可显示googlebot最后索引的时间:

< ?php if (function_exists ('wp_ftr_googlestats')) wp_ftr_googlestats('l, F j, Y'); ?>

显示效果:

Googlebot visited this page Friday, September 24, 2004

五、详情可进作者plugin页查看

blog上太空啦~~

更新:看来这个有趣的网站已经挂掉了!

At approximately 3:05 p.m. on the late afternoon of December 5, 2005 at North Latitude of 28* 23′ 18″ and West Longitude of 80* 36′ 18″ traveling at a direction of Azimuth 200 degrees at an elevation of 65 degrees on a 5945 MHz frequency, your message was beamed into deep space.

刚才收到了这封来自bloginspace.com的邮件,说我的blog被发送上天了,:mrgreen: 😀 😛 😉 😆

Yesterday Reading (2005-12-06)

Some stuff :

My Blogmark

用来代替bookmarklet的bookmarklet

Blummy是一个提供管理bookmarklet的网站。它可使你所有bookmarklet集成到一个bookmarklet中。
http://www.blummy.com/img/blummy.swf

收到了Ubuntu光盘


:mrgreen::mrgreen:终于都等到了,这几天在几个地方都看到了收到Ubuntu光盘的“喜讯”。没想到我也收到了。
不过还要等等才行,因为寄到家里去了。等吧~~

订购Ubuntu CD(免费):shipit@Ubuntu
中文Ubuntu

Yesterday Reading (2005-12-05)

Some stuff :

blogmarks

唉,贪婪~~

贪婪favicon动荡的贪婪大陆
曾经贪婪给我的印象是:第一次下bt的地方,bt能下的很快的一个地方(全赖大家的支持),技术含量颇高的一个站……
虽然我喜欢漫画胜于动画而不在贪婪里混很久了,但印象中的贪婪还是很不错的。
可现在……
[Via][More]

折架纸飞机

😯 😯 看国外一强人的作品(详细讲解了怎样折9种飞机,还标出了飞机折的难度、速度和攻击力)。
想想自己会折的那种。唉,没得比啊~~
纸飞机
学学去~~
More
今天搞鼓了一天Flash,想做一个简单的flash + PHP mp3播放器,没成功(自己一点Flash都不会,看别人的教程都看不懂)。 🙁