stats.php
来自「这是整套横扫千军3D版游戏的源码」· PHP 代码 · 共 24 行
PHP
24 行
<?php require("inc/head.php") ?>
<h2><FONT COLOR="#0000FF">TASServer Statistics</FONT></h2>
<img src="../stats/info.png"><p>
<hr>
<h3>Number of players during last week:</h3>
<img src="../stats/clients.png"><p>
<h3>Active battles during last week:</h3>
<img src="../stats/battles.png"><p>
Battle is considered "active" when it is in-game and at least 2 players are participating in it.
<br>
<h3>Registered accounts (total + active):</h3>
<img src="../stats/accounts.png"><p>
Account is considered "active" when user has logged in at least once during last 7 days and spent at least 5 hours in-game (not necessarily during last 7 days).
<br>
<h3>Most popular mods today:</h3>
<img src="../stats/mods.png"><p>
<hr>
<a href="http://www.sentvid.org">Visit Gimanzija Sentvid</a>
<br>
<a href="http://taspring.clan-sy.com">Visit Spring web site</a>
<?php require("inc/footer.php") ?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?