Re: [PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-06 Thread Burhan Khalid
On Sun, 2004-09-05 at 05:41, [EMAIL PROTECTED] wrote: I want to build a music site, all copyrights intact, and I want users to be able to download mp3 or realplayer files using a one-click link. When they click on a link they will simply be given a typical download window to save that music

Re: [PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-06 Thread Pablo M. Rivas
Take a look at: http://netjuke.sourceforge.net/ I'm using in my local network, and works fine!!! On Mon, 06 Sep 2004 12:10:13 +0300, Burhan Khalid [EMAIL PROTECTED] wrote: On Sun, 2004-09-05 at 05:41, [EMAIL PROTECTED] wrote: I want to build a music site, all copyrights intact, and I

Re: [PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-06 Thread Daniel Schierbeck
[EMAIL PROTECTED] wrote: Thanks Anders and Daniel. Daniel, I like your approach. I want to make it as secure as possible. I'm going to place the files outside the web directory and use authentication to approve that the user can download some particular song. I didn't know you could do a forced

Re: [PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-06 Thread Daniel Schierbeck
[EMAIL PROTECTED] wrote: Thanks Anders and Daniel. Daniel, I like your approach. I want to make it as secure as possible. I'm going to place the files outside the web directory and use authentication to approve that the user can download some particular song. I didn't know you could do a forced

Re: [PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-06 Thread John Nichel
Daniel Schierbeck wrote: snip Hey Daniel, do me a favor if you would, and add a year to the date on your computer. Thanks. -- By-Tor.com It's all about the Rush http://www.by-tor.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-06 Thread Daniel Schierbeck
Daniel Schierbeck wrote: [EMAIL PROTECTED] wrote: Thanks Anders and Daniel. Daniel, I like your approach. I want to make it as secure as possible. I'm going to place the files outside the web directory and use authentication to approve that the user can download some particular song. I didn't

Re: [PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-06 Thread Daniel Schierbeck
John Nichel wrote: Daniel Schierbeck wrote: snip Hey Daniel, do me a favor if you would, and add a year to the date on your computer. Thanks. Oooops... Sorry, i have a crappy, ehh, legal *cough* version of Adobe Photoshop, it won't work unless i put the time on my PC back a year, and

Re: [PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-05 Thread Anders Ossowicki
Hi. What should the link include? Is it possible to just say, for example, http://somesite.com/music/something.mp3? There shuoldn't be any problem in just writing the link. You could make the syntax like this: print a href=\http://domain.com/link/to/your/file.mp3\; title=\Name of your MP3

Re: [PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-05 Thread Daniel Schierbeck
[EMAIL PROTECTED] wrote: Hello everyone, I want to build a music site, all copyrights intact, and I want users to be able to download mp3 or realplayer files using a one-click link. When they click on a link they will simply be given a typical download window to save that music file. How do I

RE: [PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-05 Thread php-list
have to try that. Thanks again. Nilaab -Original Message- From: Daniel Schierbeck [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 5:45 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP5 - How Do I Let Users Download Music Files? [EMAIL PROTECTED] wrote: Hello everyone

[PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-04 Thread php-list
Hello everyone, I want to build a music site, all copyrights intact, and I want users to be able to download mp3 or realplayer files using a one-click link. When they click on a link they will simply be given a typical download window to save that music file. How do I go about doing that and