我也“豆瓣”

豆瓣——前一段时间,大家在自己的blog上力推的网站。但我始终是没有加入,因为我知道自己是不可能在那里坚持下去的,毕竟自己的语言文字水平极差,不敢在文人聚集的地方班门弄斧。
但现在也是经不起诱惑,终于还是加入了(自己不会写,看看别人的也是不错的)。
看看别人推荐的书吧!以我追求简单的性格,先看本童话吧,翻翻,看到小时候看过的一部动画——绿野仙踪

简介:
《绿野仙踪》是世界儿童文学的瑰宝,是小朋友都应该读的一部童话。它的作者是美国作家弗兰克.鲍姆,他因为写了这部童话,享有“美国童话之你”美誉。这部童话在1900年一出版就大受美国小读者欢迎。作者欲罢不能,还写了好多部续集,成了一个系列。这部获得如此巨大成功的童话写一个小姑娘,被龙卷风吹到了一个遥远的地方,为了寻找回家的路,她开始了惊险的旅程,路上先后遇到了要寻找心脏的铁皮樵夫、要寻找脑子的稻草人、要寻找胆子的小胆狮,一起结伴而行,最后历了许多险,终于各遂心愿。这部童话在1939年拍成电影,获得了美国奥斯卡奖,直到现在常放常新。2000年正好是童话出版的100周年,这里,将它再一次献给大家。

看了简介,我又童心起了,在Google上搜一下,看能不能找到电子书。第一页就找到了我想要的The Wizard of OZ,以连环画的形式,讲述了这个童话。

打算弄个wap站点

借了本关于wml和xml的书。打算自己弄个wap 竹叶。先在网上看一下有关的教程,发现蓝色理想论坛里的wap区很多有用的资料哦!

【WAP中文字符传递 PHP解决方案】
现在给出PHP中的完美解决方案,无论是采用普通ASCII码,还是UTF-8格式存储,提交的中文字符奇偶,都没有问题。

采用普通文件格式ASCII码存储,保存为testgb.php

<?php
header("Content-Type: text/vnd.wap.wml;charset=GB2312");
echo '<?xml version="1.0" encoding="GB2312"?>';
echo '<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">';
?>
<wml>
<card id="main" title="PHP Web">
<p>
GET提交,结果:
<?php echo iconv("utf-8", "gb2312",$_GET["name"]);?><br/>
POST提交,结果:
<?php echo iconv("utf-8", "gb2312",urldecode($_POST["name"])); ?><br/>
<input name="name" emptyok="false" tabindex="2" format="*m"/>
<a href="testgb.php?name=$(name:e)">提交aaa</a><br/>
<anchor>提交anchor
<go href="testgb.php" method="post">
<postfield name="name" value="$(name:e)" />
</go>
</anchor><br/>
</p>
</card>
</wml>

采用UTF-8格式存储,保存为test_utf.php

<?php
header("Content-Type: text/vnd.wap.wml;charset=UTF-8");
echo '<?xml version="1.0" encoding="UTF-8"?>';
echo '<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">';
?>
<wml>
<card id="main" title="PHP Web">
<p>
GET提交,结果:
<?php echo $_GET["name"]; ?><br/>
POST提交,结果:
<?php echo urldecode($_POST["name"]); ?><br/>
<input name="name" emptyok="false" tabindex="2" format="*m"/>
<a href="test_utf.php?name=$(name:e)">提交aaa</a><br/>
<anchor>提交anchor
<go href="test_utf.php" method="post">
<postfield name="name" value="$(name:e)" />
</go>
</anchor><br/>
</p>
</card>
</wml>

蓝色理想

大吃一惊

刚才在后台看访问统计,无意中点了Post,出乎意料的是竟然出现个404,惊!点点其他的页面,同样是404,急!赶紧看看FTP,是不是被黑客黑了(我这种小站??),530密码出错!!马上去edong看看,login,查看虚拟主机状态,关闭??看看备案资料,出错!原来是备案的编号填写出错了,打开邮箱,找到备案的邮件,把编号复制,填上,看看状态——启动,搞定!!虚惊一场!

