Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
Reply
  #11  
Old 15th January 2013, 14:59
autotron autotron is offline
Senior Member
 
Join Date: Apr 2008
Canada
Posts: 29
Default
Quote:
Originally Posted by spidey View Post
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:
<?php

/**
 * @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
Reply With Quote
  #12  
Old 11th May 2013, 04:31
qnd qnd is offline
Member
 
Join Date: Mar 2013
P2P
Posts: 4
Default
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.
Reply With Quote
Reply

Tags
joke , noop

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 10:53. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.