geoip-detect/geoip-detect.php at develop - GitHub
* Set to TRUE if the plugin should never auto-update the Maxmind City Lite database.
geoip-detect/api.php at develop · yellowtree/geoip-detect
(Actually, this is a subclass of \GeoIp2\Model\City) * * @see https://github.com/maxmind/GeoIP2-php API Usage * @see http://dev.maxmind.com/geoip/geoip2/web-services/ API …
[QUESTION] Is there a function to get a list of all the ... - GitHub
Hi, I'm implementing plugin that will offer user an option to choose countries from a list of countries. I would like to know if there is a function to get a list of all the countries in a …
geoip-detect/changelog.txt at develop · yellowtree/geoip-detect
* FIX: The automatic update of Maxmind Geoip2 Lite City database was fixed. * FIX: Always try to fill in more information into the country information from the GeoNames-DB.
External IP of this server error · Issue #29 - GitHub
This IP is not in the local IP database, because it does not contain any geolocation information. To make testing easier, I have programmed the plugin to use the external IP of the server instead.
Troubleshooting Mode · Issue #202 · yellowtree/geoip-detect
If this is incorrect, please check https://github.com/yellowtree/geoip-detect/wiki/Troubleshooting#q3-how-can-i-check-if-the-plugin-gets-it-wrong-or-the-database …
geoip-detect/check_compatibility.php at develop - GitHub
try { new \GeoIp2\Database\Reader (''); } catch (\Throwable $e) { } try { new \MaxMind\Db\Reader (''); } catch (\Throwable $e) { } $loaded = get_included_files (); $this->files = array_filter …
Working around the WP-Engine cache · Issue #18 - GitHub
If somebody bought the commercial file database, or uses the Precision API Endpoint, it must not be used by other websites. But this is difficult to do: normally one would use nonces for this …
geoip-detect/CHANGELOG.md at develop - GitHub
FIX: The automatic update of Maxmind Geoip2 Lite City database was fixed. FIX: Always try to fill in more information into the country information from the GeoNames-DB.
Fastah API datasource: initial implementation #152 - GitHub
BTW, the plugin already does client caching of the response, both in-memory and in-database (across lookups). Most of the times, it won't be used for doing many consequent lookups of …