/*
   Slide show written by Kyoorius 8/2/00
   Use and modify if u like.
   kyoorius@techfreakz.org


Requirements:   PHP with GD and jpeg support.
                See http://www.php.net:8000/manual/en/html/ref.image.html
                if you don't have it built in.


Usage:

Drop this script into a web acessible directory with lots of pics.
chmod a+w the directory, then fetch the script using your web browser.
The first time the script is run, it will create a ./thumbs directory,
build all the thumbnails, and place them into this directory.

A "descriptions" file will also be created. Modify this file to change
the order of your pics, or to add comments.

Example of descriptions file:
title=DEFCON 9 (aka Hax0rpalooza)<br>Blablablabal, Title goes here
upurl=http://www.blalbla.com/com (takes you to another url which you specify)
P1010002.jpg,Some people standing around
P1010006.JPG,more people standing around
P1010007a.jpg,blabla picture description
...


The thumbnails may take a while to build depending on the number/size
of pics and the speed/power of your server.

After it's all done, you may want to "chmod 755 <webdirectory> -R" to secure
things up.

If you add new pics, you can add the filenames to the "descriptions" or
delete the "descriptions" file to rebuild everything in the directory from
scratch.


*/
