View Single Post
  #1  
Old 1st April 2014, 15:28
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Question Need some help please
Hello guys,

I'm using Project-u232 V2 and it runs smoothly but I want to figure out how to solve two things.

First thing... I've created a first account named DooMFeaR on userid 1. Then I've created a second account named System, of course with userid 2. Then a friend of mine created an account from his computer named Bller with userid 3. Everything looks great here. I've promoted the accounts to the SysOP class. I modified config.php file to look like that:
Code:
//==Add all your Staff ids
$INSTALLER09['allowed_staff']['id'] = array(1,2,3);
//== Add ALL staff names before you promote them
$INSTALLER09['staff']['allowed'] = array( 'System'    => 2,
						'DooMFeaR'	=> 1,
						'Bller'	=> 3);
The thing is, when I'm logged with System, the staffpanel works great. When I try to access the staffpanel with the other account, I get an error and automatically demoded. How can I solve this problem? Where I did wrong?

The second problem I need to solve
When my friend tries to log in from his home computer, his account gets disabled and in the shoutbox appears the following error. (See the printscreen). Why his account gets disabled?

* Sorry for my bad english and I hope someone can help me! Thanks in advance!

Click the image to open in full size.
__________________
* Ubuntu Linux User since 2009 *
Reply With Quote