PHP Simple Download Tracker is a PHP script that helps you track file downloads from a website. You configure the script with an offline (or protected) folder that contains files available for download.
The PHP Simple Download Tracker is a PHP script that helps you track file downloads from a Web site. script will present the user with a list of available files. When the user selects a file, the request is logged, and the download window pops up in the user's browser to save the file.
Product's homepage
Requirements:
· PHP
What's New in This Release: [ read full changelog ]
· A few features were added to prevent crawlers from downloading files. The first is file selection via radio buttons along with the submit button, which should make it harder for crawlers to link to the files.
· The second feature is a simple text-based CAPTCHA.
· The last new feature is ability to display the file list in more of a "flat" display.
· All these new features can be turned off to return to the behavior of the previous version.