Hi.
I've installed your gallery but it doesn't work.
I didn't changed something so it's original.
1. It didn't find the folders tempgallery in "images" and "imagethumbs", so i made this folders an changed them to 777.
2. Now i get the following Error: Warning: getimagesize(): Read error! in /home/www/web1/html/e2/getfolders.php on line 103
3. Upload doesn't work
Here's my config.php:
--------------------------
<?php
//Define the folder where your photos will be placed on you server.
//Relative to the path you place the galery index.php
$gallerypath="images"; //EX. images or ../gallery/images no trailing slash needed
$thumbpath="imagethumbs"; //EX. images or ../gallery/images no trailing slash needed
$transitionspeed="500"; //How fast you want the animations to render
$fadespeed="300"; //How fast you want the photos to fade in and out
$users[]="admin"; //Username for accessing image uploader
$passw[]="12345"; //Password to access image uploader
?>-----------
I've installed the script in /e2 of our webpage
