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)

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 15:30.

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