Clicks Kopen |
clan}'");
$clan = mysql_fetch_object($dbres);
$max = (int)($clan->cash / $kost);
if (isset($_POST['junk']) && isset($_SESSION["lol"]) && $_SESSION["lol"] == $_POST["codez"]) {
$bieden = $_POST['bieden'];
$bieden = htmlspecialchars($_POST['bieden']);
$bieden = substr($_POST['bieden'],0,11);
$kost1 = $kost*$_POST['bieden'];
if($clan->cash < $kost1) {
print " Je clan heeft niet genoeg geld contant staan! |
\n";
}
elseif($bieden < 1) {
print " Je moet wel minimaal 1 click! |
\n";
}
else {
$landz = $bieden*1;
mysql_query("INSERT INTO `[clanlogs]` (`datum`,`wie`,`waar`,`wat`,`hoeveel`) values(NOW(),'$data->login','{$data->clan}','clicks','$landz')");
mysql_query("UPDATE `[clans]` SET `cash`=`cash`-'$kost1',`clicks`=`clicks`+'$landz' WHERE `name`='{$data->clan}'") or die(mysql_error());
print " Je hebt $bieden clicks voor €{$kost1},- |
\n";
}
}
$rand = rand(100000,999999);
$_SESSION["lol"] = $rand;
$lol = $_SESSION["lol"];
print <<
Hoe meer clicks je clan heeft, Hoe sterker hij is!
Per click kost het je €{$kost},-
Je clan kan nog $max clicks kopen.
|
ENDHTML;
?>
Je clan heeft nog €cash";?> contant |