This repository was archived by the owner on Feb 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.php
More file actions
59 lines (53 loc) · 1.74 KB
/
help.php
File metadata and controls
59 lines (53 loc) · 1.74 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<head>
<title>Help</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<a href="index.php"><<-- Back to the server list</a>
<br>
<table><TR><TD><span style="background-color: #00ff00; font-size: 10px; "><font color="#000000">
Online </font></span></TD><td>The server is online.</td></TR><TR><TD><span style="background-color: #000099; font-size: 10px; "><font color="#ffffff">
Laggy </font></span></TD><td>The server is online, but the server needed more than 2 seconds
to send the user list.</td></TR>
<TR>
<TD><span style="background-color: #0000ff; font-size: 10px; "><font color="#ffffff"> Laggy </font></span>
</TD>
<TD>The server is online, but it didn't answered after 2 seconds.
</TD>
</TR>
<TR>
<TD><span style="background-color: #FF9900; font-size: 10px; "><font color="#000000"> Failed </font></span>
</TD>
<TD>The server is online, but the script failed to login.
</TD>
</TR>
<TR>
<TD><span style="background-color: #ff00ff; font-size: 10px; "><font color="#ffffff"> Locked </font></span>
</TD>
<TD>The server is online but locked.
</TD>
</TR>
<TR>
<TD><span style="background-color: #ffff00; font-size: 10px; "><font color="#000000"> Pending </font></span>
</TD>
<TD>
The script was interrupted during the check, or is being checked, unknown state.
</TD>
</TR>
<TR>
<TD><span style="background-color: #ff0000; font-size: 10px; "><font color="#ffffff"> Offline </font></span>
</TD>
<TD>The server is offline.
</TD>
</TR>
</table>
<br>
<br>
<br>
<br>
<br>
<img src="im/help2.png">
<br>
</body>
</html>