Trying to implement the following php script that i found at php.net. My question how to mod the following script so that it redirects the users to index.php page if it is found that the ip is black listed.
$result=Array();
$dnsbl_check=array("bl.spamcop.net",
"list.dsbl.org"...