ToutSurTout.biz
Bloquer un indésirable


$ip=get_real_ip();
$blocked = "xxx.xxx.xxx.xxx"; // votre choix
if (ereg($blocked,$ip))
{
echo "Vous avez été bloqué !";
exit();
}