Recent Topics

1 Aug 10, 2006 14:12    

Even if I block the word Poker, the spam is still allowed in the comment I have to delete the comment every day.
What can I do?

2 Aug 10, 2006 17:03

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 :-

param( 'comment' , 'html' );
if( preg_match('#poker#i', $comment) ) exit;

¥


Form is loading...