MaxMind is an industry-leading provider of IP intelligence and online fraud detection tools.

learn more… | top users | synonyms

-2
votes
0answers
31 views

google maps, how to find all places inside radius of marker

OK, here is the problem: I want to add marker to google maps with radius and retrieve all places between that marker. after that form me its easy to link all that places with maxmind database and ...
1
vote
3answers
43 views

Sitecore MaxMind options

Sitecore 6.6 (Update 4). MaxMind has an option for a Sitecore-specific lookup service that integrates with DMS. MaxMind also has some more generic web services. Can the 'generic' web services be ...
-3
votes
1answer
36 views

Unexpected character/T_STRING error when calling MAXMIND geoip.dat from PHP5 (Windows) [closed]

I encountered a strange error when trying to call MAXMIND's geoip.dat from their sample PHP script - http://dev.maxmind.com/geoip/downloadable *Warning*: Unexpected character in input: ' ...
1
vote
1answer
87 views

GeoIP for C++ is there a lib for this?

I have looked and looked and I can't seen to find a C++ version of GeoIP. I know there is a version of it in C, but I can't seem to get it working with Micosoft Visual Studio 2012 C++ I have tried: ...
0
votes
0answers
78 views

Populate Maxmind Database with your own Datasets coming from different source

I am currently using Maxmind Geolite database. I have one table named GEO_IP_CITY_BLOCKS_0 in which columns are there as- START_IP_NUM END_IP_NUM LOCATION_ID Sample data in the above table- ...
-1
votes
1answer
38 views

What data areaCode and metroCode columns contain for in maxmind?

As i inderstand area code - is regional telephone code, right? What for metro code column stays for then?
0
votes
1answer
59 views

AN country code in maxmind database, what country does it refer to?

Selecting distinct(country) from my maxmind database i found country with code "AN", that is not in list here: http://dev.maxmind.com/geoip/codes/iso3166 and on wiki: ...
0
votes
2answers
76 views

Maxmind database file too large for AppEngine App

I'm trying to deploy the MaxMind geoIP database as part of a Java app deployed in Google AppEngine. Things worked okay when we were using the free version, but upon upgrading to the paid-for (and ...
0
votes
0answers
179 views

Importing latest MaxMind GeoIP database

Anyone can help me with this code, im try importing latest maxmind IP from this file http://www.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip this is csv file, ...
1
vote
1answer
161 views

Using MaxMind or run a local whois to get visitor country code by IP

what is the best method to get visitors country code by IP between the 2 following methods: Using MaxMind geoip database here. Run a local whois and grep for the word country like this $ip = ...
0
votes
1answer
271 views

Get region name using MaxMind's GeoLite

I'm a bit confused by how to get the region name and cannot find any documentation on it. I have the database installed wich it 'GeoIP.dat' and 'geoip.inc' in this directory '...IP GeoLite\GeoLite' ...
1
vote
3answers
384 views

Maxmind GeoIP redirect exception for my IP address

I am a Canadian Company. I have my main website with all products in US$ but then using this redirect, any traffic from Canada is redirecting to a my other mirrored website where all of the products ...
2
votes
1answer
153 views

i need country,region,city mapping of maxmind database

I am using the maxmind API to get users' location; but the problem is that although they provide the country and city relationship, they seem to provide no relation between region and city. So ...