function getRealIpAddr() { if (!empty($_SERVER['HTTP_CLIENT_IP'])) //check ip from share internet { $ip=$_SERVER['HTTP_CLIENT_IP']; } elseif (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) //to check ip is pass from proxy { $ip=$_SERVER['HTTP_X_FORWARDED_FOR']; } else { $ip=$_SERVER['REMOTE_ADDR']; } return $ip; } ?>
Now you know your IP address :)
Report abuse to : hostmaster[@]dnsanonym.com
© Copyright print(Date("Y")); ?>, DNSanonym.com
If you're looking for Internet Web Hosting Services please check Aksimedia and for Corporate High Quality Web Design Website Development please check Interaksi Intimedia.