Theresianum Radio
Status:
updating...
Song Name:
updating...
After Song:
updating...
UpdateNumber:
updating...
So you're the DJ? Prove it! :P
update = rand();
$xml->command = $_POST["command"];
$xml->playmode = $_POST["playmode"];
$xml->asXml('control.xml');
}
?>
Hi DJ!
0) {
echo "Error: " . $_FILES["file"]["error"] . "
";
} else {
echo "Upload: " . $_FILES["file"]["name"] . "
";
if($_FILES["file"]["type"]== "audio/mpeg"){
echo "Size: " . ($_FILES["file"]["size"] / 1024) . " kB
";
$xml=simplexml_load_file("control.xml");
if($_POST['upload'] == "Upload into Deck 1"){
move_uploaded_file($_FILES["file"]["tmp_name"],
"Audio1.mp3");
$xml->deck1 = $_FILES["file"]["name"];
}
else if($_POST['upload'] == "Upload into Deck 2"){
move_uploaded_file($_FILES["file"]["tmp_name"],
"Audio2.mp3");
$xml->deck2 = $_FILES["file"]["name"];
}
else {
move_uploaded_file($_FILES["file"]["tmp_name"],
"Audio3.mp3");
$xml->deck3 = $_FILES["file"]["name"];
}
$xml->asXml('control.xml');
}
else
{
echo "I said it must be an mp3!!!!!!!!!";
}
}
}
?>
Loaded Tracks:
Please just hit the buttons once (there might be a delay of up to 15 seconds...)
Get some good music from youtube and download it!
Load new files (this can take up to 2 minutes):
Logout
Wrong Password What are you even doing here? Get off!!!!!