Open gjatester opened 1 year ago
Plugin versjon is 3.0.17.4
Hi, im not connected to this project directly, but i was an avid user some years back.
You may want to move on from this, as it's repo hasnt been updated in 4-5 years.
There is a new updated fork from Darko Gjorgjijoski over on https://wordpress.org/plugins/ip-location-block/
This is based on the now abandoned “IP Geo Block” plugin by tokkonopapa.
Darko has fixed various issues and improved the overall codebase. Best to check that out instead. Cheers, Darren.
@darrenmcentee
Thank You for the information.
Hi. WordPress threw this error: E_COMPILE_ERROR in line 849 in the file IPv6.php (Latest WP and php version 8.2.6). The error message: "Array and string offset access syntax with curly braces is no longer supported.
I just changed the curly braces $ip{$pos} = ''; with square brackets and problem solved: $ip[$pos] = '';