codeling / bfstop

Brute Force Stop Plugin (for Joomla!)
https://bfstop.bfroehler.info
GNU General Public License v3.0
36 stars 20 forks source link

Blocked IP Location not showing anymore #169

Open pnuts007 opened 6 years ago

pnuts007 commented 6 years ago

When clicking on blocked IP address normally the location coordinates were shown. Now it only shows a single line :

'No information available for that IP address'. No changes were made, newest version installed.

codeling commented 6 years ago

bfstop is using the freegeoip service (https://freegeoip.net/). Apparently this service has now been shut down. I will try to find other similar services I can use and see if I can include a lookup to them in the next version!

codeling commented 6 years ago

Apparently the API has been discontinued as of July 1st (https://github.com/apilayer/freegeoip/). As a future-proof solution to this, I will implement a few lookup services:

pnuts007 commented 6 years ago

Thank you for your prompt response. Looking forward to your updates

codeling commented 3 weeks ago

IP address lookup is for now disabled via https://github.com/codeling/com_bfstop/commit/e9a8ef1bce3b0ea418a4ea2ed9bba509c4e1724d.

It will be implemented in a future version