Archive for February, 2009
Simple code php upload multiple file
Copy and paste into notepad this code: <? /* * Title: Upload Multiple Files (Simple Code) */ // * Description / Example: // * // * Buy using this script you will be able to upload as many files as you want. // * The code will check if file existes, limited extensions, file size, file selected ..etc. ?> <?php ########################################### #———-Upload Multiple Files———-# #———-Multi-files Uploader———–# #————-Multi-Uploader ————-# ########################################### //upload directory. //change to fit your need eg. files, upload …. etc. $upload_dir = “images/”; //number of files to upload. $num_files = 5; //the file size in bytes. $size_bytes =51200; //51200 bytes = 50KB. //Extensions you want files uploaded limited to. $limitedext = array(“.gif”,“.jpg”,“.jpeg”,“.png”,“.txt”,“.nfo”,“.doc”,“.rtf”,“.htm”,“.dmg”,“.zip”,“.rar”,“.gz”,“.exe”); //check if the directory exists or not. if (!is_dir(“$upload_dir”)) { die (“Error: The directory <b>($upload_dir)</b> doesn\’t exist”); } //check if the directory is writable. if (!is_writeable(“$upload_dir”)){ die (“Error: The directory <b>($upload_dir)</b> is NOT writable, Please CHMOD (777)”); } //if the form has been submitted, then do the upload process //infact, if you clicked on (Upload Now!) button. if (isset($_POST['upload_form'])){ echo “<h3>Upload results:</h3>”; //do a loop for uploading files based on ($num_files) number of files. for ($i = 1; [...]
Advanced Manual Traffic Exchange Script
Traffic Exchange Script Features Paid to manual surf – member sell credits back to admin feature (at a rate/price set by you!). On screen cash and credit bonuses! Multiple editable account types. Banner & text link rotator with member convert credits features! User account statuses – admin can suspend accounts and set days before inactivity! [...]



