0) { header("HTTP/1.0 404 Not Found"); die("

404 Not Found

The page that you have requested could not be found."); exit(); } } //----------------------++ if(in_array($_SERVER['REMOTE_ADDR'],$bannedIP)) { header('HTTP/1.0 404 Not Found'); exit(); } else { foreach($bannedIP as $ip) { if(eregi($ip,$_SERVER['REMOTE_ADDR'])) { header('HTTP/1.0 404 Not Found'); die("

404 Not Found

The page that you have requested could not be found."); exit(); } } } ?>