geoip-detect icon indicating copy to clipboard operation
geoip-detect copied to clipboard

Wordpress plugin "Geolocation IP Detection": Provides geographic information detected by an IP adress.

Results 29 geoip-detect issues
Sort by recently updated
recently updated
newest added

I don't want to extend Maxmind classes anymore (or as less as possible/reasonable), instead wrapping them with my own types. * [ ] My readers should always return my City...

See https://github.com/ian9012/geoip-detect/pull/1 ...

enhancement

- [x] Log errors into file - [x] Log Cron errors - [ ] Error levels: Errors (Update failed, Precision API credits gone etc.), Notices (no info for ip), debug...

enhancement

In the IP Debug panel, make a copy-able textarea that contains infos: - All of the information shown above the textarea - Raw $_SERVER array, anonymized (no file paths)

enhancement
good first issue

https://db-ip.com/db/download/ip-to-city-lite (No Registration required, but Attribution!)

Would it be possible to integrate this plugin with the popular https://github.com/johngodley/redirection so that geo-conditional redirects can be managed there (including loop detection)? This would require adding new actions/filters per...

enhancement

Wordpress 5.0 will include Gutenberg, which replaces the nasty shortcode-logic with shiny visual blocks. This make nestes conditions possible (currently not possible because the same shortcodes cannot be nested).

enhancement

Is there currently a way to install this over a multi-site network. At the moment, it appears the database would need to be installed for each and every subsite

help wanted

http://diveintohtml5.info/geolocation.html Do this only for mobile browsers (ontouchstart) Optional: Use "high accuracy position" This must be optional (preferences) as it asks the user to reveal his location, and this may...

enhancement
nice-to-have

If one of the datasources fail, the request should re-route to a different datasource. This requires - [ ] A way to check which datasources are currently working - [...

enhancement
nice-to-have