The version of config i have is TWG version: 1.5.5 and I am not seeing anything on setting image.php - i do see a couple of areas it's mentioned:
$image_file_extension = "txt"; // new 1.4 - image.txt can be renamed to image.php - this can be useful because you can include php code in this file then and you can implement some logic to display some individual information for each file (in HTML and HTML_SIDE mode only - DHTML mode does not reload the page) - you can get the image name with the variable $image
$exclude_directories=array("CVS","thumbs","data.pxp"); // new 1.4 - You can enter directories here that are ignored in TWG
$disable_direct_thumbs_access=false; // new 1.4.1 - if you use private folders and really want to protect your images 100% you have to set this switch to true! then ALL images are loaded over the image.php and no thumbs are directly linked anymore - it is then possible to protect your cache as well. The optimized slideshow is then disabled because it does only work with the cache!
Should I be upgrading?
Thanks.
|