login}'"); /* ------------------------- */ ?>
if($_GET['b'] == 1) {
$query = mysql_query("SELECT * FROM `[auto]` WHERE `owner`='$data->login'");
$autos2 = mysql_num_rows($query);
if($data->betaal == 255) {
$max = 99999;
}
else {
$max = 99999;
}
if(isset($_POST['1']) && preg_match('/^[0-9]+$/',$_POST['a1'])) {
$autos = $_POST['a1']+$autos2;
$autos4 = $_POST['a1']+$data->autos1;
$guns = $_POST['a1'];
$prijs = round($_POST['a1']*10000);
$aantalautos = round($_POST['a1']*1);
$aantal = round($max+$_POST['a1']);
$type1 = array("","Gangsters");
$type = $type1[$data->type];
if($autos4 > 20) {
print "Je hebt vandaag al 20 Seat's gekocht. Kom morgen weer terug!.\n";
}
elseif($max <= $autos) {
print "Je kan niet meer Auto's kopen omdat je Garage dan vol zit.\n";
}
elseif($prijs <= $data->cash) {
mysql_query("UPDATE `[users]` SET `cash`=`cash`-$prijs,`autos1`=`autos1`+$aantalautos WHERE `login`='$data->login'");
for($j=1;$j<($guns+1);$j++) {
mysql_query("INSERT INTO `[auto]`(soort,schade,owner,land,snelheid) values('1','0','$data->login','$data->land','100')");
}
print "Je hebt {$_POST['a1']} Seat('s) gekocht. \n"; } else { print "Je hebt niet genoeg geld.\n"; } } if(isset($_POST['2']) && preg_match('/^[0-9]+$/',$_POST['a2'])) { $autos = $_POST['a2']+$autos2; $autos4 = $_POST['a3']+$data->autos2; $guns = $_POST['a2']; $prijs = round($_POST['a2']*20000); $aantalautos = round($_POST['a2']*1); $aantal = round($max+$_POST['a2']); $type1 = array("","Gangsters"); $type = $type1[$data->type]; if($autos4 > 20) { print "Je hebt vandaag al 20 Opel's gekocht. Kom morgen weer terug!.\n"; } elseif($max <= $autos) { print "Je kan niet meer Auto's kopen omdat je Garage dan vol zit.\n"; } elseif($prijs <= $data->cash) { mysql_query("UPDATE `[users]` SET `cash`=`cash`-$prijs,`autos2`=`autos2`+$aantalautos WHERE `login`='$data->login'"); for($j=1;$j<($guns+1);$j++) { mysql_query("INSERT INTO `[auto]`(soort,schade,owner,land,snelheid) values('2','0','$data->login','$data->land','100')"); } print "Je hebt {$_POST['a2']} Opel('s) gekocht. \n"; } else { print "Je hebt niet genoeg geld.\n"; } } if(isset($_POST['3']) && preg_match('/^[0-9]+$/',$_POST['a3'])) { $autos = $_POST['a3']+$autos2; $autos4 = $_POST['a3']+$data->autos3; $guns = $_POST['a3']; $prijs = round($_POST['a3']*30000); $aantalautos = round($_POST['a3']*1); $aantal = round($max+$_POST['a3']); $type1 = array("","Gangsters"); $type = $type1[$data->type]; if($autos4 > 20) { print "Je hebt vandaag al 20 Nissan's gekocht. Kom morgen weer terug!.\n"; } elseif($max <= $autos) { print "Je kan niet meer Auto's kopen omdat je Garage dan vol zit.\n"; } elseif($prijs <= $data->cash) { mysql_query("UPDATE `[users]` SET `cash`=`cash`-$prijs,`autos3`=`autos3`+$aantalautos WHERE `login`='$data->login'"); for($j=1;$j<($guns+1);$j++) { mysql_query("INSERT INTO `[auto]`(soort,schade,owner,land,snelheid) values('3','0','$data->login','$data->land','100')"); } print "Je hebt {$_POST['a3']} Nissan('s) gekocht. \n"; } else { print "Je hebt niet genoeg geld.\n"; } } if(isset($_POST['4']) && preg_match('/^[0-9]+$/',$_POST['a4'])) { $autos = $_POST['a4']+$autos2; $autos4 = $_POST['a4']+$data->autos4; $guns = $_POST['a4']; $prijs = round($_POST['a4']*40000); $aantalautos = round($_POST['a4']*1); $aantal = round($max+$_POST['a4']); $type1 = array("","Gangsters"); $type = $type1[$data->type]; if($autos4 > 20) { print "Je hebt vandaag al 20 Fiat's gekocht. Kom morgen weer terug!.\n"; } elseif($max <= $autos) { print "Je kan niet meer Auto's kopen omdat je Garage dan vol zit.\n"; } elseif($prijs <= $data->cash) { mysql_query("UPDATE `[users]` SET `cash`=`cash`-$prijs,`autos4`=`autos4`+$aantalautos WHERE `login`='$data->login'"); for($j=1;$j<($guns+1);$j++) { mysql_query("INSERT INTO `[auto]`(soort,schade,owner,land,snelheid) values('4','0','$data->login','$data->land','100')"); } print "Je hebt {$_POST['a4']} Fiat('s) gekocht. \n"; } else { print "Je hebt niet genoeg geld.\n"; } } if(isset($_POST['5']) && preg_match('/^[0-9]+$/',$_POST['a5'])) { $autos = $_POST['a5']+$autos2; $autos4 = $_POST['a5']+$data->autos5; $guns = $_POST['a5']; $prijs = round($_POST['a5']*50000); $aantalautos = round($_POST['a5']*1); $aantal = round($max+$_POST['a5']); $type1 = array("","Gangsters"); $type = $type1[$data->type]; if($autos4 > 20) { print "Je hebt vandaag al 20 Auto's gekocht. Kom morgen weer terug!.\n"; } elseif($max <= $autos) { print "Je kan niet meer Ford's kopen omdat je Garage dan vol zit.\n"; } elseif($prijs <= $data->cash) { mysql_query("UPDATE `[users]` SET `cash`=`cash`-$prijs,`autos5`=`autos5`+$aantalautos WHERE `login`='$data->login'"); for($j=1;$j<($guns+1);$j++) { mysql_query("INSERT INTO `[auto]`(soort,schade,owner,land,snelheid) values('5','0','$data->login','$data->land','100')"); } print "Je hebt {$_POST['a5']} Ford('s) gekocht. \n"; } else { print "Je hebt niet genoeg geld.\n"; } } if(isset($_POST['6']) && preg_match('/^[0-9]+$/',$_POST['a6'])) { $autos = $_POST['a6']+$autos2; $autos4 = $_POST['a6']+$data->autos6; $guns = $_POST['a6']; $prijs = round($_POST['a6']*60000); $aantalautos = round($_POST['a6']*1); $aantal = round($max+$_POST['a6']); $type1 = array("","Gangsters"); $type = $type1[$data->type]; if($autos4 > 20) { print "Je hebt vandaag al 20 Auto's gekocht. Kom morgen weer terug!.\n"; } elseif($max <= $autos) { print "Je kan niet meer Mini's kopen omdat je Garage dan vol zit.\n"; } elseif($prijs <= $data->cash) { mysql_query("UPDATE `[users]` SET `cash`=`cash`-$prijs,`autos6`=`autos6`+$aantalautos WHERE `login`='$data->login'"); for($j=1;$j<($guns+1);$j++) { mysql_query("INSERT INTO `[auto]`(soort,schade,owner,land,snelheid) values('6','0','$data->login','$data->land','100')"); } print "Je hebt {$_POST['a6']} Mini('s) gekocht. \n"; } else { print "Je hebt niet genoeg geld.\n"; } } if(isset($_POST['7']) && preg_match('/^[0-9]+$/',$_POST['a7'])) { $autos = $_POST['a7']+$autos2; $autos4 = $_POST['a7']+$data->autos7; $guns = $_POST['a7']; $prijs = round($_POST['a7']*70000); $aantalautos = round($_POST['a7']*1); $aantal = round($max+$_POST['a7']); $type1 = array("","Gangsters"); $type = $type1[$data->type]; if($autos4 > 20) { print "Je hebt vandaag al 20 Auto's gekocht. Kom morgen weer terug!.\n"; } elseif($max <= $autos) { print "Je kan niet meer Hondaes kopen omdat je Garage dan vol zit.\n"; } elseif($prijs <= $data->cash) { mysql_query("UPDATE `[users]` SET `cash`=`cash`-$prijs,`autos7`=`autos7`+$aantalautos WHERE `login`='$data->login'"); for($j=1;$j<($guns+1);$j++) { mysql_query("INSERT INTO `[auto]`(soort,schade,owner,land,snelheid) values('7','0','$data->login','$data->land','100')"); } print "Je hebt {$_POST['a7']} Honda(es) gekocht. \n"; } else { print "Je hebt niet genoeg geld.\n"; } } if(isset($_POST['8']) && preg_match('/^[0-9]+$/',$_POST['a8'])) { $autos = $_POST['a8']+$autos2; $autos4 = $_POST['a8']+$data->autos8; $guns = $_POST['a8']; $prijs = round($_POST['a8']*80000); $aantalautos = round($_POST['a16']*1); $aantal = round($max+$_POST['a16']); $type1 = array("","Gangsters"); $type = $type1[$data->type]; if($autos4 > 20) { print "Je hebt vandaag al 20 Mercedes CLK DTM's gekocht. Kom morgen weer terug!.\n"; } elseif($max <= $autos) { print "Je kan niet meer Auto's kopen omdat je Garage dan vol zit.\n"; } elseif($prijs <= $data->cash) { mysql_query("UPDATE `[users]` SET `cash`=`cash`-$prijs,`autos8`=`autos8`+$aantalautos WHERE `login`='$data->login'"); for($j=1;$j<($guns+1);$j++) { mysql_query("INSERT INTO `[auto]`(soort,schade,owner,land,snelheid) values('16','0','$data->login','$data->land','100')"); } print "Je hebt {$_POST['a16']} Mercedes CLK DTM('s) gekocht. \n"; } else { print "Je hebt niet genoeg geld.\n"; } } if(isset($_POST['9']) && preg_match('/^[0-9]+$/',$_POST['a9'])) { $autos = $_POST['a9']+$autos2; $autos4 = $_POST['a9']+$data->autos9; $guns = $_POST['a9']; $prijs = round($_POST['a9']*90000); $aantalautos = round($_POST['a9']*1); $aantal = round($max+$_POST['a9']); $type1 = array("","Gangsters"); $type = $type1[$data->type]; if($autos4 > 20) { print "Je hebt vandaag al 20 Smart's gekocht. Kom morgen weer terug!.\n"; } elseif($max <= $autos) { print "Je kan niet meer Auto's kopen omdat je Garage dan vol zit.\n"; } elseif($prijs <= $data->cash) { mysql_query("UPDATE `[users]` SET `cash`=`cash`-$prijs,`autos9`=`autos9`+$aantalautos WHERE `login`='$data->login'"); for($j=1;$j<($guns+1);$j++) { mysql_query("INSERT INTO `[auto]`(soort,schade,owner,land,snelheid) values('9','0','$data->login','$data->land','100')"); } print "Je hebt {$_POST['a9']} Smart('s) gekocht. \n"; } else { print "Je hebt niet genoeg geld.\n"; } } if(isset($_POST['10']) && preg_match('/^[0-9]+$/',$_POST['a10'])) { $autos = $_POST['a10']+$autos2; $autos4 = $_POST['a10']+$data->autos10; $guns = $_POST['a10']; $prijs = round($_POST['a10']*100000); $aantalautos = round($_POST['a10']*1); $aantal = round($max+$_POST['a10']); $type1 = array("","Gangsters"); $type = $type1[$data->type]; if($autos4 > 20) { print "Je hebt vandaag al 20 Volkswagen's gekocht. Kom morgen weer terug!.\n"; } elseif($max <= $autos) { print "Je kan niet meer Auto's kopen omdat je Garage dan vol zit.\n"; } elseif($prijs <= $data->cash) { mysql_query("UPDATE `[users]` SET `cash`=`cash`-$prijs,`autos10`=`autos10`+$aantalautos WHERE `login`='$data->login'"); for($j=1;$j<($guns+1);$j++) { mysql_query("INSERT INTO `[auto]`(soort,schade,owner,land,snelheid) values('10','0','$data->login','$data->land','100')"); } print "Je hebt {$_POST['a10']} Volkswagen('s) gekocht. \n"; } else { print "Je hebt niet genoeg geld.\n"; } } print << Niet alle auto's zijn te koop. Speciale modellen zijn alleen te stelen!
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|