This download counter script uses ASP file system object to get the size of the download file and to track how many times a file is already downloaded.
This is an .asp page that allows you to provide file download capabilities for your site without having to constantly update the page with your file list. It does this by reading the file names in the directory you specify as the download directory, then contructing the appropriate URLs.
This very easy to setup link tracker can be used to track downloads from your web site. It will log the time and date, as well as a few other goodies, such as browser and operating system. You can also view the stat report via the web, and clear the log entries at the click of a button. A separate log is used for each link you wish to track. This tracker can be used for plain HTML links as well.