WoW ! a full pakage for admin tools !!! - NBS






 

 

WoW ! a full pakage for admin tools !!! - NBS

View Full Version : WoW ! a full pakage for admin tools !!!


Choas
10-Mar-2007, 09:23 PM
How can i solve the error in this picture ?

http://img2.freeimagehosting.net/uploads/acbc5de239.jpg


and how to fix this error in making forums ?

Could not login to the ftp server.


and how to fix this (it seemed relatet to ftp error)

Forum Is Not Active

Sorry, the forum you selected is currently not active. You might be seeing this message because the forum might not have been activated or it might have been disabled for breaking our TOS.
If you are not sure, feel free to contact us.

Derek
11-Mar-2007, 04:03 AM
To get everything to show up, you need to edit your nbs_config.php file and make yourself a super admin. Please refer to the wiki for more details on this...

http://www.nbsdesignz.com/wiki/Multi-Forums_phpBB:Install

The FTP error is caused by an incorrect FTP username and/or password. Once you make yourself a superadmin you can edit the settings and verify your FTP details are correct.

The forum is not active error shows when the new forum hasn't clicked the verification link that they receive via email. You can disable verification in the settings, and you can activate forums from the AdminCP as well.

Choas
11-Mar-2007, 06:25 AM
I do this in nbs_confing.php before install , but it dont work and the error (that i said in my first post) occuring ! please tell me what i do wrong and what i must doing :


//============================ 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'] = 'My Name';

//--------------------------------------------------
// 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'] = 'My Name';

//--------------------------------------------------
// 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'] = 'My Name';

//--------------------------------------------------
// 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'] = 'My Name';

//--------------------------------------------------
// 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'] = 'My Name';

wimpie
11-Mar-2007, 09:10 AM
don't use your name, but your user id

Choas
11-Mar-2007, 09:18 AM
If I write "my name" I mean , I write my ID here (my ID is a word
such as "Choas") ....The mean of my name is my ID ! ....

OK ?!

wimpie
11-Mar-2007, 09:25 AM
If I write "my name" I mean , I write my ID here (my ID is a word
such as "Choas") ....The mean of my name is my ID ! ....

OK ?!
you understand wrong i think (or me you)..
profile.php?mode=viewprofile&u=1 if you look at your profile or hoover over your username.
the id is 1, a number and not a word

Choas
11-Mar-2007, 09:40 AM
Oh ! Youre right ! Thanks alot

I was removed ID=1 and put a word !

Thanks agan

Choas
11-Mar-2007, 09:46 AM
Another question :

How can i change the data base perfix without new install ? (the default is : nbs_)

steef
11-Mar-2007, 02:55 PM
do you have write the right script path in the nbs_config.php?

Derek
11-Mar-2007, 04:14 PM
Another question :

How can i change the data base perfix without new install ? (the default is : nbs_)
You would have to change the prefix in the config file, and then go into PHPMyAdmin and rename the nbs_ tables to have the new prefix instead.

Derek