假如对方回复不了设置的5个中文,会提示对方:请尊重别人劳动成果,严禁恶意灌水!必须输入5个中文以上!乱灌水会被封号处理!
不一定设置5个,可以根据你的站点随意设置!
1:打开source\include\post\post_newreply.php
$message = preg_replace('/\[attachimg\](\d+)\[\/attachimg\]/is', '[attach]\1[/attach]', $message);
2:在其下一行加入以下代码:
if(preg_match_all("/[\xB0-\xF7][\xA1-\xFE]/",$message,$regs)<=5) showmessage("请尊重别人劳动成果,严禁恶意灌水!必须输入5个中文以上!乱灌水会被封号处理!");