README - YAIG (Yet Another Image Gallery)
------------------------------------------------
Filename: yaig_v1.0.zip
Date: 9-29-01
Version: 1.0
By: Kelli Shaver
Website: http://www.kellishaver.com
------------------------------------------------
Introduction
------------------------------------------------
YAIG is quite simply another PHP-driven image
gallery script for use on web sites. It is very
basic and requires no SQL, storing all required
image data in one text file, and placing the
images themselves into directories you specify.

Like many of my scripts, it is intended to be
easy to set up and use. It is not overly packed
with features at this point, but it gets the job
done in an easy and visually pleasing manner.

------------------------------------------------
Install & Configure
------------------------------------------------
To install YAIG on your server, simply unzip
the contents of the package onto your hard drive.
They should automatically be placed in a folder
named "gallery". If not, create one and put all
the files in it.

Next, upload this folder to your website, and
CHMOD it to 777.

Now, to go ~yoursite/gallery/config.php and
fill out the form, providing the necessary
information, as requested. Once you are done
save changes and you're ready to use the script.

------------------------------------------------
Using YAIG
------------------------------------------------
Once you have configured the script, you can
then go to admin.php and begin adding images.

This is a rather self-explanatory process, and
you can add as many as you like.

Once you are done adding images, they can be
viewed from the index.php page. 

------------------------------------------------
Known Bugs
------------------------------------------------
This script does NOT work oh servers running PHP
in SAFE MODE.

Occasionally, when uploading file when using a
slow connection, or when the file is very large,
an extra blank line gets inserted into the image
data file. To get rid of this, simply check the
checkbox beside the blank line and click "Delete
Checked" on the admin page. 

------------------------------------------------
Contacting Me
------------------------------------------------
If you encounter an error with the script, I
will be glad to help you, however, please do a
little research before contacting me.

"No such file or directory" errors mean that you
probably haven't set a path correctly, and
"Permission denied" errors mean that you haven't
CHMOD'd something (like the gallery directory)
properly. -- Guess what. These are user errors,
not script errors, so please don't contact me
about them, because I probably won't reply. I
don't mean to be rude, but I am a very busy
person.

------------------------------------------------
File LIst
------------------------------------------------
/gallery
.. admin.php
.. config.php
.. gallery_functions.php
.. index.php
.. README.txt
.. style.php