Copyright (C) 2009 Linkdesign This program is free software and you can redistribute and/or modify it for private use ONLY. WHAT IS THIS? Simply: This script is a simple gallery that shows all images that are located in the directory of your choise and all subdirectories if you like to show those. Script creates thumbnails in "thumbz" folder if those doesn't exist allready. Using JPEG and PNG file types! No database needed, no admin script, upload images via FTP or some uppload script. REQUIREMENTS? 1. Computer. 2. Webserver(IIS and Apache are tested). 3. PHP 4 or higher. 4. GD 2 or higher. INSTALLATION: Upload your files to webserver. Edit "config.php" to fill your needs as: Title, number of pictures per page, location and name of *.css file, etc. Then you just go: Ex: http://localhost/pictures/index.php SOME WORDS ABOUT SCRIPT: Thumbnails size table : 1. Original less then 150px (width) thumb = orginal. 2. Original more then 150px (width) and less then 650px thumb is original / 6. 3. Original more then 650px (width) and less then 1200px thumb is original / 8. 4. Original more then 1200px (width) thumb is original / 14. or you can sett your own size for thumbs like this: $dst_width = 103; $dst_height = 77; OBS! Those values can be changed in thumbz.php file. If you'r good with CSS you can e-mail a CSS styles to: fuad.sabanovic@gmail.com For changelogg and updates visit: http://www.linkdesign.se I hope you'll enjoy this script!!!!