
i know my request is kinda confusing, don't really know how to word it
Posted 12 March 2010 - 04:57 AM

Posted 12 March 2010 - 07:54 AM
<div id=\"menu\" align=\"center\"> <a href=\"".$config['url']."/\">Home</a> - <a href=\"".$config['url']."/terms\">Terms</a> - <a href=\"".$config['url']."/contact\">Contact</a> </div>
<h1>".$config['name']." - Free File Hosting</h1><br/> ".$config['name']." provides free file hosting, up to <strong>".($config['max_size']/1024/1024)."MB</strong> per file.<br/> We support the following file types: .jpg, .gif, .psd, .png, .bmp, .doc, .ppt, .odt, .odp and .pdf<br/>


Posted 12 March 2010 - 08:16 PM
Posted 12 March 2010 - 10:41 PM
<form method=\"post\" enctype=\"multipart/form-data\" action=\"".$config['url']."/upload\"><br/> <table width=\"35%\"> <tr align=\"left\"><td width=\"40%\"><strong>Your file:</strong></td><td><input type=\"file\" name=\"filename\" /></td></tr> <tr align=\"left\"><td width=\"40%\"><strong>Password (optional):</strong><br/><span style=\"font-size:10px\">Used to delete file</span></td><td><input type=\"password\" name=\"pass\" size=\"33\" /></td></tr> </table> <br/> <em>By uploading a file, you are agreeing to the <a href=\"terms\">Terms of Service</a></em><br/><br/> <input type=\"submit\" value=\"Upload File!\"><br/><br/> We are currently hosting ".count(glob($config['folder']."/*"))." files<br/><br/> ".$config['ad']." </form>


Posted 12 March 2010 - 10:51 PM
Posted 13 March 2010 - 04:11 PM

