MyBB Community Forums

Full Version: how to reactivate my super admin account
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Today I Demote Myself by Group changing , now i am a member in my forum and admin cp/mod cp hidden in my profile,
Coz i am super admin of my forum so Other Admin Can't Change my Status,

Please help me how can i solve this problem and again super admin
Group changing won't affect you being a super admin.

But to move yourself back into the administrator group, run this query:

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

Replace x with your user id.
(2011-05-15, 02:24 PM)Bapun Raz Wrote: [ -> ]where to run this query?

In cpanel Big Grin

In phpmyadmin.
(2011-05-15, 02:49 PM)Bapun Raz Wrote: [ -> ]vikram send me all ur details of phpmyadmin right now.

He might actually know how to do it by himself..
Show Error, Any other Idea For this Problem....
What error did it show?
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1'; 

run that, replacing 1 with your UID. I am presuming you got a syntax error from the code above.
No any effect after run the Query and my profile show "member"

[Image: 4vljcj.jpg]

also i try To Change Another admin to super admin from Changes in inc/Config.php ,
Replace 1 With admin's user id but no any effect ,
how can make Other admin to super admin ?
Your "admin's user id" is your user NUMBER, not your user name.

Normally it is supposed to be "1" at mentioned previously.
how can i know my uid number ?

i try to /forum/member.php......uid1

but show 404 not found
Pages: 1 2