For all the masses,
I did this on a clean install of vb2.2.7, and it works fine, no errors, what I did was follow the instructions in the .zip file and the only change I had to make was in the admin/index.php From what I can gather the oringal thing to look for was this
Code to look for before version 2.2.5
<tr><td>
<table width="100%" border="0" cellspacing= "0" cellpadding="2" id="navtable">
<?php maketableheader("Stats & Logs"); ?>
Unfortunatly that code has changed since version2.2.5 so if you have version 2.2.5 - 2.2.7 look for this code "Thank Threadcrapper"
Code to look for after version 2.2.5
<center><a href="index.php?s=<?php echo $sessionsessionhash}; ?>&action=home:>
Control Panel Home </a></center>
<table width ="100%: border="0" cellspacing="0" cellpadding="<?php echo iif($cpanvjs,2,5?; ?>" id="navtable">
SO THAT SHOULD DO IT.
P.S. I attached the index file so if you want you can just download it, the file name is index.php.txt, so when you upload it rename it to just index.php and the code is allready in there so it should work great.
|