STARK Download is a simple
The author writes
This download counter script
AJDld is a download manager
ASP script that counts the
"There's always a buzz
uses ASP file system object
uses an access database to
number of times an URL has
about forcing file downloads
to get the size of the
store file information, and
beed accessed. All the data
in the browser. That's
download file and to track
will dynamically generate a
is stored in an Access
partly because it's
how many times a file is
sortable download page.
database. A stats script is
confusing and partly because
already downloaded.
Using the web based
also included.
different browsers handle
administration, the
downloads in different ways
webmaster can add and edit
so it's difficult to acheive
downloads, as well as view
consistent results. If you
download history for each
have to deal with downloads
file. This script is
and haven't checked out
configured to run with
ADO's Stream capablity, you
AJLogin v3.3 which protects
really should do yourself a
the admin page from
favor and give this code a
unauthorized visitors, but
look."
this is easily changed if
you do not wish to implement
a full user management
script. View the readme for
more information.
Date: Feb, 06 2001 Date: Nov, 25 2001 Date: Jan, 05 2001 Date: Nov, 23 2003 |
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.
Date: May, 11 2000 |