MyBB Community Forums

Full Version: Need help (my ip cant access admin panel)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Another guy did the whole security settings on my website. I think he used this plugin. And my IP address changed so I cant login to admin panel anymore. The other guy is in vacation for 2 months. So can anyone tell me how, I can give my ip access to the forum admin panel? I can login to the hosting, but I dont know how to set up that my ip address can the forum admin panel.

http://mods.mybb.com/reviews/admin-ip-match

I hope anyone can help me.

Thanks!
No need for multiple threads.

http://community.mybb.com/thread-108097.html
you can try clearing your browser cookies OR use another browser / system to login ...

if it doesn't work then someone experienced has to disable the referred plug-in with
required temporary privileges OR you may try disabling all plug-ins by using below
method :

In ./inc/init.php, find the code:

define("TIME_NOW", time()); 

After this code, add this:

define("NO_PLUGINS", 1); 

Then save and/or reupload this edited version of the file so the forum will run the new code.
then try log into admin panel ; disable the referred plugin ; revert changes made to init.php ...