impostor 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. data/History.txt +4 -0
  2. data/Manifest.txt +50 -0
  3. data/README.txt +65 -0
  4. data/Rakefile +40 -0
  5. data/lib/impostor.rb +6 -0
  6. data/lib/www/impostor/phpbb2.rb +260 -0
  7. data/lib/www/impostor/wwf79.rb +254 -0
  8. data/lib/www/impostor/wwf80.rb +264 -0
  9. data/lib/www/impostor.rb +269 -0
  10. data/test/fixtures/phpbb2-get-new_topic-form-good-response.html +725 -0
  11. data/test/fixtures/phpbb2-get-viewtopic-for-new-topic-good-response.html +364 -0
  12. data/test/fixtures/phpbb2-get-viewtopic-for-new-topic-malformed-response.html +364 -0
  13. data/test/fixtures/phpbb2-index.html +361 -0
  14. data/test/fixtures/phpbb2-logged-in.html +349 -0
  15. data/test/fixtures/phpbb2-login.html +306 -0
  16. data/test/fixtures/phpbb2-not-logged-in.html +349 -0
  17. data/test/fixtures/phpbb2-post-new_topic-good-response.html +290 -0
  18. data/test/fixtures/phpbb2-post-reply-good-response.html +290 -0
  19. data/test/fixtures/phpbb2-post-reply-throttled-response.html +290 -0
  20. data/test/fixtures/phpbb2-too-many-posts.html +290 -0
  21. data/test/fixtures/wwf79-forum_posts.html +422 -0
  22. data/test/fixtures/wwf79-general-new-topic-error.html +46 -0
  23. data/test/fixtures/wwf79-general-posting-error.html +46 -0
  24. data/test/fixtures/wwf79-good-post-forum_posts.html +462 -0
  25. data/test/fixtures/wwf79-index.html +137 -0
  26. data/test/fixtures/wwf79-logged-in.html +46 -0
  27. data/test/fixtures/wwf79-login.html +123 -0
  28. data/test/fixtures/wwf79-new-topic-forum_posts-response.html +305 -0
  29. data/test/fixtures/wwf79-new-topic-post_message_form.html +212 -0
  30. data/test/fixtures/wwf79-not-logged-in.html +128 -0
  31. data/test/fixtures/wwf79-too-many-posts.html +46 -0
  32. data/test/fixtures/wwf79-too-many-topics.html +46 -0
  33. data/test/fixtures/wwf80-general-posting-error.html +54 -0
  34. data/test/fixtures/wwf80-get-new_topic-form-good-response.html +217 -0
  35. data/test/fixtures/wwf80-get-viewtopic-for-new-topic-good-response.html +290 -0
  36. data/test/fixtures/wwf80-index.html +371 -0
  37. data/test/fixtures/wwf80-logged-in.html +52 -0
  38. data/test/fixtures/wwf80-login.html +125 -0
  39. data/test/fixtures/wwf80-new_reply_form.html +204 -0
  40. data/test/fixtures/wwf80-not-logged-in.html +136 -0
  41. data/test/fixtures/wwf80-post-new_topic-good-response.html +293 -0
  42. data/test/fixtures/wwf80-post-reply-good-response.html +331 -0
  43. data/test/fixtures/wwf80-too-many-posts.html +54 -0
  44. data/test/test_helper.rb +38 -0
  45. data/test/test_www_impostor.rb +165 -0
  46. data/test/test_www_impostor_phpbb2.rb +536 -0
  47. data/test/test_www_impostor_wwf79.rb +535 -0
  48. data/test/test_www_impostor_wwf80.rb +535 -0
  49. data/vendor/plugins/impostor/lib/autotest/discover.rb +3 -0
  50. data/vendor/plugins/impostor/lib/autotest/impostor.rb +49 -0
  51. data.tar.gz.sig +3 -0
  52. metadata +156 -0
  53. metadata.gz.sig +3 -0
