VIP Winkel Je moet een vip account hebben voordat je in de vipshop kan komen!'; exit; } ?>
'; if(isset($_POST['item1'])) { if(empty($_POST['aantal1'])) { echo '- Vul een aantal in'; } elseif(!is_numeric($_POST['aantal1'])) { echo '- Cijfers alleen toegelaten'; } elseif(strlen($_POST['aantal1']) > 6) { echo '- Maximum 6 karakters'; } elseif($data['cash'] < ($item['1']['prijs'] * $_POST['aantal1'])) { echo '- Je hebt niet genoeg geld contant'; } else { $attack = $item['1']['attack'] * $_POST['aantal1']; $defence = $item['1']['defence'] * $_POST['aantal1']; $bedrag = $item['1']['prijs'] * $_POST['aantal1']; mysql_query("UPDATE `[users]` SET attack = attack + '".$attack."', defence = defence + '".$defence."', cash= cash - '".$bedrag."' WHERE login='".$data['login']."'") or die (mysql_error()); echo '- Je hebt '.addslashes($_POST['aantal1']).' '.$item['1']['naam'].'\'s gekocht'; } } } ?>
Prijs:
Aantal:
Attack:
Defence:
 
 
'; if(isset($_POST['item3'])) { if(empty($_POST['aantal3'])) { echo '- Vul een aantal in'; } elseif(!is_numeric($_POST['aantal3'])) { echo '- Cijfers alleen toegelaten'; } elseif(strlen($_POST['aantal3']) > 6) { echo '- Maximum 6 karakters'; } elseif($data['cash'] < ($item['3']['prijs'] * $_POST['aantal3'])) { echo '- Je hebt niet genoeg geld contant'; } else { $attack = $item['3']['attack'] * $_POST['aantal3']; $defence = $item['3']['defence'] * $_POST['aantal3']; $bedrag = $item['3']['prijs'] * $_POST['aantal3']; mysql_query("UPDATE `[users]` SET attack = attack + '".$attack."', defence = defence + '".$defence."', cash= cash - '".$bedrag."' WHERE login='".$data['login']."'") or die (mysql_error()); echo '- Je hebt '.addslashes($_POST['aantal3']).' '.$item['3']['naam'].'\'s gekocht'; } } } ?>
Prijs:
Aantal:
Attack:
Defence:
 
'; if(isset($_POST['item2'])) { if(empty($_POST['aantal2'])) { echo '- Vul een aantal in'; } elseif(!is_numeric($_POST['aantal2'])) { echo '- Cijfers alleen toegelaten'; } elseif(strlen($_POST['aantal2']) > 6) { echo '- Maximum 6 karakters'; } elseif($data['cash'] < ($item['2']['prijs'] * $_POST['aantal2'])) { echo '- Je hebt niet genoeg geld contant'; exit; } else { $attack = $item['2']['attack'] * $_POST['aantal2']; $defence = $item['2']['defence'] * $_POST['aantal2']; $bedrag = $item['2']['prijs'] * $_POST['aantal2']; mysql_query("UPDATE `[users]` SET attack = attack + '".$attack."', defence = defence + '".$defence."', cash= cash - '".$bedrag."' WHERE login='".$data['login']."'") or die (mysql_error()); echo '- Je hebt '.addslashes($_POST['aantal2']).' '.$item['2']['naam'].'\'s gekocht'; } } } ?>
Prijs:
Aantal:
Attack:
Defence:
 
 
'; if(isset($_POST['item4'])) { if(empty($_POST['aantal4'])) { echo '- Vul een aantal in'; } elseif(!is_numeric($_POST['aantal4'])) { echo '- Cijfers alleen toegelaten'; } elseif(strlen($_POST['aantal4']) > 6) { echo '- Maximum 6 karakters'; } elseif($data['cash'] < ($item['4']['prijs'] * $_POST['aantal4'])) { echo '- Je hebt niet genoeg geld contant'; exit; } else { $attack = $item['4']['attack'] * $_POST['aantal4']; $defence = $item['4']['defence'] * $_POST['aantal4']; $bedrag = $item['4']['prijs'] * $_POST['aantal4']; mysql_query("UPDATE `[users]` SET attack = attack + '".$attack."', defence = defence + '".$defence."', cash= cash - '".$bedrag."' WHERE login='".$data['login']."'") or die (mysql_error()); echo '- Je hebt '.addslashes($_POST['aantal4']).' '.$item['4']['naam'].'\'s gekocht'; } } } ?>
Prijs:
Aantal:
Attack:
Defence: