aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/www/stats.html
blob: 7309bd592460278afa2af9dbc0ab8268fedbdb10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
  <title><!--#echo var="grid" --> stats page</title>
  <head>
    <meta charset="UTF-8">
    <link rel="shortcut icon" href="/SledjHamrIconSmall.png">
    <meta http-equiv="refresh" content="120">
    <style> 
      html, body {background-color: black; color: white; font-family: 'sans-serif'; margin: 0; padding: 0;}
      a:link {color: aqua;}
      a:visited {color: fuchsia;}
      a:hover {color: blue;}
      a:active {color: red;}
      button {background-color: darkgreen;}
      button:hover {color: blue;}
      button:active {color: red;}
      label {background-color:darkgreen; font-size: 160%;}
      input {background-color:darkblue; font-size: 80%;}
      textarea {background-color:darkblue; font-size: 80%; vertical-align: top;}
    </style>
  </head>
  <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'>
    <font face='sans-serif'>
      <h1><!--#echo var="grid" --> statistics.</h1>
      <p>Grid is - <!--#echo var="gridOnline" --></p>
      <p>Login URI - <!--#echo var="uri" --></p>
      <p>Login page - <a href="<!--#echo var="URL" -->/loginpage.html"><!--#echo var="URL" -->/loginpage.html</a></p>
      <p>There are <!--#echo var="members" --> members of this grid.</p>
      <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world right now.</p>
      <p>There are <!--#echo var="outworld" --> locals out on the hypergrid right now.</p>
      <p>There have been <!--#echo var="locDay30" --> locals and <!--#echo var="HGday30" --> hypergrid visitors on this grid in the last 30 days (<!--#echo var="day30" --> total).</p>
      <p>There have been <!--#echo var="locDay60" --> locals and <!--#echo var="HGday60" --> hypergrid visitors on this grid in the last 60 days (<!--#echo var="day60" --> total).</p>
      <p>There are <!--#echo var="sims" --> regions, though <!--#echo var="offlineSims" --> might not be online right now.</p>
      <p>There may be <!--#echo var="onlineSims" --> regions online, with a total area of roughly <!--#echo var="simsSize" --> square metres.</p>
      <p>There are <!--#echo var="varRegions" --> varregions that might be online now.</p>
      <p>There are <!--#echo var="singleSims" --> normal regions that might be online now.</p>
      <p><!--#echo var="grid" --> is running <a href="https://sledjhamr.org/mantisbt/project_page.php?project_id=8"><!--#echo var="version" --></a>,
      part of the <a href="https://sledjhamr.org/git/docs/index.html">SledjHamr</a> project.</p>
      <p>This statistics page will update every two minutes.</p>
    </font>
  </body>
</html>