there is a solution... and it works well
Posted: Fri Sep 01, 2006 9:42 pm
It is a multi-layered approach...
1st
Tight control of foreign ips. Sorry but the ip's that are guilty of spam are predominately from a few countries. This is BEST controlled by the .htaccess file. Block the biggest offenders before they even get to the door.
2nd
Block ANY guest post that tries to post a hyperlink. The ONLY guests that seem to do this are the spammers.
3rd
Use PHPBB to block specific in country ips. The reason for this is to only block the one or two offenders, not the entire class or range.
4th
STOP ALLOWING SPAM REGISTRATIONS! This can be accomplished a number of ways. Capcha (visual verification), renaming any of the variables that are exposed during the registration process (i.e. "IAGREE" is used for the screen used to verify age, this can be changed to something oddball so scripting will break for the spammers, and this is TOTALLY transparent to the end user.)
This approach still allows guests to post, but raises the bar quite a bit for spammers.
or
You could just ignore it and hope it goes away...
1st
Tight control of foreign ips. Sorry but the ip's that are guilty of spam are predominately from a few countries. This is BEST controlled by the .htaccess file. Block the biggest offenders before they even get to the door.
2nd
Block ANY guest post that tries to post a hyperlink. The ONLY guests that seem to do this are the spammers.
3rd
Use PHPBB to block specific in country ips. The reason for this is to only block the one or two offenders, not the entire class or range.
4th
STOP ALLOWING SPAM REGISTRATIONS! This can be accomplished a number of ways. Capcha (visual verification), renaming any of the variables that are exposed during the registration process (i.e. "IAGREE" is used for the screen used to verify age, this can be changed to something oddball so scripting will break for the spammers, and this is TOTALLY transparent to the end user.)
This approach still allows guests to post, but raises the bar quite a bit for spammers.
or
You could just ignore it and hope it goes away...