quote:
Originally posted by WDZ
I just placed a separate link on the stats index instead of doing a dynamic show/hide link to save myself some work.
surely this would be like a few lines of code
* Eljay slaps lazy WDZZZzzzzzzzzzzz around a bit with a large trout.
EDIT: wrote it for you
<?
if($HTTP_GET_VARS['hidespam'] == 1) {
echo "<a href='http://shoutbox.menthix.net/statistics.php?page=topposters&today=1'>Include T&T</a>";
}
else
{
echo "<a href='http://shoutbox.menthix.net/statistics.php?page=topposters&today=1&hidespam=1'>Hide T&T</a>";
}
?>