PHP Photo browser and x-fading slideshow script...

unmanaged

New Member
Messages
13
Reaction score
0
Points
0
Ok I needed a way to show a time laps sequence of photos and I found this great (free) script for doing just that...

PHP Photo browser and x-fading slide show script has advanced features that are too many to list here..

The online configuration tool is ok but the script it generates is VERY well commented so any edits are super easy.

So have at it there is much to see and do with this one...


Here is the link...

http://panmental.de/public/programming_projects/Slideshow script in PHP/

Let me know if you use it and how you did...

Peace,
GavinG
:cool:
Edit:
I found one thing with this script...
You need to set this in your script as the automatic GD detection does not work due to phpinfo() being disabled and will generate a error log file that will get bigger and bigger...

$GD_WORKAROUND="newGD";

Set it that way and it will stop the error log file

Peace,
GG
 
Last edited:
Top