Plugin Author
Paul
(@paultgoodchild)
Can I confirm that you’re saying you still get the black listed message even when your IP address is not on the list at all?
Also, with automatic removal the 1 minute issue means that it wont consider it after 1 minute of access to the site, but it doesn’t remove it from the database – there is a daily cron that does this, so it happens at most once every 24hrs. This is an efficiency optimization so we run fewer SQL queries than necessary.
I have just tested, and I cannot replicate the issue where when you have forceOff in place, you cannot remove the IP addresses
Hello,
Nope, my IP address is indeed in the blacklist, I simply cannot remove it (Orange button). When I try to remove it (from IP Lists Management
Click the button below to manage the automatic black list IP addressses / View Auto Black List), the Automatic Black List
popup window turns white and then a “0” appear and that’s all. I quit the window using X and refresh the whole page, open the popup window again and the ip that I just removed is still there. I tried to do it using both chrome and firefox in different modes, just to make sure it is not coming from the browser. Where can I clear this cell in the base using phpadmin ?
Thanks
Plugin Author
Paul
(@paultgoodchild)
The table in phpmyadmin is wp_icwp_wpsf_ip_lists (where wp_ is the table prefix, yours might be different)
So the problem here is actually that the ajax request to remove the IP address isn’t working for you… you shouldn’t be getting a “0”, but rather it should reload the IP list for you (with the IP removed).
Does the “Refresh” link work for you?
Do you have any other security plugins installed?
Hello,
I cleared the table, and my IP is now removed from the black list 🙂
I tried the refresh and now I have this message :
“There are no IPs on this list. Refresh”
If I refresh, I get “0” like before (white page, only “0”).
I am going to create a transgression with another IP than my usual and see what is going to happen if I stop one by one my other plugins.
I do not have any other “active” security plugins.
Plugin Author
Paul
(@paultgoodchild)
Yea, that’s quite strange you’re getting the “0”. In the next release, I’ve refactored the AJAX handling code to send back error responses better. My feeling is that the NONCE security check is failing for you, for some reason, and my prime suspect is another plugin you may have running… but only you can find it if you test them. 🙂
Sorry for all your trouble here with this… I know it’s probably been frustrating for you, but I hope you know I’m prepared to get it working and working correctly for you. We just have to get past odd quirks like this. :/
Cheers
Thanks Paul, but no luck. I kept only your plugin in my MU and I still had the AJAX issues.
If someone is reading this thread and has the same issue, please add your feedback over here.
Plugin Author
Paul
(@paultgoodchild)
Perhaps it’s a Multisite issue with AJAX then. I’ll investigate this ….
Thanks once again for your work and dedication to help people. That’s rare.