// Het relatieve pad naar de database
$db = realpath("../../database/dbform33.mdb");
//$db = realpath("../database/dbform33.mdb");
// Maak het Object aan.
$conn = new COM("ADODB.Connection");
// let-op: U kunt geen gebruik maken van de 'or die ("error")'
// Microsoft Access connectie string.
$conn->Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=$db");
require_once('loginfunctions.php');
if (is_logged_in())
{?>
WWW . OCCULTFEST . NL
Bezoekers enquete
$user= $_SESSION['user'];
$pass= $_SESSION['pass'];
if(isset($_POST['keuze1'])) {$keuze1 = $_POST['keuze1'];}
if(isset($_POST['keuze2'])) {$keuze2 = $_POST['keuze2'];}
if(isset($_POST['keuze3'])) {$keuze3 = $_POST['keuze3'];}
if(isset($_POST['keuze4'])) {$keuze4 = $_POST['keuze4'];}
if(isset($_POST['keuze5'])) {$keuze5 = $_POST['keuze5'];}
if(isset($_POST['keuze6'])) {$keuze6 = $_POST['keuze6'];}
if(isset($_POST['keuze7'])) {$keuze7 = $_POST['keuze7'];}
if(isset($_POST['keuze8'])) {$keuze8 = $_POST['keuze8'];}
if(isset($_POST['keuze9'])) {$keuze9 = $_POST['keuze9'];}
if(isset($_POST['keuze10'])) {$keuze10 = $_POST['keuze10'];}
if(isset($_POST['opmerking'])) {$opmerking = $_POST['opmerking'];}
$a = "";
$c = " ";
$cc = "";
if(isset($_POST['opmerking']) && $_POST['opmerking'] == "") {$_POST['opmerking'] = "geen";}
$select1= "
De sfeer
Art of Pain
Bloodphemy
Cirrha Niva
Cliteater
Collision
Crazy/Daisy
Dead Mans Walk
Deem Index
DEO
Fenris
Funeral Whore
Infantry
Insanity Reigns Supreme
Monomad
Nebenwirkung
No1408
Shade of Hatred
Sunburn
Thurisaz
Toxic Waltz
zie opmerking
";
$select2= "
Aankomend talent
Aborted
Anvil
Apophys
Asphyx
Cirith Gorgor
Deadhead
Dictated
een Metalica coverband
Entrapment
Evil Invaders
Feuerengel
Fleshgod Apocalypse
For I am King
Heidevolk
Huidige prijzen en opzet gehandhaafd
Izegrim
Jurassic Park
Onslaught
Skullhog
Tankard
Vader
zie opmerking
";
//registratie
$user= $_SESSION['user'];
$pass= $_SESSION['pass'];
$datum= date("Y-m-j G:i");
if($_POST[crowdfunding]== "ja") {$crowd="Klik hier voor meer info inzake inventarisatie crowdfunding ";} Else {$crowd="Klik hier bij interresse om ons te helpen met de promotie en Vrijwilliger te worden. ";}
$_POST[opmerking] = htmlspecialchars($_POST['opmerking'], ENT_QUOTES);
if(isset($_GET['keuze']) && $_GET['keuze'] == "666")
{
$items = "0123456789";
$active_code = "";
srand((double)microtime() * 1000000);
for ($f = 1; $f <= 6; $f++)
{
$code = $code.substr($items, (rand() % (strlen($items))), 1);
}
$rs = $conn->Execute("INSERT INTO reservering (user, pass, naam, email, aantal, provincie, datum, keuze1, keuze2, keuze3, keuze4, keuze5, keuze6, keuze7, keuze8, keuze9, keuze10, crowdfunding, opmerking)
VALUES ('$user','$pass','".$_POST[naam]."', '".$_POST[email]."', '".$_POST[historie]."', '".$_POST[provincie]."', '$datum','".$_POST[keuze1]."', '".$_POST[keuze2]."', '".$_POST[keuze3]."', '".$_POST[keuze4]."', '".$_POST[keuze5]."', '".$_POST[keuze6]."', '".$_POST[keuze7]."', '".$_POST[keuze8]."', '".$_POST[keuze9]."', '".$_POST[keuze10]."', '".$_POST[crowdfunding]."','".$_POST[opmerking]."')");
print(" jouw inbreng is toegevoegd aan de database.
Hartelijk bedankt! Occultfest. $crowd");
}
else
{
print
(" Graag uw uw email indien u onze nieuwsbrief wilt ontvangen.
User:
Pass:
}
?>