Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Sam Hotchkiss

    (@samhotchkiss)

    Are you wanting to whitelist an IP for a single site? If so, there’s no way to do that in the dashboard, but I’m happy to send over a code snippet that you can use to make that change until we can add a dashboard option.

    I’d be curious to know why one of your IPs has been blacklisted– can you email the IP to me? sam at hotchkissconsulting

    Sam,

    I just sent you a request to whitelist an IP address for us. This would be a great option for BruteProtect to have this in the dashboard. However, I think you should make it only whitelist for that specific website, otherwise this will provide a back door for intruders to whitelist their own IPs.

    Sam,

    I sent you an email about some problems we were having with being locked out of a site. Did you receive it?

    Hi,

    I also need to whitelist my IP for my sites after being locked out. Please help?

    Plugin Contributor Sam Hotchkiss

    (@samhotchkiss)

    We’re adding an easy interface for this, but in the meantime, you can edit your bruteprotect.php file, look for line 62, which is currently:

    if($ip == '127.0.0.1') {

    and change it to:

    if($ip == '127.0.0.1' || $ip == 'ip_to_whitelist') {

    so if your IP is 192.132.140.2, you would make it:

    if($ip == '127.0.0.1' || $ip == '192.132.140.2') {

    Hope this helps!

    Hi Everybody,

    Just something to be aware of, if you are using Google Page Speed (a caching service) on a site and BruteProtect, there may be some issues.

    My company got a note from a client saying that he was being blocked from logging into his site. When everyone in the office tried logging in, we got the same error message with the same blocked IP. The IP (74.125.183.194) was from Mountain View, CA, Google Inc.

    That’s when we realized that the client had asked for us to use Google Page Speed on his site a few months ago. We think Google Page Speed, for some reason, tried to login to the admin area to cache it.

    Any thoughts?

    Emma

    I’m receiving the same error while logging in as admin.

    Besides using the site as an admin, I have hundreds of members who login to the site as subscribers… don’t know if any of them are recieving the same error.

    My hosting company is Liquid Web https://liquidweb.com.

    Any ideas on this? Am I better off just not to use the plugin?

    Thanks,
    Bob

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Whitelist’ is closed to new replies.