View file wapirate/A1/help/vault.php

File size: 1.46Kb
<?php

header("Content-type: text/html; charset=ISO-8859-1");

echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>";

echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\"\"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";

echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">";

$sid = $_GET["sid"];

echo "<head>";

echo "<title>wapirate</title>";

echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://wapirate.net/themes/blue_medium.css\">";

echo "</head>";

echo "<body>"; 

echo "<div><br/>Vault<br/></div>";

echo "<p align=\"center\">";  



echo "The vault is located in your CPanel, its an easy way to share your already uploaded files, with the users of wapirate. <br/><br/>Simply go to CPanel, then select vault, and then add item. Enter a name for the file you are adding, then below it enter the adress (url) of the file you want to add, like this, http://mysite.com/myfile.mp3<br/><br/>Everything that is added in the vault will appear in your profile. Added files that dont work or that leads to a dead link will be deleted without notice or you can add an attachment to your post in our forums! (not compatible with all browsers.).<br/><br/>"; 



echo "<a href=\"/xhtml/help.php?sid=$sid\">Help Menu</a><br/>"; 

echo "<a href=\"/xhtml/index.php?action=main&amp;sid=$sid\"><img src=\"/images/home.gif\" alt=\"*\"/>"; 

echo "Home</a>"; 

echo "</p>"; 

echo "<div>wapirate.net</div>";

echo "</body>";

echo "</html>"; 

?>