View Single Post

  #2 (permalink)  
Old 10-24-2006
Johnny
 
Posts: n/a
Default Re: PHP file download counter


"mistral" <polychrom@softhome.net> wrote in message
news:1161631139.229252.75610@e3g2000cwe.googlegrou ps.com...
> I use htaccess to protect directory and granting access to download
> file only for the authorized users. Just want implement simple PHP file
> download counter for single file. I need track the number of downloads
> of this file on my website, IP address and date. Since I have no access
> to Apache log files, I need some other way, use script that will write
> a log file. Is there some handy way?
>
> M.
>

Write a script that supplies the file download with the correct mime type
and in that script record the details you want to the place you want...


Reply With Quote