aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example
diff options
context:
space:
mode:
authoronefang2019-08-22 15:47:24 +1000
committeronefang2019-08-22 15:47:24 +1000
commit2c4a60c5d686168e54d71b0582b8d78eafec00a1 (patch)
treed676f097c7ac8949bf9765ff62c9060334e1ba2a /example
parentFunction for MYSQL joins. (diff)
downloadopensim-SC_OLD-2c4a60c5d686168e54d71b0582b8d78eafec00a1.zip
opensim-SC_OLD-2c4a60c5d686168e54d71b0582b8d78eafec00a1.tar.gz
opensim-SC_OLD-2c4a60c5d686168e54d71b0582b8d78eafec00a1.tar.bz2
opensim-SC_OLD-2c4a60c5d686168e54d71b0582b8d78eafec00a1.tar.xz
More stats, and an actual stats web page.
Diffstat (limited to 'example')
-rw-r--r--example/web/stats.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/example/web/stats.html b/example/web/stats.html
new file mode 100644
index 0000000..1dce2f3
--- /dev/null
+++ b/example/web/stats.html
@@ -0,0 +1,22 @@
1<html>
2 <title><!--#echo var="grid" --> stats page</title>
3 <head>
4 <meta http-equiv="refresh" content="120">
5 </head>
6 <body>
7 <h1><!--#echo var="grid" --> statistics.</h1>
8 <p>Login URI - <!--#echo var="uri" --></p>
9 <p>Login page - <a href="<!--#echo var="uri" -->web/loginpage.html"><!--#echo var="uri" -->web/loginpage.html</a></p>
10 <p>There are <!--#echo var="members" --> members of this grid.</p>
11 <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world right now.</p>
12 <p>There are <!--#echo var="outworld" --> locals out on the hypergrid right now.</p>
13 <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>
14 <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>
15 <p>There are <!--#echo var="sims" --> regions, though <!--#echo var="offlineSims" --> might not be online right now.</p>
16 <p>There may be <!--#echo var="onlineSims" --> regions online, with a total area of perhaps <!--#echo var="simsSize" --> square metres.</p>
17 <p>There are <!--#echo var="varRegions" --> varregions that might be online now.</p>
18 <p>There are <!--#echo var="singleSims" --> normal regions that might be online now.</p>
19 <p><!--#echo var="grid" --> is running <a href="https://sledjhamr.org/mantisbt/project_page.php?project_id=8"><!--#echo var="version" --></a></p>
20 <p>These statistics will update every two minutes.</p>
21 </body>
22</html>