Examples Demoring 2 (5551 read) [Printer friendly page ]
Examples Demoring — Site 2 —
_____________ ____________
_____________ ____________
_____________ ____________
Yes! I would like to Join
the Examples Demoring,
and this is my Information:
Warning for Ringmasters: If you hard code these forms on your home or join pages, they may not work properly when the system manager upgrades to the latest version of the Ringlink program. So, when notified of a system upgrade, it is best to test all your hard coded forms (Ringlink recommends that you link to these forms within the system, and do not hard code them on your join or home pages).
Above Form's HTML code:
<form method="post" action="http://www.YourDomain .com/cgi-bin/demo/newsite.pl"> <table align="center"> <tr> <td align="left" colspan="2">Site title<br /> <input type="text" size="50" maxlength="50" style="font-family: courier new, monospace; font-size: 10pt; color: black; background:#ebf2fd; color:#003300; cursor:hand" name="sitetitle" value="" /></td> </tr> <tr> <td colspan="2" align="left">Description(max 350 characters)<br /> <textarea name="sitedesc" style="font-family: courier new, monospace; font-size: 10pt; color: black; background:#ebf2fd; color:#003300; cursor:hand" rows="4" cols="38"></textarea></td> </tr> <tr> <td colspan="2" align="left">Keywords(optional; max 150 characters)<br /> <textarea name="keywords" style="font-family: courier new, monospace; font-size: 10pt; color: black; background:#ebf2fd; color:#003300; cursor:hand" rows="2" cols="38"></textarea></td> </tr> <tr> <td colspan="2" align="left">Site entry URL<br /> <input type="text" size="50" style="font-family: courier new, monospace; font-size: 10pt; color: black; background:#ebf2fd; color:#003300; cursor:hand" name="entryURL" value="http://" /></td> </tr> <tr> <td colspan="2" align="left">HTML code URL(leave blank if same as entry URL)<br /> <input type="text" size="50" style="font-family: courier new, monospace; font-size: 10pt; color: black; background:#ebf2fd; color:#003300; cursor:hand" name="codeURL" value="http://" /></td> </tr> <tr> <td align="left">Site ID(letters and/or digits)<br /> <input type="text" size="22" maxlength="15" style="font-family: courier new, monospace; font-size: 10pt; color: black; background:#ebf2fd; color:#003300; cursor:hand" name="siteid" value="" /></td> <td align="left">Password<br /> <input type="text" size="21" maxlength="15" style="font-family: courier new, monospace; font-size: 10pt; color: black; background:#ebf2fd; color:#003300; cursor:hand" name="sitepw" value="" /></td> </tr> <tr> <td colspan="2" align="left">Name(name of the new site's webmaster)<br /> <input type="text" size="50" maxlength="50" style="font-family: courier new, monospace; font-size: 10pt; color: black; background:#ebf2fd; color:#003300; cursor:hand" name="wmname" value="" /></td> </tr> <tr> <td colspan="2" align="left">Email(email address of the new site's webmaster)<br /> <input type="text" size="50" style="font-family: courier new, monospace; font-size: 10pt; color: black; background:#ebf2fd; color:#003300; cursor:hand" name="wmemail" value="" /></td></tr></table>
<input type="hidden" name="ringid" value="YourRingID " />
<input type="hidden" name="pw" value="" />
<input type="hidden" name="routine" value="New site" />
<input type="submit" name="submit" style="background:#d9eafb; font-size: 13pt; color:#006600; cursor:hand" value="Submit" /> <input type="reset" value="Reset" style="background:#d9eafb; font-size: 13pt; color:#ff0000; cursor:hand" /></form>
_____________ ____________
Or to get the Specific HTML Fragment for your Website
Enter your Website ID:
Enter your Password:
Warning for Ringmasters: If you hard code these forms on your home or join pages, they may not work properly when the system manager upgrades to the latest version of the Ringlink program. So, when notified of a system upgrade, it is best to test all your hard coded forms (Ringlink recommends that you link to these forms within the system, and do not hard code them on your join or home pages).
Above Form's HTML code:
<form method="POST" action="http://www.YourDomain .com/cgi-bin/ringlink/siteadmin.pl">
<p>Or to get the Specific <br />HTML Fragment for your Website<br /><br />
Enter your Website ID: <input type="TEXT" name="siteid" style="font-family: courier new, monospace; font-size: 10pt; color: black; background:#ebf2fd; color:#003300; cursor:hand" size="9" /><br /><br />
Enter your Password: <input type="password" name="pw" style="font-family: courier new, monospace; font-size: 10pt; color: black; background:#ebf2fd; color:#003300; cursor:hand" size="10" /><br /><br />
<input type="SUBMIT" name="routine" value="Get code" style="background:#d9eafb; font-size: 13pt; color:#006600; cursor:hand" /></p>
<p> <input type="submit" name="routine" value="Edit site" style="background:#d9eafb; font-size: 13pt; color:#ff8000; cursor:hand" />
<input type="submit" name="routine" value="Remove site" style="background:#d9eafb; font-size: 13pt; color:#ff0000; cursor:hand" />
<input type="hidden" name="ringid" value="YourRingID " />
</p></form>
_____________ ____________