##############################################################################
# Easy Logger                   Version 1.0                                  #
# Copyright 2001 DotDragNet     burt@dotdragnet.co.uk                        #
# PHP, Flash, ASP and Perl from http://www.dotdragnet.co.uk/                 #
##############################################################################
# This script is copyright 2001, burt@dotdragnet.co.uk www.dotdragnet.co.uk  #
#                                                                            #
# COPYRIGHT NOTICE                                                           #
# Copyright 2001 DotDragNet.co.uk  All Rights Reserved.                      #
#                                                                            #
# This script may be used and modified free of charge by anyone so long as   #
# this copyright notice and the comments above remain intact.  By using this #
# script and its associated files, you agree to indemnify DotDragNet and all #
# other interested parties from any liability that might arise from it's use.#                                                 #
#                                                                            #
# Selling the code for this program without prior written consent is         #
# expressly forbidden.  Obtain permission before redistributing this         #
# script over the Internet or in any other medium. In all cases copyright    #
# and header must remain intact.                                             #
#                                                                            #
# DotDragNet also requests that should you make any improvements to this     #
# script, please be kind enough to let us know so that we may improve ours   #
# for the rest of the people who use it.                                     #
##############################################################################

This script is an easy to setup PHP Webpage Logger script.

You _DO_NOT_ need to make any changes to the actual logging script itself
(logfile.php).  All changes need to be made to the configuration file
(config.inc.php)

The config file is self explanatory, and should cause you no real problems.

THE USER MUST:
    1. Create and upload a blank text file named whatever you have named it
       in the config file.
    2. Set CHMOD 777 on the text file

INSTRUCTIONS:
    1. Include the script on each and every page you wish to log, using this
       syntax:

       <? include("logfile.php"); ?>
       
    2. The script will now log all external referring pages to your text file.
    
TO DO:
    1. Add MySQL capability.  Will do this sometime (when I have time).

CHANGELOG:
    v1.0 First version.

~

That's it!  Easy!

Having problems with this script ?  Got suggestions for improvements ?
Check out the dotdragnet Web Builder forum. Please bear in mind that this script
may be a bit buggy ;)  Remember to check back on a regular basis as we will be
releasing new versions of this guestbook constantly.

http://www.dotdragnet.co.uk
