假如對方回復不了設置的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個中文以上!亂灌水會被封號處理!");