########################################
#         Image Gallery v3.4           #
#--------------------------------------#
# All files are copyright of dbgtn.com #
# and the script owner Dean Shelley    #
#--------------------------------------#
# Contact information:                 #
#--------------------------------------#
# Email: EvildogUK@aol.com             #
# Site: http://www.dbgtn.com           #
# AIM: EvildogUK                       #
#--------------------------------------#
# I would appreciate it if you kept    #
# the link up just to trace how well   #
# the script is doing                  #
########################################

########################################
# Before we Begin                      #
########################################
You need to have PHP installed on your server.
Read through the installation, it should be easy to understand
You will need to chmod the directory gallery.php is in and all the directories inside
of that if you plan to use the admin feature.
Security note: You will need to change the password on the first few lines of gallery.php
other wise people will just use the default password "cookiemoth" and delete all your pics
You can change the name of gallery.php, all funtions will work not matter what its called.

########################################
# Installation                         #
########################################
1. Upload all the files to that folder except for ReadMe.txt to the directory where
your images you want to display are, chmod that directory to 777
2. Create a set of thumbnails for each picture with the same file extenstion and same
filename except have 'tn_' before it(you can change this by changing the $key variable in
gallery.php), so for example:
dog01.jpg becomes tn_dog01.jpg

########################################
# Admin                                #
########################################
You can now add pics, delete pics using the new admin system in this version!!!!
The login field is located at the bottom of the screen, as is the upload field.
You can turn the admin options off at the top of gallery.php
Also you can create directories and those directories will automatically be
chmoded to 777!

########################################
# Formatting                           #
########################################
To edit the Headers and footers open up header.inc to edit the header
and footer.inc to edit the footer.
I have set this script up so you can change the colors and
stuff, cool eh?
Just go to the top of gallery.php and change the variables!

########################################
# Bug Report / Suggestions             #
########################################
If you see any bugs with this script please report them to
evildoguk@aol.com or if you have any suggestions do the same