Jump to content

Recommended Posts

Posted

hi there

i was wondering how i could setup a download script like rapidshares?

well okay, i want everthing that rapidshare has except the 60second waiting time.

which I mean

when someone clicks on a link say downloadme.zip i want it to open a webpage

now i know how to do that but the next part is tricky

i want it to have dynamic url

say my file's at

http://www.abc.com/downloads/downloadme.zip

when a user clicks on it I want it to be @

http://www.abc.com/112233/abc/downloadme.zip

and when another user clicks on it i want it to be at alternate location

this could be done with session as well i believe so, but i'm not exactly sure

i also don't want the links to be dl'ed with download accelerators

can someone help me with this??

php prefered.. :D

thanks


Posted

lol :)

i also look for scripts at hotscripts,

is there a specific one u'd advice? bc there are billions of them in there :D

Posted

About the subfolder that's dynamical: you can simply create a temporary subdomain -auatomatically of course - and let it be removed afterwards. On top of that you can encrypt the URI. Would that be enough?

Posted

thanks, but that is part of what i want.

i want to have a session id to limit another user dling from the same location. i know how to do this with asp.net but for php i've no idea.

@bashrat that seems to be a good idea, though i dunno how to create a subdomain through php. i usually do it via cpanel :D

let me try to explain better

now i have a file at

abc.com/download.zip right

now when the user uploads that file i want my script to show him

random_server_abc.com/random_path/download.zip.html

and after that, user goes and posts it in a forum

and ppl click on it then download the file

after this i don't want that url to be active anymore,

just like rapidshare i mean:D

why can't i explain this right :(, maybe bc i'm in the middle of studying, i dunno, anyways i hope someone understands it :)

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...