Does this work with the new WordPress or not?
]]>Hello! Great plugin! But I would like to know if you can add an option for usernames also. My website is available only for registered users and I found a plugin that will add a unique registration code on the register page. So it’s really one user, one account. I have users who don’t have a static IP address so they basically keep restarting the router or the modem to get a new IP.
Can you add an option next to IP field so you can write the username? So admins will be able to ban users OR both users and IPs.
Only part of the plugin caters for table prefixes other than wp_.
Function bubi_check_banned_ip should contain code something like:
$table_name = $wpdb->prefix . “bubi_table”;
$bubi_tables = $wpdb->get_results(“SELECT * FROM $table_name …..
otherwise it generates an error if the user has used a different prefix than wp_ in the table wp_bubi_table.
(Note this is covered in other functions but not the above example.
Regards
Will
]]>I installed the Ban User By IP plugin because I consistently see several different IPs attempting to login as amdin. Two IPs which I added to the ban list using this plugin still show up as attempting to login as admin. Should I even be seeing these continued login attempts if those IPs have been banned? something tells me that if they are still able to reach my login page to enter a login attempt, they are in fact not banned from access.
]]>