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
0
votes
3 answers

Java Trouble compiling maxmind geoip LookupService class

I wonder if some one can please help as I am struggling to compile maxmind.geoip.LookupService.java I have downloaded geoip-api-1.2.10.jar for inclusion in WEB-INF\lib and I have referenced it in my classes path, but it just won't compile. I have…
iggyweb
  • 2,373
  • 12
  • 47
  • 77
0
votes
0 answers

Catch User 'Allow/Deny' Response on Computer Location Query

I am using MaxMind GeoIP2 JavaScript API to determine a user's location when they enter my website. This prompts the user for their permission to provide the location via the browser. I am using this information to load as the default position of a…
Matt Rowles
  • 7,721
  • 18
  • 55
  • 88
0
votes
1 answer

MaxMind free GeoLiteCity.dat file size issue

Last year I downloaded maxmind free GeoLiteCity.dat from http://www.maxmind.com website and it's file size around 30MB, but today I was trying to download new bat file from maxmind http://dev.maxmind.com/geoip/legacy/geolite/. But it has only 17MB…
Dan Murphy
  • 13
  • 1
  • 6
0
votes
1 answer

maxMind GeoIP Database not open

I have imported the maxmind Dll and downloaded GeoIp.dat database to get country name of an IP address I have used the following code Dim ls As New LookupService("GeoIP.dat", LookupService.GEOIP_MEMORY_CACHE) 'get country of the ip…
wala rawashdeh
  • 423
  • 5
  • 17
0
votes
1 answer

Maxmind's Java API getOrg causes IOExceptions when in Google App Engine, but not in standard Java

I bought a site license for the GeoIP ISP database from Maxmind, and decided to implement it within my Google App Engine project. I tested my own External IP with a regular Java project which used the same API/JAR and was able to resolve it to…
Zerkz
  • 686
  • 1
  • 6
  • 25
0
votes
1 answer

php maxmind geoip exception ip

I'm using the Maxmid geoip script (php) to redirect users based on their location (www.mysite.com - for the purposes of this question). uk visitors will go to the uk site, whereas others will stay on the current site. however, i also want to set up…
Ajr Ajr
  • 1
  • 2
0
votes
1 answer

Issues with MaxMind GeoIP and government users using Internet Explorer

I'm currently working on a rather complicated eCommerce site that is running on NetSuite. The core of NetSuite relies heavily on Javascript and I have implemented a fair amount of custom Javascript myself. Most recently, I've implemented some code…
B1gJ4k3
  • 763
  • 1
  • 5
  • 12
0
votes
1 answer

How to Use Play Framework's SBT to download Maxmind Database

I'm integrating the maxmind geoip database in my play 2.1.1 app and want to know if there's a way to use SBT to download the maxmind geocitylite.dat.gz file for local use (the added wrinkle is I'm on a shared ec2 instance with no persistent storage…
TomL
  • 759
  • 8
  • 20
0
votes
1 answer

How do i process Geo Ip Data and put it on Redis

Geo Ip data is very huge so it will take months to expand and put it on redis.How can i use it on cluster so that the file is processed and the data is put on redis server fast.
anujcd247
  • 21
  • 4
0
votes
0 answers

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- 7602176 7864319 16 16777216 …
arsenal
  • 23,366
  • 85
  • 225
  • 331
0
votes
1 answer

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: http://en.wikipedia.org/wiki/ISO_3166-1 For which country it can refer to?
avasin
  • 9,186
  • 18
  • 80
  • 127
0
votes
2 answers

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 larger) database, trying to deploy gives the…
AwesomeTown
  • 2,800
  • 2
  • 27
  • 41
0
votes
1 answer

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' and i also have a php page for the test \IP…
user1233875
  • 175
  • 4
  • 16
-1
votes
1 answer

How to get this Maxmind Node.js module working in Next.js? I get error TypeError: lookup.get is not a function

I have installed node-maxmind in my React/Next.js app: https://www.npmjs.com/package/maxmind But when adding the code it states, I get the error: TypeError: lookup.get is not a function I have tried various variations of the code and where I add…
Laurence Cope
  • 403
  • 7
  • 20
-1
votes
2 answers

Python Geoip2 maxminddb.reader error in EC2 server

Hi I am facing a issue with below code. PS : Its working fine with my local machine but facing issues in servers. import geoip2.database def get_geo_city_from_ip(ip="103.148.20.109"): try: reader =…
Varnan K
  • 1,237
  • 8
  • 16
1 2 3
21
22