XtremeMaC Posted April 30, 2005 Posted April 30, 2005 hi therei 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 trickyi want it to have dynamic url say my file's athttp://www.abc.com/downloads/downloadme.zipwhen a user clicks on it I want it to be @http://www.abc.com/112233/abc/downloadme.zipand 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 surei also don't want the links to be dl'ed with download acceleratorscan someone help me with this??php prefered.. thanks
matrix0978 Posted May 1, 2005 Posted May 1, 2005 Hey, yeah this script can be done and you can only do it in PHP. Heres a few scripts i have tried a few times that i got from here. http://www.midphase.com/index.shtmlTHey work fairly well. Tell me how it works out.
XtremeMaC Posted May 1, 2005 Author Posted May 1, 2005 where are the scripts?that site looks like a hosting firm.
matrix0978 Posted May 1, 2005 Posted May 1, 2005 Oh im sorry, copied the wrong URL. I copied some Pop-up url lol.http://www.hotscripts.com/PHP/Scripts_and_...tems/index.html
XtremeMaC Posted May 1, 2005 Author Posted May 1, 2005 lol i also look for scripts at hotscripts, is there a specific one u'd advice? bc there are billions of them in there
matrix0978 Posted May 1, 2005 Posted May 1, 2005 this is a simple script, just like rapidsharehttp://www.hotscripts.com/Detailed/39895.html
Bâshrat the Sneaky Posted May 1, 2005 Posted May 1, 2005 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?
matrix0978 Posted May 1, 2005 Posted May 1, 2005 Hmmm, i never thought of that bashrat. i wanna give that a try tonight.
XtremeMaC Posted May 1, 2005 Author Posted May 1, 2005 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 let me try to explain betternow i have a file atabc.com/download.zip rightnow when the user uploads that file i want my script to show himrandom_server_abc.com/random_path/download.zip.htmland after that, user goes and posts it in a forum and ppl click on it then download the fileafter this i don't want that url to be active anymore, just like rapidshare i mean:Dwhy can't i explain this right , maybe bc i'm in the middle of studying, i dunno, anyways i hope someone understands it
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now