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