yhis is cool hack
great man
tanx
it work with 2.0.3
but please edit links in admin/index.php
original:
Now, open admin/index.php
and search for this (or something like this):
________________________________________
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable">
<?php maketableheader("Stats & Logs"); ?>
</table>
<a href="stats.php?s=<?php echo $session[sessionhash]; ?>"> View Statistics </a><br>
<a href="adminlog.php?s=<?php echo $session[sessionhash]; ?>"> View Admin Logs </a>
</td></tr>
________________________________________
and replace it to
________________________________________
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable">
<?php maketableheader("Stats & Logs"); ?>
</table>
<a href="stats.php?s=<?php echo $session[sessionhash]; ?>"> View Statistics </a><br>
<a href="modlog.php4?showLimit=25"> View Moderator Logs </a><br>
<a href="adminlog.php?s=<?php echo $session[sessionhash]; ?>"> View Admin Logs </a>
</td></tr>
________________________________________
FINISH. Just upload "modlog.php" into /admin
Please DO NOT send any mails dependig on this script to me.
I will not answer. Using is on your own risk !
edit here:
<a href="modlog.php4?showLimit=25"> View Moderator Logs </a><br>
replace:
<a href="modlog.php?showLimit=25"> View Moderator Logs </a><br>
|