
DownCount Documentation
*Description
*Features
*Installation
*Running
*DownCount is a stats system for regular file downloads. Package includes download stats, and easy administration. Users can be made to enter email address before downloading.
Using this system is pretty straight forward and simple.
Adding Files: simply point your browser to addfiles.cgi to add your files to the built in database.
Building your HTML links:
All links to files in your HTML need to be in the following format:
<a href="/cgi-bin/download.cgi?file=filename">Download</a>
or to use a form button:
<form action="/cgi-bin/download.cgi" method="post">
<input type=hidden name=file value=filename>
<input type=submit value="Download">
</form>
where "filename" is the filename you specified when adding it using addfiles.cgi.
See stats for number of downloads per file, if you set Configs.pm to keep track, you just aim your browser at stats.cgi
|
|
||||||||
|
||||||||
|
||||||||