2 yabba Aug 10, 2006 17:03I'm assuming that you're not using 1.8 as it checks comment content against the blacklist. Try this, crack open htsrv/comment_post.php, find this line near the top and add the new bits :- param( 'comment' , 'html' ); if( preg_match('#poker#i', $comment) ) exit; ¥
I'm assuming that you're not using 1.8 as it checks comment content against the blacklist.
Try this, crack open htsrv/comment_post.php, find this line near the top and add the new bits :-
¥