File size: 2.6Kb
<?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 ™ </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="© 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>
<?php
require("db.php");
if($id) {
$id=intval($id);
$q = @mysql_query("select `counter`,`nick`,`name` from `users` where id='".$id."';");
$data = @mysql_fetch_array($q);
$counter = $data['counter']+1;
@mysql_query("update `users` set counter='".$counter."' where id='".$id."';");}
if($data['nick'])
{
echo "Vote The User<br/>";
echo "<a href=\"index.php?nick=\"".$data['nick']."\">Vote Now!</a>";
}
@mysql_close();
?>
<div class="whiteonred">
<b><small><center>© SpiderWap</center></small></b>
</div>
</body></html>