MyBB Community Forums

Full Version: Need to access admin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
Well I thought I was doing good until I looked at the user listing and I'm not there. I'm a supermoderator in the forum, so where am I? I'm "blueray".
(2014-09-09, 11:10 PM)raymel65 Wrote: [ -> ]Well I thought I was doing good until I looked at the user listing and I'm not there. I'm a supermoderator in the forum, so where am I? I'm "blueray".

Your uid is 776.
(2014-09-09, 11:15 PM)zamight Wrote: [ -> ]
(2014-09-09, 11:10 PM)raymel65 Wrote: [ -> ]Well I thought I was doing good until I looked at the user listing and I'm not there. I'm a supermoderator in the forum, so where am I? I'm "blueray".

Your uid is 776.

Where did you find that? It only goes to 725.
Forum Team.
(2014-09-09, 11:21 PM)zamight Wrote: [ -> ]Forum Team.

What is the forum team? Where is the forum team? The list I found only goes to 725.
^ click here to see that forum team - hover mouse pointer on Blueray and look at your browser status bar
that indicates your uid. and you can use suggested SQL query - that gives you access to the admin panel
OK, now I know my iud. I also have access to the FTP screen. What's next?
^ not that ftp screen - you need to go to database manager (can be phpMyAdmin) - from there you have to run the SQL query

see this guidance => SQL queries & how to run them

UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '776' 
above query provides you access to admin panel. you can login with your own credentials
Please be patient with me.  Step1 phpMyAdmin, Step2 is this the SQL to run the query?
As shown in your attached files. Yes, click the SQL and paste the code there and submit/run the code.
Pages: 1 2 3 4 5