<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>David&#039;s Simple Life &#187; 插件</title> <atom:link href="http://simplife.org/tag/%e6%8f%92%e4%bb%b6/feed" rel="self" type="application/rss+xml" /><link>http://simplife.org</link> <description>Hope is a good thing, maybe the best of things, and no good thing ever dies.</description> <lastBuildDate>Tue, 03 Jan 2012 07:41:41 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>关于Akismet的API Key</title><link>http://simplife.org/2007/03/04/avoid-akismet-api-key-verification.html</link> <comments>http://simplife.org/2007/03/04/avoid-akismet-api-key-verification.html#comments</comments> <pubDate>Sat, 03 Mar 2007 16:12:08 +0000</pubDate> <dc:creator>David.He</dc:creator> <category><![CDATA[知识学习]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[插件]]></category> <category><![CDATA[朋友]]></category> <guid
isPermaLink="false">http://www.6571.net/weblog/?p=312</guid> <description><![CDATA[3月4日更新 今天才用Akismet，要wordpress.com的API Key，根本打不开，肯定被GFW掉了。google到了一米六二的不转载的解决方案，成功解决！版本Akismet 2.0。 一米六二的解决方案： 打开akismet.php，修改过程如下: 找到 function akismet_verify_key( $key ) { 直接在后面加上: return ture; 就行了。 上传了一下，然后再来到要求输入API key的页面:/wp-admin/plugins.php?page=akismet/akismet.php,随便输入一个，比如123456,然后update,就成功了。 Freeman提出的疑问： 这现在恐怕行不通了,Akismet阻挡垃圾评论是把评论的相关信息传到Akismet服务器作对比,然后判断评论是否是垃圾.现在Akismet服务器被GFW了,Akismet插件也就毫无用处了. Update： 上面的方法在2.0似乎确实行不通，后台Plugins下面的Akismet Spam一直是0，无效。现在才用Akismet2.0的用户，让我们来用试试另外一个方法获得真正的API Key： 点击http://anonymouse.org/，通过这个就能够访问被封的wordpress.com了，只不过cookies未必能传过去。我试验成功，注册了新帐户，并且收到了Email来的API Key，Akismet Spam已经有显示数目了。 相关文章February 3, 2007 -- New Plugins AddedJune 4, 2007 -- Nicky做的新主题iBlueMay 21, 2007 -- Update Wordpress, Change themeMarch 3, 2007 -- Wordpress 2.1.1紧急升级至2.1.2March 2, 2007 -- Site Changes [...]]]></description> <content:encoded><![CDATA[<p><em>3月4日更新</em><br
/> 今天才用Akismet，要<a
href="http://wordpress.com/api-keys">wordpress.com的API Key</a>，根本打不开，肯定被GFW掉了。google到了<a
href="http://www.162cm.com/archives/331.html">一米六二的不转载的解决方案</a>，成功解决！版本Akismet 2.0。<br
/> 一米六二的解决方案：<br
/> <span
id="more-287"></span><br
/> 打开akismet.php，修改过程如下:<br
/> 找到</p><p><coolcode>function akismet_verify_key( $key ) {</coolcode></p><p>直接在后面加上:</p><p><coolcode>return ture;</coolcode></p><p>就行了。<br
/> 上传了一下，然后再来到要求输入API key的页面:/wp-admin/plugins.php?page=akismet/akismet.php,随便输入一个，比如123456,然后update,就成功了。</p><p><a
href="http://www.snsnow.com/blog/">Freeman</a>提出的疑问：<br
/> 这现在恐怕行不通了,Akismet阻挡垃圾评论是把评论的相关信息传到Akismet服务器作对比,然后判断评论是否是垃圾.现在Akismet服务器被GFW了,Akismet插件也就毫无用处了.</p><p><strong>Update：</strong><br
/> 上面的方法在2.0似乎确实行不通，后台Plugins下面的Akismet Spam一直是0，无效。现在才用Akismet2.0的用户，让我们来用试试另外一个方法获得真正的API Key：</p><p>点击<a
href="http://anonymouse.org/">http://anonymouse.org/</a>，通过这个就能够访问被封的wordpress.com了，只不过cookies未必能传过去。我试验成功，注册了新帐户，并且收到了Email来的API Key，Akismet Spam已经有显示数目了。</p><h3  class="related_post_title">相关文章</h3><ul
class="related_post"><li>February 3, 2007 -- <a
href="http://simplife.org/2007/02/03/new-plugins-added.html" title="New Plugins Added">New Plugins Added</a></li><li>June 4, 2007 -- <a
href="http://simplife.org/2007/06/04/iblue-theme-for-wordpress.html" title="Nicky做的新主题iBlue">Nicky做的新主题iBlue</a></li><li>May 21, 2007 -- <a
href="http://simplife.org/2007/05/21/update-wordpress-change-theme.html" title="Update Wordpress, Change theme">Update Wordpress, Change theme</a></li><li>March 3, 2007 -- <a
href="http://simplife.org/2007/03/03/wordpress-211-dangerous-upgrade.html" title="Wordpress 2.1.1紧急升级至2.1.2">Wordpress 2.1.1紧急升级至2.1.2</a></li><li>March 2, 2007 -- <a
href="http://simplife.org/2007/03/02/site-changes-070302.html" title="Site Changes 07.03.03">Site Changes 07.03.03</a></li></ul>]]></content:encoded> <wfw:commentRss>http://simplife.org/2007/03/04/avoid-akismet-api-key-verification.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Site Changes 07.03.03</title><link>http://simplife.org/2007/03/02/site-changes-070302.html</link> <comments>http://simplife.org/2007/03/02/site-changes-070302.html#comments</comments> <pubDate>Fri, 02 Mar 2007 03:27:21 +0000</pubDate> <dc:creator>David.He</dc:creator> <category><![CDATA[杂谈视野]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[插件]]></category> <guid
isPermaLink="false">http://www.6571.net/weblog/?p=303</guid> <description><![CDATA[昨天在Nicky的帮助下，换了他做的新主题。并修改了其他一些地方，插件也做了一些变动。在此对Nicky表示感谢！ 现在看起来清爽了许多，不过还有一些细节的地方需要修改。具体修改如下 Changes: 应用Nicky提供的新主题 修改模板，加入WP-PostViews 1.10显示 增加插件CDC Clean Archives .60 增加插件Related Entries 2.02 增加插件中文 WordPress 工具箱1.2(Nicky修改版) 增加插件Gravatar 1.1 增加插件WP Grins 1.3 增加插件WP-ServerInfo 1.00 增加插件Share This 禁用插件Breadcrumb Navigation XT 1.6 禁用插件Extended Live Archives 0.10beta-r18 禁用插件Sidebar Widgets 1.0.20060711 增加Tags页面 修改模版sidebar，把Archives换为Categories，增加share this插件的相应代码 修改CSS，在.post small下增加了几个class，.post .tags, .list .tags修改了margin Others(to be continued) 相关文章March 4, 2007 -- 关于Akismet的API KeyFebruary 3, 2007 [...]]]></description> <content:encoded><![CDATA[<p>昨天在<a
href="http://www.osxcn.com/">Nicky</a>的帮助下，换了他做的新主题。并修改了其他一些地方，插件也做了一些变动。在此对Nicky表示感谢！<br
/> 现在看起来清爽了许多，不过还有一些细节的地方需要修改。具体修改如下<br
/> <span
id="more-282"></span><br
/> Changes:</p><ul><li>应用<a
href="http://www.osxcn.com">Nicky</a>提供的新主题</li><li>修改模板，加入<a
href="http://www.lesterchan.net/portfolio/programming.php">WP-PostViews 1.10</a>显示</li><li>增加插件<a
href="http://wp-plugins.net/plugin/cdc_clean_archives/">CDC Clean Archives .60</a></li><li>增加插件<a
href="http://wasabi.pbwiki.com/Related%20Entries">Related Entries 2.02 </a></li><li>增加插件<a
href="http://yanfeng.org/blog/wordpress/kit">中文 WordPress 工具箱1.2</a>(Nicky修改版)</li><li>增加插件<a
href="http://site.gravatar.com/site/implement#section_2_2">Gravatar 1.1</a></li><li>增加插件<a
href="http://alexking.org/projects/wordpress">WP Grins 1.3</a></li><li>增加插件<a
href="http://www.lesterchan.net/portfolio/programming.php">WP-ServerInfo 1.00</a></li><li>增加插件<a
href="http://alexking.org/projects/wordpress">Share This</a></li><li>禁用插件<a
href="http://sw-guide.de/wordpress/breadcrumb-nav-xt/">Breadcrumb Navigation XT 1.6</a></li><li>禁用插件<a
href="http://www.sonsofskadi.net/extended-live-archive/">Extended Live Archives 0.10beta-r18</a></li><li>禁用插件<a
href="http://svn.wp-plugins.org/widgets/trunk">Sidebar Widgets 1.0.20060711<br
/> </a></li><li>增加Tags页面</li><li>修改模版sidebar，把Archives换为Categories，增加share this插件的相应代码</li><li>修改CSS，在.post small下增加了几个class，.post .tags, .list .tags修改了margin</li><li>Others(to be continued)</li></ul><h3  class="related_post_title">相关文章</h3><ul
class="related_post"><li>March 4, 2007 -- <a
href="http://simplife.org/2007/03/04/avoid-akismet-api-key-verification.html" title="关于Akismet的API Key">关于Akismet的API Key</a></li><li>February 3, 2007 -- <a
href="http://simplife.org/2007/02/03/new-plugins-added.html" title="New Plugins Added">New Plugins Added</a></li><li>January 13, 2007 -- <a
href="http://simplife.org/2007/01/13/site-changes-070113.html" title="Site Changes 07.01.13">Site Changes 07.01.13</a></li><li>February 28, 2010 -- <a
href="http://simplife.org/2010/02/28/wordpress-theme-mya2.html" title="Wordpress主题推荐——Mya2">Wordpress主题推荐——Mya2</a></li><li>June 18, 2009 -- <a
href="http://simplife.org/2009/06/18/wordpress-p2-permanent-link-bug-fix.html" title="Wordpress主题P2固定链接bug解决方法">Wordpress主题P2固定链接bug解决方法</a></li></ul>]]></content:encoded> <wfw:commentRss>http://simplife.org/2007/03/02/site-changes-070302.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>New Plugins Added</title><link>http://simplife.org/2007/02/03/new-plugins-added.html</link> <comments>http://simplife.org/2007/02/03/new-plugins-added.html#comments</comments> <pubDate>Sat, 03 Feb 2007 11:48:26 +0000</pubDate> <dc:creator>David.He</dc:creator> <category><![CDATA[杂谈视野]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[插件]]></category> <category><![CDATA[朋友]]></category> <guid
isPermaLink="false">http://www.6571.net/weblog/?p=244</guid> <description><![CDATA[这两天抽空在对本站进行一些优化，为了更方便大家阅读，同时也为了了解大家对于本站的建议和意见，特意增加了一些插件。这些插件全部来自于lesterchan.net。 做一个简单的列表，包括安装、升级、使用方法等的链接： WP-PageNavi 2.10 » Readme/Changelog » Demo » Download » Support Forum WP-Polls 2.14 » Readme/Changelog » Demo » Download » Support Forum WP-PostRatings 1.10 » Readme/Changelog » Demo » Download » Support Forum WP-PostViews 1.10 » Readme/Changelog » Demo » Download » Support Forum 投票和每个entry的评级都是不需要注册的，游客直接可以参加评选，路过的朋友如果有兴趣，希望您随手点一下，帮我更好认识自己的站点。 Thank you all. 相关文章March 4, 2007 -- 关于Akismet的API [...]]]></description> <content:encoded><![CDATA[<p><img
src='http://simplife.org/wp-content/uploads/2007/03/wordpress.png' alt='Wordpress' /><br
/> 这两天抽空在对本站进行一些优化，为了更方便大家阅读，同时也为了了解大家对于本站的建议和意见，特意增加了一些插件。这些插件全部来自于<a
href="http://www.lesterchan.net" title="lesterchan.net" target="_blank">lesterchan.net</a>。</p><p>做一个简单的列表，包括安装、升级、使用方法等的链接：</p><blockquote><p><strong>WP-PageNavi 2.10</strong><br
/> <strong>»</strong> <a
href="http://www.lesterchan.net/wordpress/readme/wp-pagenavi.html">Readme/Changelog</a><br
/> <strong>»</strong> <a
href="http://www.lesterchan.net/wordpress/">Demo</a><br
/> <strong>»</strong> <a
href="http://www.lesterchan.net/others/downloads.php?id=11">Download</a><br
/> <strong>»</strong> <a
href="http://forums.lesterchan.net/index.php?board=14.0">Support Forum</a></p><p><strong>WP-Polls 2.14</strong><br
/> <strong>»</strong> <a
href="http://www.lesterchan.net/wordpress/readme/wp-polls.html">Readme/Changelog</a><br
/> <strong>»</strong> <a
href="http://www.lesterchan.net/wordpress/">Demo</a><br
/> <strong>»</strong> <a
href="http://www.lesterchan.net/others/downloads.php?id=10">Download</a><br
/> <strong>»</strong> <a
href="http://forums.lesterchan.net/index.php?board=15.0">Support Forum</a></p><p><strong>WP-PostRatings 1.10</strong><br
/> <strong>»</strong> <a
href="http://www.lesterchan.net/wordpress/readme/wp-postratings.html">Readme/Changelog</a><br
/> <strong>»</strong> <a
href="http://www.lesterchan.net/wordpress/">Demo</a><br
/> <strong>»</strong> <a
href="http://www.lesterchan.net/others/downloads.php?id=20">Download</a><br
/> <strong>»</strong> <a
href="http://forums.lesterchan.net/index.php?board=17.0">Support Forum</a></p><p><strong>WP-PostViews 1.10</strong><br
/> <strong>»</strong> <a
href="http://www.lesterchan.net/wordpress/readme/wp-postviews.html">Readme/Changelog</a><br
/> <strong>»</strong> <a
href="http://www.lesterchan.net/wordpress/">Demo</a><br
/> <strong>»</strong> <a
href="http://www.lesterchan.net/others/downloads.php?id=19">Download</a><br
/> <strong>»</strong> <a
href="http://forums.lesterchan.net/index.php?board=16.0">Support Forum</a></p></blockquote><p>投票和每个entry的评级都是不需要注册的，游客直接可以参加评选，路过的朋友如果有兴趣，希望您随手点一下，帮我更好认识自己的站点。<br
/> Thank you all.</p><h3  class="related_post_title">相关文章</h3><ul
class="related_post"><li>March 4, 2007 -- <a
href="http://simplife.org/2007/03/04/avoid-akismet-api-key-verification.html" title="关于Akismet的API Key">关于Akismet的API Key</a></li><li>June 4, 2007 -- <a
href="http://simplife.org/2007/06/04/iblue-theme-for-wordpress.html" title="Nicky做的新主题iBlue">Nicky做的新主题iBlue</a></li><li>May 21, 2007 -- <a
href="http://simplife.org/2007/05/21/update-wordpress-change-theme.html" title="Update Wordpress, Change theme">Update Wordpress, Change theme</a></li><li>March 3, 2007 -- <a
href="http://simplife.org/2007/03/03/wordpress-211-dangerous-upgrade.html" title="Wordpress 2.1.1紧急升级至2.1.2">Wordpress 2.1.1紧急升级至2.1.2</a></li><li>March 2, 2007 -- <a
href="http://simplife.org/2007/03/02/site-changes-070302.html" title="Site Changes 07.03.03">Site Changes 07.03.03</a></li></ul>]]></content:encoded> <wfw:commentRss>http://simplife.org/2007/02/03/new-plugins-added.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Site Changes 07.01.13</title><link>http://simplife.org/2007/01/13/site-changes-070113.html</link> <comments>http://simplife.org/2007/01/13/site-changes-070113.html#comments</comments> <pubDate>Sat, 13 Jan 2007 15:51:36 +0000</pubDate> <dc:creator>David.He</dc:creator> <category><![CDATA[杂谈视野]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[插件]]></category> <guid
isPermaLink="false">http://www.6571.net/weblog/?p=206</guid> <description><![CDATA[前两天wordpress2.0.6刚出不久就有feedburner bug，现在又有hacker发现2.0.6的SQL注入漏洞。幸亏没升级，今天直接升到wordpress2.0.7RC1算了。 WordPress2.0.7RC1 changes： 1. worked around a PHP bug for PHP4 < 4.4.3 and PHP5 < 5.1.4 with register_globals ON that could lead to SQL injection or other security breaches 2. Feeds should properly show 304 Not Modified headers (a.k.a. the FeedBurner bug) instead of mismatched 200/304 headers 3. Backport of another 304 Not [...]]]></description> <content:encoded><![CDATA[<p>前两天wordpress2.0.6刚出不久就有feedburner bug，现在又有hacker发现2.0.6的SQL注入漏洞。幸亏没升级，今天直接升到<a
href="http://wordpress.org/beta/wordpress-2.0.7-RC1.zip">wordpress2.0.7RC1</a>算了。</p><ul> WordPress2.0.7RC1 changes：</p><li>1. worked around a PHP bug for PHP4 < 4.4.3 and PHP5 < 5.1.4 with register_globals ON that could lead to SQL injection or other security breaches</li></li><li>2. Feeds should properly show 304 Not Modified headers (a.k.a. the FeedBurner bug) instead of mismatched 200/304 headers</li><li> 3. Backport of another 304 Not Modified fix from trunk (Etag mismatch on certain hosts would cause 200 OK and content to always be served, a waste of bandwidth)</li><li>4. Deleting WP Pages no longer gives an “Are You Sure?” prompt</li><li>5. After deleting a WP Page, you are properly redirected to the Edit Pages screen</li><li>6. Sending an image at original size in IE no longer adds an incorrect “height” attribute</li></ul><p>由于是周末，于是又换了个主题，个人比较喜欢这个由<a
href="http://iqwolf.org/">iqwolf</a>做的主题<a
href="http://iqwolf.org/wordpress-themes/unnamed-one/">unnamed1.0</a>。</p><p>site changes：</p><p>在空间enable了shell，虽然不太熟悉其命令，但是实用性实在诱人；<br
/> wordpress升级至2.0.7RC1，虽然据评价2.1的beta还是不错的，但是可能涉及到插件兼容的问题，暂时不升级，过些日子再说；</p><ul><li>更换了主题<a
href="http://iqwolf.org/wordpress-themes/unnamed-one">unnamed1.0</a>；</li><li>增加了插件<a
href="http://downloads.wordpress.org:80/plugin/widgets.zip">sidebar widgets</a>；</li><li>重新定义了高亮代码插件coolcode，直接支持code标签。见andy的<a
href="http://www.21andy.com/blog/20070111/516.html">coolcode修正版</a>；</li><li>去除了原来authimage插件，换成了<a
href="http://www.theblog.ca/?p=21">anti-spam</a>；</li><li>通过插件自定义了random post；</li><li>进行了其它一些调整。</li></ul><p><strong>code测试</strong><br
/> <coolcode
lang="php"><br
/> < ?php<br
/> //截取中文字符串<br
/> function mysubstr($str, $start, $len) {<br
/> $tmpstr = "";<br
/> $strlen = $start + $len;<br
/> for($i = 0; $i < $strlen; $i++) {<br
/> if(ord(substr($str, $i, 1)) > 0xa0) {<br
/> $tmpstr .= substr($str, $i, 2);<br
/> $i++;<br
/> } else<br
/> $tmpstr .= substr($str, $i, 1);<br
/> }<br
/> return $tmpstr;<br
/> }<br
/> ?><br
/> </coolcode></p><h3  class="related_post_title">相关文章</h3><ul
class="related_post"><li>March 4, 2007 -- <a
href="http://simplife.org/2007/03/04/avoid-akismet-api-key-verification.html" title="关于Akismet的API Key">关于Akismet的API Key</a></li><li>March 2, 2007 -- <a
href="http://simplife.org/2007/03/02/site-changes-070302.html" title="Site Changes 07.03.03">Site Changes 07.03.03</a></li><li>February 3, 2007 -- <a
href="http://simplife.org/2007/02/03/new-plugins-added.html" title="New Plugins Added">New Plugins Added</a></li><li>February 28, 2010 -- <a
href="http://simplife.org/2010/02/28/wordpress-theme-mya2.html" title="Wordpress主题推荐——Mya2">Wordpress主题推荐——Mya2</a></li><li>June 18, 2009 -- <a
href="http://simplife.org/2009/06/18/wordpress-p2-permanent-link-bug-fix.html" title="Wordpress主题P2固定链接bug解决方法">Wordpress主题P2固定链接bug解决方法</a></li></ul>]]></content:encoded> <wfw:commentRss>http://simplife.org/2007/01/13/site-changes-070113.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
