View file swphotodating/add.php

File size: 2.76Kb
<?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>
<? 
$dir = $_GET["dir"];
$pp= $_GET["pp"];
echo "<form action=\"apply.php\" method=\"get\">";
echo "<small>Your Name:</small><br/>";
echo "<input title=\"nick\" name=\"nick\"size=\"8\"/><br/>";
echo "<small>Message:</small><br/>";
echo "<input title=\"mess\" name=\"mess\" size=\"8\"/><br/>";
echo "<input type=\"submit\" value=\"login &#187;\"/>";
echo "</form>";
print "<br/><small><a href=\"index.php\">Back</a></small><br/>";
print "<small><a href=\"register.php\">Register</a></small><br/>";
print "<small><a href=\"http://spiderwap.co.za\">SpiderWap</a></small><br/>";
?>
<div class="whiteonred">
<center><small><b>&copy; SpiderWap</b></small></center>
</div>
</body>
</html>