note there is no 96.19.32.51 or any 96.*.*.* wildcard.
That IP would come after the last one listed, perhaps it's SQL limit. Go into phpMyadmin and in the banlist table sort by ban_ip. You can also try:
Code:
SELECT * FROM `phpbb_banlist` WHERE `ban_ip` LIKE '96%'
Bit of advice, you need some pretty specific reasons to ban an IP since they change so often. Typically this only useful for problematic user and hope they don't know anything about how IP's work. In that case ban it for a week. A large IP ban list is not very useful and will even cause the forum to slow down since every request needs to be checked against the IP ban list. Regardless of the circumstances always use a time limit.
Statistics: Posted by thecoalman — Sun Jun 08, 2025 1:06 am