Someone wrote:I am running on an Linux system, will it work on that?
If you are hosted in a LAMP (Linux, Apache, MySql, PHP) environment then we recommend that you use this script viewtopic.php?f=9&t=6815 to download, import, and maintain the GeoNetmap data instance within your MySql database. While you can not utilize the GeoServer ISAPI extension software that ships with GeoSelect on a non-windows server, this approach will provide you with SQL access to the raw IP address map data in to your own back-end database which you can access directly from your scripting environment.
In addition to this script, there is a sample PHP script for performing the actual IP to location look-up here - see the next post below.
In summery however, basically the steps are:
- Purchase a GeoSelect subscription
- Run the installation script that is provided here: viewtopic.php?f=9&t=6815
- Copy and paste the PHP script below (in the next post) in to your application
You won't need to install any special software - all you will need is your scripting language - like PHP or Perl, and a database to load the data into.Someone wrote:... and what type of software do I have to install?
