check_httpbl.php to the /wp-content/plugins/ directoryYou can check whether the plugin works by using the following link: configuration test.
Normaly, the Plug-In creates a logfile called httpbl.log in your root directory.
If you want to disable the logging option just edit the file check_httpbl.php and change the option $logging from 1 to 0:
$logging = "1";$logging = "0";



