mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-26 01:31:58 -07:00
Update stats page to have cool links
This commit is contained in:
25
stats.php
25
stats.php
@@ -22,8 +22,29 @@
|
||||
} */
|
||||
|
||||
print "
|
||||
$header<br>$tblstart
|
||||
$tccellh>Records$tccellh> <tr>
|
||||
$header
|
||||
<br>$tblstart
|
||||
<tr>$tccellh>Interesting statistics</td></tr>
|
||||
<tr>$tccell1l>
|
||||
<img src='ext/ppdgauge.php' alt='Posts in last 24 hours' title='Posts in last 24 hours' style='display: block; float: right;'>
|
||||
<ul>
|
||||
<li><a href='activeusers.php'>Recently active posters</a></li>
|
||||
<li><a href='acs.php'>Daily poster rankings</a></li>
|
||||
<li><a href='milestones.php'>Post milestones</a></li>
|
||||
<li><a href='sigsize.php'>Biggest posters</a></li>
|
||||
<li><a href='sigsize.php'>Largest post layouts</a></li>
|
||||
<li><a href='sigsize.php?bio=1'>Largest bios</a></li>
|
||||
<li><a href='activity.php?u=". ($loguserid ? $loguserid : 1) ."'>Graph of your posting history</a> (change the ID in the URL to see others)</li>
|
||||
<li><a href='activity2.php'>Graph of the top 10 posters</a></li>
|
||||
<li><a href='activity3.php'>Graph of total post count and posts per day</a></li>
|
||||
<li><a href='activity3u.php'>Graph of active users per day</a></li>
|
||||
<li><a href='avatar.php'>Mood avatars</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
$tblend
|
||||
<br>$tblstart
|
||||
$tccellh width='200'>Records$tccellh> <tr>
|
||||
$tccell1s><b>Most posts within 24 hours:</td>
|
||||
$tccell2ls>$misc[maxpostsday], on ".date($dateformat,$misc['maxpostsdaydate'])."<tr>
|
||||
$tccell1s><b>Most posts within 1 hour:</td>
|
||||
|
Reference in New Issue
Block a user