Your ip-address ($ipaddress) is banned (reason: Hacking activities / Script Kiddie)

Your ip-address is banned because it is blacklisted on httpBL.abuse.ch. It was previous identified as source of hacking activities.
You can look up your ip address ($ipaddress) for more information.

"; exit();} if ($response == "127.0.0.3") { if ($logging == "1") { logit($time,$ipaddress,$hostname,$response); } echo "

Your ip-address ($ipaddress) is banned

(reason: Hijacked webserver / Scanning drone)

Your ip-address is banned because it is blacklisted on httpBL.abuse.ch. It was previous identified as a hijacked webserver or scanning drone.
You can look up your ip address ($ipaddress) for more information.

"; exit();} if ($response == "127.0.0.4") { if ($logging == "1") { logit($time,$ipaddress,$hostname,$response); } echo "

Your ip-address ($ipaddress) is banned

(reason: Referer Spam)

Your ip-address is banned because it is blacklisted on httpBL.abuse.ch. It was previous identified as source of referer spam.
You can look up your ip address ($ipaddress) for more information.

"; exit();} } function logit($time,$ipaddress,$hostname,$response) { $logfile = fopen("httpbl.log", a); fwrite($logfile, "[$time] - $hostname ($ipaddress) Response: $response\r\n"); } add_action('init', 'check_for_httpbl'); ?>