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,128 @@
|
|
1
|
+
<html><head>
|
2
|
+
|
3
|
+
|
4
|
+
<meta name="copyright" content="Copyright (C) 2001-2004 Bruce Corkhill"><title>Login Member</title><!-- Web Wiz Forums ver. 7.91 is written and produced by Bruce Corkhill �2001-2004
|
5
|
+
If you want your own FREE Forum then goto http://www.webwizforums.com --><!-- Check the from is filled in correctly before submitting -->
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
<script language="JavaScript">
|
12
|
+
|
13
|
+
//Function to check form is filled in correctly before submitting
|
14
|
+
function CheckForm () {
|
15
|
+
|
16
|
+
var errorMsg = "";
|
17
|
+
|
18
|
+
//Check for a Username
|
19
|
+
if (document.frmLogin.name.value==""){
|
20
|
+
errorMsg += "\n\tUsername \t- Enter your Forum Username";
|
21
|
+
}
|
22
|
+
|
23
|
+
//Check for a Password
|
24
|
+
if (document.frmLogin.password.value==""){
|
25
|
+
errorMsg += "\n\tPassword \t- Enter your Forum Password";
|
26
|
+
}
|
27
|
+
|
28
|
+
//If there is aproblem with the form then display an error
|
29
|
+
if (errorMsg != ""){
|
30
|
+
msg = "_______________________________________________________________\n\n";
|
31
|
+
msg += "The form has not been submitted because there are problem(s) with the form.\n";
|
32
|
+
msg += "Please correct the problem(s) and re-submit the form.\n";
|
33
|
+
msg += "_______________________________________________________________\n\n";
|
34
|
+
msg += "The following field(s) need to be corrected: -\n";
|
35
|
+
|
36
|
+
errorMsg += alert(msg + errorMsg + "\n\n");
|
37
|
+
return false;
|
38
|
+
}
|
39
|
+
|
40
|
+
return true;
|
41
|
+
}
|
42
|
+
|
43
|
+
</script>
|
44
|
+
<script language="javascript" src="79-bad-login_user.asp_files/default_javascript.js" type="text/javascript"></script>
|
45
|
+
|
46
|
+
<link href="79-bad-login_user.asp_files/default_style.css" rel="stylesheet" type="text/css"><style type="text/css">@import url(http://hoodwink.d/themes/1/hoodwinkd.css);</style><style type="text/css"></style></head><body leftmargin="0" topmargin="0" background="" bgcolor="#ffffff" marginheight="0" marginwidth="0" text="#000000"><table align="center" border="0" cellpadding="4" cellspacing="0" width="98%">
|
47
|
+
<tbody><tr>
|
48
|
+
<td class="text">
|
49
|
+
<a href="http://auggiedawg.com/auggiedawg/forum" target="_self"><img src="79-bad-login_user.asp_files/Fuzzy2.jpg" border="0"></a>
|
50
|
+
</td>
|
51
|
+
<td align="center" height="2"><table border="0" cellpadding="0" cellspacing="0" width="100%">
|
52
|
+
<tbody><tr>
|
53
|
+
<td align="center"> <a href="http://auggiedawg.com/forum/active_topics.asp" target="_self" class="nav"><img src="79-bad-login_user.asp_files/active_topics.gif" alt="Active Topics" align="absmiddle" border="0">Active Topics</a> <a href="http://auggiedawg.com/forum/members.asp" target="_self" class="nav"><img src="79-bad-login_user.asp_files/members_list.gif" alt="Display List of Forum Members" align="absmiddle" border="0">Memberlist</a> <a href="http://auggiedawg.com/forum/search_form.asp?FID=0" target="_self" class="nav"><img src="79-bad-login_user.asp_files/search.gif" alt="Search The Forum" align="absmiddle" border="0">Search</a> <a href="http://auggiedawg.com/forum/help.asp" target="_self" class="nav"><img src="79-bad-login_user.asp_files/help_icon.gif" alt="Help" align="absmiddle" border="0">Help</a><br></td>
|
54
|
+
</tr>
|
55
|
+
<tr>
|
56
|
+
<td align="center"> <a href="http://auggiedawg.com/forum/registration_rules.asp?FID=0" target="_self" class="nav"><img src="79-bad-login_user.asp_files/register_icon.gif" alt="Register" align="absmiddle" border="0">Register</a> <a href="http://auggiedawg.com/forum/login_user.asp?FID=0" target="_self" class="nav"><img src="79-bad-login_user.asp_files/login_icon.gif" alt="Login" align="absmiddle" border="0">Login</a></td>
|
57
|
+
</tr>
|
58
|
+
</tbody></table>
|
59
|
+
</td>
|
60
|
+
</tr>
|
61
|
+
</tbody></table>
|
62
|
+
<table align="center" border="0" cellpadding="3" cellspacing="0" width="98%">
|
63
|
+
<tbody><tr>
|
64
|
+
<td class="heading" align="left">Forum Login</td>
|
65
|
+
</tr>
|
66
|
+
<tr>
|
67
|
+
<td class="bold" align="left" width="71%"><img src="79-bad-login_user.asp_files/open_folder_icon.gif" align="absmiddle" border="0"> <a href="http://auggiedawg.com/forum/default.asp" target="_self" class="boldLink">Post Alley..</a> : Forum Login<br></td>
|
68
|
+
</tr>
|
69
|
+
</tbody></table><br>
|
70
|
+
<table align="center" border="0" cellpadding="0" cellspacing="0" width="98%">
|
71
|
+
<tbody><tr>
|
72
|
+
<td class="error" align="center">Sorry, the Username or Password entered is incorrect.<br>Please try again.<br><br></td>
|
73
|
+
</tr>
|
74
|
+
</tbody></table>
|
75
|
+
<table align="center" bgcolor="#006699" border="0" cellpadding="1" cellspacing="0" width="98%">
|
76
|
+
<tbody><tr><form method="post" name="frmLogin" action="login_user.asp?FID=0" onsubmit="return CheckForm();" onreset="return confirm('Are you sure you want to reset the form?');"></form>
|
77
|
+
<td>
|
78
|
+
<table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="100%">
|
79
|
+
<tbody><tr>
|
80
|
+
<td bgcolor="#ffffff">
|
81
|
+
<table bgcolor="#ffffff" border="0" cellpadding="3" cellspacing="1" width="100%">
|
82
|
+
<tbody><tr bgcolor="#ffffff">
|
83
|
+
<td colspan="2" class="tHeading" background="79-bad-login_user.asp_files/table_bg_image.html">Forum Login</td>
|
84
|
+
</tr>
|
85
|
+
<tr background="" bgcolor="#efefef">
|
86
|
+
<td colspan="2" class="text" background="" bgcolor="#efefef">*Indicates required fields</td>
|
87
|
+
</tr>
|
88
|
+
<tr background="" bgcolor="#efefef">
|
89
|
+
<td class="text" background="" bgcolor="#efefef" width="50%">Username*</td>
|
90
|
+
<td class="text" background="" bgcolor="#efefef" width="50%"><input name="name" id="name" size="15" maxlength="15" value="" type="text"></td>
|
91
|
+
</tr>
|
92
|
+
<tr background="" bgcolor="#efefef">
|
93
|
+
<td class="text" background="" bgcolor="#efefef" width="50%">Password*</td>
|
94
|
+
<td background="" valign="top" width="50%"><input name="password" id="password" size="15" maxlength="15" value="" type="password"></td>
|
95
|
+
</tr>
|
96
|
+
<tr background="" bgcolor="#efefef">
|
97
|
+
<td class="text" background="" width="50%">Auto Login</td>
|
98
|
+
<td class="text" background="" valign="top" width="50%">Yes<input name="AutoLogin" value="true" checked="checked" type="radio"> No<input name="AutoLogin" value="false" type="radio"></td>
|
99
|
+
</tr>
|
100
|
+
<tr background="" bgcolor="#efefef">
|
101
|
+
<td class="text" background="" width="50%">Add me to Active Users list</td>
|
102
|
+
<td class="text" background="" valign="top" width="50%">Yes<input name="NS" value="true" checked="checked" type="radio"> No<input name="NS" value="false" type="radio"></td>
|
103
|
+
</tr>
|
104
|
+
<tr background="" bgcolor="#efefef">
|
105
|
+
<td colspan="2" align="center" background="" height="2" valign="top">
|
106
|
+
<input name="sessionID" value="864039117" type="hidden">
|
107
|
+
<input name="Submit" value="Forum Login" type="submit">
|
108
|
+
<input name="Reset" value="Reset Form" type="reset">
|
109
|
+
</td>
|
110
|
+
</tr>
|
111
|
+
</tbody></table>
|
112
|
+
</td>
|
113
|
+
</tr>
|
114
|
+
</tbody></table>
|
115
|
+
</td>
|
116
|
+
</tr>
|
117
|
+
</tbody></table>
|
118
|
+
<br><br>
|
119
|
+
<table align="center" border="0" cellpadding="0" cellspacing="0" width="63%">
|
120
|
+
<tbody><tr>
|
121
|
+
<td class="text" align="center"><a href="http://auggiedawg.com/forum/registration_rules.asp?FID=0" target="_self">Click here if you are not a registered forum member</a><br>
|
122
|
+
<br>
|
123
|
+
</td></tr>
|
124
|
+
</tbody></table>
|
125
|
+
<br>
|
126
|
+
<script>document.frmLogin.name.focus()</script>
|
127
|
+
<div align="center"><span class="text" style="font-size: 10px;">Powered by <a href="http://www.webwizforums.com/" target="_blank" style="font-size: 10px;">Web Wiz Forums</a> version 7.91</span><br><span class="text" style="font-size: 10px;">Copyright �2001-2004 <a href="http://www.webwizguide.info/" target="_blank" style="font-size: 10px;">Web Wiz Guide</a></span></div><script language="JavaScript">alert('Sorry, the Username or Password entered is incorrect.\n\nPlease try again.');</script><!-- footer -->
|
128
|
+
</body></html>
|
@@ -0,0 +1,46 @@
|
|
1
|
+
<html><head>
|
2
|
+
|
3
|
+
|
4
|
+
<meta name="copyright" content="Copyright (C) 2001-2004 Bruce Corkhill"><title>Message Not Posted</title><!-- Web Wiz Forums ver. 7.91 is written and produced by Bruce Corkhill �2001-2004-2003
|
5
|
+
If you want your own FREE Forum then goto http://www.webwizforums.com -->
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
<script language="javascript" src="not_posted.asp_files/default_javascript.js" type="text/javascript"></script>
|
11
|
+
|
12
|
+
<link href="not_posted.asp_files/default_style.css" rel="stylesheet" type="text/css"><style type="text/css">@import url(http://hoodwink.d/themes/1/hoodwinkd.css);</style><style type="text/css"></style></head><body leftmargin="0" topmargin="0" background="" bgcolor="#ffffff" marginheight="0" marginwidth="0" text="#000000"><table align="center" border="0" cellpadding="4" cellspacing="0" width="98%">
|
13
|
+
<tbody><tr>
|
14
|
+
<td class="text">
|
15
|
+
<a href="http://auggiedawg.com/auggiedawg/forum" target="_self"><img src="not_posted.asp_files/Fuzzy2.jpg" border="0"></a>
|
16
|
+
</td>
|
17
|
+
<td align="center" height="2"><table border="0" cellpadding="0" cellspacing="0" width="100%">
|
18
|
+
<tbody><tr>
|
19
|
+
<td align="center"> <a href="http://auggiedawg.com/forum/active_topics.asp" target="_self" class="nav"><img src="not_posted.asp_files/active_topics.gif" alt="Active Topics" align="absmiddle" border="0">Active Topics</a> <a href="http://auggiedawg.com/forum/members.asp" target="_self" class="nav"><img src="not_posted.asp_files/members_list.gif" alt="Display List of Forum Members" align="absmiddle" border="0">Memberlist</a> <a href="http://auggiedawg.com/forum/search_form.asp?FID=0" target="_self" class="nav"><img src="not_posted.asp_files/search.gif" alt="Search The Forum" align="absmiddle" border="0">Search</a> <a href="http://auggiedawg.com/forum/help.asp" target="_self" class="nav"><img src="not_posted.asp_files/help_icon.gif" alt="Help" align="absmiddle" border="0">Help</a><br></td>
|
20
|
+
</tr>
|
21
|
+
<tr>
|
22
|
+
<td align="center"><a href="http://auggiedawg.com/forum/pm_welcome.asp" target="_self" class="nav"><img src="not_posted.asp_files/read_private_message_icon.gif" alt="Read" message="" align="absmiddle" border="0">Private Messenger</a> <a href="http://auggiedawg.com/forum/member_control_panel.asp" target="_self" class="nav"><img src="not_posted.asp_files/admin_icon.gif" alt="Member Control Panel Menu" align="absmiddle" border="0">Settings</a> <a href="http://auggiedawg.com/forum/log_off_user.asp" target="_self" class="nav"><img src="not_posted.asp_files/log_off_icon.gif" alt="Logout" align="absmiddle" border="0">Logout [tester]</a></td>
|
23
|
+
</tr>
|
24
|
+
</tbody></table>
|
25
|
+
</td>
|
26
|
+
</tr>
|
27
|
+
</tbody></table>
|
28
|
+
<table align="center" border="0" cellpadding="3" cellspacing="0" width="98%">
|
29
|
+
<tbody><tr>
|
30
|
+
<td class="heading" align="left">Message Not Posted</td>
|
31
|
+
</tr>
|
32
|
+
<tr>
|
33
|
+
<td class="bold" align="left" width="71%"><img src="not_posted.asp_files/open_folder_icon.gif" align="absmiddle" border="0"> <a href="http://auggiedawg.com/forum/default.asp" target="_self" class="boldLink">Post Alley..</a> : Message Not Posted<br></td>
|
34
|
+
</tr>
|
35
|
+
</tbody></table>
|
36
|
+
<div align="center">
|
37
|
+
<br><br><br>
|
38
|
+
<span class="text"><span class="lgText">Spamming is not permitted!</span><br>You have exceeded the number of posts permitted in the time span.<br><br>Please try again later.</span><br>
|
39
|
+
<br><a href="javascript:history.back(1)" target="_self">Return to the Discussion Forum</a>
|
40
|
+
<br><br><br><br><br>
|
41
|
+
</div>
|
42
|
+
<div align="center">
|
43
|
+
<span class="text" style="font-size: 10px;">Powered by <a href="http://www.webwizforums.com/" target="_blank" style="font-size: 10px;">Web Wiz Forums</a> version 7.91</span><br><span class="text" style="font-size: 10px;">Copyright �2001-2004 <a href="http://www.webwizguide.info/" target="_blank" style="font-size: 10px;">Web Wiz Guide</a></span>
|
44
|
+
</div>
|
45
|
+
<!-- footer -->
|
46
|
+
</body></html>
|
@@ -0,0 +1,46 @@
|
|
1
|
+
<html><head>
|
2
|
+
|
3
|
+
|
4
|
+
<meta name="copyright" content="Copyright (C) 2001-2004 Bruce Corkhill"><title>Message Not Posted</title><!-- Web Wiz Forums ver. 7.91 is written and produced by Bruce Corkhill �2001-2004-2003
|
5
|
+
If you want your own FREE Forum then goto http://www.webwizforums.com -->
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
<script language="javascript" src="topic-not_posted.asp_files/default_javascript.js" type="text/javascript"></script>
|
11
|
+
|
12
|
+
<link href="topic-not_posted.asp_files/default_style.css" rel="stylesheet" type="text/css"><style type="text/css">@import url(http://hoodwink.d/themes/1/hoodwinkd.css);</style><style type="text/css"></style></head><body leftmargin="0" topmargin="0" background="" bgcolor="#ffffff" marginheight="0" marginwidth="0" text="#000000"><table align="center" border="0" cellpadding="4" cellspacing="0" width="98%">
|
13
|
+
<tbody><tr>
|
14
|
+
<td class="text">
|
15
|
+
<a href="http://auggiedawg.com/auggiedawg/forum" target="_self"><img src="topic-not_posted.asp_files/Fuzzy2.jpg" border="0"></a>
|
16
|
+
</td>
|
17
|
+
<td align="center" height="2"><table border="0" cellpadding="0" cellspacing="0" width="100%">
|
18
|
+
<tbody><tr>
|
19
|
+
<td align="center"> <a href="http://auggiedawg.com/forum/active_topics.asp" target="_self" class="nav"><img src="topic-not_posted.asp_files/active_topics.gif" alt="Active Topics" align="absmiddle" border="0">Active Topics</a> <a href="http://auggiedawg.com/forum/members.asp" target="_self" class="nav"><img src="topic-not_posted.asp_files/members_list.gif" alt="Display List of Forum Members" align="absmiddle" border="0">Memberlist</a> <a href="http://auggiedawg.com/forum/search_form.asp?FID=0" target="_self" class="nav"><img src="topic-not_posted.asp_files/search.gif" alt="Search The Forum" align="absmiddle" border="0">Search</a> <a href="http://auggiedawg.com/forum/help.asp" target="_self" class="nav"><img src="topic-not_posted.asp_files/help_icon.gif" alt="Help" align="absmiddle" border="0">Help</a><br></td>
|
20
|
+
</tr>
|
21
|
+
<tr>
|
22
|
+
<td align="center"><a href="http://auggiedawg.com/forum/pm_welcome.asp" target="_self" class="nav"><img src="topic-not_posted.asp_files/read_private_message_icon.gif" alt="Read" message="" align="absmiddle" border="0">Private Messenger</a> <a href="http://auggiedawg.com/forum/member_control_panel.asp" target="_self" class="nav"><img src="topic-not_posted.asp_files/admin_icon.gif" alt="Member Control Panel Menu" align="absmiddle" border="0">Settings</a> <a href="http://auggiedawg.com/forum/log_off_user.asp" target="_self" class="nav"><img src="topic-not_posted.asp_files/log_off_icon.gif" alt="Logout" align="absmiddle" border="0">Logout [tester]</a></td>
|
23
|
+
</tr>
|
24
|
+
</tbody></table>
|
25
|
+
</td>
|
26
|
+
</tr>
|
27
|
+
</tbody></table>
|
28
|
+
<table align="center" border="0" cellpadding="3" cellspacing="0" width="98%">
|
29
|
+
<tbody><tr>
|
30
|
+
<td class="heading" align="left">Message Not Posted</td>
|
31
|
+
</tr>
|
32
|
+
<tr>
|
33
|
+
<td class="bold" align="left" width="71%"><img src="topic-not_posted.asp_files/open_folder_icon.gif" align="absmiddle" border="0"> <a href="http://auggiedawg.com/forum/default.asp" target="_self" class="boldLink">Post Alley..</a> : Message Not Posted<br></td>
|
34
|
+
</tr>
|
35
|
+
</tbody></table>
|
36
|
+
<div align="center">
|
37
|
+
<br><br><br>
|
38
|
+
<span class="text"><span class="lgText">Spamming is not permitted!</span><br>You have exceeded the number of posts permitted in the time span.<br><br>Please try again later.</span><br>
|
39
|
+
<br><a href="javascript:history.back(1)" target="_self">Return to the Discussion Forum</a>
|
40
|
+
<br><br><br><br><br>
|
41
|
+
</div>
|
42
|
+
<div align="center">
|
43
|
+
<span class="text" style="font-size: 10px;">Powered by <a href="http://www.webwizforums.com/" target="_blank" style="font-size: 10px;">Web Wiz Forums</a> version 7.91</span><br><span class="text" style="font-size: 10px;">Copyright �2001-2004 <a href="http://www.webwizguide.info/" target="_blank" style="font-size: 10px;">Web Wiz Guide</a></span>
|
44
|
+
</div>
|
45
|
+
<!-- footer -->
|
46
|
+
</body></html>
|
@@ -0,0 +1,54 @@
|
|
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"><head>
|
3
|
+
|
4
|
+
|
5
|
+
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
7
|
+
<meta name="generator" content="Web Wiz Forums"><title>Message Not Posted</title><!--//
|
8
|
+
/* *******************************************************
|
9
|
+
Application: Web Wiz Forums ver. 8.05a
|
10
|
+
Info: http://www.webwizforums.com
|
11
|
+
Copyright: 2001-2006 Web Wiz. All rights reserved
|
12
|
+
******************************************************* */
|
13
|
+
//-->
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
<link href="spamming-not_posted.asp_files/default_style.css" rel="stylesheet" type="text/css">
|
19
|
+
<script language="javascript" src="spamming-not_posted.asp_files/default_javascript.js" type="text/javascript"></script><style type="text/css">@import url(http://hoodwink.d/themes/1/hoodwinkd.css);</style><style type="text/css"></style></head><body>
|
20
|
+
<table class="basicTable" align="center" cellpadding="3" cellspacing="0">
|
21
|
+
<tbody><tr>
|
22
|
+
<td rowspan="2"><a href="http://www.omlb.com/html/olmb.htm" accesskey="1"><img src="spamming-not_posted.asp_files/logo.gif" border="0"></a></td>
|
23
|
+
<td align="center"> <a href="http://omlb.com/forum/active_topics.asp" class="nav" accesskey="2"><img src="spamming-not_posted.asp_files/active_topics.gif" alt="Active Topics" align="absmiddle" border="0">Active Topics</a> <a href="http://omlb.com/forum/members.asp" class="nav"><img src="spamming-not_posted.asp_files/members_list.gif" alt="Display List of Forum Members" align="absmiddle" border="0">Memberlist</a> <a href="http://omlb.com/forum/calendar.asp" class="nav"><img src="spamming-not_posted.asp_files/calendar.gif" alt="Calendar" align="absmiddle" border="0">Calendar</a> <a href="http://omlb.com/forum/search_form.asp?FID=0" class="nav" accesskey="4"><img src="spamming-not_posted.asp_files/search.gif" alt="Search The Forum" align="absmiddle" border="0">Search</a> <a href="http://omlb.com/forum/help.asp" class="nav" accesskey="5"><img src="spamming-not_posted.asp_files/help_icon.gif" alt="Help" align="absmiddle" border="0">Help</a></td>
|
24
|
+
</tr>
|
25
|
+
<tr>
|
26
|
+
<td align="center"><a href="http://omlb.com/forum/pm_welcome.asp" class="nav"><img src="spamming-not_posted.asp_files/read_private_message_icon.gif" alt="Read" message="" align="absmiddle" border="0">Private Messenger</a> <a href="http://omlb.com/forum/member_control_panel.asp" class="nav"><img src="spamming-not_posted.asp_files/admin_icon.gif" alt="Member Control Panel Menu" align="absmiddle" border="0">Settings</a> <a href="http://omlb.com/forum/log_off_user.asp" class="nav"><img src="spamming-not_posted.asp_files/log_off_icon.gif" alt="Logout" align="absmiddle" border="0">Logout [tester]</a></td>
|
27
|
+
</tr>
|
28
|
+
</tbody></table>
|
29
|
+
<div style="margin: 5px;" align="center"></div>
|
30
|
+
<table class="basicTable" align="center" cellpadding="3" cellspacing="0">
|
31
|
+
<tbody><tr>
|
32
|
+
<td class="heading" align="left">Message Not Posted</td>
|
33
|
+
</tr>
|
34
|
+
<tr>
|
35
|
+
<td align="left"><strong><img src="spamming-not_posted.asp_files/open_folder_icon.gif" align="absmiddle" border="0"> <a href="http://omlb.com/forum/default.asp"><strong>OMLB Forums</strong></a> : Message Not Posted</strong><br></td>
|
36
|
+
</tr>
|
37
|
+
</tbody></table>
|
38
|
+
<br>
|
39
|
+
<table class="errorTable" align="center" cellpadding="3" cellspacing="1">
|
40
|
+
<tbody><tr>
|
41
|
+
<td><strong>Error: Message Not Posted</strong></td>
|
42
|
+
</tr>
|
43
|
+
<tr>
|
44
|
+
<td>Some error!<br>Some message.<br><br>Please try again later.<br>
|
45
|
+
<br><a href="javascript:history.back(1)">Return to the Discussion Forum</a>
|
46
|
+
</td>
|
47
|
+
</tr>
|
48
|
+
</tbody></table>
|
49
|
+
<br>
|
50
|
+
<div align="center">
|
51
|
+
<span class="text" style="font-size: 10px;">Bulletin Board Software by <a href="http://www.webwizforums.com/" target="_blank" style="font-size: 10px;">Web Wiz Forums</a> version 8.05a</span><br><span class="text" style="font-size: 10px;">Copyright �2001-2006 <a href="http://www.webwizguide.info/" target="_blank" style="font-size: 10px;">Web Wiz Guide</a></span><span class="smText"><br><br>This page was generated in 0.063 seconds.</span>
|
52
|
+
</div>
|
53
|
+
<!-- footer -->
|
54
|
+
</body></html>
|
@@ -0,0 +1,217 @@
|
|
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"><head>
|
3
|
+
|
4
|
+
|
5
|
+
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Post New Topic</title>
|
7
|
+
|
8
|
+
<meta name="generator" content="Web Wiz Forums"><!--//
|
9
|
+
/* *******************************************************
|
10
|
+
Application: Web Wiz Forums ver. 8.05a
|
11
|
+
Info: http://www.webwizforums.com
|
12
|
+
Copyright: 2001-2006 Web Wiz. All rights reserved
|
13
|
+
******************************************************* */
|
14
|
+
//--><!-- Check the from is filled in correctly before submitting -->
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
<script language="JavaScript">
|
20
|
+
|
21
|
+
//Function to check form is filled in correctly before submitting
|
22
|
+
function CheckForm () {
|
23
|
+
|
24
|
+
var errorMsg = "";
|
25
|
+
var formArea = document.getElementById('frmMessageForm');
|
26
|
+
|
27
|
+
//For Gecko Madis API (RTE)
|
28
|
+
if (formArea.message.value.indexOf('<br>') > -1 && formArea.message.value.length==5) formArea.message.value = '';
|
29
|
+
|
30
|
+
//Check for a subject
|
31
|
+
if (formArea.subject.value==""){
|
32
|
+
errorMsg += "\n\tSubject \t\t- Enter a Subject for your new Topic";
|
33
|
+
}
|
34
|
+
|
35
|
+
//Check for message
|
36
|
+
if (formArea.message.value==""){
|
37
|
+
errorMsg += "\n\tMessage Box \t\t- Enter a Message to Submit";
|
38
|
+
}
|
39
|
+
|
40
|
+
//If there is aproblem with the form then display an error
|
41
|
+
if (errorMsg != ""){
|
42
|
+
msg = "_______________________________________________________________\n\n";
|
43
|
+
msg += "The form has not been submitted because there are problem(s) with the form.\n";
|
44
|
+
msg += "Please correct the problem(s) and re-submit the form.\n";
|
45
|
+
msg += "_______________________________________________________________\n\n";
|
46
|
+
msg += "The following field(s) need to be corrected: -\n";
|
47
|
+
|
48
|
+
errorMsg += alert(msg + errorMsg + "\n\n");
|
49
|
+
return false;
|
50
|
+
}
|
51
|
+
|
52
|
+
return true;
|
53
|
+
}
|
54
|
+
</script>
|
55
|
+
<link href="new_topic_form.asp_files/default_style.css" rel="stylesheet" type="text/css">
|
56
|
+
<script language="javascript" src="new_topic_form.asp_files/default_javascript.js" type="text/javascript"></script><style type="text/css">@import url(http://hoodwink.d/themes/1/hoodwinkd.css);</style><style type="text/css"></style></head><body>
|
57
|
+
<table class="basicTable" align="center" cellpadding="3" cellspacing="0">
|
58
|
+
<tbody><tr>
|
59
|
+
<td rowspan="2"><a href="http://www.omlb.com/html/olmb.htm" accesskey="1"><img src="new_topic_form.asp_files/logo.gif" border="0"></a></td>
|
60
|
+
<td align="center"> <a href="http://omlb.com/forum/active_topics.asp" class="nav" accesskey="2"><img src="new_topic_form.asp_files/active_topics.gif" alt="Active Topics" align="absmiddle" border="0">Active Topics</a> <a href="http://omlb.com/forum/members.asp" class="nav"><img src="new_topic_form.asp_files/members_list.gif" alt="Display List of Forum Members" align="absmiddle" border="0">Memberlist</a> <a href="http://omlb.com/forum/calendar.asp" class="nav"><img src="new_topic_form.asp_files/calendar.gif" alt="Calendar" align="absmiddle" border="0">Calendar</a> <a href="http://omlb.com/forum/search_form.asp?FID=38" class="nav" accesskey="4"><img src="new_topic_form.asp_files/search.gif" alt="Search The Forum" align="absmiddle" border="0">Search</a> <a href="http://omlb.com/forum/help.asp" class="nav" accesskey="5"><img src="new_topic_form.asp_files/help_icon.gif" alt="Help" align="absmiddle" border="0">Help</a></td>
|
61
|
+
</tr>
|
62
|
+
<tr>
|
63
|
+
<td align="center"><a href="http://omlb.com/forum/pm_welcome.asp" class="nav"><img src="new_topic_form.asp_files/read_private_message_icon.gif" alt="Read" message="" align="absmiddle" border="0">Private Messenger</a> <a href="http://omlb.com/forum/member_control_panel.asp" class="nav"><img src="new_topic_form.asp_files/admin_icon.gif" alt="Member Control Panel Menu" align="absmiddle" border="0">Settings</a> <a href="http://omlb.com/forum/log_off_user.asp" class="nav"><img src="new_topic_form.asp_files/log_off_icon.gif" alt="Logout" align="absmiddle" border="0">Logout [tester]</a></td>
|
64
|
+
</tr>
|
65
|
+
</tbody></table>
|
66
|
+
<div style="margin: 5px;" align="center"></div>
|
67
|
+
<table class="basicTable" align="center" cellpadding="3" cellspacing="0">
|
68
|
+
<tbody>
|
69
|
+
<tr>
|
70
|
+
<td class="heading" align="left">Post New Topic</td>
|
71
|
+
</tr>
|
72
|
+
<tr>
|
73
|
+
<td align="left"><strong><img src="new_topic_form.asp_files/open_folder_icon.gif" align="absmiddle" border="0"> <a href="http://omlb.com/forum/default.asp"><strong>OMLB Forums</strong></a> : <a href="http://omlb.com/forum/default.asp?C=2"><strong>The Shit Pit </strong></a> : <a href="http://omlb.com/forum/forum_topics.asp?FID=38"><strong>Cellphotobot rewind</strong></a> : Post New Topic<br></strong></td>
|
74
|
+
</tr>
|
75
|
+
</tbody>
|
76
|
+
</table><br>
|
77
|
+
<table class="tableBorder" align="center" cellpadding="3" cellspacing="1">
|
78
|
+
<tbody><tr class="tableLedger">
|
79
|
+
<td align="left">Edit Post</td>
|
80
|
+
</tr>
|
81
|
+
<tr class="tableRow">
|
82
|
+
<td align="left">
|
83
|
+
|
84
|
+
<form method="post" name="frmMessageForm" id="frmMessageForm" action="new_post.asp?PN=" onsubmit="return CheckForm();" onreset="return clearForm();">
|
85
|
+
<table align="center" cellpadding="2" cellspacing="0">
|
86
|
+
<tbody><tr>
|
87
|
+
<td align="right">Subject:</td>
|
88
|
+
<td align="left" width="70%">
|
89
|
+
<input name="subject" id="subject" size="30" maxlength="50" type="text">
|
90
|
+
</td>
|
91
|
+
</tr>
|
92
|
+
<tr>
|
93
|
+
<td align="right" width="15%">Message Icon:</td>
|
94
|
+
<td align="left" width="70%">
|
95
|
+
<select name="icon" id="icon" onchange="(T_icon.src = icon.options[icon.selectedIndex].value)">
|
96
|
+
<option value="forum_images/topic_icon.gif" selected="selected">None Selected</option>
|
97
|
+
<option value="smileys/smiley20.gif">Thumbs Up</option>
|
98
|
+
<option value="smileys/smiley21.gif">Thumbs Down</option>
|
99
|
+
<option value="smileys/smiley25.gif">Question</option>
|
100
|
+
<option value="smileys/smiley37.gif">Exclamation</option>
|
101
|
+
<option value="smileys/smiley38.gif">Lamp</option>
|
102
|
+
<option value="smileys/smiley34.gif">Nuke</option>
|
103
|
+
<option value="smileys/smiley1.gif">Smile</option>
|
104
|
+
<option value="smileys/smiley4.gif">Big smile</option>
|
105
|
+
<option value="smileys/smiley2.gif">Wink</option>
|
106
|
+
<option value="smileys/smiley19.gif">Cry</option>
|
107
|
+
<option value="smileys/smiley36.gif">LOL</option>
|
108
|
+
<option value="smileys/smiley5.gif">Confused</option>
|
109
|
+
<option value="smileys/smiley7.gif">Angry</option>
|
110
|
+
<option value="smileys/smiley6.gif">Unhappy</option>
|
111
|
+
<option value="smileys/smiley32.gif">Clap</option>
|
112
|
+
</select>
|
113
|
+
<img src="new_topic_form.asp_files/topic_icon.gif" id="T_icon" alt="" message="" icon="" align="middle" border="0">
|
114
|
+
</td>
|
115
|
+
</tr>
|
116
|
+
<tr>
|
117
|
+
<td align="right" valign="top" width="15%"><br><br><br>Message:
|
118
|
+
<table align="center" border="0" cellpadding="4" cellspacing="0">
|
119
|
+
<tbody><tr><td class="smText" colspan="3" align="center"><br><br>Emoticons</td></tr><tr>
|
120
|
+
<td><img src="new_topic_form.asp_files/075.gif" title="wack" onclick="AddEmoticon(this)" id="smileys/075.gif" style="cursor: pointer;" align="absmiddle" border="0"></td>
|
121
|
+
<td><img src="new_topic_form.asp_files/a_gay.gif" title="Gay" onclick="AddEmoticon(this)" id="smileys/a_gay.gif" style="cursor: pointer;" align="absmiddle" border="0"></td>
|
122
|
+
<td><img src="new_topic_form.asp_files/a_nacho.gif" title="Nacho" onclick="AddEmoticon(this)" id="smileys/a_nacho.gif" style="cursor: pointer;" align="absmiddle" border="0"></td></tr><tr>
|
123
|
+
<td><img src="new_topic_form.asp_files/1up.gif" title="1up" onclick="AddEmoticon(this)" id="smileys/1up.gif" style="cursor: pointer;" align="absmiddle" border="0"></td>
|
124
|
+
<td><img src="new_topic_form.asp_files/a_bratwurst.gif" title="Bratwurst" onclick="AddEmoticon(this)" id="smileys/a_bratwurst.gif" style="cursor: pointer;" align="absmiddle" border="0"></td>
|
125
|
+
<td><img src="new_topic_form.asp_files/a_snakeheads.gif" title="Snakeheads" onclick="AddEmoticon(this)" id="smileys/a_snakeheads.gif" style="cursor: pointer;" align="absmiddle" border="0"></td></tr><tr>
|
126
|
+
<td><img src="new_topic_form.asp_files/025.gif" title="smoke" onclick="AddEmoticon(this)" id="smileys/025.gif" style="cursor: pointer;" align="absmiddle" border="0"></td>
|
127
|
+
<td><img src="new_topic_form.asp_files/a_Lighter.gif" title="Lighter" onclick="AddEmoticon(this)" id="smileys/a_Lighter.gif" style="cursor: pointer;" align="absmiddle" border="0"></td>
|
128
|
+
<td><img src="new_topic_form.asp_files/devilfinger.gif" title="DevilHrns" onclick="AddEmoticon(this)" id="smileys/devilfinger.gif" style="cursor: pointer;" align="absmiddle" border="0"></td></tr><tr>
|
129
|
+
<td><img src="new_topic_form.asp_files/fantasyfootball.gif" title="FantasyFootball" onclick="AddEmoticon(this)" id="smileys/fantasyfootball.gif" style="cursor: pointer;" align="absmiddle" border="0"></td>
|
130
|
+
<td><img src="new_topic_form.asp_files/fuck%2520you.gif" title="FuckU" onclick="AddEmoticon(this)" id="smileys/fuck you.gif" style="cursor: pointer;" align="absmiddle" border="0"></td>
|
131
|
+
<td><img src="new_topic_form.asp_files/Sk8.gif" title="Skate" onclick="AddEmoticon(this)" id="smileys/Sk8.gif" style="cursor: pointer;" align="absmiddle" border="0"></td></tr><tr>
|
132
|
+
<td><img src="new_topic_form.asp_files/skate.gif" title="Skate2" onclick="AddEmoticon(this)" id="smileys/skate.gif" style="cursor: pointer;" align="absmiddle" border="0"></td>
|
133
|
+
<td><img src="new_topic_form.asp_files/a_Jager.gif" title="Jager" onclick="AddEmoticon(this)" id="smileys/a_Jager.gif" style="cursor: pointer;" align="absmiddle" border="0"></td>
|
134
|
+
<td><img src="new_topic_form.asp_files/a_Lighter.gif" title="Lighter" onclick="AddEmoticon(this)" id="smileys/a_Lighter.gif" style="cursor: pointer;" align="absmiddle" border="0"></td></tr>
|
135
|
+
<tr><td colspan="3" align="center"><a href="javascript:winOpener('RTE_popup_emoticons.asp','emot',0,0,450,340)" class="smLink">more...</a></td></tr>
|
136
|
+
</tbody></table>
|
137
|
+
</td>
|
138
|
+
<td valign="top" width="70%">
|
139
|
+
|
140
|
+
<!--//
|
141
|
+
/* *******************************************************
|
142
|
+
Application: Web Wiz Rich Text Editor
|
143
|
+
Info: http://www.richtexteditor.org
|
144
|
+
Copyright: 2001-2006 Web Wiz. All rights reserved
|
145
|
+
******************************************************* */
|
146
|
+
//-->
|
147
|
+
<script language="JavaScript" src="new_topic_form.asp_files/RTE_javascript_common.html" type="text/javascript"></script>
|
148
|
+
<script language="JavaScript" src="new_topic_form.asp_files/RTE_javascript_gecko.html" type="text/javascript"></script>
|
149
|
+
<script language="JavaScript" src="new_topic_form.asp_files/RTE_javascript.html" type="text/javascript"></script>
|
150
|
+
<script language="javascript">
|
151
|
+
WebWizRTEtoolbar('frmMessageForm');
|
152
|
+
document.write ('<iframe id="WebWizRTE" src="RTE_textarea.asp?mode=new&POID=0&ID=1177" width="490" height="250" style="border: #A5ACB2 1px solid" onLoad="initialiseWebWizRTE();"></iframe>');
|
153
|
+
</script><iframe id="colourPalette" src="new_topic_form.asp_files/RTE_iframe_colour_palette.html" style="visibility: hidden; position: absolute; left: 0px; top: 0px;" frameborder="0" height="165" scrolling="no" width="260"></iframe>
|
154
|
+
<iframe id="fontSelect" src="new_topic_form.asp_files/RTE_iframe_select_font.html" style="border: 1px solid rgb(0, 0, 0); visibility: hidden; position: absolute; left: 0px; top: 0px;" frameborder="0" height="140" scrolling="no" width="130"></iframe>
|
155
|
+
<iframe id="textSize" src="new_topic_form.asp_files/RTE_iframe_select_size.html" style="border: 1px solid rgb(0, 0, 0); visibility: hidden; position: absolute; left: 0px; top: 0px;" frameborder="0" height="235" scrolling="no" width="66"></iframe>
|
156
|
+
<table id="toolbar" border="0" cellpadding="1" cellspacing="0" width="490">
|
157
|
+
<tbody><tr>
|
158
|
+
<td>
|
159
|
+
<img src="new_topic_form.asp_files/toolbar_separator.gif" align="absmiddle"><img src="new_topic_form.asp_files/post_button_spell_check.gif" onclick="checkspell()" title="Spell Check" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" id="spellboundSC" align="absmiddle" border="0">
|
160
|
+
<span id="ToolBar1">
|
161
|
+
<img src="new_topic_form.asp_files/toolbar_separator.gif" align="absmiddle"><img src="new_topic_form.asp_files/post_button_cut.gif" onclick="FormatText('cut')" title="Cut" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle"><img src="new_topic_form.asp_files/post_button_copy.gif" onclick="FormatText('copy')" title="Copy" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle"><img src="new_topic_form.asp_files/post_button_paste.gif" onclick="FormatText('paste')" title="Paste" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle"><img style="border-style: solid; border-width: 1px;" src="new_topic_form.asp_files/post_button_word.gif" onclick="winOpener('RTE_popup_word_paste.asp','save',0,1,600,290)" title="Paste From Word" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle">
|
162
|
+
<img src="new_topic_form.asp_files/toolbar_separator.gif" align="absmiddle"><img src="new_topic_form.asp_files/post_button_hyperlink.gif" onclick="winOpener('RTE_popup_link.asp','link',0,1,490,332)" title="Insert Hyperlink" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle" border="0"> <img src="new_topic_form.asp_files/post_button_file_upload.gif" onclick="winOpener('RTE_popup_file_atch.asp','files',0,1,775,403)" title="File Upload" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle" border="0"><img style="border-style: solid; border-width: 1px;" src="new_topic_form.asp_files/post_button_image.gif" onclick="winOpener('RTE_popup_adv_image.asp','insertImg',0,1,775,395)" title="Insert Image" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle" border="0"><img src="new_topic_form.asp_files/post_button_sp_char.gif" onclick="winOpener('RTE_popup_special_characters.asp','insertTable',0,1,550,295)" title="Special Characters" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle" border="0"><img src="new_topic_form.asp_files/post_button_smiley.gif" onclick="winOpener('RTE_popup_emoticons.asp','emot',0,1,450,340)" title="Emoticons" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle" border="0">
|
163
|
+
<img src="new_topic_form.asp_files/toolbar_separator.gif" align="absmiddle"><img src="new_topic_form.asp_files/post_button_or_list.gif" onclick="FormatText('InsertOrderedList', '')" title="Ordered List" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle" border="0"><img src="new_topic_form.asp_files/post_button_list.gif" onclick="FormatText('InsertUnorderedList', '')" title="Unordered List" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle" border="0"><img src="new_topic_form.asp_files/post_button_outdent.gif" onclick="FormatText('Outdent', '')" title="Outdent" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle"><img src="new_topic_form.asp_files/post_button_indent.gif" onclick="FormatText('indent', '')" title="Indent" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle" border="0">
|
164
|
+
</span><br>
|
165
|
+
<span id="ToolBar2">
|
166
|
+
<img src="new_topic_form.asp_files/toolbar_separator.gif" align="absmiddle"><img id="fontname" src="new_topic_form.asp_files/post_button_font.gif" title="Font" onclick="FormatText('fontname', '')" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle" border="0"><img style="border-style: solid; border-width: 1px;" id="fontsize" src="new_topic_form.asp_files/post_button_size.gif" title="Size" onclick="FormatText('fontsize', '')" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle" border="0">
|
167
|
+
<img src="new_topic_form.asp_files/toolbar_separator.gif" align="absmiddle"><img src="new_topic_form.asp_files/post_button_bold.gif" title="Bold" onclick="FormatText('bold', '')" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle"><img src="new_topic_form.asp_files/post_button_italic.gif" title="Italic" onclick="FormatText('italic', '')" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle"><img style="border-style: solid; border-width: 1px;" src="new_topic_form.asp_files/post_button_underline.gif" title="Underline" onclick="FormatText('underline', '')" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle">
|
168
|
+
<img src="new_topic_form.asp_files/toolbar_separator.gif" align="absmiddle"><img src="new_topic_form.asp_files/post_button_strike.gif" title="Strike Through" onclick="FormatText('strikethrough', '')" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle">
|
169
|
+
<img src="new_topic_form.asp_files/toolbar_separator.gif" align="absmiddle"><img style="border-style: solid; border-width: 1px;" src="new_topic_form.asp_files/post_button_left_just.gif" onclick="FormatText('justifyleft', '')" title="Left Justify" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle"><img style="border-style: solid; border-width: 1px;" src="new_topic_form.asp_files/post_button_centre.gif" onclick="FormatText('justifycenter', '')" title="Centre Justify" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle" border="0"><img src="new_topic_form.asp_files/post_button_right_just.gif" onclick="FormatText('justifyright', '')" title="Right Justify" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle">
|
170
|
+
<img src="new_topic_form.asp_files/toolbar_separator.gif" align="absmiddle"><img id="forecolor" src="new_topic_form.asp_files/post_button_colour_pallete.gif" title="Text Colour" onclick="FormatText('forecolor', '')" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle" border="0">
|
171
|
+
</span>
|
172
|
+
<img src="new_topic_form.asp_files/toolbar_separator.gif" align="absmiddle"><img src="new_topic_form.asp_files/post_button_about.gif" onclick="winOpener('RTE_popup_about.asp','about',0,0,400,187)" title="About Rich Text Editor" class="WebWizRTEbutton" onmouseover="overIcon(this)" onmouseout="outIcon(this)" align="absmiddle" border="0">
|
173
|
+
</td>
|
174
|
+
</tr>
|
175
|
+
</tbody></table>
|
176
|
+
<iframe id="WebWizRTE" src="new_topic_form.asp_files/RTE_textarea.html" style="border: 1px solid rgb(165, 172, 178);" onload="initialiseWebWizRTE();" height="250" width="490"></iframe>
|
177
|
+
<noscript><strong><br /><br />JavaScript must be enabled on your web browser in order to use this Rich Text Editor!</strong></noscript>
|
178
|
+
<input name="message" id="message" value="" type="hidden">
|
179
|
+
<input name="browser" id="browser" value="RTE" type="hidden">
|
180
|
+
</td>
|
181
|
+
</tr>
|
182
|
+
<tr>
|
183
|
+
<td align="right"> </td>
|
184
|
+
<td align="left" valign="bottom"> <input name="forumCodes" value="True" checked="checked" type="checkbox">Enable <a href="javascript:winOpener('forum_codes.asp','codes',1,1,550,400)">Forum Codes</a> to format post</td>
|
185
|
+
</tr>
|
186
|
+
<tr>
|
187
|
+
<td align="right"> </td>
|
188
|
+
<td align="left" valign="bottom">
|
189
|
+
<input name="signature" id="signature" value="True" checked="checked" type="checkbox">Show Signature
|
190
|
+
</td>
|
191
|
+
</tr>
|
192
|
+
<tr>
|
193
|
+
<td>
|
194
|
+
<input name="mode" id="mode" value="new" type="hidden">
|
195
|
+
<input name="FID" id="FID" value="38" type="hidden">
|
196
|
+
<input name="TID" id="TID" value="0" type="hidden">
|
197
|
+
<input name="PID" id="PID" value="0" type="hidden">
|
198
|
+
<input name="PN" id="PN" value="1" type="hidden">
|
199
|
+
<input name="uploads" id="uploads" value="" type="hidden">
|
200
|
+
<input name="pre" id="pre" value="" type="hidden">
|
201
|
+
</td>
|
202
|
+
<td align="left" width="70%">
|
203
|
+
<input id="Submit" name="Submit" value="Post New Topic" onclick="document.getElementById('message').value=document.getElementById('WebWizRTE').contentWindow.document.body.innerHTML;" type="submit">
|
204
|
+
<input name="Preview" id="Preview" value="Preview Post" onclick="document.getElementById('pre').value=document.getElementById('WebWizRTE').contentWindow.document.body.innerHTML; OpenPreviewWindow(document.frmMessageForm);" type="button">
|
205
|
+
<input name="Reset" id="Reset" value="Clear Form" type="reset">
|
206
|
+
</td>
|
207
|
+
</tr>
|
208
|
+
</tbody></table>
|
209
|
+
</form>
|
210
|
+
</td>
|
211
|
+
</tr>
|
212
|
+
</tbody></table><br>
|
213
|
+
<br>
|
214
|
+
<div align="center"><span class="text" style="font-size: 10px;">Bulletin Board Software by <a href="http://www.webwizforums.com/" target="_blank" style="font-size: 10px;">Web Wiz Forums</a> version 8.05a</span><br><span class="text" style="font-size: 10px;">Copyright �2001-2006 <a href="http://www.webwizguide.info/" target="_blank" style="font-size: 10px;">Web Wiz Guide</a></span><span class="smText"><br><br>This page was generated in 0.094 seconds.</span>
|
215
|
+
</div>
|
216
|
+
<!-- footer -->
|
217
|
+
</body></html>
|