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:
Post a Comment