View Single Post

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


"Johnny писал(а):
"
> "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...


-----------------

How to interface this with htaccess? I am new in Php, perhaps there is
ready scripts written for this tasks?

M.

Reply With Quote