@@ -0,0 +1,361 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html dir="ltr"><head>
3
+
4
+
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6
+ <meta http-equiv="Content-Style-Type" content="text/css">
7
+
8
+ <link rel="top" href="http://localhost/phpBB2/index.php" title="yourdomain.com Forum Index">
9
+ <link rel="search" href="http://localhost/phpBB2/search.php" title="Search">
10
+ <link rel="help" href="http://localhost/phpBB2/faq.php" title="FAQ">
11
+ <link rel="author" href="http://localhost/phpBB2/memberlist.php" title="Memberlist"><title>yourdomain.com :: Index</title><!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
12
+
13
+
14
+
15
+ <style type="text/css">
16
+ <!--
17
+ /*
18
+ The original subSilver Theme for phpBB version 2+
19
+ Created by subBlue design
20
+ http://www.subBlue.com
21
+
22
+ NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
23
+ theme administration centre. When you have finalised your style you could cut the final CSS code
24
+ and place it in an external file, deleting this section to save bandwidth.
25
+ */
26
+
27
+ /* General page style. The scroll bar colours only visible in IE5.5+ */
28
+ body {
29
+ background-color: #E5E5E5;
30
+ scrollbar-face-color: #DEE3E7;
31
+ scrollbar-highlight-color: #FFFFFF;
32
+ scrollbar-shadow-color: #DEE3E7;
33
+ scrollbar-3dlight-color: #D1D7DC;
34
+ scrollbar-arrow-color: #006699;
35
+ scrollbar-track-color: #EFEFEF;
36
+ scrollbar-darkshadow-color: #98AAB1;
37
+ }
38
+
39
+ /* General font families for common tags */
40
+ font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
41
+ a:link,a:active,a:visited { color : #006699; }
42
+ a:hover { text-decoration: underline; color : #DD6900; }
43
+ hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
44
+
45
+ /* This is the border line & background colour round the entire page */
46
+ .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
47
+
48
+ /* This is the outline round the main forum tables */
49
+ .forumline { background-color: #FFFFFF; border: 2px #006699 solid; }
50
+
51
+ /* Main table cell colours and backgrounds */
52
+ td.row1 { background-color: #EFEFEF; }
53
+ td.row2 { background-color: #DEE3E7; }
54
+ td.row3 { background-color: #D1D7DC; }
55
+
56
+ /*
57
+ This is for the table cell above the Topics, Post & Last posts on the index.php page
58
+ By default this is the fading out gradiated silver background.
59
+ However, you could replace this with a bitmap specific for each forum
60
+ */
61
+ td.rowpic {
62
+ background-color: #FFFFFF;
63
+ background-image: url(templates/subSilver/images/cellpic2.jpg);
64
+ background-repeat: repeat-y;
65
+ }
66
+
67
+ /* Header cells - the blue and silver gradient backgrounds */
68
+ th {
69
+ color: #FFA34F; font-size: 11px; font-weight : bold;
70
+ background-color: #006699; height: 25px;
71
+ background-image: url(templates/subSilver/images/cellpic3.gif);
72
+ }
73
+
74
+ td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
75
+ background-image: url(templates/subSilver/images/cellpic1.gif);
76
+ background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
77
+ }
78
+
79
+ /*
80
+ Setting additional nice inner borders for the main table cells.
81
+ The names indicate which sides the border will be on.
82
+ Don't worry if you don't understand this, just ignore it :-)
83
+ */
84
+ td.cat,td.catHead,td.catBottom {
85
+ height: 29px;
86
+ border-width: 0px 0px 0px 0px;
87
+ }
88
+ th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
89
+ font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
90
+ }
91
+ td.row3Right,td.spaceRow {
92
+ background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
93
+ }
94
+
95
+ th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
96
+ th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
97
+ th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
98
+ th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
99
+ th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
100
+ th.thTop { border-width: 1px 0px 0px 0px; }
101
+ th.thCornerL { border-width: 1px 0px 0px 1px; }
102
+ th.thCornerR { border-width: 1px 1px 0px 0px; }
103
+
104
+ /* The largest text used in the index page title and toptic title etc. */
105
+ .maintitle {
106
+ font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
107
+ text-decoration: none; line-height : 120%; color : #000000;
108
+ }
109
+
110
+ /* General text */
111
+ .gen { font-size : 12px; }
112
+ .genmed { font-size : 11px; }
113
+ .gensmall { font-size : 10px; }
114
+ .gen,.genmed,.gensmall { color : #000000; }
115
+ a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
116
+ a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }
117
+
118
+ /* The register, login, search etc links at the top of the page */
119
+ .mainmenu { font-size : 11px; color : #000000 }
120
+ a.mainmenu { text-decoration: none; color : #006699; }
121
+ a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
122
+
123
+ /* Forum category titles */
124
+ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
125
+ a.cattitle { text-decoration: none; color : #006699; }
126
+ a.cattitle:hover{ text-decoration: underline; }
127
+
128
+ /* Forum title: Text and link to the forums used in: index.php */
129
+ .forumlink { font-weight: bold; font-size: 12px; color : #006699; }
130
+ a.forumlink { text-decoration: none; color : #006699; }
131
+ a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
132
+
133
+ /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
134
+ .nav { font-weight: bold; font-size: 11px; color : #000000;}
135
+ a.nav { text-decoration: none; color : #006699; }
136
+ a.nav:hover { text-decoration: underline; }
137
+
138
+ /* titles for the topics: could specify viewed link colour too */
139
+ .topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #000000; }
140
+ a.topictitle:link { text-decoration: none; color : #006699; }
141
+ a.topictitle:visited { text-decoration: none; color : #5493B4; }
142
+ a.topictitle:hover { text-decoration: underline; color : #DD6900; }
143
+
144
+ /* Name of poster in viewmsg.php and viewtopic.php and other places */
145
+ .name { font-size : 11px; color : #000000;}
146
+
147
+ /* Location, number of posts, post date etc */
148
+ .postdetails { font-size : 10px; color : #000000; }
149
+
150
+ /* The content of the posts (body of text) */
151
+ .postbody { font-size : 12px; line-height: 18px}
152
+ a.postlink:link { text-decoration: none; color : #006699 }
153
+ a.postlink:visited { text-decoration: none; color : #5493B4; }
154
+ a.postlink:hover { text-decoration: underline; color : #DD6900}
155
+
156
+ /* Quote & Code blocks */
157
+ .code {
158
+ font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
159
+ background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
160
+ border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
161
+ }
162
+
163
+ .quote {
164
+ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
165
+ background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
166
+ border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
167
+ }
168
+
169
+ /* Copyright and bottom info */
170
+ .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
171
+ a.copyright { color: #444444; text-decoration: none;}
172
+ a.copyright:hover { color: #000000; text-decoration: underline;}
173
+
174
+ /* Form elements */
175
+ input,textarea, select {
176
+ color : #000000;
177
+ font: normal 11px Verdana, Arial, Helvetica, sans-serif;
178
+ border-color : #000000;
179
+ }
180
+
181
+ /* The text input fields background colour */
182
+ input.post, textarea.post, select {
183
+ background-color : #FFFFFF;
184
+ }
185
+
186
+ input { text-indent : 2px; }
187
+
188
+ /* The buttons used for bbCode styling in message post */
189
+ input.button {
190
+ background-color : #EFEFEF;
191
+ color : #000000;
192
+ font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
193
+ }
194
+
195
+ /* The main submit button option */
196
+ input.mainoption {
197
+ background-color : #FAFAFA;
198
+ font-weight : bold;
199
+ }
200
+
201
+ /* None-bold submit button */
202
+ input.liteoption {
203
+ background-color : #FAFAFA;
204
+ font-weight : normal;
205
+ }
206
+
207
+ /* This is the line in the posting page which shows the rollover
208
+ help line. This is actually a text box, but if set to be the same
209
+ colour as the background no one will know ;)
210
+ */
211
+ .helpline { background-color: #DEE3E7; border-style: none; }
212
+
213
+ /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
214
+ @import url("templates/subSilver/formIE.css");
215
+ -->
216
+ </style></head><body bgcolor="#e5e5e5" link="#006699" text="#000000" vlink="#5493b4">
217
+
218
+ <a name="top"></a>
219
+
220
+ <table align="center" border="0" cellpadding="10" cellspacing="0" width="100%">
221
+ <tbody><tr>
222
+ <td class="bodyline"><table border="0" cellpadding="0" cellspacing="0" width="100%">
223
+ <tbody><tr>
224
+ <td><a href="http://localhost/phpBB2/index.php"><img src="index-not-loggedin-phpbb2_files/logo_phpBB.gif" alt="yourdomain.com Forum Index" border="0" vspace="1"></a></td>
225
+ <td align="center" valign="middle" width="100%"><span class="maintitle">yourdomain.com</span><br><span class="gen">A _little_ text to describe your forum<br>&nbsp; </span>
226
+ <table border="0" cellpadding="2" cellspacing="0">
227
+ <tbody><tr>
228
+ <td align="center" nowrap="nowrap" valign="top"><span class="mainmenu">&nbsp;<a href="http://localhost/phpBB2/faq.php" class="mainmenu"><img src="index-not-loggedin-phpbb2_files/icon_mini_faq.gif" alt="FAQ" border="0" height="13" hspace="3" width="12">FAQ</a>&nbsp; &nbsp;<a href="http://localhost/phpBB2/search.php" class="mainmenu"><img src="index-not-loggedin-phpbb2_files/icon_mini_search.gif" alt="Search" border="0" height="13" hspace="3" width="12">Search</a>&nbsp; &nbsp;<a href="http://localhost/phpBB2/memberlist.php" class="mainmenu"><img src="index-not-loggedin-phpbb2_files/icon_mini_members.gif" alt="Memberlist" border="0" height="13" hspace="3" width="12">Memberlist</a>&nbsp; &nbsp;<a href="http://localhost/phpBB2/groupcp.php" class="mainmenu"><img src="index-not-loggedin-phpbb2_files/icon_mini_groups.gif" alt="Usergroups" border="0" height="13" hspace="3" width="12">Usergroups</a>&nbsp;
229
+ &nbsp;<a href="http://localhost/phpBB2/profile.php?mode=register" class="mainmenu"><img src="index-not-loggedin-phpbb2_files/icon_mini_register.gif" alt="Register" border="0" height="13" hspace="3" width="12">Register</a>&nbsp;
230
+ </span></td>
231
+ </tr>
232
+ <tr>
233
+ <td align="center" height="25" nowrap="nowrap" valign="top"><span class="mainmenu">&nbsp;<a href="http://localhost/phpBB2/profile.php?mode=editprofile" class="mainmenu"><img src="index-not-loggedin-phpbb2_files/icon_mini_profile.gif" alt="Profile" border="0" height="13" hspace="3" width="12">Profile</a>&nbsp; &nbsp;<a href="http://localhost/phpBB2/privmsg.php?folder=inbox" class="mainmenu"><img src="index-not-loggedin-phpbb2_files/icon_mini_message.gif" alt="Log in to check your private messages" border="0" height="13" hspace="3" width="12">Log in to check your private messages</a>&nbsp; &nbsp;<a href="http://localhost/phpBB2/login.php" class="mainmenu"><img src="index-not-loggedin-phpbb2_files/icon_mini_login.gif" alt="Log in" border="0" height="13" hspace="3" width="12">Log in</a>&nbsp;</span></td>
234
+ </tr>
235
+ </tbody></table></td>
236
+ </tr>
237
+ </tbody></table>
238
+
239
+ <br>
240
+
241
+ <table align="center" border="0" cellpadding="2" cellspacing="0" width="100%">
242
+ <tbody><tr>
243
+ <td align="left" valign="bottom"><span class="gensmall">
244
+ The time now is Thu Aug 02, 2007 5:05 pm<br></span><span class="nav"><a href="http://localhost/phpBB2/index.php" class="nav">yourdomain.com Forum Index</a></span></td>
245
+ <td class="gensmall" align="right" valign="bottom">
246
+ <a href="http://localhost/phpBB2/search.php?search_id=unanswered" class="gensmall">View unanswered posts</a></td>
247
+ </tr>
248
+ </tbody></table>
249
+
250
+ <table class="forumline" border="0" cellpadding="2" cellspacing="1" width="100%">
251
+ <tbody><tr>
252
+ <th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;Forum&nbsp;</th>
253
+ <th class="thTop" nowrap="nowrap" width="50">&nbsp;Topics&nbsp;</th>
254
+ <th class="thTop" nowrap="nowrap" width="50">&nbsp;Posts&nbsp;</th>
255
+ <th class="thCornerR" nowrap="nowrap">&nbsp;Last Post&nbsp;</th>
256
+ </tr>
257
+ <tr>
258
+ <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="http://localhost/phpBB2/index.php?c=1" class="cattitle">Test category 1</a></span></td>
259
+ <td class="rowpic" colspan="3" align="right">&nbsp;</td>
260
+ </tr>
261
+ <tr>
262
+ <td class="row1" align="center" height="50" valign="middle"><img src="index-not-loggedin-phpbb2_files/folder_big.gif" alt="No new posts" title="No new posts" height="25" width="46"></td>
263
+ <td class="row1" height="50" width="100%"><span class="forumlink"> <a href="http://localhost/phpBB2/viewforum.php?f=1" class="forumlink">Test Forum 1</a><br>
264
+ </span> <span class="genmed">This is just a test forum.<br>
265
+ </span><span class="gensmall">&nbsp; &nbsp;</span></td>
266
+ <td class="row2" align="center" height="50" valign="middle"><span class="gensmall">1</span></td>
267
+ <td class="row2" align="center" height="50" valign="middle"><span class="gensmall">1</span></td>
268
+ <td class="row2" align="center" height="50" nowrap="nowrap" valign="middle"> <span class="gensmall">Sat Oct 21, 2000 12:01 am<br><a href="http://localhost/phpBB2/profile.php?mode=viewprofile&amp;u=2">admin</a> <a href="http://localhost/phpBB2/viewtopic.php?p=1#1"><img src="index-not-loggedin-phpbb2_files/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0"></a></span></td>
269
+ </tr>
270
+ <tr>
271
+ <td class="row1" align="center" height="50" valign="middle"><img src="index-not-loggedin-phpbb2_files/folder_big.gif" alt="No new posts" title="No new posts" height="25" width="46"></td>
272
+ <td class="row1" height="50" width="100%"><span class="forumlink"> <a href="http://localhost/phpBB2/viewforum.php?f=2" class="forumlink">Cell Photo Bot</a><br>
273
+ </span> <span class="genmed"><br>
274
+ </span><span class="gensmall">&nbsp; &nbsp;</span></td>
275
+ <td class="row2" align="center" height="50" valign="middle"><span class="gensmall">1</span></td>
276
+ <td class="row2" align="center" height="50" valign="middle"><span class="gensmall">1</span></td>
277
+ <td class="row2" align="center" height="50" nowrap="nowrap" valign="middle"> <span class="gensmall">Thu Aug 02, 2007 4:43 pm<br><a href="http://localhost/phpBB2/profile.php?mode=viewprofile&amp;u=2">admin</a> <a href="http://localhost/phpBB2/viewtopic.php?p=2#2"><img src="index-not-loggedin-phpbb2_files/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0"></a></span></td>
278
+ </tr>
279
+ </tbody></table>
280
+
281
+ <table align="center" border="0" cellpadding="2" cellspacing="0" width="100%">
282
+ <tbody><tr>
283
+ <td align="left">
284
+ </td>
285
+ <td align="right"><span class="gensmall">All times are GMT</span></td>
286
+ </tr>
287
+ </tbody></table>
288
+
289
+ <table class="forumline" border="0" cellpadding="3" cellspacing="1" width="100%">
290
+ <tbody><tr>
291
+ <td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="http://localhost/phpBB2/viewonline.php" class="cattitle">Who is Online</a></span></td>
292
+ </tr>
293
+ <tr>
294
+ <td class="row1" rowspan="2" align="center" valign="middle"><img src="index-not-loggedin-phpbb2_files/whosonline.gif" alt="Who is Online"></td>
295
+ <td class="row1" align="left" width="100%"><span class="gensmall">Our users have posted a total of <b>2</b> articles<br>We have <b>1</b> registered user<br>The newest registered user is <b><a href="http://localhost/phpBB2/profile.php?mode=viewprofile&amp;u=2">admin</a></b></span>
296
+ </td>
297
+ </tr>
298
+ <tr>
299
+ <td class="row1" align="left"><span class="gensmall">In total there is <b>1</b> user online :: 0 Registered, 0 Hidden and 1 Guest &nbsp; [ <span style="color: rgb(255, 163, 79);">Administrator</span> ] &nbsp; [ <span style="color: rgb(0, 102, 0);">Moderator</span> ]<br>Most users ever online was <b>1</b> on Thu Aug 02, 2007 4:41 pm<br>Registered Users: None</span></td>
300
+ </tr>
301
+ </tbody></table>
302
+
303
+ <table border="0" cellpadding="1" cellspacing="1" width="100%">
304
+ <tbody><tr>
305
+ <td align="left" valign="top"><span class="gensmall">This data is based on users active over the past five minutes</span></td>
306
+ </tr>
307
+ </tbody></table>
308
+
309
+ <form method="post" action="login.php">
310
+ <table class="forumline" border="0" cellpadding="3" cellspacing="1" width="100%">
311
+ <tbody><tr>
312
+ <td class="catHead" height="28"><a name="login"></a><span class="cattitle">Log in</span></td>
313
+ </tr>
314
+ <tr>
315
+ <td class="row1" align="center" height="28" valign="middle"><span class="gensmall">Username:
316
+ <input class="post" name="username" size="10" type="text">
317
+ &nbsp;&nbsp;&nbsp;Password:
318
+ <input class="post" name="password" size="10" maxlength="32" type="password">
319
+ &nbsp;&nbsp; &nbsp;&nbsp;Log me on automatically each visit
320
+ <input class="text" name="autologin" type="checkbox">
321
+ &nbsp;&nbsp;&nbsp;
322
+ <input class="mainoption" name="login" value="Log in" type="submit">
323
+ </span> </td>
324
+ </tr>
325
+ </tbody></table>
326
+ </form>
327
+
328
+ <br clear="all">
329
+
330
+ <table align="center" border="0" cellpadding="0" cellspacing="3">
331
+ <tbody><tr>
332
+ <td align="center" width="20"><img src="index-not-loggedin-phpbb2_files/folder_new_big.gif" alt="New posts"></td>
333
+ <td><span class="gensmall">New posts</span></td>
334
+ <td>&nbsp;&nbsp;</td>
335
+ <td align="center" width="20"><img src="index-not-loggedin-phpbb2_files/folder_big.gif" alt="No new posts"></td>
336
+ <td><span class="gensmall">No new posts</span></td>
337
+ <td>&nbsp;&nbsp;</td>
338
+ <td align="center" width="20"><img src="index-not-loggedin-phpbb2_files/folder_locked_big.gif" alt="Forum is locked"></td>
339
+ <td><span class="gensmall">Forum is locked</span></td>
340
+ </tr>
341
+ </tbody></table>
342
+
343
+
344
+ <div align="center"><span class="copyright"><br><br>
345
+ <!--
346
+ We request you retain the full copyright notice below including the link to www.phpbb.com.
347
+ This not only gives respect to the large amount of time given freely by the developers
348
+ but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
349
+ reason) retain the full copyright we request you at least leave in place the
350
+ Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
351
+ to include even this then support on our forums may be affected.
352
+
353
+ The phpBB Group : 2002
354
+ // -->
355
+ Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br></span></div>
356
+ </td>
357
+ </tr>
358
+ </tbody></table>
359
+
360
+
361
+ </body></html>