phpUploader v2.1 - Opensource php based auto uploader

Status
Not open for further replies.
Nah somik. Browsers usually don't timeout if they receive output. The flush() command in various parts of the script forces output to the browser. I've had the script run for over 15 minutes on firefox and chrome (reuploading a 2gig file to HF/FS/RS). The same browsers timed out in about 30 seconds on ShareShiz's server.

EDIT: Even when the browser times out, the process runs. I'm not sure how long it runs for, but it does run (because I kept refreshing FTP and the file download was actually progressing).
 
got it xD

Lifetalk PM me for it. i made it for you :P

Why not for me? :(

Oh wait, i got my own mails :p


That could have been the official phpuploader mail! LOL

All the coders/testers/helpers get access to it xD

Lol, that works too :p


Nah somik. Browsers usually don't timeout if they receive output. The flush() command in various parts of the script forces output to the browser. I've had the script run for over 15 minutes on firefox and chrome (reuploading a 2gig file to HF/FS/RS). The same browsers timed out in about 30 seconds on ShareShiz's server.

Yes, flush works, but only after u initiate ob_start() function. Then flush works. Otherwise you will have to use flush_implicit() (not sure of syntext).


EDIT: Even when the browser times out, the process runs. I'm not sure how long it runs for, but it does run (because I kept refreshing FTP and the file download was actually progressing).

Yea, but not for long. However vegeta fixed it so hats down to him! Even i didn't know how to do that but that guy is good!

Anyway, everything is done on this end, so any more sugestions? Also, lifetalk, hows ur new hosts plugin systems coming along?
 
ob_start() is not necessary. That's how I used to do it until I researched a bit more. flush() basically outputs all the data that the script currently has, to the browser. So you don't actually need to initiate (and then end) an output buffer. Easy/quick way out.

ignore_user_abort is actually a great fix. Didn't think of that earlier. Nice fix, v3g :)

I'm thinking of keeping the same plugin system. Consolidating all hosts in one file is, IMO, a better idea. Maintains efficiency because you don't have to include more files and such. I'm going to add new filehost support though. I have a fair few filehosts in mind. I just need to snap out of my 'laziness' though :P
 
erm.. just a small point from my side, while uploading/downloading a big file there's no flush or any output to the browser. That's where ShareShiz' server stops responding!

I think the mail-the-whole-thing mod would be a better replacement. Who the heck want's to see a loading screen the whole time when they can get the output in the mail!

End of discussion xD
 
I agree with you there Bhagi (vegeta) :)

And lifetalk, add more file hosts to download. For uploading, current ones are great :)
 
I'm going to add Netload for download/upload as they have an API. Pretty easy to implement. And then I'll move on to DepositFiles (probably) and then FileSonic (maybe) :P

And I also had Megashares in mind. Let's see how it goes, though :P
 
I'm going to add Netload for download/upload as they have an API. Pretty easy to implement. And then I'll move on to DepositFiles (probably) and then FileSonic (maybe) :P

And I also had Megashares in mind. Let's see how it goes, though :P

You know I want MS babeh <3 :D
 
Don't be that lazy guys -_-

The prime motive of phpuploader is to reupload the content that's already available on some filehostings/direct links. If at all the torrent feature is added, then you guys would request it to grab the info too. That'll be the first request, followed by auto-post on forums -_-

If anyone is willing to work on that part, then we're ready to help. Else, enjoy the present features till we go nuts and go for a major update =D
 
I'm just a little busy these days with studies + paypal fuckups on my other service + other random stuff.

Soon as I get some decent amount of time, I'll collaborate with somik and (if v3g wants to hop in) v3g and we'll go for a major update with bug fixes, code optimization, new features, etc.


EDIT: I won't be adding an auto forum poster and/or a blog/rss/forum crawler/leecher. Don't ask me why. You won't get an answer to that question. The only answer is no, just no.
 
Status
Not open for further replies.
Back
Top