Best API for Geolocating an IP Address

GeoIP Location tracking help website owner to serve users better way. GeoIP helps to locate and identify website visitor’s Location by IP address. There are many GeoIP Location API in market which have global IP database services worldwide, but they have some limitations on number of API call per website or user. IP Geolocation API … Read more

Install geoip on xampp

Geocoding (finding latitude/longitude for street addresses), Geotagging (tagging media with latitude/longitude coordinates), and Geolocation (finding latitude/longitude of computer with IP X-Forwarded-For). There are some options to install on linux environment: # wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz # gunzip GeoLiteCity.dat.gz # sudo mkdir -v /usr/share/GeoIP # sudo mv -v GeoLiteCity.dat /usr/share/GeoIP/GeoIPCity.dat Install geoip with php5 # sudo apt-get install … Read more