impostor 0.0.1 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,975 @@
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; Post a new topic</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"><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"
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"
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"
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
+ <A HREF="./search.php"
215
+ onMouseOver = "rollover('search')"
216
+ onMouseOut = "rollout('search')"
217
+ >
218
+ <IMG SRC="./styles/GnB/theme/images/buttons/search1.png"
219
+ NAME="search"
220
+ ALT="Home Page" BORDER=0
221
+ HEIGHT=40 WIDTH=101
222
+ >
223
+ </A>
224
+ <SCRIPT TYPE="text/javascript">
225
+ <!--
226
+ setrollover("./styles/GnB/theme/images/buttons/search2.png");
227
+ //-->
228
+ </SCRIPT>
229
+ </td>
230
+ <td background="./styles/GnB/theme/images/header/h33.png" width="20%" height="66" align="center">
231
+ <A HREF="./memberlist.php"
232
+ onMouseOver = "rollover('members')"
233
+ onMouseOut = "rollout('members')"
234
+ >
235
+ <IMG SRC="./styles/GnB/theme/images/buttons/members1.png"
236
+ NAME="members"
237
+ ALT="Home Page" BORDER=0
238
+ HEIGHT=40 WIDTH=101
239
+ >
240
+ </A>
241
+ <SCRIPT TYPE="text/javascript">
242
+ <!--
243
+ setrollover("./styles/GnB/theme/images/buttons/members2.png");
244
+ //-->
245
+ </SCRIPT>
246
+ </td>
247
+ <td background="./styles/GnB/theme/images/header/h33.png" width="100%" height="66"></td>
248
+ <td><img src="./styles/GnB/theme/images/header/h34.png" width="100" height="66" alt=""></td>
249
+ <td><img src="./styles/GnB/theme/images/header/h35.png" width="40" height="66" alt=""></td>
250
+ </table>
251
+ </tr>
252
+ </table>
253
+ </div>
254
+
255
+ <div id="wrapcentre">
256
+ <table id="bx" width="100%" border="0" cellpadding="0" cellspacing="0">
257
+ <tr>
258
+ <table id="bx" height="45" border="0" cellpadding="0" cellspacing="0" align="center">
259
+ <td><img src="./styles/GnB/theme/images/p_menu/p_01.png" width="61" height="45" alt=""></td>
260
+ <td background="./styles/GnB/theme/images/p_menu/p_02.png" width="20%" height="45"></td>
261
+ <td><img src="./styles/GnB/theme/images/p_menu/cu_l.png" width="44" height="45" alt=""></td>
262
+ <td background="./styles/GnB/theme/images/p_menu/cu_m.png" width="20%" height="45" align="center">
263
+ <h5>
264
+ &nbsp;<a href="./ucp.php?i=pm&amp;folder=inbox"> <strong>0</strong> new messages </a>
265
+ </h5>
266
+ </td>
267
+ <td background="./styles/GnB/theme/images/p_menu/cu_m.png" width="20%" height="45" align="center">
268
+ <h5>
269
+ <a href="./ucp.php?mode=logout&amp;sid=de536e272d3aa936541638e533737724"> Logout [ tester ]</a>&nbsp;
270
+ </h5>
271
+ </td>
272
+ <td background="./styles/GnB/theme/images/p_menu/cu_m.png" width="20%" height="45" align="center">
273
+ <h5>
274
+ <a href="./ucp.php"> User Control Panel</a>
275
+ </h5>
276
+ </td>
277
+ <td><img src="./styles/GnB/theme/images/p_menu/cu_r.png" width="45" height="45" alt=""></td>
278
+ <td background="./styles/GnB/theme/images/p_menu/p_02.png" width="20%" height="45"></td>
279
+ <td><img src="./styles/GnB/theme/images/p_menu/p_03.png" width="61" height="45" alt=""></td>
280
+ </table>
281
+ </tr>
282
+ <tr>
283
+ <table id="bx" height="45" border="0" cellpadding="0" cellspacing="0">
284
+ <td><img src="./styles/GnB/theme/images/p_menu/p_08.png" width="61" height="45" alt=""></td>
285
+ <td background="./styles/GnB/theme/images/p_menu/p_85.png" width="100%" height="45">
286
+ <table width="100%" cellspacing="0">
287
+ <tr>
288
+ <td background="./styles/GnB/theme/images/p_menu/p_85.png" width="10%" height="36" align="center">
289
+ <A HREF="./search.php?search_id=unanswered"
290
+ onMouseOver = "rollover('search_unanswered')"
291
+ onMouseOut = "rollout('search_unanswered')"
292
+ >
293
+ <IMG SRC="./styles/GnB/theme/images/buttons/ut1.png"
294
+ NAME="search_unanswered"
295
+ ALT="View unanswered posts" BORDER=0
296
+ HEIGHT=36 WIDTH=150
297
+ >
298
+ </A>
299
+ <SCRIPT TYPE="text/javascript">
300
+ <!--
301
+ setrollover("./styles/GnB/theme/images/buttons/ut2.png");
302
+ //-->
303
+ </SCRIPT>
304
+ </td>
305
+ <td background="./styles/GnB/theme/images/p_menu/p_85.png" width="10%" height="36" align="center">
306
+ <A HREF="./search.php?search_id=active_topics"
307
+ onMouseOver = "rollover('search_active')"
308
+ onMouseOut = "rollout('search_active')"
309
+ >
310
+ <IMG SRC="./styles/GnB/theme/images/buttons/at1.png"
311
+ NAME="search_active"
312
+ ALT="View active topics" BORDER=0
313
+ HEIGHT=36 WIDTH=150
314
+ >
315
+ </A>
316
+ <SCRIPT TYPE="text/javascript">
317
+ <!--
318
+ setrollover("./styles/GnB/theme/images/buttons/at2.png");
319
+ //-->
320
+ </SCRIPT>
321
+ </td>
322
+ <td align="center" width="60%">
323
+ Last visit was: Sun Jul 13, 2008 5:16 pm </td>
324
+ <td background="./styles/GnB/theme/images/p_menu/p_85.png" width="10%" height="36" align="center">
325
+ <A HREF="./search.php?search_id=newposts"
326
+ onMouseOver = "rollover('search_new')"
327
+ onMouseOut = "rollout('search_new')"
328
+ >
329
+ <IMG SRC="./styles/GnB/theme/images/buttons/np1.png"
330
+ NAME="search_new"
331
+ ALT="View new posts" BORDER=0
332
+ HEIGHT=36 WIDTH=150
333
+ >
334
+ </A>
335
+ <SCRIPT TYPE="text/javascript">
336
+ <!--
337
+ setrollover("./styles/GnB/theme/images/buttons/np2.png");
338
+ //-->
339
+ </SCRIPT>
340
+ </td>
341
+ <td background="./styles/GnB/theme/images/p_menu/p_85.png" width="10%" height="36" align="center">
342
+ <A HREF="./search.php?search_id=egosearch"
343
+ onMouseOver = "rollover('search_your')"
344
+ onMouseOut = "rollout('search_your')"
345
+ >
346
+ <IMG SRC="./styles/GnB/theme/images/buttons/yp1.png"
347
+ NAME="search_your"
348
+ ALT="View your posts" BORDER=0
349
+ HEIGHT=36 WIDTH=150
350
+ >
351
+ </A>
352
+ <SCRIPT TYPE="text/javascript">
353
+ <!--
354
+ setrollover("./styles/GnB/theme/images/buttons/yp2.png");
355
+ //-->
356
+ </SCRIPT>
357
+ </td>
358
+ </tr>
359
+ </table>
360
+ </td>
361
+ <td><img src="./styles/GnB/theme/images/p_menu/p_09.png" width="61" height="45" alt=""></td>
362
+ </table>
363
+ </tr>
364
+ <tr>
365
+ <table id="bx" height="40" border="0" cellpadding="0" cellspacing="0">
366
+ <td><img src="./styles/GnB/theme/images/p_menu/p_10.png" width="61" height="40" alt=""></td>
367
+ <td background="./styles/GnB/theme/images/p_menu/p_11.png" width="50%" height="40"></td>
368
+ <td background="./styles/GnB/theme/images/p_menu/clock.png" width="350" height="40">
369
+ <p class="gensmallclock" align="center">
370
+ <script language="javascript" src="./styles/GnB/template/liveclock.js">
371
+ </script>
372
+ </p>
373
+ </td>
374
+ <td background="./styles/GnB/theme/images/p_menu/p_11.png" width="20%" height="40"></td>
375
+ <td background="./styles/GnB/theme/images/p_menu/p_11.png" width="30%" height="40" align="right">
376
+ <a href="./ucp.php?mode=delete_cookies">Delete all board cookies</a>
377
+ </td>
378
+ <td><img src="./styles/GnB/theme/images/p_menu/p_13.png" width="61" height="40" alt=""></td>
379
+ </table>
380
+ </tr>
381
+ </table>
382
+
383
+ <table width="100%" cellspacing="0" cellpadding="0" style="margin-top: 5px;">
384
+ <tr>
385
+ <td><img src="./styles/GnB/theme/images/nav01.png" width="46" height="55" alt=""></td>
386
+
387
+ <td width="100%" background="./styles/GnB/theme/images/nav02.png" width="100%" height="55">
388
+ <p class="breadcrumbs"><a href="./index.php">Board index</a> &#187; <a href="./viewforum.php?f=11">GnB Chat</a> &#187; <a href="./viewforum.php?f=37">tester</a></p>
389
+ <p class="datetime">All times are UTC - 8 hours [ <abbr title="Daylight Saving Time">DST</abbr> ]</p>
390
+ </td>
391
+ <td><img src="./styles/GnB/theme/images/nav03.png" width="46" height="55" alt=""></td>
392
+
393
+ </tr>
394
+ </table>
395
+ <br /> <div id="pageheader">
396
+ <h2><a class="titles" href="./viewforum.php?f=37">tester</a></h2>
397
+
398
+ <p class="moderators">Moderators: <a href="./memberlist.php?mode=viewprofile&amp;u=58">dragonmike</a></p>
399
+ </div>
400
+
401
+ <br clear="all" /><br />
402
+ <form action="./posting.php?mode=post&amp;f=37&amp;sid=de536e272d3aa936541638e533737724" method="post" name="postform" enctype="multipart/form-data">
403
+
404
+ <table class="tablebg" width="100%" cellspacing="1">
405
+ <tr>
406
+ <th colspan="2"><b>Post a new topic</b></th>
407
+ </tr>
408
+
409
+
410
+ <tr>
411
+ <td class="row1" width="22%"><b class="genmed">Subject:</b></td>
412
+ <td class="row2" width="78%"><input class="post" style="width:450px" type="text" name="subject" size="45" maxlength="60" tabindex="2" value="" /></td>
413
+ </tr>
414
+ <tr>
415
+ <td class="row1" valign="top"><b class="genmed">Message body:</b><br /><span class="gensmall">Enter your message here, it may contain no more than <strong>60000</strong> characters.&nbsp;</span><br /><br />
416
+ <table width="100%" cellspacing="5" cellpadding="0" border="0" align="center">
417
+ <tr>
418
+ <td class="gensmall" align="center"><b>Smilies</b></td>
419
+ </tr>
420
+ <tr>
421
+ <td align="center">
422
+ <a href="#" onclick="insert_text(':clap:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/eusa_clap.gif" width="19" height="16" alt=":clap:" title="clap" hspace="2" vspace="2" /></a>
423
+ <a href="#" onclick="insert_text(':srpris:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/surprise.gif" width="18" height="18" alt=":srpris:" title="surprise" hspace="2" vspace="2" /></a>
424
+ <a href="#" onclick="insert_text(':tkhnd:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/talk hand.gif" width="18" height="18" alt=":tkhnd:" title="talk hand" hspace="2" vspace="2" /></a>
425
+ <a href="#" onclick="insert_text(':agry:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/angry.gif" width="34" height="18" alt=":agry:" title="angry" hspace="2" vspace="2" /></a>
426
+ <a href="#" onclick="insert_text(':smg:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/smug.gif" width="18" height="18" alt=":smg:" title="smug" hspace="2" vspace="2" /></a>
427
+ <a href="#" onclick="insert_text(':worrid:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/worried.gif" width="18" height="18" alt=":worrid:" title="worry" hspace="2" vspace="2" /></a>
428
+ <a href="#" onclick="insert_text(':wnk:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/wink.gif" width="18" height="18" alt=":wnk:" title="wink" hspace="2" vspace="2" /></a>
429
+ <a href="#" onclick="insert_text(':whw:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/whew.gif" width="34" height="18" alt=":whw:" title="whew" hspace="2" vspace="2" /></a>
430
+ <a href="#" onclick="insert_text(':thup:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/thumb up.gif" width="39" height="18" alt=":thup:" title="thumb up" hspace="2" vspace="2" /></a>
431
+ <a href="#" onclick="insert_text(':thdown:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/thumb down.gif" width="28" height="18" alt=":thdown:" title="thumb dn" hspace="2" vspace="2" /></a>
432
+ <a href="#" onclick="insert_text(':thnk:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/think.gif" width="18" height="18" alt=":thnk:" title="think" hspace="2" vspace="2" /></a>
433
+ <a href="#" onclick="insert_text(':blsh:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/blush.gif" width="18" height="18" alt=":blsh:" title="blush" hspace="2" vspace="2" /></a>
434
+ <a href="#" onclick="insert_text(':cnfuse:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/confused.gif" width="20" height="18" alt=":cnfuse:" title="confused" hspace="2" vspace="2" /></a>
435
+ <a href="#" onclick="insert_text(':sigh:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/sigh.gif" width="24" height="18" alt=":sigh:" title="sigh" hspace="2" vspace="2" /></a>
436
+ <a href="#" onclick="insert_text(':rolin:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/rolling.gif" width="30" height="18" alt=":rolin:" title="rolling" hspace="2" vspace="2" /></a>
437
+ <a href="#" onclick="insert_text(':rckon:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/rock on.gif" width="32" height="18" alt=":rckon:" title="rock on" hspace="2" vspace="2" /></a>
438
+ <a href="#" onclick="insert_text(':lser:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/loser.gif" width="24" height="18" alt=":lser:" title="loser" hspace="2" vspace="2" /></a>
439
+ <a href="#" onclick="insert_text(':bglaugh:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/laugh.gif" width="18" height="18" alt=":bglaugh:" title="big laugh" hspace="2" vspace="2" /></a>
440
+ <a href="#" onclick="insert_text(':ilash:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/eyelash.gif" width="18" height="18" alt=":ilash:" title="eyelash" hspace="2" vspace="2" /></a>
441
+ <a href="#" onclick="insert_text(':nuty:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/nutty.gif" width="24" height="18" alt=":nuty:" title="nutty" hspace="2" vspace="2" /></a>
442
+ <a href="#" onclick="insert_text(':dh:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/doh.gif" width="24" height="18" alt=":dh:" title="doh" hspace="2" vspace="2" /></a>
443
+ <a href="#" onclick="insert_text(':dntsee:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/dont see.gif" width="25" height="18" alt=":dntsee:" title="dont see" hspace="2" vspace="2" /></a>
444
+ <a href="#" onclick="insert_text(':ibrow:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/eyebrow.gif" width="18" height="18" alt=":ibrow:" title="eyebrow" hspace="2" vspace="2" /></a>
445
+ <a href="#" onclick="insert_text('::bang::', true); return false;" style="line-height: 20px;"><img src="./images/smilies/BangHead.gif" width="25" height="20" alt="::bang::" title="::bang::" hspace="2" vspace="2" /></a>
446
+ <a href="#" onclick="insert_text('::nono::', true); return false;" style="line-height: 20px;"><img src="./images/smilies/nono.gif" width="22" height="19" alt="::nono::" title="nono" hspace="2" vspace="2" /></a>
447
+ <a href="#" onclick="insert_text('::salute::', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_salut.gif" width="23" height="18" alt="::salute::" title="salute" hspace="2" vspace="2" /></a>
448
+ <a href="#" onclick="insert_text('::punch::', true); return false;" style="line-height: 20px;"><img src="./images/smilies/sFi_punch.gif" width="25" height="15" alt="::punch::" title="punch" hspace="2" vspace="2" /></a>
449
+ <a href="#" onclick="insert_text('::nw::', true); return false;" style="line-height: 20px;"><img src="./images/smilies/notworthy.gif" width="29" height="15" alt="::nw::" title="not worthy" hspace="2" vspace="2" /></a>
450
+ <a href="#" onclick="insert_text('::pimp::', true); return false;" style="line-height: 20px;"><img src="./images/smilies/character0005.gif" width="22" height="25" alt="::pimp::" title="pimp" hspace="2" vspace="2" /></a>
451
+ <a href="#" onclick="insert_text('::dunno::', true); return false;" style="line-height: 20px;"><img src="./images/smilies/dontknow.gif" width="30" height="20" alt="::dunno::" title="dunno" hspace="2" vspace="2" /></a>
452
+ <a href="#" onclick="insert_text('::slappy::', true); return false;" style="line-height: 20px;"><img src="./images/smilies/slapfight.gif" width="45" height="31" alt="::slappy::" title="slap fight" hspace="2" vspace="2" /></a>
453
+ <a href="#" onclick="insert_text('::1up::', true); return false;" style="line-height: 20px;"><img src="./images/smilies/1up.gif" width="21" height="22" alt="::1up::" title="1up" hspace="2" vspace="2" /></a>
454
+ <a href="#" onclick="insert_text('::ets::', true); return false;" style="line-height: 20px;"><img src="./images/smilies/emot-munch.gif" width="45" height="25" alt="::ets::" title="enjoy the show" hspace="2" vspace="2" /></a>
455
+ <a href="#" onclick="insert_text(':)', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_e_smile.gif" width="15" height="17" alt=":)" title="Smile" hspace="2" vspace="2" /></a>
456
+ <a href="#" onclick="insert_text(';)', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_e_wink.gif" width="15" height="17" alt=";)" title="Wink" hspace="2" vspace="2" /></a>
457
+ <a href="#" onclick="insert_text(':(', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_e_sad.gif" width="15" height="17" alt=":(" title="Sad" hspace="2" vspace="2" /></a>
458
+ <a href="#" onclick="insert_text(':o', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_e_surprised.gif" width="15" height="17" alt=":o" title="Surprised" hspace="2" vspace="2" /></a>
459
+ <a href="#" onclick="insert_text(':?', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_e_confused.gif" width="15" height="17" alt=":?" title="Confused" hspace="2" vspace="2" /></a>
460
+ <a href="#" onclick="insert_text('8-)', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_cool.gif" width="15" height="17" alt="8-)" title="Cool" hspace="2" vspace="2" /></a>
461
+ <a href="#" onclick="insert_text(':x', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_mad.gif" width="15" height="17" alt=":x" title="Mad" hspace="2" vspace="2" /></a>
462
+ <a href="#" onclick="insert_text(':P', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_razz.gif" width="15" height="17" alt=":P" title="Razz" hspace="2" vspace="2" /></a>
463
+ <a href="#" onclick="insert_text('::fu::', true); return false;" style="line-height: 20px;"><img src="./images/smilies/thefinger.gif" width="37" height="21" alt="::fu::" title="fuku" hspace="2" vspace="2" /></a>
464
+ <a href="#" onclick="insert_text('::exc::', true); return false;" style="line-height: 20px;"><img src="./images/smilies/blob7.gif" width="31" height="31" alt="::exc::" title="excited" hspace="2" vspace="2" /></a>
465
+ <a href="#" onclick="insert_text('::ltr::', true); return false;" style="line-height: 20px;"><img src="./images/smilies/a_Lighter.gif" width="27" height="22" alt="::ltr::" title="epic" hspace="2" vspace="2" /></a>
466
+ </td>
467
+ </tr>
468
+
469
+ <tr>
470
+ <td align="center"><a class="nav" href="./posting.php?mode=smilies&amp;f=37" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">View more smilies</a></td>
471
+ </tr>
472
+
473
+ </table>
474
+ </td>
475
+ <td class="row2" valign="top">
476
+ <script type="text/javascript">
477
+ // <![CDATA[
478
+ var form_name = 'postform';
479
+ var text_name = 'message';
480
+ // ]]>
481
+ </script>
482
+
483
+ <table width="100%" cellspacing="0" cellpadding="0" border="0">
484
+
485
+ <!--danebrood quickreply box -->
486
+ <tr><td>
487
+ <script language="JavaScript" type="text/javascript">
488
+ function insertAtCursor(myField, myValue) {
489
+ var textareaArr = document.getElementsByName("message");
490
+ if(textareaArr.length && myValue != 'quickreply') {
491
+ var myField = textareaArr[0];
492
+ //IE support
493
+ if (document.selection) {
494
+ myField.focus();
495
+ sel = document.selection.createRange();
496
+ sel.text = myValue;
497
+ }
498
+ //MOZILLA/NETSCAPE support
499
+ else if (myField.selectionStart || myField.selectionStart == '0') {
500
+ var startPos = myField.selectionStart;
501
+ var endPos = myField.selectionEnd;
502
+ myField.value = myField.value.substring(0, startPos) + myValue + myField.value.substring(endPos, myField.value.length);
503
+ } else {
504
+ myField.value += myValue;
505
+ }
506
+ } else {
507
+ return;
508
+ }
509
+ }
510
+ </script>
511
+ Autorespondorz:
512
+ <select name="quickreply" id="quickreply" onchange="insertAtCursor('message', this.value)">
513
+ <option value="quickreply">SELECT</option>
514
+ <option value="[x] nice report">[x] nice report</option>
515
+ <option value="[x] i concurr">[x] i concurr</option>
516
+ <option value="[x] is it friday yet?">[x] is it friday yet?</option>
517
+ <option value="[x] king of boomshot">[x] king of boomshot</option>
518
+ <option value="[x] radicle">[x] radicle</option>
519
+ <option value="[x] lurk more">[x] lurk more</option>
520
+ <option value="[x] user error">[x] user error</option>
521
+ <option value="[x] sorry">[x] sorry</option>
522
+ <option value="[x] thanks!">[x] thanks!</option>
523
+ <option value="[x] post of the day">[x] post of the day</option>
524
+ <option value="[x] pm'd">[x] pm'd</option>
525
+ <option value="[x] le hugs">[x] le hugs</option>
526
+ <option value="[x] you walked into my stream">[x] you walked into my stream</option>
527
+ <option value="[x] manjuice">[x] manjuice</option>
528
+ <option value="[x] get up and kill somethin'">[x] get up and kill somethin'</option>
529
+ <option value="[x] i'll inform the media">[x] i'll inform the media</option>
530
+ <option value="[x] snipe!">[x] snipe!</option>
531
+ <option value="[x] rather">[x] rather</option>
532
+ <option value="[x] OMGWTFBBQ">[x] OMGWTFBBQ</option>
533
+ <option value="[x] Ticketyboo?">[x] Ticketyboo?</option>
534
+ <option value="[x] who is with me?">[x] who is with me?</option>
535
+ <option value="[x] the game is flawed">[x] the game is flawed</option>
536
+ <option value="[x] i can make it!">[x] i can make it!</option>
537
+ <option value="[x] get away from my gold">[x] get away from my gold</option>
538
+ <option value="[x] Oh. my gosh.">[x] Oh. my gosh.</option>
539
+ <option value="[x] BWAHAHAHAHA">[x] BWAHAHAHAHA</option>
540
+ <option value="[x] MUHAHAHAHA">[x] MUAHAHAHAHA</option>
541
+ <option value="[x] AAAAHAHAHAHA">[x] AAAAHAHAHAHA</option>
542
+ <option value="[x] heh">[x] heh</option>
543
+ <option value="[x] note taken">[x] note taken</option>
544
+ <option value="[x] ::squeal::">[x] ::squeal::</option>
545
+ <option value="[x] sweet!">[x] sweet!</option>
546
+ <option value="[x] that's how i roll">[x] that's how i roll</option>
547
+ <option value="[x] done">[x] done</option>
548
+ <option value="[x] the queen has spoken">[x] the queen has spoken</option>
549
+ <option value="[x] word up">[x] word up</option>
550
+ <option value="[x] +1">[x] +1</option>
551
+ <option value="[x] frag out">[x] frag out</option>
552
+ <option value="[x] FTW">[x] FTW</option>
553
+ <option value="[x] pwned">[x] pwned</option>
554
+ <option value="[x] oh snap!">[x] oh snap!</option>
555
+ <option value="[x] ORLY?">[x] ORLY?</option>
556
+ <option value="[x] SRSLY?">[x] SRSLY?</option>
557
+ <option value="[x] j/k">[x] j/k</option>
558
+ <option value="[x] yer kidding, right?">[x] yer kidding, right?</option>
559
+ <option value="[x] snarf">[x] snarf</option>
560
+ <option value="[x] not it">[x] not it</option>
561
+ <option value="[x] IDK">[x] IDK</option>
562
+ <option value="[x] pimp down!">[x] pimp down!</option>
563
+ <option value="[x] have another">[x] have another</option>
564
+ <option value="[x] np">[x] np</option>
565
+ <option value="[x] consider it done">[x] consider it done</option>
566
+ <option value="[x] smoke tagger">[x] smoke tagger</option>
567
+ <option value="[x] lush">[x] lush</option>
568
+ <option value="[x] chewy!">[x] chewy!</option>
569
+ <option value="[x] spam post">[x] spam post</option>
570
+ <option value="[x] bullshit!">[x] bullshit</option>
571
+ <option value="[x] once a beustor, always a beustor">[x] once a beustor, always a beustor</option>
572
+ <option value="[x] starrrrt the gaaaaame">[x] starrrrt the gaaaaame</option>
573
+ <option value="[x] RARRRRR">[x] RARRRR</option>
574
+ <option value="[x] Awwww, crap">[x] Awwww, crap</option>
575
+ <option value="[x]">[x]<option>
576
+ </select>
577
+ </td></tr>
578
+ <!-- end danebrood--><tr valign="middle" align="left">
579
+ <td colspan="2">
580
+ <script type="text/javascript">
581
+ // <![CDATA[
582
+
583
+ // Define the bbCode tags
584
+ var bbcode = new Array();
585
+ var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]', '[Gametrailers]', '[/Gametrailers]', '[IGNvideo]', '[/IGNvideo]', '[Spoiler]', '[/Spoiler]', '[YouTube]', '[/YouTube]');
586
+ var imageTag = false;
587
+
588
+ // Helpline messages
589
+ var help_line = {
590
+ b: 'Bold text: [b]text[/b]',
591
+ i: 'Italic text: [i]text[/i]',
592
+ u: 'Underline text: [u]text[/u]',
593
+ q: 'Quote text: [quote]text[/quote]',
594
+ c: 'Code display: [code]code[/code]',
595
+ l: 'List: [list]text[/list]',
596
+ o: 'Ordered list: [list=]text[/list]',
597
+ p: 'Insert image: [img]http://image_url[/img]',
598
+ w: 'Insert URL: [url]http://url[/url] or [url=http://url]URL text[/url]',
599
+ s: 'Font colour: [color=red]text[/color] Tip: you can also use color=#FF0000',
600
+ f: 'Font size: [size=85]small text[/size]',
601
+ e: 'List: Add list element',
602
+ d: 'Flash: [flash=width,height]http://url[/flash]',
603
+ t: '{ BBCODE_T_HELP }',
604
+ tip: 'Tip: Styles can be applied quickly to selected text.'
605
+ ,cb_22: 'Gametrailers: [Gametrailers]Video ID[/Gametrailers]'
606
+ ,cb_24: '[IGNvideo]Video ID[/IGNvideo]'
607
+ ,cb_26: 'Spoiler: [spoiler]Hidden text here[/spoiler]'
608
+ ,cb_28: '[youtube]http://www.youtube.com/video bla bla[/youtube]'
609
+ }
610
+
611
+ // ]]>
612
+ </script>
613
+ <script type="text/javascript" src="./styles/GnB/template/editor.js"></script>
614
+
615
+ <input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" />
616
+ <input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" onmouseout="helpline('tip')" />
617
+ <input type="button" class="btnbbcode" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px;" onclick="bbstyle(4)" onmouseover="helpline('u')" onmouseout="helpline('tip')" />
618
+ <input type="button" class="btnbbcode" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" onmouseout="helpline('tip')" />
619
+ <input type="button" class="btnbbcode" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')" />
620
+ <input type="button" class="btnbbcode" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')" />
621
+ <input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')" />
622
+ <input type="button" class="btnbbcode" accesskey="t" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />
623
+ <input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" />
624
+ <input type="button" class="btnbbcode" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" onmouseout="helpline('tip')" />
625
+ <input type="button" class="btnbbcode" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')" />
626
+ <span class="genmed nowrap">Font size: <select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')" onmouseout="helpline('tip')">
627
+ <option value="50">Tiny</option>
628
+ <option value="85">Small</option>
629
+ <option value="100" selected="selected">Normal</option>
630
+ <option value="150">Large</option>
631
+ <option value="200">Huge</option>
632
+ </select></span>
633
+ </td>
634
+ </tr>
635
+ <tr valign="middle" align="left">
636
+ <td colspan="2">
637
+ <input type="button" class="btnbbcode" name="addbbcode22" value="Gametrailers" onclick="bbstyle(22)" onmouseover="helpline('cb_22')" onmouseout="helpline('tip')" />
638
+ <input type="button" class="btnbbcode" name="addbbcode24" value="IGNvideo" onclick="bbstyle(24)" onmouseover="helpline('cb_24')" onmouseout="helpline('tip')" />
639
+ <input type="button" class="btnbbcode" name="addbbcode26" value="Spoiler" onclick="bbstyle(26)" onmouseover="helpline('cb_26')" onmouseout="helpline('tip')" />
640
+ <input type="button" class="btnbbcode" name="addbbcode28" value="YouTube" onclick="bbstyle(28)" onmouseover="helpline('cb_28')" onmouseout="helpline('tip')" />
641
+ </td>
642
+ </tr>
643
+ <tr>
644
+ <td><input type="text" readonly="readonly" name="helpbox" style="width:100%" class="helpline" value="Tip: Styles can be applied quickly to selected text." /></td>
645
+ <td class="genmed" align="center">Font colour</td>
646
+ </tr>
647
+ <tr>
648
+ <td valign="top" style="width: 100%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" style="width: 98%;"></textarea></td>
649
+ <td width="80" align="center" valign="top">
650
+ <script type="text/javascript">
651
+ // <![CDATA[
652
+ colorPalette('v', 7, 6)
653
+ // ]]>
654
+ </script>
655
+ </td>
656
+ </tr>
657
+ </table>
658
+ </td>
659
+ </tr>
660
+
661
+
662
+ <tr>
663
+ <td class="row1" valign="top"><b class="genmed">Options:</b><br />
664
+ <table cellspacing="2" cellpadding="0" border="0">
665
+ <tr>
666
+ <td class="gensmall"><a href="./faq.php?mode=bbcode">BBCode</a> is <em>ON</em></td>
667
+ </tr>
668
+ <tr>
669
+ <td class="gensmall">[img] is <em>ON</em></td>
670
+ </tr>
671
+ <tr>
672
+ <td class="gensmall">[flash] is <em>ON</em></td>
673
+ </tr>
674
+ <tr>
675
+ <td class="gensmall">[url] is <em>ON</em></td>
676
+ </tr>
677
+ <tr>
678
+ <td class="gensmall">Smilies are <em>ON</em></td>
679
+ </tr>
680
+ </table>
681
+ </td>
682
+ <td class="row2">
683
+ <table cellpadding="1">
684
+ <tr>
685
+ <td><input type="checkbox" class="radio" name="disable_bbcode" /></td>
686
+ <td class="gen">Disable BBCode</td>
687
+ </tr>
688
+ <tr>
689
+ <td><input type="checkbox" class="radio" name="disable_smilies" /></td>
690
+ <td class="gen">Disable smilies</td>
691
+ </tr>
692
+ <tr>
693
+ <td><input type="checkbox" class="radio" name="disable_magic_url" /></td>
694
+ <td class="gen">Do not automatically parse URLs</td>
695
+ </tr>
696
+ <tr>
697
+ <td><input type="checkbox" class="radio" name="attach_sig" checked="checked" /></td>
698
+ <td class="gen">Attach a signature (signatures can be altered via the UCP)</td>
699
+ </tr>
700
+ <tr>
701
+ <td><input type="checkbox" class="radio" name="notify" /></td>
702
+ <td class="gen">Notify me when a reply is posted</td>
703
+ </tr>
704
+ <tr>
705
+ <td>&nbsp;</td>
706
+ <td class="gen">Post topic as: <input type="radio" class="radio" name="topic_type" value="0" checked="checked" />Normal&nbsp;&nbsp;<input type="radio" class="radio" name="topic_type" value="1" />Sticky&nbsp;&nbsp;<input type="radio" class="radio" name="topic_type" value="2" />Announce&nbsp;&nbsp;<input type="radio" class="radio" name="topic_type" value="3" />Global&nbsp;&nbsp;</td>
707
+ </tr>
708
+ </table>
709
+ </td>
710
+ </tr>
711
+
712
+ <tr>
713
+ <td class="row1"><b class="genmed">Stick topic for:</b><br /><span class="gensmall">Sticky/Announcement time limit</span></td>
714
+ <td class="row2"><input class="post" type="text" name="topic_time_limit" size="3" maxlength="3" value="0" />&nbsp;<b class="gen">Days</b> <span class="gensmall">Enter 0 or leave blank for a never ending Sticky/Announcement.</span></td>
715
+ </tr>
716
+ <tr>
717
+ <td class="cat" colspan="2" align="center">
718
+ <input class="btnlite" type="submit" tabindex="5" name="preview" value="Preview" />
719
+ &nbsp; <input class="btnmain" type="submit" accesskey="s" tabindex="6" name="post" value="Submit" />
720
+ &nbsp; <input class="btnlite" type="submit" accesskey="k" tabindex="7" name="save" value="Save" /> &nbsp; <input class="btnlite" type="submit" accesskey="c" tabindex="9" name="cancel" value="Cancel" />
721
+ </td>
722
+ </tr>
723
+
724
+ <tr>
725
+ <th colspan="2">
726
+ <script type="text/javascript">
727
+ // <![CDATA[
728
+ /**
729
+ * Show upload progress bar
730
+ */
731
+ function popup_progress_bar()
732
+ {
733
+ close_waitscreen = 0;
734
+ // no scrollbars
735
+ popup('./posting.php?f=37&amp;mode=popup', 400, 200, '_upload');
736
+ }
737
+ // ]]>
738
+ </script>
739
+
740
+
741
+ Upload attachment </th>
742
+ </tr>
743
+ <tr>
744
+ <td class="row3" colspan="2"><span class="gensmall">If you wish to attach one or more files enter the details below.</span></td>
745
+ </tr>
746
+
747
+ <tr>
748
+ <td class="row1"><b class="genmed">Filename</b></td>
749
+ <td class="row2"><input type="file" name="fileupload" size="40" maxlength="262144" value="" class="btnfile" /></td>
750
+ </tr>
751
+ <tr>
752
+ <td class="row1"><b class="genmed">File comment</b></td>
753
+ <td class="row2">
754
+ <table border="0" cellspacing="0" cellpadding="2">
755
+ <tr>
756
+ <td><textarea class="post" name="filecomment" rows="3" cols="35"></textarea>&nbsp;</td>
757
+ <td valign="top">
758
+ <table border="0" cellspacing="4" cellpadding="0">
759
+ <tr>
760
+ <td><input class="btnlite" type="submit" style="width:150px" name="add_file" value="Add the file" onclick="popup_progress_bar();" /></td>
761
+ </tr>
762
+ </table>
763
+ </td>
764
+ </tr>
765
+ </table>
766
+ </td>
767
+ </tr>
768
+
769
+ <tr>
770
+ <th colspan="2">Poll creation</th>
771
+ </tr>
772
+ <tr>
773
+ <td class="row3" colspan="2"><span class="gensmall">If you do not want to add a poll to your topic leave the fields blank.</span></td>
774
+ </tr>
775
+ <tr>
776
+ <td class="row1"><b class="genmed">Poll question:</b></td>
777
+ <td class="row2"><input class="post" type="text" name="poll_title" size="50" maxlength="255" value="" /></td>
778
+ </tr>
779
+ <tr>
780
+ <td class="row1"><b class="genmed">Poll options:</b><br /><span class="gensmall">Place each option on a new line. You may enter up to <strong>10</strong> options.</span></td>
781
+ <td class="row2"><textarea style="width:450px" name="poll_option_text" rows="5" cols="35"></textarea></td>
782
+ </tr>
783
+ <tr>
784
+ <td class="row1"><b class="genmed">Options per user:</b><br /><span class="gensmall">This is the number of options each user may select when voting.</span></td>
785
+ <td class="row2"><input class="post" type="text" name="poll_max_options" size="3" maxlength="3" value="1" /></td>
786
+ </tr>
787
+ <tr>
788
+ <td class="row1"><b class="genmed">Run poll for:</b></td>
789
+ <td class="row2"><input class="post" type="text" name="poll_length" size="3" maxlength="3" value="0" />&nbsp;<b class="gen">Days</b> <span class="gensmall">Enter 0 or leave blank for a never ending poll.</span></td>
790
+ </tr>
791
+ <tr>
792
+ <td class="row1"><b class="genmed">Allow re-voting:</b><br /><span class="gensmall">If enabled users are able to change their vote.</span></td>
793
+ <td class="row2"><input type="checkbox" class="radio" name="poll_vote_change" /></td>
794
+ </tr>
795
+
796
+ <tr>
797
+ <td class="cat" colspan="2" align="center"><input type="hidden" name="lastclick" value="1216054970" /> <input class="btnlite" type="submit" tabindex="10" name="preview" value="Preview" />
798
+ &nbsp; <input class="btnmain" type="submit" accesskey="s" tabindex="11" name="post" value="Submit" />
799
+ &nbsp; <input class="btnlite" type="submit" accesskey="c" tabindex="14" name="cancel" value="Cancel" />
800
+ </td>
801
+ </tr>
802
+ </table>
803
+ <input type="hidden" name="creation_time" value="1216054970" />
804
+ <input type="hidden" name="form_token" value="cb1db8543a7b03c8502327af7446b74441a23e53" />
805
+ </form>
806
+ <br clear="all" />
807
+
808
+ <table width="100%" cellspacing="0" cellpadding="0" style="margin-top: 5px;">
809
+ <tr>
810
+ <td><img src="./styles/GnB/theme/images/nav01.png" width="46" height="55" alt=""></td>
811
+
812
+ <td width="100%" background="./styles/GnB/theme/images/nav02.png" width="100%" height="55">
813
+ <p class="breadcrumbs"><a href="./index.php">Board index</a> &#187; <a href="./viewforum.php?f=11">GnB Chat</a> &#187; <a href="./viewforum.php?f=37">tester</a></p>
814
+ <p class="datetime">All times are UTC - 8 hours [ <abbr title="Daylight Saving Time">DST</abbr> ]</p>
815
+ </td>
816
+ <td><img src="./styles/GnB/theme/images/nav03.png" width="46" height="55" alt=""></td>
817
+
818
+ </tr>
819
+ </table> <br clear="all" />
820
+
821
+ <table id="bx" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
822
+ <tr>
823
+ <table id="bx" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
824
+
825
+ <td><img src="./styles/GnB/theme/images/box_01.png" width="41" height="48" alt=""></td>
826
+ <td background="./styles/GnB/theme/images/box_02.png" width="50%" height="48"></td>
827
+ <td background="./styles/GnB/theme/images/cu.png" width="350" height="48"><h4 align="center" valign="middle">Who is online</h4></td>
828
+ <td background="./styles/GnB/theme/images/box_02.png" width="50%" height="48" align="right"></td>
829
+ <td><img src="./styles/GnB/theme/images/box_04.png" width="41" height="48" alt=""></td>
830
+ </table>
831
+ </tr>
832
+ <tr>
833
+ <table id="bx" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
834
+
835
+ <td background="./styles/GnB/theme/images/box_08.png" width="41" height="100%"></td>
836
+ <td>
837
+
838
+ <table class="tablebg" width="100%" cellspacing="1">
839
+ <tr>
840
+ <td class="row1"><p class="gensmall">Users browsing this forum: <a href="./memberlist.php?mode=viewprofile&amp;u=57">tester</a> and 0 guests</p></td>
841
+ </tr>
842
+ </table>
843
+
844
+ </td>
845
+ <td background="./styles/GnB/theme/images/box_09.png" width="41" height="100%"></td>
846
+ </tr>
847
+ <tr>
848
+ <td><img src="./styles/GnB/theme/images/box_10.png" width="41" height="46" alt=""></td>
849
+ <td background="./styles/GnB/theme/images/box_11.png" width="100%" height="46"></td>
850
+ <td><img src="./styles/GnB/theme/images/box_13.png" width="41" height="46" alt=""></td>
851
+ </tr>
852
+ </table>
853
+
854
+
855
+ <br clear="all" />
856
+
857
+ <table width="100%" cellspacing="1">
858
+ <tr>
859
+ <td align="right"> <form method="post" name="jumpbox" action="./viewforum.php" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
860
+
861
+ <table cellspacing="0" cellpadding="0" border="0">
862
+ <tr>
863
+ <td nowrap="nowrap"><span class="gensmall">Jump to:</span>&nbsp;<select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
864
+
865
+ <option value="-1">Select a forum</option>
866
+ <option value="-1">------------------</option> <option value="5">Welcome Center</option>
867
+ <option value="6">&nbsp; &nbsp;Orientation</option>
868
+ <option value="7">&nbsp; &nbsp;Help</option>
869
+ <option value="8">Seriously</option>
870
+ <option value="9">&nbsp; &nbsp;Game of Fame</option>
871
+ <option value="10">&nbsp; &nbsp;Club 1000</option>
872
+ <option value="11">GnB Chat</option>
873
+ <option value="12">&nbsp; &nbsp;Gears &amp; Beers</option>
874
+ <option value="13">&nbsp; &nbsp;The Pub</option>
875
+ <option value="23">&nbsp; &nbsp;Member Blogs</option>
876
+ <option value="27">&nbsp; &nbsp;&nbsp; &nbsp;BluStorm3D's Realm</option>
877
+ <option value="25">&nbsp; &nbsp;&nbsp; &nbsp;Cappi's Blabs</option>
878
+ <option value="40">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;Archive</option>
879
+ <option value="41">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;Cappi's Current Chronicles</option>
880
+ <option value="38">&nbsp; &nbsp;&nbsp; &nbsp;chachi's wax</option>
881
+ <option value="29">&nbsp; &nbsp;&nbsp; &nbsp;Greeney's Corner</option>
882
+ <option value="34">&nbsp; &nbsp;&nbsp; &nbsp;Hannie's Hale</option>
883
+ <option value="36">&nbsp; &nbsp;&nbsp; &nbsp;Jag's Jibba Jabba</option>
884
+ <option value="35">&nbsp; &nbsp;&nbsp; &nbsp;McSwiggs McBlogosphere</option>
885
+ <option value="26">&nbsp; &nbsp;&nbsp; &nbsp;Pinky's Closet</option>
886
+ <option value="32">&nbsp; &nbsp;&nbsp; &nbsp;Straight from Quahog</option>
887
+ <option value="30">&nbsp; &nbsp;&nbsp; &nbsp;The Smiths Temple</option>
888
+ <option value="31">&nbsp; &nbsp;&nbsp; &nbsp;The Sith Temple</option>
889
+ <option value="39">&nbsp; &nbsp;&nbsp; &nbsp;The Dead Room</option>
890
+ <option value="33">&nbsp; &nbsp;&nbsp; &nbsp;Volkmann's House of Mirrors</option>
891
+ <option value="42">&nbsp; &nbsp;&nbsp; &nbsp;Welcome to Jamo's</option>
892
+ <option value="15">&nbsp; &nbsp;Other Games</option>
893
+ <option value="16">&nbsp; &nbsp;&nbsp; &nbsp;Upcoming Titles of Interest</option>
894
+ <option value="22">&nbsp; &nbsp;&nbsp; &nbsp;Xbox Live Arcade</option>
895
+ <option value="17">&nbsp; &nbsp;&nbsp; &nbsp;Call of Duty 4: Modern Warfare</option>
896
+ <option value="18">&nbsp; &nbsp;&nbsp; &nbsp;Ghost Recon: Advanced Warfighter 2</option>
897
+ <option value="19">&nbsp; &nbsp;&nbsp; &nbsp;Grand Theft Auto IV</option>
898
+ <option value="20">&nbsp; &nbsp;&nbsp; &nbsp;Halo 3</option>
899
+ <option value="21">&nbsp; &nbsp;&nbsp; &nbsp;Rainbow 6: Vegas 1 &amp; 2</option>
900
+ <option value="43">&nbsp; &nbsp;&nbsp; &nbsp;Unreal Tournament III</option>
901
+ <option value="37">&nbsp; &nbsp;tester</option>
902
+ <option value="44">&nbsp; &nbsp;Movie Mania</option>
903
+
904
+ </select>&nbsp;<input class="btnlite" type="submit" value="Go" /></td>
905
+ </tr>
906
+ </table>
907
+
908
+ </form>
909
+ </td>
910
+ </tr>
911
+ </table>
912
+
913
+ </div>
914
+
915
+ <!--
916
+ We request you retain the full copyright notice below including the link to www.phpbb.com.
917
+ This not only gives respect to the large amount of time given freely by the developers
918
+ but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
919
+ the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
920
+ "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
921
+ forums may be affected.
922
+
923
+ The phpBB Group : 2006
924
+ //-->
925
+
926
+ <div id="wrapfooter">
927
+
928
+
929
+
930
+ </div>
931
+
932
+
933
+
934
+
935
+
936
+
937
+
938
+ <table id="bx" width="100%" height="99" border="0" cellpadding="0" cellspacing="0">
939
+ <td><img src="./styles/GnB/theme/images/footer/f_01.png" width="81" height="99" alt=""></td>
940
+ <td background="./styles/GnB/theme/images/footer/f_02.png" width="100%" height="99" alt=""></td>
941
+ <td><img src="./styles/GnB/theme/images/footer/f_03.png" width="82" height="99" alt=""></td>
942
+ </table>
943
+
944
+
945
+ <table id="bx" width="100%" height="89" border="0" cellpadding="0" cellspacing="0">
946
+ <td><img src="./styles/GnB/theme/images/footer/f_10.png" width="81" height="89" alt=""></td>
947
+ <td><a href="http://www.phpbb.com"><img src="./styles/GnB/theme/images/footer/f_11.png" width="170" height="89" alt=""></a></td>
948
+ <td background="./styles/GnB/theme/images/footer/f_12.png" width="50%" height="89" alt=""></td>
949
+ <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>
950
+ <td background="./styles/GnB/theme/images/footer/f_12.png" width="50%" height="89" alt=""></td>
951
+ <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>
952
+ <td><img src="./styles/GnB/theme/images/footer/f_15.png" width="82" height="89" alt=""></td>
953
+
954
+ </table>
955
+
956
+ <table id="bx" width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
957
+
958
+ <tr>
959
+ <td align="center"
960
+ </span>
961
+ </td>
962
+ </tr>
963
+ </table>
964
+
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+ </body>
975
+ </html>