Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
Reply
  #1  
Old 11th April 2017, 03:25
vendettafv's Avatar
vendettafv vendettafv is offline
Member
 
Join Date: Aug 2015
Posts: 1
Default Problem accessing staffpanel
I installed u232v4 and though Sysop does not have access to staffpanel.php.
When I installed I was not able to log in, so I manually added the user to the cache/staff_settings.php and cache/staff_setting2.php
cache/staff_settings.php:
PHP Code:
<?php/**This file created on Apr 10 2017 01:25:41.Site Config staff mod.**/$INSTALLER09['allowed_staff']['id'] = array('System' => 2);?>
cache/staff_setting2.php:
PHP Code:
<?php/**This file created on Apr 10 2017 01:25:41.Site Config staff mod.**/$INSTALLER09['staff']['allowed'] = array('System' => 2);?>
Reply With Quote
  #2  
Old 19th July 2017, 14:30
iseeyoucopy's Avatar
iseeyoucopy iseeyoucopy is offline
VIP
 
Join Date: Jan 2011
P2P
Posts: 28
Default
Your files are wrong, it suppose to be like this
Try to put your username and your user ID...
cache/staff_settings.php
PHP Code:
<?php/**This file created on Apr 10 2017 01:25:41.Site Config staff mod.**/$INSTALLER09['allowed_staff']['id'] = array(1,2);?>
cache/staff_setting2.php
PHP Code:
<?php/**This file created on Apr 10 2017 01:25:41.Site Config staff mod.**/$INSTALLER09['staff']['allowed'] = array('iseeyoucopy=> 1, 'System' => 1);?>
Reply With Quote
  #3  
Old 19th July 2017, 15:24
order's Avatar
order order is offline
Banned
 
Join Date: May 2017
Posts: 40
Default
System 2
Reply With Quote
Reply

Tags
accessing , problem , staffpanel

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 09:19. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.