Stopping Link Spam in Coppermine Galleries
Something I noticed lately is that most spam comments in Coppermine Galleries contain links. An easy way to block this type of spam (when they get past CAPTCHA which you should also have) is to add the following code in your db_input.php file:
After:
[code]
check_comment($msg_body);
...[More]
After:
[code]
check_comment($msg_body);
...[More]
1654 unique view(s)