Log in

View Full Version : confious


niadene
02-15-2010, 09:36 AM
hi guys

i have this thing bothering me...i start using vb 3 months ago i install it u gave a admin username right?im not sure if the host or the vb who gave me admin username to have access to vb admin cp...

im the owner of the forum but the admin username is the one that my friend using then he made me admin too...but right now his not online for almost 1 month..that admin username have got full access..i got full access too but not on some like on control panel Log on in some scipt....so is there any way i could have the full access to all stuff n admin panel?i cant contact my firnd now his not even online in ym...coz i wnt to put my username as cannot be ban or removed by anybody...

thanks

Marco van Herwaarden
02-15-2010, 10:11 AM
The admin user is created during the install process using the username/password as entered during installation.

You can make yourself a Super-Admin by addin your user-id to the config.php fil.

niadene
02-15-2010, 07:24 PM
thanks..whre i could find config.php?and can you assist on it where i should add it there....

Marco van Herwaarden
02-16-2010, 08:16 AM
./includes/config.php


// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1,2,3';
Replace 1,2,3 with the userid's of your Super Admins.

niadene
02-16-2010, 09:55 AM
i already added it thanks...but i more thing i cant view control panel log...still restircted to me

Marco van Herwaarden
02-16-2010, 10:17 AM
You can set access to the logfiles also in the config.php.

niadene
02-17-2010, 05:33 AM
:(( can u please guide me again?in which in there

Marco van Herwaarden
02-17-2010, 08:38 AM
// ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
// The users specified here will be allowed to view the admin log in the control panel.
// Users must be specified by *ID number* here. To obtain a user's ID number,
// view their profile via the control panel. If this is a new installation, leave
// the first user created will have a user ID of 1. Seperate each userid with a comma.
$config['SpecialUsers']['canviewadminlog'] = '1';

There you can set who can view the logs.

PS You only to need to read the descriptions in the config.php file to know what the purpose of these settings are.

More info also in the manual: Editing the vBulletin Configuration File (http://www.vbulletin.com/docs/html/editconfig)

niadene
02-17-2010, 08:49 AM
thanks got it now