# DCLinks98
# Written By David S. Choi, dc@dcscripts.com
# 16 November 1997
#
##########  YOU MUST KEEP THIS COPYRIGHTS NOTICE INTACT ###############
# Copyright  1997 DCScripts All Rights Reserved
# As part of the installation process, you will be asked
# to accept the terms of this Agreement. This Agreement is
# a legal contract, which specifies the terms of the license
# and warranty limitation between you and DCScripts and DCLINKS98.
# You should carefully read the following terms and conditions before
# installing or using this software.  Unless you have a different license
# agreement obtained from DCScripts, installation or use of this software
# indicates your acceptance of the license and warranty limitation terms
# contained in this Agreement. If you do not agree to the terms of this
# Agreement, promptly delete and destroy all copies of the Software.
#
# Versions of the Software 
# You may install as many copies of DCLINKS98 Script.
# 
# License to Redistribute
# Distributing the software and/or documentation with other products
# (commercial or otherwise) or by other than electronic means without
# DCScripts's prior written permission is forbidden.
# All rights to the DCLINKS98 software and documentation not expressly
# granted under this Agreement are reserved to DCScripts.
#
# Disclaimer of Warranty
# THIS SOFTWARE AND ACCOMPANYING DOCUMENTATION ARE PROVIDED "AS IS" AND
# WITHOUT WARRANTIES AS TO PERFORMANCE OF MERCHANTABILITY OR ANY OTHER
# WARRANTIES WHETHER EXPRESSED OR IMPLIED.   BECAUSE OF THE VARIOUS HARDWARE
# AND SOFTWARE ENVIRONMENTS INTO WHICH HKDBOARD MAY BE USED, NO WARRANTY OF
# FITNESS FOR A PARTICULAR PURPOSE IS OFFERED.  THE USER MUST ASSUME THE
# ENTIRE RISK OF USING THIS PROGRAM.  ANY LIABILITY OF DCSCRIPTS WILL BE
# LIMITED EXCLUSIVELY TO PRODUCT REPLACEMENT OR REFUND OF PURCHASE PRICE.
# IN NO CASE SHALL DCSCRIPTS BE LIABLE FOR ANY INCIDENTAL, SPECIAL OR
# CONSEQUENTIAL DAMAGES OR LOSS, INCLUDING, WITHOUT LIMITATION, LOST PROFITS
# OR THE INABILITY TO USE EQUIPMENT OR ACCESS DATA, WHETHER SUCH DAMAGES ARE
# BASED UPON A BREACH OF EXPRESS OR IMPLIED WARRANTIES, BREACH OF CONTRACT,
# NEGLIGENCE, STRICT TORT, OR ANY OTHER LEGAL THEORY. THIS IS TRUE EVEN IF
# DCSCRIPTS IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN NO CASE WILL
# DCSCRIPT'S LIABILITY EXCEED THE AMOUNT OF THE LICENSE FEE ACTUALLY PAID
# BY LICENSEE TO DCSCRIPTS.
#
###########################################################################

Thank you for trying out our script.  If you have any suggestions, please direct
them to suggest@sitedeveloper.com


DCLinks98 contains following files:

1) dclinks98.cgi (755)		- main script
1) dclinks98admin.cgi (755)		- main admin script
2) dclinks98.setup (644)	- setup file
2) dclinks98admin.setup (644)	- admin setup file
3) dclinks98.htmlt (644) 	- template file
4) cgi-lib.pl (644)		- library file

5) linksdata.txt (666)	- guest database
6) count.txt (666)	- guest counter

-----------------------------------------------------------------
Setting up DCLinks98

Editing dclinks98.cgi - all you need to do is edit $path statement.
Try relative path.  That is

$path = ".";

If it doesn't work, just use the absolute directory path.

Editing dclinks98admin.cgi - all you need to do is edit $path statement.
Try relative path.  That is

$path = ".";

If it doesn't work, just use the absolute directory path.

Editing dclinks98.setup - you will need to modify most of the variables
defined in this file.

Editing dclinks98admin.setup - you will need to modify most of the variables
defined in this file.

-----------------------------------------------------------------
Installing DCLinks98

- Create a directory in your cgi-bin named dclinks98 and upload files 1-4
- Chmod dclinks98.cgi and dclinks98admin.cgi to 755
- Create a sub directory under dclinks98 named Data and set permission to 777
- Upload linksdata.txt and count.txt and set permission to 666

- Make sure you use ASCII mode when you transfer these files
- Make sure your data directory is set to 777

------------------------------------------------------------------------
Customizing DCLinks98

- You can easily edit dclink98.htmlt file to customize this links pages...
- Be sure not to mess up various variables in this file...These are:

$HEADER
$SUB_HEADER
$HTML_OUTPUT

- If you want to modify even more, you must edit dclinks98.cgi script

THAT's ALL FOLKS>>>>

-----------------------------------------------------------------------

To view your links, user http://www.yourdomain/cgi-bin_path/dclinks98.cgi
To view your links, user http://www.yourdomain/cgi-bin_path/dclinks98admin.cgi

-------------------------------------------------------------------