MyBB Community Forums

Full Version: I hate this...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I fix this and what plugin is this?

Sorry, You are Locked from accessing this website. If you feel this is an error, then please Contact to the admin.
Thats a plugin by Yaldaram. You have to edit the plugin settings.
http://mods.mybb.com/view/lock-user
It is this mod: http://mods.mybb.com/view/my-permissions

To fix it, open up the myprotection.php file in inc/plugins with an advanced text editor like Notepad++. Don't use regular Notepad. Find this line:

if (MP_BLOCK_BOARD == 1)

And change it to 0.

EDIT: I may be wrong, and it might be what Effone linked to.
(2013-01-27, 10:09 PM)effone Wrote: [ -> ]Thats a plugin by Yaldaram. You have to edit the plugin settings.
http://mods.mybb.com/view/lock-user

Ok, it is the lock user plugin, and Yaldaram needs to fix a problem that is happening right now, where it says; Power
Do you allow this plugin to Lock Users ? I put no, and it still locks the users, the default is 3,4, and I used the hajacked plugin, to log in it, and it says locked, even though i have to plugin to no, which is off.

(2013-01-27, 10:10 PM)Xeronations Wrote: [ -> ]It is this mod: http://mods.mybb.com/view/my-permissions

To fix it, open up the myprotection.php file in inc/plugins with an advanced text editor like Notepad++. Don't use regular Notepad. Find this line:

if (MP_BLOCK_BOARD == 1)

And change it to 0.

EDIT: I may be wrong, and it might be what Effone linked to.

It is the lock user plugin, but thanks for helping.