Menu

Just3Files PHP Photo Gallery / News: Recent posts

bug cleared - URL escape problem

some of the photo can't be displaced because escape characters such as "&" is used in the photo file name. It is fixed in the next release.

Or, before the next release comes out, fix it yourself:

1. open index.php
2. replace this:
=============
$imgLink .= "<a href=\"$imageDirectory/$file\" onMouseOver=\"document.image$count.src='getImage.php?dir=$imageDirectory&
file=$file&size=300&orientation=$orientation&quality=high'\">
<img name=\"image$count\" src=\"getImage.php?dir=$imageDirectory&
file=$file&size=$photoSize&orientation=$orientation&quality=$quality\"></a>";
============
with this:
==================
$fileURL=urlencode($file);... read more

Posted by Judy Wong 2006-05-03

Just3Files PHP Gallery - pre-release ready for download

Just3Files Gallery is a PHP-based web photo gallery that simply let u view your folders of photos with its corresponding EXIF description (with autorotation and resize) by just putting in 3 files on your home folder! Template-base allows change of outlook.

Features:
- simple installation, minimum file space by just copying 3 files onto intended root folder
- no database involved, simply reads the EXIF description on the image file
- template based HTML, allows change of outlook
- auto-rotate according to EXIF data
- configurable resize with high quality vs fast loading display option

Posted by Judy Wong 2006-03-31
MongoDB Logo MongoDB