// 禁止广告 function gg_jz( $incoming_comment ) { $jpattern ='/搭建/'; //广告词汇 $jpattern2 ='/私服/'; //广告词汇 $jpattern3 ='/一条龙/'; //广告词汇 $jpattern4 ='/QQ/'; //广告词汇 $jpattern5 ='/开服/'; //广告词汇 $jpattern6 ='/代刷/'; //广告词汇 // $jpattern ='/^搭建私服一条龙QQ开服$/'; if(preg_match($jpattern, $incoming_comment['comment_content'])){ err( "禁止有广告字样出现,请检查!!! " ); } if(preg_match($jpattern2, $incoming_comment['comment_content'])){ err( "禁止有广告字样出现,请检查!!! " ); } if(preg_match($jpattern3, $incoming_comment['comment_content'])){ err( "禁止有广告字样出现,请检查!!! " ); } if(preg_match($jpattern4, $incoming_comment['comment_content'])){ err( "禁止有广告字样出现,请检查!!! " ); } if(preg_match($jpattern5, $incoming_comment['comment_content'])){ err( "禁止有广告字样出现,请检查!!! " ); } if(preg_match($jpattern6, $incoming_comment['comment_content'])){ err( "禁止有广告字样出现,请检查!!! " ); } return( $incoming_comment ); } add_filter('preprocess_comment', 'gg_jz'); |
本站所有工具纯属免费共享,请学会感恩作者,无脑喷子永封IP段+删帐号所有评论 不喜欢请右上角X