The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I make my self a supper admin
How do I make my self a supper admin could some one drop me a code.
A nice code drop would be kool, like if I would have to add somthing under a code to show that code as well so I know where I"m puting it at.. thx so where in the config.php do I put Code:
$superadministrator = "#"; plezzzzz |
#2
|
||||
|
||||
If you're using vB3 then place your userid within the double quotes There is actual documentation within your config.php on how to do it
|
#3
|
|||
|
|||
Yea, I know to put a number there. But I do not see where you talking about
Code:
<?php ///////////////////////////////////////////////////////////// // Please note that if you get any errors when connecting, // // that you will need to email your host as we cannot tell // // you what your specific values are supposed to be // ///////////////////////////////////////////////////////////// // type of database running // (only mysql is supported at the moment) $dbservertype="mysql"; // hostname or ip of server $servername="localhost"; // username and password to log onto db server $dbusername="********"; $dbpassword="********"; // name of database $dbname="******"; // technical email address - any error messages will be emailed here $technicalemail = "**************"; // use persistant connections to the database // 0 = don't use // 1 = use $usepconnect = 0; // which users are allowed to view the admin log // separate each userid with a comma $canviewadminlog = "1"; // which users are allowed to prune the admin log // separate each userid with a comma $canpruneadminlog = ""; ?> I see s no (actual documentation) do you ? an yes I have vb gold |
#4
|
||||
|
||||
PHP Code:
|
#5
|
|||
|
|||
The installation guide for Vb3 clearly explains how to add yoruself as a super admin.
|
#6
|
|||
|
|||
Thank you scrub
|
#7
|
||||
|
||||
For some extra security you can add this:
PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|