This might be useful to you, even if they use a proxy the PHP script will still get the information:
if ($HTTP_SERVER_VARS["HTTP_X_FORWARDED_FOR"]!="") {
$IP = $HTTP_SERVER_VARS["HTTP_X_FORWARDED_FOR"];
$proxy = $HTTP_SERVER_VARS["REMOTE_ADDR"];
$host =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.