PHPWind 论坛防广告终极秘籍
修改方法:打开 require/postfunc.php ,找到:
$atc_content = html_check($atc_content);
在下面添加代码:
global $winddb;if($winddb<3){
$adcheck=preg_replace(\"/\\/is\",\"\",$atc_content);
if($adcheck!=$atc_content)showmsg(你的发贴数小于3,禁止提交包含URL连接的信息!);
}
**** Hidden Message *****
页:
[1]