So you want to run your own QueryServer for IpToCountry for UT, huh ?

Firstly here is a short instruction how to built and use a MySql database for the latest
ip-to-country database file:

*Go straight to the 5 point if you plan on using the included version of the database,
 it is from 12 December 2005
1) Get the latest ip2country database from:
   http://ip-to-country.webhosting.info/downloads/ip-to-country.csv.zip
2) Unzip it
3) Run csvtosql(-linux86/.exe) in the same directory as the .csv file
4) ip-to-country.sql should be created now!
5) Import ip-to-country.sql in mysql/phpmyadmin
TIP: You will have to redo these steps once in a while to keep your database up-to-date!
6) Place iptocountry-ut.php on your webserver
7) Edit the file and set the mysql parameters
8) Your QueryServer should be up and running now!

--- by [es]Rush