Guys can i request a upload.php, When i want to upload it will go to the right category it so hard for me to code i hope some one help me! heres my simple download portal http://crazyportal.freehostia.com hope some one help for a category upload.php
Request A Upload Category
Collapse
X
-
i can code you a new script that will have all the toolz!
well lol i got it here http://files-place.biz.tm/
its being framed im selling for $15Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
-
Sorry mate i dont any have a online money to pay your work... I just want to help my fellow wapper here in philippines to make easy to upload there file.. Among of us wapper use our mobile phone to browse download for fREE with out a cost of network operator.We using different tricks to browse cracking operamini and other browsing application to get online for FREE.. I just using freescript hope some code for it for free...
Comment
-
i can edit a script for you...
it will not be the best like i shown you.Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
Ok mate thankz for your kindness may be i can pay you for advertise your site to my fellow friends here in the philippine may be this is n0t enought for your work but a thank for all.. If you have any toplist wapportal maybe i can get some of my friend to use your service if you dont mind. Thankz and advance for the code!..
Comment
-
Code:<?php echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html"/> <meta http-equiv="Cache-Control" content="no-cache" forua="true"/>'; echo "<title>Upload Files</title>"; echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"\">"; echo "</head>"; echo "<body bgcolor=\"#FFFFFF\" text=\"#000000\" link=\"#0000FF\" vlink=\"#800080\">"; if ($upload="upload"&&$superdat_name){ if (!eregi("\.(mid|gif|bmp|mid|midi|3gp|mp3|wav|jar|jad|jpeg|jpg|sis|mmf|amr|png|wbmp)$",$superdat_name)){ print "[b]Unsupported File Extention![/b]"; }else{ $superdat_name = preg_replace( '/[^a-zA-Z0-9\.\$\%\'\`\-\@\{\}\~\!\#\(\)\&\_\^]/' ,'',str_replace(array(' ','%20',"'"),array('_','_', ""),$superdat_name)); if(strlen($superdat_name)>53){ print "[b]File Name Is Too Long![/b]"; }else{ if (empty($superdat)) { print "[b]No input file specified!!![/b]"; }else{ copy("$superdat", "$_POST[folder]/$superdat_name") or die("Couldn't copy file."); $date=(date("D, j F Y")); $fsize=round($superdat_size/1024,1); $text = "&&$superdat_name&&$fsize KB&&$date&&$REMOTE_ADDR&&"; $fz = "$fsize KB"; if("$text"!="$check[1]"){ } echo "[b]$superdat_name[/b] has successfully been uploaded to our uploader"; } } } } ?> <?php echo "<FORM align=\"center\" ACTION=\"upload.php\" METHOD=\"POST\" ENCTYPE=\"multipart/form-data\">"; ?> [b]Select File To Be Uploaded :[/b] <input align="center" type="file" name="superdat"> [b]Select Be Uploaded To :[/b] <select name="folder" align="center"> <option value="1">Folder 1</option> <option value="2">Folder 2</option> <option value="3">Folder 3</option> <option value="4">Folder 4</option> </select> <input align="center" type="hidden" name="upload" value="upload"/> <INPUT align="center" TYPE=SUBMIT NAME="submit" VALUE="Upload File!"> </small> [b][u]You can only upload files with folowing extentions:[/u][/b] .jpg, .jpeg, .gif, .png, .bmp, wbmp, .mid, .midi, .mpg, .mmf, .amr, .mp3, .wav, .wmv , .avi, .3gp, .sis, .jar, .jad, .zip, .rar, .txt </FORM> <?php ?> </body> </html>
Now u can pick what folder to upload to
edit this
Code:<select name="folder" align="center"> <option value="1">Folder 1</option> <option value="2">Folder 2</option> <option value="3">Folder 3</option> <option value="4">Folder 4</option> </select>
Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
Comment