View Single Post
Old 07-09-2006, 01:36 PM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
add this to your form <input type=hidden name=botcheck value=nobot>

then in the php script put this as your first line

if ($botcheck == "nobot") { } else {

$url = "SPAM"

}


where $url would be one of the items in your form like an url that will then get turned blank if the hidden input isn't present.

This isnt a great solution , but this will prevent most box-automated type submissions.

Just change the "botcheck" to something different every so often ( on both the form and the script )
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote