|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ASP & ed2k
Hello,
I am now at the end of setting up asp-nuke 1.2 on my www host's servers. Its taken me a while to get the db and every tiny thing working, but now i have one last problem. Edonkey2000 url links instead of standard URL downloads. I have a music community portal that i want to use for ed2k links and music listings. When a user clicks on the download link usually the download.asp script would execute then fwd the user to the download (if it were a URL) but because ed2k:// links must be clicked to add to their client the script just comes up with "file not found" etc. Is there a way to make the download they have chosen clickable in the raw ed2k:// url sense so users can click and add the downloads to their clients??? Below is th download.asp page that handles this process. Can someone help in getting this last hurdle sorted?? <!-- #include file='includes/includes-inc.asp' --> <!-- #include file='includes/adddownload-inc.asp' --> <!-- #include file='includes/clearitall-inc.asp' --> <% If Request.QueryString("dl") <> "" Then AddDownloadHit(Request.QueryString("dl")) Else Response.Redirect GLOBAL_SITE_PATH & "Default.asp" End If %> here is the test page to see what i mean: URL please. Last edited by eggzenbeanz : August 28th, 2003 at 06:01 AM. |
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > ASP & ed2k |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|