I'm trying to make a Sign up form

liunx

Guest
For my website. <br />
<br />
But it doesn't work.......<br />
<br />
Here's the code.<br />
<br />
<html><br />
<br />
<head><br />
<meta http-equiv="Content-Type"<br />
content="text/html; charset=iso-8859-1"><br />
<meta name="GENERATOR" content="Microsoft FrontPage 5.0"><br />
<title>Main Infomation</title><br />
</head><br />
<br />
<body bgcolor="#000000" text="#FFFFFF"><br />
<br />
<form action="--WEBBOT-SELF--" method="POST"><br />
<!--webbot bot="Registration" s-service="Host Form Sign up" u-failure-url="fail.html" s-username-fields="Username" s-password-fields="Password" i-password-min-length="6" b-check-password-against-user="TRUE" u-file="C:\Documents and Settings\Administrator.SERVER\My Documents\Download <!--more-->\acn00b\results.txt" s-format="TEXT/PRE" s-label-fields="TRUE" s-builtin-fields="Date Time REMOTE_USER HTTP_USER_AGENT" s-form-fields u-confirmation-url="suc.html" --><p<br />
align="left"><font size="6">Main Infomation</font></p><br />
<p>First Name: <input type="text" size="20" name="T1"></p><br />
<p>Last Name: <input type="text" size="20" name="T2"></p><br />
<p>Age: <input type="text" size="20" name="T3"></p><br />
<p>Birthdate: <input type="text" size="20" name="T4"></p><br />
<p>Current URL: <input type="text" size="20" name="T5"> <font<br />
size="1">If you have one</font></p><br />
<p><font size="1"></font>&nbsp;</p><br />
<p><font size="6">Set Up Infomation</font></p><br />
<p><font size="3">Set up username: </font><input type="text"<br />
size="20" name="T6"> <a<br />
href=http://www.webdeveloper.com/forum/archive/index.php/"http://12.231.188.161/yourname"><font size="1">http://12.231.188.161/yourname</font></a><font<br />
size="1">)</font></p><br />
<p>Set up password: <input type="password" size="20"<br />
name="T7"></p><br />
<p>Type password again: <input type="password" size="20"<br />
name="T8"></p><br />
<p>Terms of Service<textarea name="S1" rows="2" cols="20">By entering this infomation you are agreeing that you will repect this host and its attempts to go by the "Clean Host" rules. These rules are<br />
No porn, NO Warez, NO Mp3's any account that breakes any of these rules will be immedtly terminated forever from this host.</textarea></p><br />
<p align="left">Agree: <input type="radio" checked name="R1"<br />
value="V1"> Disagree: <input type="radio" name="R1"<br />
value="V2"></p><br />
<p align="left"><a href=http://www.webdeveloper.com/forum/archive/index.php/"mailto:[email protected]?subject=Sign-up"><input type="submit" name="B1" value="Submit"></a></p><br />
<p><font size="1"></font>&nbsp;</p><br />
<p><font size="1"></font>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
</form><br />
</body><br />
</html><br />
<br />
<br />
I hit the submit button<br />
<br />
The requested URL /--WEBBOT-SELF-- was not found on this server.<br />
<br />
Link <!-- m --><a class="postlink" href="http://12.231.188.161/">http://12.231.188.161/</a><!-- m --><br />
<br />
<br />
Anyone know why? <br />
<br />
<br />
a friend made me this code.<!--content-->the action must a absolute or relative url<br />
in most cases people use cgi/perl scripts to handle forms<br />
<br />
example:<br />
<!-- m --><a class="postlink" href="http://www.domain.com;">http://www.domain.com;</a><!-- m --> mailto:[email protected]; etc<br />
<br />
<br />
this is a good source for cgi/perl scripts<br />
<!-- m --><a class="postlink" href="http://cgi.resourceindex.com">http://cgi.resourceindex.com</a><!-- m --><!--content-->
 
Back
Top