|
@@ -83,7 +83,7 @@ $timeoffset = "+0"; # A time offset on the stats page - if your
|
|
|
# You shouldn't care about anything below this point
|
|
# You shouldn't care about anything below this point
|
|
|
$debug = 0; # 0 = Debugging off, 1 = Debugging on
|
|
$debug = 0; # 0 = Debugging off, 1 = Debugging on
|
|
|
$debugfile = "debug.log"; # Path to debug file(must be set if $debug == 1)
|
|
$debugfile = "debug.log"; # Path to debug file(must be set if $debug == 1)
|
|
|
-$version = "v0.16a";
|
|
|
|
|
|
|
+$version = "v0.17pre1";
|
|
|
|
|
|
|
|
my ($lines, $kicked, $gotkicked, $smile, $longlines, $time, $timestamp, %alias,
|
|
my ($lines, $kicked, $gotkicked, $smile, $longlines, $time, $timestamp, %alias,
|
|
|
$normalline, $actionline, $thirdline, @ignore, $line, $processtime, @topics,
|
|
$normalline, $actionline, $thirdline, @ignore, $line, $processtime, @topics,
|
|
@@ -1650,7 +1650,7 @@ sub htmlfooter
|
|
|
{
|
|
{
|
|
|
print OUTPUT <<HTML;
|
|
print OUTPUT <<HTML;
|
|
|
<span class="small">
|
|
<span class="small">
|
|
|
-Stats generated by <a href="http://www.wtf.dk/hp/index.php?page=pisg" title="Go to the pisg homepage">pisg</a> $version<br>
|
|
|
|
|
|
|
+Stats generated by <a href="http://pisg.sourceforge.net/" title="Go to the pisg homepage">pisg</a> $version<br>
|
|
|
pisg by <a href="http://www.wtf.dk/hp/" title="Go to the authors homepage">Morten "LostStar" Brix Pedersen</a> and others<br>
|
|
pisg by <a href="http://www.wtf.dk/hp/" title="Go to the authors homepage">Morten "LostStar" Brix Pedersen</a> and others<br>
|
|
|
Stats generated in $processtime
|
|
Stats generated in $processtime
|
|
|
</span>
|
|
</span>
|