Can someone give me some general pointers on how to work download queuing...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 am proficent in php and mysql myself and was invisioning some sort of redirecting script which gave each session a unique password and a number in line (stored in a mysql db). It would constantly refresh and once a person finished downloading it would send them to a finished download script which would thus redirect the next person.
I just don't know how to work the finished download script or prevent people from just cutting in line by finding the link and pasting it in (which probably wouldn't be much of a problem)
Cheers - Justin