$banned_ip = array();
$banned_ip[] = 'Ip here';
$ip = 'Ip here'; // matches $banned_ip[0]
foreach($banned_ip as $banned) {
if($ip == $banned || ereg($banned,$ip)){
echo "You have been banned!";
exit();
}
echo "OK!\n";
}
?>
here add that in your Regscript and give the hackers a Ip Ban
you can use more ip's
or you use the include Command in your reg site..... include "name form data";
make the data with the Code in the same Folder how the Reg Site. ;=)
Ip and Host logger makei later i must in 7 hours go to school :P







