' ; exit(); } else { // this handles wild card matches foreach($blacklist as $ip) { if(eregi($ip,$_SERVER['REMOTE_ADDR'])) { echo '' ; exit(); } } } ?>