Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   Problem accessing staffpanel (http://www.bvlist.com/showthread.php?t=11123)

vendettafv 11th April 2017 03:25

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);?>


iseeyoucopy 19th July 2017 14:30

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);?>


order 19th July 2017 15:24

System 2


All times are GMT +2. The time now is 11:10.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.