MyBB Community Forums

Full Version: I'm no longer an admin on my forum, helpp!!!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a major problem. Here is my forum

When I came on I'm no longer an administrator! I'm just an ordanary user and I can't login to the admin panel! No post have gone just I'm no longer an admin and there are no other admins!

What should I do?
Please help! I can't login to admin panel to make me an admin again!
Quite a few threads on this... run this query:

UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1';

Check your table prefix and UID...
(2009-06-14, 05:13 PM)MattRogowski Wrote: [ -> ]Quite a few threads on this... run this query:

UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1';

Check your table prefix and UID...


Hi,

Thanks for reply.

Do I go to php my admin, then click 'sql' at the top and then type in that in the whole text box then simply press ok?

Thanks i just need clarification before I do something
Go to phpmyadmin

Find: mybb_users
Find a button where it says "browse"
Find your username, and click you.
Find the usergroup field and replace that number with 4.

Hope this helps, if not reply.
Thank you, you saved my bacon.
(2009-06-14, 05:18 PM)ryangrant Wrote: [ -> ]Thank you, you saved my bacon.

No problem. ;]