blob: c806c03eb328ff13c775be418fed0131170a1a46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<html>
<title><!--#echo var="grid" --> stats page</title>
<head>
<link rel="shortcut icon" href="SledjHamrIconSmall.png">
<meta http-equiv="refresh" content="120">
</head>
<body>
<h1><!--#echo var="grid" --> statistics.</h1>
<p>Login URI - <!--#echo var="uri" --></p>
<p>Login page - <a href="<!--#echo var="uri" -->web/loginpage.html"><!--#echo var="uri" -->web/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 perhaps <!--#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></p>
<p>These statistics will update every two minutes.</p>
</body>
</html>
|