About 9,370,000 results
Open links in new tab
  1. Where does MaxMind get its data and how can you access it?

    Aug 7, 2013 · MaxMind periodically tests the accuracy of the data used in GeoIP2 products and services. Accuracy is calculated by checking known web user IP address and location pairs …

  2. Springboot 3.3 can't get Maxmind GeoLite2-Country.mmdb file …

    Nov 11, 2024 · I'm using maxmind GeoLite2-Country.mmdb in springboot 3.3. This what I did: I subscribed and got a maxmind free licence which I used to download the database with bellow …

  3. php - Getting MaxMind\Exception\AuthenticationException: "your …

    Apr 24, 2024 · I have an account with MaxMind anti-fraud service and am using their PHP library which I installed via Composer. I set up a sandbox account and generated a user and license …

  4. php - Exception - Maxmind geoip2 - Stack Overflow

    Sep 30, 2021 · Generally, // MaxMind\Db\Reader will throw a // MaxMind\Db\Reader\InvalidDatabaseException, but occasionally // the lookup may result in a …

  5. nginx - GeoIP.dat.gz and GeoLiteCity.dat.gz not longer available ...

    Jan 8, 2019 · You can convert MaxMind GeoLite2 Database to the old legacy format with this script: Example: ./geolite2legacy.py -i GeoLite2-Country-CSV.zip -f geoname2fips.csv -o …

  6. geoip - Apache mod_maxminddb - not showing country code, …

    Apr 13, 2020 · I installed mod_maxmindb as suggested on github. Probably i missed something but i don't get an country code or something else. I found 2 issues: during make --> dlname …

  7. database - How to see .mmdb file content? - Stack Overflow

    Aug 8, 2018 · See Maxmind's mmdb file specification. mmdb databases are self contained "search tree indexed files" so you cannot just sequentially read and display the file record by …

  8. maxmind - GeoLite2-City: Is either missing or outdated, …

    Apr 14, 2024 · What fixed it for me was adding your maxmind account-id to either .env or package.json file, as suggested in https://github.com/runk/node-geolite2#readme. The license ...

  9. WooCommerce 4.1+ Geolocation / Geo_IP and Maxmind GeoLite2?

    May 10, 2020 · Maxmind GeoLite2 is FREE. Since WooCommerce 4.1 things are changing and you have now to signup for Maxmind GeoLite2. It will allow you to generate GeoLite2 license …

  10. Custom MaxmindDB (geoip2) with Private IPs - Stack Overflow

    Apr 11, 2017 · How to create a custom Maxmind database with PRIVATE IPs address. I need something like this Customizing Maxmind DB. I tried to following this Building Your Own …