Limit IP Addres Acces


To protect your web with preventing from special IP Addres .. Just use this code

<?

$userIP = $_SERVER[”REMOTE_ADDR”];

$IPAllowed = “127.0.0.1″;

if ($userIP!=$IPAllowed)

{

exit(”Restricted Area”);

}

echo “Allowed”;

?>

Tags: ,

Leave a Reply




This some posting which are related to this article :
  • How To Change MAC Addres in Windows
  • Pass Megaupload country download slot limit
  • How To Pass Rapidshare Download Time Limit
  • Viewing Friendster Hidden Comments
  • Free Regedit Replacement
  • just read related article


    Some random post which may be interesting :
    this article is selected randomly