MyBB Community Forums

Full Version: Arghhh!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was testing MyPlaza's buy into a usergroup thing and I pressed buy and know there is no admin Confused how can I revert? I am in serious trouble...I need really bad help
Run this in phpMyAdmin:

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

Check your table prefix and UID.
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1' 

Run that in phpMyAdmin. Make sure the prefix and UID are correct.


Edit: Damn, I was slow!
I dont have phpMyAdmin
(2009-05-04, 08:41 PM)Jk- Wrote: [ -> ]I dont have phpMyAdmin
Does your provider have some type of interface for you to log in to your database or do you have ssh access?
I found phpMyAdmin but what table?

EDIT: Its all done I use edited user tables thanks for help guys!