MyBB Community Forums

Full Version: Someone Banned Me
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys please help me someone banned me the real admin and the creator of my forum he is an admin a betrayer and made me a simple member what to do please help
Can you banned here from the phpmyadmin
if you can access the ftp and phpmyadmin. ?
If you are 1st admin means super admin so no one can ban you but if you banned just go to phpmyadmin
just run these queries
DELETE FROM mybb_banned WHERE uid=1
next
UPDATE `mybb_users` SET `usergroup` = '4', `additionalgroups`= '' WHERE `uid` = '1'
make sure
just assuming your uid 1
and you your users table name mybb_users
OK I've done that but he made me a normal member and now i can't do anything how can i recover that Sad
Just run second query
go to your phpmyadmin
and run this query
UPDATE`mybb_users`SET`usergroup` ='4', `additionalgroups`=''WHERE`uid` ='1'
this again make you admin
make sure
1:your users table name [default=mybb_users]
2:you are super admin so your id is [default=1]
3:your admin group gid =4[default=4]