The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Config.php
i m trying to run qyery but it ways "I m not Authorized to run "
so i went to config sys and made the change.... // ****** USERS WITH QUERY RUNNING PERMISSIONS ****** // The users specified here will be allowed to run queries from the control panel. // See the above entries for more information on the format. // Please note that the ability to run queries is quite powerful. You may wish // to remove all user IDs from this list for security reasons. $config['Admin']['canrunqueries'] = ''; // ****** 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['Admin']['undeletableusers'] = ''; // ****** SUPER ADMINISTRATORS ****** // The users specified below will have permission to access the administrator permissions // page, which controls the permissions of other administrators $config['Admin']['superadministrators'] = '1'; MY USERNAME IS :- Admin Even after this change i m not able to run the queries same question again and again....Help guys... |
#2
|
||||
|
||||
Your username is not relevant, change those back to SpecialUsers.
You need to add your userid to the list, so if you are userid 22, do as below ; Code:
$config['SpecialUsers']['canrunqueries'] = '22'; |
#3
|
||||
|
||||
Of course, since it's your forum, I assume you're user #1, so that would be
Code:
$config['SpecialUsers']['canrunqueries'] = '1'; |
#4
|
|||
|
|||
I have a question, I want multiple super admins what do I do I tried a comma or , it didn't work.
|
#5
|
|||
|
|||
use commas and the id numbers, eg
Code:
$config['Admin']['superadministrators'] = '1,47,936,267'; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|