Hi I wish to track a user's country from where my website is accesed . ex; if a customer from a particular is accessing say america how to trace that the user is actually from america. Is there any way
views:
63answers:
5
+3
A:
What you are talking about is called GeoIP and there are many ways to do it. Normally this is done using a third party that has a mapping of IP addresses to physical locations.
This is of course not 100% accurate, as people may be using VPNs, TOR or simply spoofing addresses.
Oded
2010-06-30 08:21:42
Or they may be from a multinational organization that does not publish how its IP range is divided between its branches.
Michael Borgwardt
2010-06-30 08:23:54
+3
A:
It's not possible in all cases, but most IP addresses can be mapped to a location (even down to the city). There are quite a large number of such geomapping services.
Michael Borgwardt
2010-06-30 08:22:26
+1
A:
Use MaxMind service. http://www.maxmind.com/app/javascript_city They got free and paid versions.
Codler
2010-06-30 08:26:06