Just point your browser at it
e.g.- http://www.yoursite.com/cgi-bin/photo/index.cgi
If you get an internal server error, run it from command line so that you can see what
is going wrong. See my FAQ on my script page for more info.
You may also use the web based administration (if installed) by pointing your
browser at:
http://www.yoursite.com/cgi-bin/photo/protected/manage.cgi
11.23.2000
Initial release.
11.28.2000
Added commenting section and a few new settings in sitevariables.pl Added a
few more images to site images. Fixed back button to work even after comments.
11.28.2000
Fixed space in filename issue (hopefully) there were many bugs here to squash.
Changed location of descriptions to descriptions/ sub directory under the
album. This is more organized.
11.29.200
MAJOR changes.
Added manager.cgi in protected/ and all of its features
Added shutterfly.com support.
Added many new variables in sitevariables.pl
Added wrapping if the number of albums goes over the
albums per row variable.
12.03.2000
fixed bug when reporting the height to shutterfly.
fixed a few bugs and enhanced security in manage.cgi
(I still think manage.cgi should be as proetected
as you can make it in order to be safe)
12.08.2000
Changed to version 1.4. Added prev/next links and
thumbails for prev/next. Added width tag on preview images.
Changed image to a border table with rows. Removed the exact timestamp from
the images.
12.19.2000
Changed to version 1.5. A few asthetic changes including a smaller
date on each file in the album. Added check for empty directory name.
Moved the directorycheck() sub to common.pl so that I could add it to the
manage.cgi. manage.cgi now also creates thumbnails that were unavailable before.
Added README.IMAGEMAGICK
12.30.2000
Added a link to the index.cgi to the manage.cgi.
Added maxWidth viewing option for visitors. Added a cookie to store the users
viewing preference. Changed background color and updated corner pictures.
1.10.2001
Major update to appearance. Added search.
1.28.2001
Version 1.8 Added support for movies. Still need to fix comments for movies.
5.27.2001
Version 1.9 Added email option for commenting. Fixed movie commenting.
6.11.2001
Version 1.95 Fixed issue where pictures with caps extention (.JPG) would
not show up.
7.17.2001
Version 2.0 Added subfolder support. Also updated the manager to
support subfolders. Changed the sorting of the folders. Using ping
now to get the resolution of the images instead of having to open
the image first (much faster).
7.22.2001
Version 2.01 Fixed the picture size returned from the 5.3.6 version
of image magcik when using the ping command. Added a new variable
called $old_imagemagick to sitevariables to specify which image
magick you have installed.7.22.2001
8.2.2001
version 2.02. New images for folders, buttons, arrows, etc. Added
comments to teh colors section of the setup to make it easier to see
what you are changing. Made the text color variable actually work
and change the color of the text in the menues.
8.4.2001
version 2.5. Complete overhaul of the way the script works. Re-wrote
the album display routine. Better support for any filetype. You can
now register filetypes using the %filetype hash in the sitevariables.pl
file. Also re-did the standard images used for buttons,logos, etc.
Also a complete overhaul of the manager script! Added support for
Image::Info to get the EXIF data stored by digital cameras.
8.10.2001
version 2.6. Major security fix! Now it dies if someone puts .. in the album
name they want to view! Fixed deleteing a picture to delete the picture
and all different sizes of it (manage.cgi). Fixed problem with spaces
in image names for older netscapes. Added alpha watermarking code.