HTTP_CLIENT_IP = "unknown"
Posted: Thu May 22, 2003 8:36 am
Is this a PHP 4.2.2 bug?
I have extra code in my XMB-powered forum that checks for the above condition and kicks users off the forum.
Recently, a troll has been on who's IP resolves to "unkown" within the stored IP information in the message database.
First, what likely IP spoofing method is he using?
Second, why isn't this working?
$ip = getenv(HTTP_CLIENT_IP);
if($ip == "unknown"){exit;}
I have extra code in my XMB-powered forum that checks for the above condition and kicks users off the forum.
Recently, a troll has been on who's IP resolves to "unkown" within the stored IP information in the message database.
First, what likely IP spoofing method is he using?
Second, why isn't this working?
$ip = getenv(HTTP_CLIENT_IP);
if($ip == "unknown"){exit;}