Tuesday, 24 November 2015

24_For_Proxy_Get_Visitor_IP_Address

For Proxy… Get Visitor IP Address


If some use the proxy then we have another way to get the Visitor IP address . So to do this we use following three element to check the IP.


If I was on shared network then don’t won’t the IP address start from the 192. I want the actual IP add. So first we need to check either user using the proxy or not.



So here in the above program the first two variable must be empty because we are running our page on the localhost so definitely my variable $ip_add contain the value of $remote_add1, But if run our page after uploading on your website. Then my variable $ip_add may contain the different value.



No comments:

Post a Comment