The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Admin permissions via db?
one of my well-intentioned but poorly executed admins messed up everyone's admin status and messed up some configurations and opened up our private area. no, we weren't hacked. lol.
now I'm a moderator status access only and can't get into admin to fix things. I can access our host, ftp and db... .I just don't know what to do about once I do. How I do change my admin status via the db or files ? I'm sure there is a way, but I'm not a programmer so... HELP!! |
#2
|
|||
|
|||
Looking at my database, I can tell you some things I would try to do, but I don't know if I'd be going about it in the correct way or not...
Are you familiar with getting around your database? queries and such? |
#3
|
||||
|
||||
nope. I can look at it via phpmyAdmin...
but no idea what to do from there. :/ |
#4
|
|||
|
|||
ok... I'll do my best to help in case noone else gets to you tonight...
in phpmyadmin, get to an SQL tab so that you can enter a query and type this: Code:
SELECT usergroupid, title FROM usergroup then, run another query (change the 'you' in the query to YOUR username): Code:
SELECT usergroupid, userid FROM user WHERE username = 'you' Code:
UPDATE user SET usergroupid = 1 where username = 'you' |
#5
|
||||
|
||||
Code:
update user set usergroupid = 6 where userid = X |
#6
|
|||
|
|||
Agreed.
|
#7
|
||||
|
||||
thanks! ..
<< goes to try and proceeds with cautioun. :/ |
#8
|
|||
|
|||
Quote:
in your config.php file (which for me is in my includes directory) look for the following: Code:
// ****** UNDELETABLE / UNALTERABLE USERS ****** // The users specified here will not be deletable or alterable from the control panel by any users. // To specify more than one user, separate userids with commas. $config['SpecialUsers']['undeletableusers'] = '1,2'; hth |
#9
|
||||
|
||||
Quote:
man heads are gunna roll!! :dead: irate: Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|