Web Hosting Talk







View Full Version : Download Queuing


Jutboy
10-01-2005, 08:58 AM
I unfortunately don't have the money to purchase or lease my own deticated server but I would very much like to have download queing on my site.

By this I mean it would allow ten downloads let say and then stick everyone in a que where it shows them as #12 out of 24.

I would appreciate any help at all - ever if it is just a suggest for a program available only on a deticated server or if it is a suggestion on using a certain coding language (hopefully with premade functions)

Cheers - Justin

Kiamori
10-01-2005, 11:00 PM
Yes it can be done, you should hire a programer.

Jutboy
10-02-2005, 12:29 PM
I am a programmer. Granted not the best but I know my way around most coding languages especially web-based.

I know I can manage something with a session monitor/redirection script in php/mysql but I don't know any way to monitor that actually downloading process (ie. monitor when the download ends)

Any help would be appreciate!

Justin

funkytaco
10-04-2005, 10:42 PM
There was a php hack that has to be compiled into PHP that might help out. It helped determine upload/download progress. I'll see if I can find it, or if anyone else can.

EDIT:
Found it http://www.raditha.com/php/progress.php

Jutboy
10-05-2005, 07:46 PM
Cheers - I'll see what I can do with it