phpUploader v2.1 - Opensource php based auto uploader

Status
Not open for further replies.
great work to all those who have created or modified this free script. However i would like to know that :

does it download different links at the same time and raring them without messing any link with the other individually. For instant 2 different movies!
 
Solved it..

By the way, it's not possible to rename the file without unrar/rerar?
yeah..
only select: Only Rename Files option.
it will work like..
yoursitename.com.part1.rar

where yoursitename.com is your custom filename.

i'll be looking ahead to add a custom suffix and prefix for files.
 
thatswhathesaid, follow these steps:

Search for:
PHP:
if (in_array("megaupload", $hosts)){
        flush();
        if (file_exists($umucookie));
        {
            unlink($umucookie);
        }
Remove semi-colon after
PHP:
if (file_exists($umucookie))


It didnt workout for me. :( I am downgrading to V1.2 as it was working fine for me.
 
yeah..
only select: Only Rename Files option.
it will work like..
yoursitename.com.part1.rar

where yoursitename.com is your custom filename.

i'll be looking ahead to add a custom suffix and prefix for files.

I changed this
PHP:
  Other stuff
******************/
$prefix = "www.RLSWarez.com"; //prefix to add to files when re-rar'ing

And the result is ".rar"
 
i have found two major bugs:
1. If Archive Size of 400Mb is selected, it split the file to 381 Mb
2. Its not deleting any files which includes '.nfo, .url, htm'

any suggestion
 
@mrsandvik

you need to input your custom filename in the textbox which says:
Enter name of new rar file

it takes the rar filename from there..


@Raven
use the rename option while downloading.
and give your filename where it says: Enter name of new rar file
renames all the files.. :)
 
It stuck when it is uploading...

466a5ad6.jpg


I have waited for 45 minits..But still not uploading.. -_-
 
Updated the script, now you can add a suffix and prefix for your files..

just edit your config.php and customize your prefix and suffix.

download:
Code:
http://hotfile.com/dl/66461509/44ccdc9/phpuploader_v1.5.rar.html
 
give it a rest people, lol.

Keep the suggestions coming in, that's healthy discussion. But wait for a few more hours. I've cleaned up all code and I'll be doing major cleanup, optimization, feature addition, etc etc etc stuff.

@somik
I've cleaned the code all over again. v1.6 (or is it v2.0?) you'll be able to mod nice and easy.
 
Some ideas:

  • If there is a gap between links, that should indicate to start a new post
  • Make an option whether it should delete after uploaded
  • I don't see the point having "Unrar/Rar" options when "Only rename file" is there
Edit:

  • So it doesn't require people to remain typing in new rar name, is it possible for it to automatically rename with an md5hash followed by their own choice of typing which is in the config?
 
Status
Not open for further replies.
Back
Top