WorldLocator
----------------------------
Licensed under GNU GPL.
----------------------------
Shows the geographic location of a host in a world map.
Given an IP or a Hostname, it returns information about the country, latitude and longitude of the geographic location of the host on the world. It also shows a map image marking the location. This map can ve viewed perfectly even if your server doesn't have GD.
----------------------------
Check http://phpspain.hexoplastia.com/projects/worldlocator for:
· An online demo.
· Latest version.
· Full ready-to-go packages with map and marks images.
----------------------------
By Llorenç Herrera [lha@hexoplastia.com]
Using "NetGeo IP locator service interface class" by Manuel Lemos [http://www.phpclasses.org/browse.html/package/514.html]
Please do not remove this credits
----------------------------
INSTALLING AND USING:
Just place all of this files in your web server running PHP, and run some of the examples.php files to view how it works.
Map and mark images are configured in worldlocator_files.inc.php. By default, these are placed under maps/ and marks/ directories. If any image couldn't be found, you'll get several errors.
All the examples are very well commented, just read them.
----------------------------
For nice spanish PHP mailing list, come to: http://phpspain.hexoplastia.com
Any contributions or suggestions will be welcomed at lha@hexoplastia.com |