-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMENU2.PHP
executable file
·130 lines (62 loc) · 3.4 KB
/
MENU2.PHP
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<center>
<font face="Tahoma, Verdana, Arial" size="-1">
<HR COLOR="#024070" SIZE="2" WIDTH="90%">
<font face="Tahoma, Verdana, Arial" size="-1"><B>Members</B></FONT><FONT FACE="verdana" SIZE="1">
<HR COLOR="#024070" SIZE="2" WIDTH="90%">
</FONT><font face="Tahoma, Verdana, Arial" size="-1"></FONT>
</FORM>
<FONT COLOR="#515468">»</FONT>
<A HREF="http://nemo.pthunited.com/phpBB/login.php">Login</a><br>
<FONT COLOR="#515468">»</FONT>
<A HREF="http://nemo.pthunited.com/phpBB/bb_register.php?mode=agreement">Register</a><br>
<FONT COLOR="#515468">»</FONT>
<A HREF="http://nemo.pthunited.com/phpBB/viewpmsg.php">Private messaging</a><br>
<FONT COLOR="#515468">»</FONT>
<A HREF="http://nemo.pthunited.com/phpBB/search.php">Search bbs</a><br>
<FONT COLOR="#515468">»</FONT>
<A HREF="http://nemo.pthunited.com/phpBB/bb_memberlist.php">Members List</a><br>
<FONT COLOR="#515468">»</FONT>
<A HREF="http://nemo.pthunited.com/phpBB/sendpassword.php">Lost password</a><br>
<BR>
<font face="Tahoma, Verdana, Arial" size="-1">
<HR COLOR="#024070" SIZE="2" WIDTH="90%">
<font face="Tahoma, Verdana, Arial" size="-1"><B>Tests</B></FONT><FONT FACE="verdana" SIZE="1">
<HR COLOR="#024070" SIZE="2" WIDTH="90%">
</FONT><font face="Tahoma, Verdana, Arial" size="-1"></FONT>
<FONT COLOR="#515468">»</FONT>
<A HREF="http://nemo.pthunited.com/#">Take a Test - DOWN</A><BR>
<FONT COLOR="#515468" size=1>»</FONT>
<A HREF="http://nemo.pthunited.com/#">Make a Test - DOWN</A><BR>
<br>
<CENTER><font face="Tahoma, Verdana, Arial" size="-1">
<HR WIDTH="90%" COLOR=#024070 SIZE=2>
<font face="Tahoma, Verdana, Arial" size="-1"><B>Your information </B>
<HR WIDTH="90%" COLOR=#024070 SIZE=2>
<CENTER><B>Your IP (<?php echo $REMOTE_ADDR; ?>) </B>
<TABLE BORDER=0>
<TBODY>
<TR>
<TD>
<CENTER>
<FORM NAME=t METHOD=post><font face="Tahoma, Verdana, Arial" size="-1">Your screen
width:<BR>
<INPUT SIZE=4 VALUE="not supported" NAME=t1 style="background-color: #003366; background-attachment: scroll; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; border-height: 2; text-decoration: none; font-weight: bold; border: 1 solid #000000; padding: 1"><BR><BR>
<FONT FACE=verdana SIZE=1>Your screen height:<BR>
<INPUT SIZE=3 VALUE="not supported" NAME=t2 style="background-color: #003366; background-attachment: scroll; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; border-height: 2; text-decoration: none; font-weight: bold; border: 1 solid #000000; padding: 1"><BR><BR>
<font face="Tahoma, Verdana, Arial" size="-1">Your screen color Depth:<BR>
<INPUT SIZE=2 VALUE="not supported" NAME=t3 style="background-color: #003366; background-attachment: scroll; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; border-height: 2; text-decoration: none; font-weight: bold; border: 1 solid #000000; padding: 1">
</FONT></FONT></FONT></CENTER></TD></TR></TBODY></TABLE></FORM>
<SCRIPT>
<!--
function show(){
if (!document.all&&!document.layers)
return
document.t.t1.value=screen.width
document.t.t2.value=screen.height
document.t.t3.value=screen.colorDepth
}
show()
//-->
</SCRIPT>
<HR COLOR="#024070" SIZE="2" WIDTH="90%">
</center>