can retrieve the file more than once...)
Good luck
Eli
-Original Message-
From: Karl DeSaulniers [mailto:k...@designdrumm.com]
Sent: Friday, May 28, 2010 7:40 PM
To: php-db@lists.php.net
Subject: Re: [PHP-DB] File Downloads
This is for a small project of limited edition audio or pictures
-Original Message-
>> From: Karl DeSaulniers [mailto:k...@designdrumm.com]
>> Sent: Friday, May 28, 2010 6:39 PM
>> To: php-db@lists.php.net
>> Subject: Re: [PHP-DB] File Downloads
>>
>> On May 28, 2010, at 4:49 PM, Michael Stowe wrote:
>>
>>> For
which is the IP you're logging)
Is there any reason not to log them in by personalized means?
(such as
email/username)
-Original Message-
From: Karl DeSaulniers [mailto:k...@designdrumm.com]
Sent: Friday, May 28, 2010 6:39 PM
To: php-db@lists.php.net
Subject: Re: [PHP-DB] File Downloads
27;re logging)
Is there any reason not to log them in by personalized means? (such as
email/username)
-Original Message-
From: Karl DeSaulniers [mailto:k...@designdrumm.com]
Sent: Friday, May 28, 2010 6:39 PM
To: php-db@lists.php.net
Subject: Re: [PHP-DB] File Downloads
On May 28, 2010, at 4:
On May 28, 2010, at 4:49 PM, Michael Stowe wrote:
For that you would probably need to setup a databased system in
which (best scenario) they would need to register prior to
downloading or (not so secure) capture their IP address and prevent
that IP from downloading it again (example below).
come with problems... but depending
on the importance of the content -- it should be good.
Adam
-Original Message-
From: Karl DeSaulniers [mailto:k...@designdrumm.com]
Sent: Friday, May 28, 2010 2:36 PM
To: php-db@lists.php.net
Subject: Re: [PHP-DB] File Downloads
On May 28, 2010, at
On May 28, 2010, at 4:33 PM, Karl DeSaulniers wrote:
On May 28, 2010, at 4:18 PM, Adam Schroeder wrote:
Hi Karl --
You can store the file contents outside of the web tree and use
PHP to "read" the contents. This allows you to place access
control restrictions in the PHP script.
This
On May 28, 2010, at 4:18 PM, Adam Schroeder wrote:
Hi Karl --
You can store the file contents outside of the web tree and use PHP
to "read" the contents. This allows you to place access control
restrictions in the PHP script.
This post talks about doing something similar with images.
Hi Karl --
You can store the file contents outside of the web tree and use PHP to "read"
the contents. This allows you to place access control restrictions in the PHP
script.
This post talks about doing something similar with images. Obviously, if you
have a music track... you'll need to adj