Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi Friends!!!
I put snif (http://www.bitfolge.de/snif-en.html) to manage my downloads folders. Now I need to install GDlib 2.0+ for snif work in my images folder.
Does it's possible to install GDlib 2.0+ in DSMg600?
Thanks
Jefferson
Last edited by jeffersonr (2007-03-31 22:43:24)
Offline
I believe it is php script you are using. So simply use php binary which have libgd built in.
For example php-gd from http://dns323.kood.org/downloads/php-4.4.4.tar.bz2
Offline
Thanks Mr Sala for the help. But my problem is, when access my folder of images,
the thumbs is not shown, as shown in this example(http://www.bitfolge.de/imagepopup.php?f … allery.jpg).
In main index.php have the fellow indication:
* Automatically generate and display thumbnails for image files. This
* feature requires GDlib 2.0+.
Thanks again.
Jeffersonr
Offline
yes, and php has it built in already if you are using right binary (look <? phpinfo(); ?> for details)
gdlib is just .so file and don't make any thumbnails by itself.
Offline
Few things to check.
First, make sure the index.php file under configuration you have $useAutoThumbnails = true; and if you have cached thumbnails make sure your permissions allow for the .sniffthumbs folder to be created and wrote to, in every directory.
Second, do a test on a folder that only has 1 or 2 images in it. The DSMG600 processor is not fast enough for this feature of snif IMHO because it can take minutes to process a single photo.
If after these things you still don't see images, check your phpinfo as Sala mentioned to make sure your using the php with gd support.
I can verify first hand that, although slow, Snif does work with the software supplied on Sala's download area.
Offline