login}'"); } $dbres = mysql_query("SELECT * FROM `[clans]` WHERE `name`='{$data->clan}'"); $clan = mysql_fetch_object($dbres); $data2 = mysql_query("SELECT * FROM `[users]` WHERE `login`='{$_SESSION['login']}'"); $data = mysql_fetch_object($data2); $land = $data->land; $landover3 = $clan->centrale+$clan->platform+$clan->coffeeshop+$clan->drugslab+$clan->def_lvl1+$clan->homes; $landover2 = round(100*($landover3)); $landover = $clan->land-$landover2; include("_include-gevangenis.php"); /* ------------------------- */ ?> clanlevel < 6 OR $data->clanlevel == 7) { ?> \n"; } else if($_POST['aantal1']*100 > $landover) { print " \n"; } else if($eraf > $clan->cash) { print " \n"; } else if(!preg_match('/^[0-9]{1,15}$/',$_POST['aantal1'])) { print " \n"; } else { mysql_query("UPDATE `[clans]` SET `centrale`=`centrale`+'{$_POST['aantal1']}', `cash`=`cash`-'$eraf' WHERE `name`='$data->clan'"); print " \n"; } } ///////////////// //Olieplatform// /////////////// if(isset($_POST['aantal2'])) { $eraf = round($_POST['aantal2']*500000); $gelderaf = number_format($eraf, 0, '.' , '.'); $land = round($_POST['aantal2']*100); if($_POST['aantal2'] < 1) { print " \n"; } else if($_POST['aantal2']*100 > $landover) { print " \n"; } else if($eraf > $clan->cash) { print " \n"; } else if(!preg_match('/^[0-9]{1,15}$/',$_POST['aantal2'])) { print " \n"; } else { mysql_query("UPDATE `[clans]` SET `platform`=`platform`+'{$_POST['aantal2']}', `cash`=`cash`-'$eraf' WHERE `name`='$data->clan'"); print " \n"; } } ///////////////// //Coffee Shop/// /////////////// if(isset($_POST['aantal3'])) { $eraf = round($_POST['aantal3']*550000); $gelderaf = number_format($eraf, 0, '.' , '.'); $land = round($_POST['aantal3']*100); if($_POST['aantal3'] < 1) { print " \n"; } else if($_POST['aantal3']*100 > $landover) { print " \n"; } else if($eraf > $clan->cash) { print " \n"; } else if(!preg_match('/^[0-9]{1,15}$/',$_POST['aantal3'])) { print " \n"; } else { mysql_query("UPDATE `[clans]` SET `coffeeshop`=`coffeeshop`+'{$_POST['aantal3']}', `cash`=`cash`-'$eraf' WHERE `name`='$data->clan'"); print " \n"; } } ///////////////// ////Drugslab//// /////////////// if(isset($_POST['aantal4'])) { $eraf = round($_POST['aantal4']*700000); $gelderaf = number_format($eraf, 0, '.' , '.'); $land = round($_POST['aantal4']*100); if($_POST['aantal4'] < 1) { print " \n"; } else if($_POST['aantal4']*100 > $landover) { print " \n"; } else if($eraf > $clan->cash) { print " \n"; } else if(!preg_match('/^[0-9]{1,15}$/',$_POST['aantal4'])) { print " \n"; } else { mysql_query("UPDATE `[clans]` SET `drugslab`=`drugslab`+'{$_POST['aantal4']}', `cash`=`cash`-'$eraf' WHERE `name`='$data->clan'"); print " \n"; } } ?>
Dit is alleen voor de managers, leaders en owner
Clan items - Cash
Centrale Olie Platform
Contant p/u:€100
Contant p/u:€150
Bank p/u:€200
Bank p/u:€200
Kosten:€450.000
Kosten:€500.000
Land:100 M2
Land:100 M2
Aantal:
Aantal:
Coffeeshop Drugslab
Contant p/u:€50
Contant p/u:€100
Bank p/u:€250
Bank p/u:€300
Kosten:€550.000
Kosten:€700.000
Land:100 M2
Land:100 M2
Aantal:
Aantal:
Land totaal: land?>Land Over:
Je moet minstens 1 centrale kopen.
Er is niet genoeg land, er is minstens $landM2 nodig.
Er staat niet genoeg geld contant, er is minstens €$eraf nodig.
Alleen getallen invullen.
Je hebt {$_POST['aantal1']} centrale(s) gekocht voor €$gelderaf.
Je moet minstens 1 Olie Platform kopen.
Er is niet genoeg land, er is minstens $landM2 nodig.
Er staat niet genoeg geld contant, er is minstens €$eraf nodig.
Alleen getallen invullen.
Je hebt {$_POST['aantal2']} Olie Platform(s) gekocht voor €$gelderaf.
Je moet minstens 1 Coffee Shop kopen.
Er is niet genoeg land, er is minstens $landM2 nodig.
Er staat niet genoeg geld contant, er is minstens €$eraf nodig.
Alleen getallen invullen.
Je hebt {$_POST['aantal3']} Coffee Shop(s) gekocht voor €$gelderaf.
Je moet minstens 1 Drugslab kopen.
Er is niet genoeg land, er is minstens $landM2 nodig.
Er staat niet genoeg geld contant, er is minstens €$eraf nodig.
Alleen getallen invullen.
Je hebt {$_POST['aantal4']} Drugslab(s) gekocht voor €$gelderaf.