-
Quick suggestion to put some kind of license on this. Anyone trying to legitimately use it will need an explicit licensing statement.
Some examples for API Clients are:
- Apache (Google, https://cod…
-
Yo guys,
I'm trying to get this library installed on my laptop so I can play around with the maxmind api services and database services.
I've installed the 'geoip2[db]' package from PyPI, installed …
-
**GeoIp Plugin**
- When installed, the plugin will detect more accurately the country of your visitors using the MaxMind database.
- The existing reports for country and continent will be replaced by …
-
We're using the maxmind region file with the apache module and noticed that it only returns the region code, country code and region name, even though the country file returns country name and contine…
-
Hello,
I integrated some changes from other people to make it possible to read the max mind file from an InputStream. Unfortunately I wrote this change set against kohsukes git repository:
https://gi…
-
Hi,
The `Location` class has various properties like `countryCode`, `countryName`, etc. which are _public fields_ (as opposite to private fields with getters / setters).
Not only it breaks basic OO …
-
I'm using this implementation in Symfony2 project and so far so good. Although I would like to get "City", "State", "Country" from an IP address.
I did a test with my IP address and I was able to get…