View Single Post

  #1 (permalink)  
Old 10-23-2006
mistral
 
Posts: n/a
Default PHP file download counter

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.

Reply With Quote