Questions tagged [maxmind]

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

MaxMind provides IP intelligence through the GeoIP brand. Over 5,000 companies use GeoIP data to locate their Internet visitors and show them relevant content and ads, perform analytics, enforce digital rights, and efficiently route Internet traffic. Businesses can obtain additional insights into their customers' connection speeds, ISPs, and more using GeoIP data.

MaxMind's industry-leading minFraud service helps businesses prevent fraudulent online transactions and reduce manual review. The minFraud service is used to screen over 40 million e-commerce transactions and account registrations a month. Over 6,000 e-commerce businesses benefit from the minFraud service through our client and partner networks.

MaxMind is privately held and based in Waltham, Massachusetts in the United States.

328 questions
-1
votes
1 answer

Retrive Lat Long from ZipCode

Is their is a way to get Lat Long from MaxmindDb through ZipCode rather than Ipaddress. As i cannot find any method to fetch details through zipcode. I don't want to use Google Maps Api. using (var reader = new…
sejal
  • 1
  • 1
-1
votes
1 answer

Maxmind GeoIP2 DB get Location region

I just upgraded to GeoIP2 and missing the Region field. How can I extract the region from the CityResponse object? I am using GeoLite2-City.mmdb
yoavba
  • 401
  • 2
  • 6
  • 13
-1
votes
1 answer

Max Mind Geolocation anomalies

I have a site that geolocates the user based on the IP Address using a MaxMind local database. I am finding the results on my desktop to be different than when on a phone. For example: I am geolocating using the X-Forwarded-For header My phone…
Ethan Schofer
  • 1,718
  • 5
  • 26
  • 55
-1
votes
1 answer

Updating Maxmind DatabaseReader between mmdb file manipulations

I have read many pages of documentation, and cannot find a clear answer regarding that. Is it allowed to modify the mmdb file (for example, by geoipupdate) while a DatabaseReader is open? Or does any such manipulation render the existing Reader…
borisdan
  • 3
  • 2
-1
votes
1 answer

What database does Maxmind use for timezone IDs?

I'm using Maxmind's GeoIP2 products to extract timezone IDs and then using JodaTime to parse/manipulate those timezones. I've noticed that there are timezones that are returned form GeoIP2 that are not in JodaTime's available list of timezones, such…
lsankar4033
  • 509
  • 3
  • 14
-1
votes
1 answer

How to Convert geoip_country_code() Geoip1 javascript script to Geoip2

So I have this piece of code that I would like to convert to Geoip2 : window.onload = function(){ var eu = ['AT','DE','BE','ES','FI','FR','IE','IT','LU','NL','PT','GR','SI','CY','MT','SK','EE']; var country = geoip_country_code(); var index =…
Honkytonk
  • 3
  • 3
-1
votes
1 answer

I can not understand what numbers correspond to which areas in Kazakhstan

I downloaded the base GeoLite City, I can not understand what numbers correspond to which areas in Kazakhstan.
-1
votes
3 answers

Are there any free GeoIP services which are accurate to detect whether 2 addresses are within 6Km?

I have to make a restaurant home delivery website, and the owners do not wish to deliver more than 6km away. I hear that the geoIP DB 'Maxmind GeoLite city' is not particularly accurate though. Furthermore if you know of a database that has a…
user3221264
  • 47
  • 1
  • 1
  • 3
-2
votes
2 answers

GeoIP2 Javascript ONLY redirecting to else but not specific countries

The following GeoIP2 javascript is ONLY redirecting to the "else" URL regardless of country/location. It isn't redirecting to the correct URL for that country but instead just sending all traffic to the "else" URL... what have I done wrong and how…
-2
votes
1 answer

use maxmind data like statcounter it is possible

I found that in https://www.maxmind.com/en/license_agreement How you may not use the GeoIP Data You may not use the GeoIP Databases to develop a product or service for sale, distribution, display to, or use by others outside your company. i want to…
Savan Paun
  • 1,723
  • 2
  • 16
  • 24
-2
votes
1 answer

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

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: ' in*C:\Inetpub\wwwroot\clients\geoip\GeoIP.dat*on…
Joshua
  • 1,709
  • 2
  • 24
  • 38
-3
votes
1 answer

No main function error about maxMind

I have a problem about maxmind API. I use some example to test. However, the runtime error "no main function public static void main(String[] args)" I am confused that I have public static void main already. public class GetLocationExample { …
louis
  • 25
  • 6
-5
votes
2 answers

JavaScript & JQuery not working correctly in IE

As a novice at JS I am pretty happy to get a script with the MaxMind API working in webkit browsers, however, IE didn't want to come to the party (and I thought it was only CSS/HTML issues that plagued IE!) The page that I am testing can be found…
Sam W
  • 85
  • 2
  • 11
1 2 3
21
22