Snakes111
10-30-2007, 06:43 AM
Hi
this morning i have instaled multi phpbb.
now i have got this problem. it woont let me be an super admin so i can only go to the normal admin page but i can edit anything.
I have check my userid trough phpmyadmin and it shows that is deffenatly 1
I hoop you guy's can help me.
PS sorry for the bad english
Tis is howe my config file looks like
<?php
/*
+================================================= =======================+
|| NBSdesignz Multi-Forums phpBB - Version 1.0.0 Beta 8
|| -----------------------------------------------------------------------
|| By NBSdesignz (http://www.nbsdesignz.com)
|| Copyright © 2006 - 2007 NBSdesignz
|| This file may not be redistributed in whole or significant part.
|| --------------------- THIS SCRIPT IS FREEWARE. ------------------------
|| All copyright notices in this script must stay intact unless
|| copyright removal has been purchased!
|| -----------------------------------------------------------------------
|| Although this script has been tested by us, we are not responsible for
|| any damage it may cause!
|| -----------------------------------------------------------------------
|| $Id: nbs_config.php.new 381 2007-03-01 03:51:29Z derek $
|| Downloaded: Monday, October 29, 2007 20:39:15
+================================================= =======================+
*/
//========================= DATABASE INFORMATION =========================
//--------------------------------------------------
// Database Host
//--------------------------------------------------
$config['Database']['host'] = 'localhost';
//--------------------------------------------------
// Database Username
//--------------------------------------------------
$config['Database']['username'] = '';
//--------------------------------------------------
// Database Password
//--------------------------------------------------
$config['Database']['password'] = '';
//--------------------------------------------------
// Database Name
//--------------------------------------------------
$config['Database']['name'] = '';
//--------------------------------------------------
// Table Prefix
//--------------------------------------------------
$config['Database']['prefix'] = 'nbs_';
//--------------------------------------------------
// Use Persistent MySQL Connection (1 = yes; 0 = no)
// Warning: This can be very resource intensive!
//--------------------------------------------------
$config['Database']['pconnect'] = 0;
//============================ SPECIAL USERS =============================
//--------------------------------------------------
// Super Admins
// These admins are able to set admin permissions
// and various other things.
// Separate each userid with a comma.
//--------------------------------------------------
$config['SpecialUsers']['superadmins'] = '1';
//--------------------------------------------------
// Undeletable / Unalterable Users
// The users listed here cannot be deleted or edited.
// We highly recommend that you list your main
// account here so you can't be deleted or edited if
// you ever get hacked.
// Separate each userid with a comma.
//--------------------------------------------------
$config['SpecialUsers']['undeletableusers'] = '1';
//--------------------------------------------------
// Can View Admin Logs
// Enter a list of admin userids with permission to
// view the admin logs.
// Separate each userid with a comma.
//--------------------------------------------------
$config['SpecialUsers']['canviewadminlogs'] = '1';
//--------------------------------------------------
// Can Prune Admin Logs
// Enter a list of admin userids with permission to
// empty the admin logs.
// Separate each userid with a comma.
//--------------------------------------------------
$config['SpecialUsers']['canpruneadminlogs'] = '1';
//--------------------------------------------------
// Query Running Permissions
// Enter a list of admin userids with permission to
// run queries from the admin control panel.
// Separate each userid with a comma.
$config['SpecialUsers']['canrunqueries'] = '1';
//====================== MISCELLANEOUS INFORMATION =======================
//--------------------------------------------------
// Debug Mode (1 = yes; 0 = no)
//--------------------------------------------------
$config['Misc']['debug'] = 0;
//--------------------------------------------------
// Path To Script (with ending slash at the end)
// If you do not know this, please upload
// do_not_upload/path.php to the main directory
// where your phpBB files are, and run it.
//--------------------------------------------------
define('DIR', '/full/path/to/phpbb/');
//===================== DO NOT EDIT THIS SECTION!!! ======================
//--------------------------------------------------
// Is the Script Installed? (1 = yes; 0 = no)
//--------------------------------------------------
define('INSTALLED', 1);
if (!defined('IN_NBS'))
{
die('Hacking attempt!');
}
//================================================== ======================
?>
this morning i have instaled multi phpbb.
now i have got this problem. it woont let me be an super admin so i can only go to the normal admin page but i can edit anything.
I have check my userid trough phpmyadmin and it shows that is deffenatly 1
I hoop you guy's can help me.
PS sorry for the bad english
Tis is howe my config file looks like
<?php
/*
+================================================= =======================+
|| NBSdesignz Multi-Forums phpBB - Version 1.0.0 Beta 8
|| -----------------------------------------------------------------------
|| By NBSdesignz (http://www.nbsdesignz.com)
|| Copyright © 2006 - 2007 NBSdesignz
|| This file may not be redistributed in whole or significant part.
|| --------------------- THIS SCRIPT IS FREEWARE. ------------------------
|| All copyright notices in this script must stay intact unless
|| copyright removal has been purchased!
|| -----------------------------------------------------------------------
|| Although this script has been tested by us, we are not responsible for
|| any damage it may cause!
|| -----------------------------------------------------------------------
|| $Id: nbs_config.php.new 381 2007-03-01 03:51:29Z derek $
|| Downloaded: Monday, October 29, 2007 20:39:15
+================================================= =======================+
*/
//========================= DATABASE INFORMATION =========================
//--------------------------------------------------
// Database Host
//--------------------------------------------------
$config['Database']['host'] = 'localhost';
//--------------------------------------------------
// Database Username
//--------------------------------------------------
$config['Database']['username'] = '';
//--------------------------------------------------
// Database Password
//--------------------------------------------------
$config['Database']['password'] = '';
//--------------------------------------------------
// Database Name
//--------------------------------------------------
$config['Database']['name'] = '';
//--------------------------------------------------
// Table Prefix
//--------------------------------------------------
$config['Database']['prefix'] = 'nbs_';
//--------------------------------------------------
// Use Persistent MySQL Connection (1 = yes; 0 = no)
// Warning: This can be very resource intensive!
//--------------------------------------------------
$config['Database']['pconnect'] = 0;
//============================ SPECIAL USERS =============================
//--------------------------------------------------
// Super Admins
// These admins are able to set admin permissions
// and various other things.
// Separate each userid with a comma.
//--------------------------------------------------
$config['SpecialUsers']['superadmins'] = '1';
//--------------------------------------------------
// Undeletable / Unalterable Users
// The users listed here cannot be deleted or edited.
// We highly recommend that you list your main
// account here so you can't be deleted or edited if
// you ever get hacked.
// Separate each userid with a comma.
//--------------------------------------------------
$config['SpecialUsers']['undeletableusers'] = '1';
//--------------------------------------------------
// Can View Admin Logs
// Enter a list of admin userids with permission to
// view the admin logs.
// Separate each userid with a comma.
//--------------------------------------------------
$config['SpecialUsers']['canviewadminlogs'] = '1';
//--------------------------------------------------
// Can Prune Admin Logs
// Enter a list of admin userids with permission to
// empty the admin logs.
// Separate each userid with a comma.
//--------------------------------------------------
$config['SpecialUsers']['canpruneadminlogs'] = '1';
//--------------------------------------------------
// Query Running Permissions
// Enter a list of admin userids with permission to
// run queries from the admin control panel.
// Separate each userid with a comma.
$config['SpecialUsers']['canrunqueries'] = '1';
//====================== MISCELLANEOUS INFORMATION =======================
//--------------------------------------------------
// Debug Mode (1 = yes; 0 = no)
//--------------------------------------------------
$config['Misc']['debug'] = 0;
//--------------------------------------------------
// Path To Script (with ending slash at the end)
// If you do not know this, please upload
// do_not_upload/path.php to the main directory
// where your phpBB files are, and run it.
//--------------------------------------------------
define('DIR', '/full/path/to/phpbb/');
//===================== DO NOT EDIT THIS SECTION!!! ======================
//--------------------------------------------------
// Is the Script Installed? (1 = yes; 0 = no)
//--------------------------------------------------
define('INSTALLED', 1);
if (!defined('IN_NBS'))
{
die('Hacking attempt!');
}
//================================================== ======================
?>