IP to Country
Using AWStats together with Geo/IPfree is great, unfortunately the datafile is never up to date. So I decided to make a datafile which is always updated. I expanded this to include a few more files like a CSV file which can easily be imported into any SQL server or spreadsheet if you should so desire. I import the CSV file into my SQL server every night, that way I can easily do some geotarget advertising.
All files was last updated 29-08-2008 02.15am CET
Geo/IPfree
- ipscountry.dat Datafile for Geo/IPfree
- ipscountry.dat.exe As the above just compressed (self-extracting)
IP to country files
- ips-ascii.txt Plain textfile. The format is: "country-code, from-ip, to-ip". It is usable with the txt2ipct.pl, which can convert the textfile to Geo/IPFree's datafile
- ips-ascii.txt.exe As the above just compressed (self-extracting)
- ips-ascii.txt.csv Semicolon separated text file. The format is: "country-code, from-numeric-ip, to-numeric-ip, from-ip, to-ip". Easy to import in sql, a spreadsheet and what not.
- ips-ascii.txt.csv.exe As the above just compressed (self-extracting)