about summary refs log blame commit diff stats
path: root/stats.php
blob: 222912752a4b24c159d6ee33d2f658f5028a062e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                                                                                                             
                                                                              
                                               




                                                                 

                                                      
              
                                                                                                                                                  
                                                   
                                                
                                                   
                                               



              
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <title>tilde.institute :: Stats</title>
        <link rel="stylesheet" href="tilde.css" type="text/css"/>
        <link rel="icon" type="image/png" href="icon.png"/>
</head>
<body>
<div id="container">
    <?php include("header.html"); ?>
	<div id="content" style="text-align: center;">
        <br />
        <!--<p><code><?php include("table.weekconns"); ?></code> unique users logged in this week (resets Saturdays <code>00:00 UTC</code>)</p>-->
        <p>Connected Users (<code>5min</code>):</p>
            <?php include("table.connusers"); ?>
        <p>Registered Users (<code>1hr</code>):</p>
            <?php include("table.regusers"); ?>
	</div>
</div>
</body>
</html>