How to install?
Put your pictures in different directories, every directory is an album
Put the GRSlideShow file in your albums parent directory
Copy one of the
examples to your index.php
Thats it!
permission denied?
In order for GRSlideShow to work properly the script needs permissions to create direcotires and write files...
Make sure that write permissions are granted to the parent dir and to the album dirs, so that GRSlideShow can create thumbnails and other files that are needed.
How can I access the admin page?
The Admin page in any GRSlideshow script can be rached by adding
admin=1 to the URL.
Example:
my-pictures.php?admin=1
Why is the slideshow slow?
Make sure you have enabled the 'resize image' feature in the admin page. without this feature, the original files are used for slideshow and when using large files over the internet, it might take a few seconds till a picture is loaded.
Why aren't my images resized?
Check the permissions of your directories and make sure that new subdirectories can be created. These are needed for holding thumbnails.
Also, make sure that your original files have write permissions to that they can be rpelcaed with the resized files.
got error: "Can not open ./GRSlideShow.log for writing"
This happens when there are no write permissions to the parent dir.