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