|
Posted by devospice on 02/09/07 15:33
On Feb 7, 11:03 pm, "lorento" <laurente1...@yahoo.com> wrote:
> I think you can make simple php application for count the download,
> like:
> when people clickhttp://host/download.php?file=xyz.zip, the
> download.php will increase the counter and the people will forwarded
> into file xyz.zip
That's what I'm doing for some other files on the site. I'm just
storing the count in a MySQL table.
I can't do that with these files though, because they're MP3s from a
podcast. I can do that with the direct links on the web page, but
people who download the files via iTunes will bypass that link. And
changing the RSS feed to point to the PHP page instead of the MP3 page
breaks iTunes.
- Tom
[Back to original message]
|