followed the instructions --
worked on the first try vb 2.2.6 fresh install
one thing i did find (could have been from a previous hack)
in the optional file hacks - changes to admin/index.php
find:
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable">
<?php maketableheader("Stats & Logs"); ?>
mine looked like this:
<center><a href="index.php?s=<?php echo $session[sessionhash]; ?>&action=home"> Control Panel Home </a></center>
<table width="100%" border="0" cellspacing="0" cellpadding="<?php echo iif($cpnavjs,2,5); ?>" id="navtable">
other than that -- easy install -- works great!
|