impostor 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,423 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-gb" xml:lang="en-gb">
3
+ <head>
4
+ <link REL="SHORTCUT ICON" HREF="http://example.com/favicon.ico">
5
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
6
+ <meta http-equiv="content-language" content="en-gb" />
7
+ <meta http-equiv="content-style-type" content="text/css" />
8
+ <meta http-equiv="imagetoolbar" content="no" />
9
+ <meta name="resource-type" content="document" />
10
+ <meta name="distribution" content="global" />
11
+ <meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
12
+ <meta name="keywords" content="" />
13
+ <meta name="description" content="" />
14
+ <title>EXAMPLE.COM &bull; User Control Panel &bull; Login</title>
15
+
16
+ <link rel="stylesheet" href="./styles/GnB/theme/stylesheet.css" type="text/css" />
17
+
18
+
19
+
20
+ <script type="text/javascript">
21
+ // <![CDATA[
22
+
23
+ function popup(url, width, height, name)
24
+ {
25
+ if (!name)
26
+ {
27
+ name = '_popup';
28
+ }
29
+
30
+ window.open(url.replace(/&amp;/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
31
+ return false;
32
+ }
33
+
34
+ function jumpto()
35
+ {
36
+ var page = prompt('Enter the page number you wish to go to.:', '');
37
+ var perpage = '';
38
+ var base_url = '';
39
+
40
+ if (page !== null && !isNaN(page) && page > 0)
41
+ {
42
+ document.location.href = base_url.replace(/&amp;/g, '&') + '&start=' + ((page - 1) * perpage);
43
+ }
44
+ }
45
+
46
+ /**
47
+ * Find a member
48
+ */
49
+ function find_username(url)
50
+ {
51
+ popup(url, 760, 570, '_usersearch');
52
+ return false;
53
+ }
54
+
55
+ /**
56
+ * Mark/unmark checklist
57
+ * id = ID of parent container, name = name prefix, state = state [true/false]
58
+ */
59
+ function marklist(id, name, state)
60
+ {
61
+ var parent = document.getElementById(id);
62
+ if (!parent)
63
+ {
64
+ eval('parent = document.' + id);
65
+ }
66
+
67
+ if (!parent)
68
+ {
69
+ return;
70
+ }
71
+
72
+ var rb = parent.getElementsByTagName('input');
73
+
74
+ for (var r = 0; r < rb.length; r++)
75
+ {
76
+ if (rb[r].name.substr(0, name.length) == name)
77
+ {
78
+ rb[r].checked = state;
79
+ }
80
+ }
81
+ }
82
+
83
+
84
+ // ]]>
85
+ </script>
86
+ <SCRIPT TYPE="text/javascript">
87
+ <!--
88
+ // copyright 1999 Idocs, Inc. http://www.idocs.com/tags/
89
+ // Distribute this script freely, but please keep this
90
+ // notice with the code.
91
+
92
+ var rollOverArr=new Array();
93
+ function setrollover(OverImgSrc,pageImageName)
94
+ {
95
+ if (! document.images)return;
96
+ if (pageImageName == null)
97
+ pageImageName = document.images[document.images.length-1].name;
98
+ rollOverArr[pageImageName]=new Object;
99
+ rollOverArr[pageImageName].overImg = new Image;
100
+ rollOverArr[pageImageName].overImg.src=OverImgSrc;
101
+ }
102
+
103
+ function rollover(pageImageName)
104
+ {
105
+ if (! document.images)return;
106
+ if (! rollOverArr[pageImageName])return;
107
+ if (! rollOverArr[pageImageName].outImg)
108
+ {
109
+ rollOverArr[pageImageName].outImg = new Image;
110
+ rollOverArr[pageImageName].outImg.src = document.images[pageImageName].src;
111
+ }
112
+ document.images[pageImageName].src=rollOverArr[pageImageName].overImg.src;
113
+ }
114
+
115
+ function rollout(pageImageName)
116
+ {
117
+ if (! document.images)return;
118
+ if (! rollOverArr[pageImageName])return;
119
+ document.images[pageImageName].src=rollOverArr[pageImageName].outImg.src;
120
+ }
121
+ //-->
122
+ </SCRIPT>
123
+
124
+ </head>
125
+ <body class="ltr">
126
+
127
+ <a name="top"></a>
128
+
129
+ <div id="wrapheader">
130
+ <table id="bx" width="100%" border="0" cellpadding="0" cellspacing="0">
131
+ <tr>
132
+ <table id="bx" width="100%" height="40" border="0" cellpadding="0" cellspacing="0">
133
+ <td><img src="./styles/GnB/theme/images/header/h11.png" width="40" height="40" alt=""></td>
134
+ <td><img src="./styles/GnB/theme/images/header/h12.png" width="100" height="40" alt=""></td>
135
+ <td background="./styles/GnB/theme/images/header/h13.png" width="100%" height="40">
136
+ <td><img src="./styles/GnB/theme/images/header/h14.png" width="100" height="40" alt=""></td>
137
+ <td><img src="./styles/GnB/theme/images/header/h15.png" width="40" height="40" alt=""></td>
138
+ </table>
139
+ </tr>
140
+ <tr>
141
+ <table id="bx" width="100%" height="140" border="0" cellpadding="0" cellspacing="0">
142
+ <td><img src="./styles/GnB/theme/images/header/h21.png" width="40" height="140" alt=""></td>
143
+ <td><img src="./styles/GnB/theme/images/header/h22.png" width="100" height="140" alt=""></td>
144
+ <td background="./styles/GnB/theme/images/header/h23.png" width="100%" height="140">
145
+ <div id="logodesc">
146
+ <table width="100%" cellspacing="0">
147
+ <tr>
148
+ <td><a href="./index.php?sid=a9b66b7fedae3d5696d297194f940aa4"><img src="./styles/GnB/imageset/site_logo.png" width="480" height="80" alt="" title="" /></a></td>
149
+ <td width="100%" align="center"><h1>EXAMPLE.COM</h1><span class="gen">HOME OF THE MEATSHIELDS</span></td>
150
+ </tr>
151
+ </table>
152
+ </div>
153
+ </td>
154
+ <td><img src="./styles/GnB/theme/images/header/h24.png" width="100" height="140" alt=""></td>
155
+ <td><img src="./styles/GnB/theme/images/header/h25.png" width="40" height="140" alt=""></td>
156
+ </table>
157
+ </tr>
158
+ <tr>
159
+ <table id="bx" width="100%" height="66" border="0" cellpadding="0" cellspacing="0">
160
+ <td><img src="./styles/GnB/theme/images/header/h31.png" width="40" height="66" alt=""></td>
161
+ <td><img src="./styles/GnB/theme/images/header/h32.png" width="100" height="66" alt=""></td>
162
+ <td background="./styles/GnB/theme/images/header/h33.png" width="20%" height="66" align="center">
163
+ <A HREF="./index.php?sid=a9b66b7fedae3d5696d297194f940aa4"
164
+ onMouseOver = "rollover('home')"
165
+ onMouseOut = "rollout('home')"
166
+ >
167
+ <IMG SRC="./styles/GnB/theme/images/buttons/home1.png"
168
+ NAME="home"
169
+ ALT="Home Page" BORDER=0
170
+ HEIGHT=40 WIDTH=101
171
+ >
172
+ </A>
173
+ <SCRIPT TYPE="text/javascript">
174
+ <!--
175
+ setrollover("./styles/GnB/theme/images/buttons/home2.png");
176
+ //-->
177
+ </SCRIPT>
178
+ </td>
179
+ <td background="./styles/GnB/theme/images/header/h33.png" width="20%" height="66" align="center">
180
+ <A HREF="./faq.php?sid=a9b66b7fedae3d5696d297194f940aa4"
181
+ onMouseOver = "rollover('faq')"
182
+ onMouseOut = "rollout('faq')"
183
+ >
184
+ <IMG SRC="./styles/GnB/theme/images/buttons/faq1.png"
185
+ NAME="faq"
186
+ ALT="Home Page" BORDER=0
187
+ HEIGHT=40 WIDTH=101
188
+ >
189
+ </A>
190
+ <SCRIPT TYPE="text/javascript">
191
+ <!--
192
+ setrollover("./styles/GnB/theme/images/buttons/faq2.png");
193
+ //-->
194
+ </SCRIPT>
195
+ </td>
196
+ <td background="./styles/GnB/theme/images/header/h33.png" width="20%" height="66" align="center">
197
+ <A HREF="./memberlist.php?mode=leaders&amp;sid=a9b66b7fedae3d5696d297194f940aa4"
198
+ onMouseOver = "rollover('team')"
199
+ onMouseOut = "rollout('team')"
200
+ >
201
+ <IMG SRC="./styles/GnB/theme/images/buttons/team1.png"
202
+ NAME="team"
203
+ ALT="Home Page" BORDER=0
204
+ HEIGHT=40 WIDTH=101
205
+ >
206
+ </A>
207
+ <SCRIPT TYPE="text/javascript">
208
+ <!--
209
+ setrollover("./styles/GnB/theme/images/buttons/team2.png");
210
+ //-->
211
+ </SCRIPT>
212
+ </td>
213
+ <td background="./styles/GnB/theme/images/header/h33.png" width="20%" height="66" align="center">
214
+ </td>
215
+ <td background="./styles/GnB/theme/images/header/h33.png" width="20%" height="66" align="center">
216
+ </td>
217
+ <td background="./styles/GnB/theme/images/header/h33.png" width="100%" height="66"></td>
218
+ <td><img src="./styles/GnB/theme/images/header/h34.png" width="100" height="66" alt=""></td>
219
+ <td><img src="./styles/GnB/theme/images/header/h35.png" width="40" height="66" alt=""></td>
220
+ </table>
221
+ </tr>
222
+ </table>
223
+ </div>
224
+
225
+ <div id="wrapcentre">
226
+ <table id="bx" width="100%" border="0" cellpadding="0" cellspacing="0">
227
+ <tr>
228
+ <table id="bx" height="45" border="0" cellpadding="0" cellspacing="0" align="center">
229
+ <td><img src="./styles/GnB/theme/images/p_menu/p_01.png" width="61" height="45" alt=""></td>
230
+ <td background="./styles/GnB/theme/images/p_menu/p_02.png" width="20%" height="45"></td>
231
+ <td><img src="./styles/GnB/theme/images/p_menu/cu_l.png" width="44" height="45" alt=""></td>
232
+ <td background="./styles/GnB/theme/images/p_menu/cu_m.png" width="20%" height="45" align="center">
233
+ <h5>
234
+ &nbsp;<a href="./ucp.php?mode=register&amp;sid=a9b66b7fedae3d5696d297194f940aa4"> Register</a>
235
+ </h5>
236
+ </td>
237
+ <td background="./styles/GnB/theme/images/p_menu/cu_m.png" width="20%" height="45" align="center">
238
+ <h5>
239
+ <a href="./ucp.php?mode=login&amp;sid=a9b66b7fedae3d5696d297194f940aa4"> Login</a>&nbsp;
240
+ </h5>
241
+ </td>
242
+ <td background="./styles/GnB/theme/images/p_menu/cu_m.png" width="20%" height="45" align="center">
243
+ </td>
244
+ <td><img src="./styles/GnB/theme/images/p_menu/cu_r.png" width="45" height="45" alt=""></td>
245
+ <td background="./styles/GnB/theme/images/p_menu/p_02.png" width="20%" height="45"></td>
246
+ <td><img src="./styles/GnB/theme/images/p_menu/p_03.png" width="61" height="45" alt=""></td>
247
+ </table>
248
+ </tr>
249
+ <tr>
250
+ <table id="bx" height="45" border="0" cellpadding="0" cellspacing="0">
251
+ <td><img src="./styles/GnB/theme/images/p_menu/p_08.png" width="61" height="45" alt=""></td>
252
+ <td background="./styles/GnB/theme/images/p_menu/p_85.png" width="100%" height="45">
253
+ <table width="100%" cellspacing="0">
254
+ <tr>
255
+ </tr>
256
+ </table>
257
+ </td>
258
+ <td><img src="./styles/GnB/theme/images/p_menu/p_09.png" width="61" height="45" alt=""></td>
259
+ </table>
260
+ </tr>
261
+ <tr>
262
+ <table id="bx" height="40" border="0" cellpadding="0" cellspacing="0">
263
+ <td><img src="./styles/GnB/theme/images/p_menu/p_10.png" width="61" height="40" alt=""></td>
264
+ <td background="./styles/GnB/theme/images/p_menu/p_11.png" width="50%" height="40"></td>
265
+ <td background="./styles/GnB/theme/images/p_menu/clock.png" width="350" height="40">
266
+ <p class="gensmallclock" align="center">
267
+ <script language="javascript" src="./styles/GnB/template/liveclock.js">
268
+ </script>
269
+ </p>
270
+ </td>
271
+ <td background="./styles/GnB/theme/images/p_menu/p_11.png" width="20%" height="40"></td>
272
+ <td background="./styles/GnB/theme/images/p_menu/p_11.png" width="30%" height="40" align="right">
273
+ <a href="./ucp.php?mode=delete_cookies&amp;sid=a9b66b7fedae3d5696d297194f940aa4">Delete all board cookies</a>
274
+ </td>
275
+ <td><img src="./styles/GnB/theme/images/p_menu/p_13.png" width="61" height="40" alt=""></td>
276
+ </table>
277
+ </tr>
278
+ </table>
279
+
280
+ <table width="100%" cellspacing="0" cellpadding="0" style="margin-top: 5px;">
281
+ <tr>
282
+ <td><img src="./styles/GnB/theme/images/nav01.png" width="46" height="55" alt=""></td>
283
+
284
+ <td width="100%" background="./styles/GnB/theme/images/nav02.png" width="100%" height="55">
285
+ <p class="breadcrumbs"><a href="./index.php?sid=a9b66b7fedae3d5696d297194f940aa4">Board index</a></p>
286
+ <p class="datetime">All times are UTC - 5 hours [ <abbr title="Daylight Saving Time">DST</abbr> ]</p>
287
+ </td>
288
+ <td><img src="./styles/GnB/theme/images/nav03.png" width="46" height="55" alt=""></td>
289
+
290
+ </tr>
291
+ </table>
292
+ <br />
293
+ <form action="./ucp.php?mode=login&amp;sid=a9b66b7fedae3d5696d297194f940aa4" method="post">
294
+
295
+ <table class="tablebg" width="100%" cellspacing="1">
296
+ <tr>
297
+ <th colspan="2">Login</th>
298
+ </tr>
299
+ <tr> <td class="row1" width="50%">
300
+ <p class="genmed">In order to login you must be registered. Registering takes only a few moments but gives you increased capabilities. The board administrator may also grant additional permissions to registered users. Before you register please ensure you are familiar with our terms of use and related policies. Please ensure you read any forum rules as you navigate around the board.</p>
301
+
302
+ <p class="genmed" align="center">
303
+ <a href="./ucp.php?mode=terms&amp;sid=a9b66b7fedae3d5696d297194f940aa4">Terms of use</a> | <a href="./ucp.php?mode=privacy&amp;sid=a9b66b7fedae3d5696d297194f940aa4">Privacy policy</a>
304
+ </p>
305
+ </td>
306
+ <td class="row2">
307
+
308
+ <table align="center" cellspacing="1" cellpadding="4" style="width: 100%;">
309
+
310
+ <tr>
311
+ <td valign="top" ><b class="gensmall">Username:</b></td>
312
+ <td><input class="post" type="text" name="username" size="25" value="" tabindex="1" />
313
+ <br /><a class="gensmall" href="./ucp.php?mode=register&amp;sid=a9b66b7fedae3d5696d297194f940aa4">Register</a>
314
+ </td>
315
+ </tr>
316
+ <tr>
317
+ <td valign="top" ><b class="gensmall">Password:</b></td>
318
+ <td>
319
+ <input class="post" type="password" name="password" size="25" tabindex="2" />
320
+ <br /><a class="gensmall" href="./ucp.php?mode=sendpassword&amp;sid=a9b66b7fedae3d5696d297194f940aa4">I forgot my password</a><br /><a class="gensmall" href="./ucp.php?mode=resend_act&amp;sid=a9b66b7fedae3d5696d297194f940aa4">Resend activation e-mail</a> </td>
321
+ </tr>
322
+ <tr>
323
+ <td>&nbsp;</td>
324
+ <td><input type="checkbox" class="radio" name="autologin" tabindex="3" /> <span class="gensmall">Log me on automatically each visit</span></td>
325
+ </tr>
326
+ <tr>
327
+ <td>&nbsp;</td>
328
+ <td><input type="checkbox" class="radio" name="viewonline" tabindex="4" /> <span class="gensmall">Hide my online status this session</span></td>
329
+ </tr>
330
+ </table>
331
+ </td>
332
+ </tr>
333
+
334
+ <tr>
335
+ <td class="cat" colspan="2" align="center"><input type="hidden" name="redirect" value="index.php" />
336
+ <input type="hidden" name="sid" value="a9b66b7fedae3d5696d297194f940aa4" />
337
+ <input type="submit" name="login" class="btnmain" value="Login" tabindex="5" /></td>
338
+ </tr>
339
+ </table>
340
+
341
+ </form>
342
+
343
+ <br clear="all" />
344
+
345
+ <table width="100%" cellspacing="0" cellpadding="0" style="margin-top: 5px;">
346
+ <tr>
347
+ <td><img src="./styles/GnB/theme/images/nav01.png" width="46" height="55" alt=""></td>
348
+
349
+ <td width="100%" background="./styles/GnB/theme/images/nav02.png" width="100%" height="55">
350
+ <p class="breadcrumbs"><a href="./index.php?sid=a9b66b7fedae3d5696d297194f940aa4">Board index</a></p>
351
+ <p class="datetime">All times are UTC - 5 hours [ <abbr title="Daylight Saving Time">DST</abbr> ]</p>
352
+ </td>
353
+ <td><img src="./styles/GnB/theme/images/nav03.png" width="46" height="55" alt=""></td>
354
+
355
+ </tr>
356
+ </table>
357
+ <br clear="all" />
358
+
359
+ <div align="right"></div>
360
+
361
+ <img src="./cron.php?cron_type=tidy_search&amp;sid=a9b66b7fedae3d5696d297194f940aa4" width="1" height="1" alt="cron" /></div>
362
+
363
+ <!--
364
+ We request you retain the full copyright notice below including the link to www.phpbb.com.
365
+ This not only gives respect to the large amount of time given freely by the developers
366
+ but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
367
+ the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
368
+ "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
369
+ forums may be affected.
370
+
371
+ The phpBB Group : 2006
372
+ //-->
373
+
374
+ <div id="wrapfooter">
375
+
376
+
377
+
378
+ </div>
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+ <table id="bx" width="100%" height="99" border="0" cellpadding="0" cellspacing="0">
387
+ <td><img src="./styles/GnB/theme/images/footer/f_01.png" width="81" height="99" alt=""></td>
388
+ <td background="./styles/GnB/theme/images/footer/f_02.png" width="100%" height="99" alt=""></td>
389
+ <td><img src="./styles/GnB/theme/images/footer/f_03.png" width="82" height="99" alt=""></td>
390
+ </table>
391
+
392
+
393
+ <table id="bx" width="100%" height="89" border="0" cellpadding="0" cellspacing="0">
394
+ <td><img src="./styles/GnB/theme/images/footer/f_10.png" width="81" height="89" alt=""></td>
395
+ <td><a href="http://www.phpbb.com"><img src="./styles/GnB/theme/images/footer/f_11.png" width="170" height="89" alt=""></a></td>
396
+ <td background="./styles/GnB/theme/images/footer/f_12.png" width="50%" height="89" alt=""></td>
397
+ <td><a href="http://www.phpbb-fox.info"><img src="./styles/GnB/theme/images/footer/f_13.png" width="120" height="89" alt=""></a></td>
398
+ <td background="./styles/GnB/theme/images/footer/f_12.png" width="50%" height="89" alt=""></td>
399
+ <td><a href="http://www.phpbb-fox.info"><img src="./styles/GnB/theme/images/footer/f_14.png" width="170" height="89" alt=""></a></td>
400
+ <td><img src="./styles/GnB/theme/images/footer/f_15.png" width="82" height="89" alt=""></td>
401
+
402
+ </table>
403
+
404
+ <table id="bx" width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
405
+
406
+ <tr>
407
+ <td align="center"
408
+ </span>
409
+ </td>
410
+ </tr>
411
+ </table>
412
+
413
+
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+ </body>
423
+ </html>