is there any way / example in php to track visitors country, isp, city, state etc by just IP address
please help in this regarding
How to track user info on the base of IP address
Moderator: General Moderators
Find a good, regurlarly updated geoip database.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Re: How to track user info on the base of IP address
Remember, the IP address only identifies to whom that IP address was issued. The best you can hope for is a general idea of the location of any particular user. If it's in a block issued to an ISP, their customers could be anywhere. If it's issued to a company, it could be any of their offices around the world. You can get some general ideas of where your traffic is originating, but don't expect to learn where each visitor actually is.eshban wrote:is there any way / example in php to track visitors country, isp, city, state etc by just IP address