<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[Bo-blog维护：博客遭遇海量垃圾大轰炸]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Fri, 13 May 2011 15:15:21 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	就一个晚上，博客垃圾留言就达到3286条，太恐怖了。还好，昨天在关电脑前设置了所有发言都需审核。Bo-blog官方论坛说，Bo-blog主程序目前有防止大量垃圾发言的有效补丁,我也安装了，但是依旧有上千条，我都不知道Bo-Blog新发的补丁有验证码和自动识别还是有这么多的垃圾留言，难道真有人自动填写验证码的一个产业链的形成，我看是无法避免喽，所以，面对如此大规模的轰炸，我们该怎么办呢？<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;不懂博客的我，不得不采取宁可错杀1万，不可放过1个的安全策略——<br/><br/>进入后台 -> 数据维护 -> MySQL -> 复制下列语句 -> 确定（以下语句，请对号入座、谨慎操作！）<br/><br/>批量删除未审核评论<br/><textarea name="code" class="html" rows="15" cols="100">
delete from [db]replies where reproperty=2
</textarea><br/>批量删除未审核留言<br/>delete from [db]messages where reproperty=2<br/>批量删除已审核评论（危险，谨慎操作）<br/>delete from [db]replies where reproperty=0<br/>批量删除未审核引用<br/>delete from [db]replies where reproperty=5<br/>批量删除已审核引用<br/>delete from [db]replies where reproperty=4<br/>SQL操作：<br/><textarea name="code" class="html" rows="15" cols="100">
select repid,repcontent from boblog_replies where repcontent like "%I affect on those pills%";
select repid&nbsp;&nbsp; from boblog_replies where repcontent like "%I affect on those pills%";
select repid&nbsp;&nbsp; from boblog_replies where repcontent like "%相关的主题文章%";
查出fepid后批量删除：
delete from boblog_replies where repid in (57062, 57049, 57038);
</textarea><br/><br/>Delete it:<br/><textarea name="code" class="html" rows="15" cols="100">

delete from boblog_replies where repcontent like "%相关的主题文章%"&nbsp;&nbsp;and reproperty=2;

delete from boblog_replies where repcontent like "%相关的主题文章%";
</textarea><br/>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] Bo-blog维护：博客遭遇海量垃圾大轰炸]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>