Added full source code
This commit is contained in:
commit
33f8586698
1377 changed files with 123808 additions and 0 deletions
admin
25
admin/index.html
Normal file
25
admin/index.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>LegacyWorlds Beta 5 > Administration</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>LW Beta 5 administration tools</h1>
|
||||
|
||||
<h2>Game management</h2>
|
||||
<ul>
|
||||
<li><a href="game_status.php">Game status</a>: display and manage existing games</li>
|
||||
<li><a href="create.php?reset=1">Game creation</a>: create new LegacyWorlds rounds or matches</li>
|
||||
<li><a href="set_default.php">Default game</a> (game for which rankings are displayed)</li>
|
||||
<li><a href="deathofrats.php">Death of Rats</a>: experimental multi detection tool</li>
|
||||
</ul>
|
||||
|
||||
<h2>Server management</h2>
|
||||
<ul>
|
||||
<li><a href="ticks.php">Ticks</a>: enable / disable the tick manager, run ticks manually</li>
|
||||
<li><a href="proxy.php">Proxy detector</a>: control the detector's status and manually check for open proxies</li>
|
||||
<li><a href="maintenance.php">Maintenance</a>: activate / de-activate maintenance mode</li>
|
||||
<li><a href="maps.php">Maps management</a>: manage maps used for <i>Kings of the Hill</i> games</li>
|
||||
<li><a href="bot.php">IRC bot</a>: control the IRC bot</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue