Demo 30 - Download Tracker/Counter     |     home
Admin screen   |   HTML Code used   |   Download.cgi   |   Admin.cgi   |   Title 15

Admin.cgi
Source code modified

#!/usr/bin/perl

#======================================== --- -- -
#                                     
# Download Monitor
# By Gerrit Powire
# CGI Dynamics
#
# Version: 0.99Beta
# Last Modified 11/1/2000
# Copyright (c) 2000
#
#
. . . . . . . . . . .

########################################################################################
#Configuration of the script
########################################################################################

# Where is all comment data kept
$download_data = "../dlmonitor";

# The url location of admin.cgi
$admin_cgi = "http://www.swgalleries.com/cgi-bin/admin.cgi";

#The username you plan to use when administirring the script
$username = "hello";

#The password you plan to use when administirring the script
$password = "password";


########################################################################################
# Don't change anything below this line unless you know what yer doing - :o)
########################################################################################