View file swphotodating/register.php

File size: 4.34Kb
<?php
echo("<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >

	<head>


	<title>CyberDating &#8482; </title>

      
<link rev="made" href="mailto:admin@wapmasterz.net" />      
<link rev="start" href="./" title="Home Page" />	
<style type="text/css">
a:link{color: #FF0000;} 
a:visited{color: #FF0000;} 

body {
  background-color: #000000;
  padding: 2px 2px 2px 2px;
  margin: 3px 0 0;
  color: #ffffff;
  border-width:0px 0;
  border-style:solid;
  border-color: #FF0000;
 }
.whiteonred {
  background-color: #FF0000;
  padding: 2px 2px 2px 2px;
  margin: 3px 0 0;
  color: #FFFFFF;
  border-width:0px 0;
  border-style:solid;
  border-color: #FF0000;
 }
</style>
<link rel="shortcut icon" type="image/x-icon" href="logo.gif" />	
<meta name="resource-type" content="document">
<meta name="generator" content="AnyBrowser.com MetaMaker">
<meta name="generator" content="AnyBrowser.co.za MetaMaker">
<meta http-equiv="pragma" content="no-cache">
<meta name="revisit-after" content="15">
<meta name="classification" content="South African content">
<meta name="description" content="SpiderWap, mobile site of the future">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<meta name="keywords" content="free,afrikaans,mobile,wap,chat,forums,downloads,ringtones,mp3,info,search,business,direct,scripts">
<meta name="robots" content="ALL">
<meta name="distribution" content="Global">
<meta name="rating" content="Safe For Kids">
<meta name="copyright" content="&copy; 2007 - Q Lourens">
<meta name="author" content="Quintin Lourens">
<meta http-equiv="reply-to" content="quintin@spiderwap.co.za">
<meta name="language" content="english">
<meta name="doc-type" content="">
<meta name="doc-class" content="Completed">
<meta name="doc-rights" content="Copyrighted Work">
	</head>
	<body>
<div class="whiteonred">
<center><b><small>Photo Dating</small></b></center>
</div>
<?
echo "<small>Register your free account today</small><br/><br/>";
echo "<form action=\"reg.php\" method=\"post\">";
echo "<small>Nick Name:</small><br/>";
echo "<input name=\"nick\" maxlength=\"12\" title=\"nick\" size=\"8\"/><br/>";
echo "<small>Password:</small><br/>";
echo "<input name=\"pass\" type=\"password\" maxlength=\"10\" title=\"pass\" size=\"8\"/><br/>";
echo "<small>Name:</small><br/>";
echo "<input name=\"name\" maxlength=\"15\" title=\"name\" size=\"8\"/><br/>";
echo "<small>Sex:</small><br/>";
echo "<select name=\"sex\">";
echo "<option value=\"m\">Male</option>";
echo "<option value=\"zh\">Female</option>";
echo "</select><br/>";
echo "<small>Birthday:</small><br/>";
echo "<input size=\"2\" name=\"bday\" maxlength=\"2\" title=\"bday\"/>-<input size=\"2\" name=\"bmonth\" maxlength=\"2\" title=\"bmonth\"/>-<input size=\"4\" name=\"byear\" maxlength=\"4\" title=\"byear\"/><br/>";
echo "<small>City:</small><br/>";
echo "<input name=\"gorod\" maxlength=\"20\" title=\"gorod\" size=\"8\"/><br/>";
echo "<small>Height</small><br/>";
echo "<input type=\"text\" name=\"rost\" maxlength=\"3\" title=\"rost\" size=\"8\" /><br/>";
echo "<small>Weight</small><br/>";
echo "<input type=\"text\" name=\"ves\" maxlength=\"3\" title=\"ves\" size=\"8\" /><br/>";
echo "<small>Seeking (whom?):</small><br/>";
echo "<input name=\"ssex\" maxlength=\"50\" size=\"8\" /><br/>";
echo "<small>for ...</small><br/>"; 
echo "<input type=\"text\" name=\"swhy\" maxlength=\"50\" title=\"swhy\" size=\"8\"/><br/>";
echo "<small>E-mail:</small><br/>";
echo "<input name=\"mail\" maxlength=\"70\" title=\"mail\" size=\"8\" /><br/>";
echo "<small>Mobile Number:</small><br/>";
echo "<input name=\"mob\" maxlength=\"30\" title=\"mob\" size=\"8\"/><br/>";
echo "<small>More Info:</small><br/>";
echo "<input name=\"infa\" maxlength=\"250\" title=\"infa\" size=\"8\" /><br/>";
echo "<small>URL to photo, without <b>http://:</b></small><br/>";
echo "<input name=\"foto\" maxlength=\"250\" title=\"foto\" size=\"8\"/><br/>";
echo "<input type=\"submit\" value=\"Register\"/>";
echo "</form>";

echo "*********<br/>";
echo "<small><a href=\"index.php\">BACK</a></small>";
?>
<div class="whiteonred">
<center><small><b>&copy; SpiderWap</b></small></center>
</div>
</body>
</html>