GeoIP Locator

Update: GeoIP Locator version 2 has been released Now GeoIP Locator supports IP caching for better performance. IP Caching is possible by creating SQL table ip_cache to enable this service, and it is required just once to retrieve the IP information from URL API and then that information is stored in the database when, and by parsing the same IP information again execution times changes in tremendous way, 20 or higher times faster Caching can be disabled! The way of getting IP information is changed, and that is CURL content parsing, this has speed up the script for 50% faster to get IP info A new template has been added called `template_4` GeoIP Locator introduction GeoIP Locator is a tool for tracking information of any IPv4 address. Easy implementation and methods makes GeoIP Locator flexible and easy to embbed to your website or any project by requiring two line code declaration. This script includes: 9 different examples IP Lookup form AJAX IP Locator (Extra example) 236 Country flags vectors Source files (2 classes, 1 interface) API documentation about classes and interfaces Users Manual – Config and Install Features It generates certain information for IP such as: Country Code Country Name Region Code Region Name City Name Postal Address Latitude Longitude Timezone As another feature of this script is: Country Flag Location Map Requirements PHP version 4.3 or greater is recommended JavaScript (in AJAX example) Implementation Easy-Two-Line implementation. Check demo website http://arlindnushi.dervina.com/geoiplocator/ for more details about GeoIP locator.Buy and Download
Share post
You must be logged in to post a comment
Top