Click to See Complete Forum and Search --> : I'm trying to make a Sign up form


ndj1022
12-23-2002, 09:44 PM
For my website.

But it doesn't work.......

Here's the code.

<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<title>Main Infomation</title>
</head>

<body bgcolor="#000000" text="#FFFFFF">

<form action="--WEBBOT-SELF--" method="POST">
<!--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\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
align="left"><font size="6">Main Infomation</font></p>
<p>First Name: <input type="text" size="20" name="T1"></p>
<p>Last Name: <input type="text" size="20" name="T2"></p>
<p>Age: <input type="text" size="20" name="T3"></p>
<p>Birthdate: <input type="text" size="20" name="T4"></p>
<p>Current URL: <input type="text" size="20" name="T5"> <font
size="1">If you have one</font></p>
<p><font size="1"></font>&nbsp;</p>
<p><font size="6">Set Up Infomation</font></p>
<p><font size="3">Set up username: </font><input type="text"
size="20" name="T6"> <a
href="http://12.231.188.161/yourname"><font size="1">http://12.231.188.161/yourname</font></a><font
size="1">)</font></p>
<p>Set up password: <input type="password" size="20"
name="T7"></p>
<p>Type password again: <input type="password" size="20"
name="T8"></p>
<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 &quot;Clean Host&quot; rules. These rules are
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>
<p align="left">Agree: <input type="radio" checked name="R1"
value="V1"> Disagree: <input type="radio" name="R1"
value="V2"></p>
<p align="left"><a href="mailto:Masterofall@attbi.com?subject=Sign-up"><input type="submit" name="B1" value="Submit"></a></p>
<p><font size="1"></font>&nbsp;</p>
<p><font size="1"></font>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</form>
</body>
</html>


I hit the submit button

The requested URL /--WEBBOT-SELF-- was not found on this server.

Link http://12.231.188.161/


Anyone know why?


a friend made me this code.

ShrineDesigns
12-24-2002, 01:26 AM
the action must a absolute or relative url
in most cases people use cgi/perl scripts to handle forms

example:
http://www.domain.com; mailto:me@domain.com; etc


this is a good source for cgi/perl scripts
http://cgi.resourceindex.com