继续网络闲逛,看见自己的blog。咦?PR值竟然是0!!
怎么回事?这PR也太神奇了吧,说来就来,说走就走!点开prchecker.info确认一下是不是这的变成0了。一看就发现新闻了:

28 May, 2005 – Update: Google.com have stoped their pagerank service today, and ALL the sites have ZERO rank now. We do not know if this is a temporary problem, but we hope it is, and we hope they will resolve this issue in several days, we’ll post an update when it is available.

Learn more e.g. here: http://www.webproworld.com/viewtopic.php?t=46300

原来Google停止了Pagerank服务(不知道是不是暂时的)!所有的网站的PR都变成0了!难道真的像Google说的那样,PR只是一个玩具!但愿不是~~
[update 2005-05-31]今天打开firefox一看,发现PR又有了

What’s wrong!

WordPress1.5.1版本问题可真不少,前段时间是trackbacks的问题,更新到1.5.1.1。现在有出现了安全问题(安全最重要!)!看看是怎么回事!

It has come to our attention that under certain circumstances there is a security vulnerability in WordPress that may be triggered if you’re running the default template. We were able to respond very quickly (under 40 minutes) and update the download to 1.5.1.2. You can upgrade by overwriting your old 1.5 files or if you would like to apply the fix manually it is relatively simple:

1、Open the wp-includes/template-functions-category.php file in a text editor like Wordpad.
2、Go to around line 103 where it says get_the_category_by_ID.
3、Create a new line after that and paste in $cat_ID = (int) $cat_ID;

One note, even if the vulnerability was present in your blog, you would still be safe if your host ran mod_security on their servers. It is an Apache module which can provide very high-level protection against everything like the vulnerability above to comment spam. We will be updating the hosting page shortly to reflect which hosts there support mod_security or not.

当你使用的theme是默认theme的时候,将会引发这个安全漏洞(其他模板不会??为了更安全还是补上的好!),但如果你的服务器运行于mod_security下,这个问题也就不是问题了!(我在使用的服务器没有这个哦~查看方法:下载一个PHP探针,打开后,看“服务器解译引擎”或phpinfo中的”SERVER_SOFTWARE”)

补丁方法:
1、去wordpress下载1.5.1.2版本,覆盖原文件即可;
2、如果你想自己动手,很简单。打开wp-includes/template-functions-category.php(可以在后台的Manage→Files中打开,方便!),查找到get_the_category_by_ID(在103行,是个函数名),在这行的下面加上$cat_ID = (int) $cat_ID;
既是把
function get_the_category_by_ID($cat_ID) {
$category = &get_category($cat_ID);
return $category->cat_name;
}
改为
function get_the_category_by_ID($cat_ID) {
$cat_ID = (int) $cat_ID; //添加这行
$category = &get_category($cat_ID);
return $category->cat_name;
}

汗,发现自己的blog上不能留言了!

原因还不清楚,难道跟我上次用的那个插件有关??
到现在还是没搞定,烦~~
[PS]谢谢 jay在留言簿上的提醒!!之前的很多留言都没能及时回复,在这里跟大伙说声对不起了~
[ungrade]把wordpress升级到了1.5.1.1,好像现在可以了!

终于把备案搞定了

其实,早在4月初就在edong填写了资料,可一直也没审核,问了几次都是叫人等。好吧,等就等罗,反正我的小站没什么东西见不得人的~~
终于今天算把这件事给搞定了,以后不用老往edong那里“跑”了~~:mrgreen:(在那里查域名还比较方便,没事干就查一下:mrgreen:)
我的编号↓↓
备案序号:粤ICP备05018037号

PR暴涨!!

今天看见很多人都说自己的pr长了!如刚才装Lilina的时候,搜索加速Lilina的显示时,链接到的Kreny’s blog
我赶紧用firefox上一下自己的blog。一看,哦~~:shock:首页长到3,blog首页长到4~~:mrgreen:太疯狂了吧~~一下子从0长到3和4
[EDIT]看了一下其他blog,发现都长了~我以为:oops:

加入了中文Wp Planet

:mrgreen::mrgreen:加入了中文wp planet
发现用email发的blog,标题中的中文不能正确显示,但内容却可以显示,为什么呢:?::?: