Blog for hpHosts, and whatever else I feel like writing about ....

Thursday 5 February 2009

Spambot Search Tool v0.17

Another little release. This one fixes a bug in check_spammers_plain.php.

if(!function_exists('file_get_contents')){


Should have been

if(function_exists('file_get_contents')){


I'd written it correctly in check_spammers.php, so this would have only affected the directly accessed script (if you had both cURL and file_get_contents available, you wouldn't have noticed any problems).

Thanks to Mike at Bot Scout for letting me know :o)

Download the new version at;

http://support.it-mate.co.uk/?mode=Products&p=spambotsearchtool

No comments: