评论:被垃圾评论搞得很郁闷 http://www.zhihonglin.com/archives/156 我爱哈佛蛋 Mon, 06 Sep 2010 19:09:53 +0000 http://wordpress.org/?v=2.7.1 hourly 1 来自:davy http://www.zhihonglin.com/archives/156/comment-page-1#comment-2280 davy Sat, 22 Aug 2009 00:01:22 +0000 http://www.zhihonglin.com/?p=156#comment-2280 用个防垃圾评论的插件吧,或者用验证码之类的 用个防垃圾评论的插件吧,或者用验证码之类的

]]>
来自:olive http://www.zhihonglin.com/archives/156/comment-page-1#comment-2190 olive Mon, 10 Aug 2009 09:13:03 +0000 http://www.zhihonglin.com/?p=156#comment-2190 indeed indeed

]]>
来自:Minima http://www.zhihonglin.com/archives/156/comment-page-1#comment-2142 Minima Wed, 05 Aug 2009 18:53:41 +0000 http://www.zhihonglin.com/?p=156#comment-2142 find your way to fix this find your way to fix this

]]>
来自:Daniel http://www.zhihonglin.com/archives/156/comment-page-1#comment-2106 Daniel Sat, 25 Jul 2009 20:15:58 +0000 http://www.zhihonglin.com/?p=156#comment-2106 take it easy, all blogers have encountered these! take it easy, all blogers have encountered these!

]]>
来自:我的独立博客创建过程(二) | 我爱哈佛蛋 http://www.zhihonglin.com/archives/156/comment-page-1#comment-970 我的独立博客创建过程(二) | 我爱哈佛蛋 Wed, 10 Jun 2009 15:36:46 +0000 http://www.zhihonglin.com/?p=156#comment-970 [...] update:本文因为之前无意中引用了一个低俗网站的网址,招来大量的垃圾评论,现在已经重新改写了。 分类: Site Development 标签: wordpress 评论 (2) Trackbacks (2) 发表评论 Trackback [...] [...] update:本文因为之前无意中引用了一个低俗网站的网址,招来大量的垃圾评论,现在已经重新改写了。 分类: Site Development 标签: wordpress 评论 (2) Trackbacks (2) 发表评论 Trackback [...]

]]>
来自:如何快速删除垃圾评论 | 我爱哈佛蛋 http://www.zhihonglin.com/archives/156/comment-page-1#comment-956 如何快速删除垃圾评论 | 我爱哈佛蛋 Sun, 07 Jun 2009 06:18:24 +0000 http://www.zhihonglin.com/?p=156#comment-956 [...] 在被垃圾评论搞得很郁闷之后,我想到了应该可以去数据库里删除垃圾评论。到网站空间的后台,使用phpmyadmin登录数据库,然后选择wp_comments这个表,执行SQL语句,这个SQL语句可以根据出现在各个垃圾评论里的某个关键词来设计,比如垃圾评论的作者邮箱地址一般都有个buy字,那么用如下的SQL语句: SELECT * FROM `wp_comments` WHERE `comment_author_email`  LIKE  ’%buy%’ [...] [...] 在被垃圾评论搞得很郁闷之后,我想到了应该可以去数据库里删除垃圾评论。到网站空间的后台,使用phpmyadmin登录数据库,然后选择wp_comments这个表,执行SQL语句,这个SQL语句可以根据出现在各个垃圾评论里的某个关键词来设计,比如垃圾评论的作者邮箱地址一般都有个buy字,那么用如下的SQL语句: SELECT * FROM `wp_comments` WHERE `comment_author_email`  LIKE  ’%buy%’ [...]

]]>