Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   This Is Joke For noop Right ! (http://www.bvlist.com/showthread.php?t=8764)

spidey 14th January 2013 13:41

This Is Joke For noop Right !
 
I installed V3 after edit staff_settings2.php i still Got this Message

"Incorrect access
Silly Rabbit - Trix are for kids.. You dont have the correct

credentials to be here !"

Trix LOL this is Completely Joke .. ! :wallbash:

so any solution For This and thanks .

romano1 14th January 2013 13:55

http://www.bvlist.com/project-u-232/...u-232-a-2.html

x360zone 14th January 2013 13:59

hi
 
looks like maybe you have not setup your staff pid maybe and user name in the correct place not used it since v2 proper :friend:

spidey 14th January 2013 14:28

i still got
Error

Access Denied!

help pleas ! :(

KrackerMan 14th January 2013 15:09

You need to stick the staff id number in the staff_settings.php file and then add their name to the staff_settings2.php file

spidey 14th January 2013 15:42

pleas give me code or example because i still can not solved .

autotron 14th January 2013 15:53

Quote:

Originally Posted by spidey (Post 38840)
I installed V3 after edit staff_settings2.php i still Got this Message

"Incorrect access
Silly Rabbit - Trix are for kids.. You dont have the correct

credentials to be here !"

Trix LOL this is Completely Joke .. ! :wallbash:

so any solution For This and thanks .

Spidey, this has already been explained to you.
In staff_settings.php set your ID 1 should be there for first account.
In staff_settings2.php set your name that you registered with...admin should be there by default, just change it to yours
In database set your class to 6
Flush your cache then login

spidey 14th January 2013 16:55

thanks autotron :)))



PHP Code:

$INSTALLER09['allowed_staff']['id'] = array(
    
1,
); 
?> 

PHP Code:

<?php
/**
 This file created on Feb 27 2012 00:35:47.
 Site Config staff mod by pdq/U-232.
 *
 */
$INSTALLER09['staff']['allowed'] = array(
    
'MrM' => 1,
    
'System' => 1
);
?>

is that Right ?? pleas answer .. !

Bump: any solution with out installing from the beginning Pleas still can't accesses staff panel pleas post for me right staff setting2.php to make like it ! :(

TLO 14th January 2013 19:57

Quote:

Originally Posted by spidey (Post 38848)
thanks autotron :)))



PHP Code:

$INSTALLER09['allowed_staff']['id'] = array(
    
1,
); 
?> 

PHP Code:

<?php
/**
 This file created on Feb 27 2012 00:35:47.
 Site Config staff mod by pdq/U-232.
 *
 */
$INSTALLER09['staff']['allowed'] = array(
    
'MrM' => 1,
    
'System' => 1
);
?>

is that Right ?? pleas answer .. !

Bump: any solution with out installing from the beginning Pleas still can't accesses staff panel pleas post for me right staff setting2.php to make like it ! :(

You haven't added your id to
Code:

[php]$INSTALLER09['allowed_staff']['id'] = array(
    1, <<<

spidey 15th January 2013 03:50

i done every thing and still a can not accesses the staff panel
pleas post for me Right Example of Staff_setting.php to make like it and thanks for help Guys ! :)

autotron 15th January 2013 14:59

Quote:

Originally Posted by spidey (Post 38868)
i done every thing and still a can not accesses the staff panel
pleas post for me Right Example of Staff_setting.php to make like it and thanks for help Guys ! :)

Assuming you are ID 1 this is right, just add 2 after 1, in staff_settings.php
Then in phpmyadmin set your Class to 6
Then create a file called clearcache.php with this code
Code:


/**
* @author autotron
* @copyright 2010
*/
//clear cache
$memcache = new Memcache;
$memcache->connect("localhost",11211);
$memcache->flush();
//print_r($memcache->getStats());
header("Location: {$INSTALLER09['baseurl']}/index.php");
?>

Upload it to server and run it, then you can login and see panel

qnd 11th May 2013 04:31

Plus the password they need is in the config.php file.

Same username as their user (and what is put into those staff php files) but they need that password from the config.php to get into the panels.


All times are GMT +2. The time now is 00:55.

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