Determine IP Range
-
Hello!
At first, thank you very much for this awesome plugin!
Some of my users are reporting that they have problems being locked out immediatly after trying the first time.
In your code I found this line during the check:
$class_c = substr ($ip, 0 , strrpos ( $ip, "." )
As far as I can read php code, once a IP adress like 122.124.125.123 is blocked, everyone else with the ip 122.* is blocked too. This is a very high security standard, which is not needed on my site.
Maybe you can add an option, where you can determine which IP range should be blocked?
Many thanks in advance!
Kind regards,
Lars
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Determine IP Range’ is closed to new replies.