Register
Register

Admin system gets redirected to Google when attempting to use some features

Started by Randem, March 02, 2026, 10:46:40 PM

Previous topic - Next topic

Randem

If you attempt to use some admin function and get redirected to Google, it is most likely one or more of these reasons.

  • The IP of the device your are using is not listed in the whitelist table. Go to BotBanish->Settings-Whitelist->IP to place your IP in the table.

  • The IP of your device is listed in the blacklist table. Go to BotBanish->Settings-Blacklist->IP to place your IP in the table.

  • Cache on the server as well as the computer must be cleared. On the computer hold the Control key and Press F5 three times. If running a cache system such as NGINX, you need to clear the cache of the account you are using. If not the the cache system will remember your device being sent to Google and will continue to do so. A quick and dirty solution would be to add ? and some random characters after the redirected query to override the cached response. Ex. https://yourdomain.com?asd this will override a cached redirected query of https://yourdomain.com

  • You may need to access the BotBanish Session table in phpMyAdmin to search for your IP and remove it.

  • You may need to access the BotBanish IP_Bad table in phpMyAdmin to search for your IP and remove it.