Auto Detect IP address script and point to a different link - auto detect webcam
Hello, I would like to see a script for IP address of visitors and, if another link. For example, I want my visitors to Canada to perform ca.link.com and I want to get my German visitors probably de.link.com Who knows a script that has to do on my website, which can be installed? Thank you very much.
2 comments:
You must obtain the IP address of the user to ... quite simple:
If you are using PHP, for example:
$ IP = $ _SERVER [ "HTTP_X_FORWARDED_FOR"];
$ Proxy = $ _SERVER [ "REMOTE_ADDR"];
$ Host = @ gethostbyaddr ($ _SERVER [ "HTTP_X_FORWARDED_FOR"]);
You get something like the following ...
313.88.1.99 \\ \\ \\ \\ \\ \\ \\ \\ u0026lt, - user's IP Addy.
62.31.224.1 \\ \\ \\ \\ \\ \\ \\ \\ u0026lt, - server IP Addy.
313-88-1-99.bas.cvx.blueyonder.co.uk \\ \\ \\ \\ \\ \\ \\ \\ u0026lt - Home Users Addy.
Then you need to confirm your IP address in a database of IP to country ... You can have a very good
http://ip-to-country.webhosting.info/boo ...
But it will all you hTo pay all.
http://www.12scripts.com/scripts.php?scr ...
Post a Comment