MyBB Community Forums

Full Version: Problems with admin permisions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I set to my self on accident moderator rank insted of Owner,and now i cant acces ACP.
Is it possible to set my self administrator?
I'm super admin on that acc.

PS: My admin wass the only admin on the forum,so there is no other admin to give me admin again. Sad
This can be achieved; but you need access to the database such as using a tool such as PHPMyAdmin (most webhosts have this tool available to their clients).

Enter into the database, click SQL up the top and paste this into the text box and click run.

UPDATE `mybb_users` SET usergroup='4' WHERE uid='x' 

Replace "x" with your user id (likely going to be "1") [no quotes]

You should now be back in the admin usergroup.
Thanks a lot m8. <3