geoip-detect
geoip-detect copied to clipboard
Wordpress plugin "Geolocation IP Detection": Provides geographic information detected by an IP adress.
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...
- [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...
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)
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...
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).
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
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...
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 - [...