View Single Post
  #8  
Old 01-17-2007
ocalhoun's Avatar
ocalhoun ocalhoun is offline
Hosted User
 
Join Date: Mar 2006
Location: Keesler AFB, Mississippi
Age: 22
Posts: 89
Rep Power: 6
ocalhoun is on a distinguished road
Re: Death to Link Spammers!

The solution is really quite easy.
In the template page that controls how the registration page will look, add a line that says 'enter the code you see here BACKWARDS' in nice big letters that even noobs can't miss, then in the php code that is behind that section, add a line just before the entered string is tested to see if it matches the original string such that the one of them is reversed (the strrev() function, I think).

Bots wouldn't be able to understand that they should enter it backwards, and they would all fail to register. (except for the very, very rare case of a random string which reads the same forward and backward)
__________________
Reply With Quote
Sponsored Links