Gallaz Software
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Generic Maniacode/PHP Maniacode

Go down

Generic Maniacode/PHP Maniacode Empty Generic Maniacode/PHP Maniacode

Post  gabrielcf55 Tue Dec 13, 2011 1:56 pm

Hey people!

I'm making a manialink with a lot of stuff, but i lost a lot of time registering all maniacode files in my player page...

I would like to know hot to make a maniacode page with php.

My code is:
Code:

<?xml version='1.0' encoding='utf-8' ?>
<maniacode noconfirmation="1">
<install_skin>
  <name>Skin Name</name>
  <url>Skin URL</url>
  <file>Skin location</file>
</install_skin>
</maniacode>
How to transform it to a PHP file? Something like this:
Code:

<?php
$parameter = $_GET['parameter'];
echo "<?xml version='1.0' encoding='utf-8' ?>";
echo " <maniacode noconfirmation="1">";
echo " <install_skin>";
echo "    <name>Airhorn</name>";
echo "    <url>" . $parameter . "</url>";
echo "    <file>Skins/Horns/Airhorn.ogg</file>";
echo " </install_skin>";
echo " </maniacode>";
?>

Anyone can help me?

gabrielcf55

Posts : 1
Join date : 2011-12-13

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum