Posted on: 09/28/03 11:08am
By: Anonymous (Francesco)
I have been trying to get this info on the forum by doing several searches but I was not successful. I apologize if this question has already been answered.
My web host is weird. They host my website on a win2000 server and they have PHP + MySQL but they don\'t want to install any php graphic library and don\'t allow me to do so. BUT they are cheap (~30$/year) and they give UNLIMITED space, so changing host is NOT a solution.
My question is: if I provide for each picture a large version and a thumbnail version is it possible to use any existing gallery plugin and make it working? I really hope there is a way. Thanks!
FG
Re:No graphic PHP library installed
Posted on: 09/28/03 05:37pm
By: destr0yr
changing hosts is always a solution

i use these guys:
www.onehost.ws
$3.90/mo - unlimited storage
Re:No graphic PHP library installed
Posted on: 09/28/03 08:33pm
By: Anonymous (Francesco)
That sounds very cheap. I see that youhave 4images on your website (by the way gorgeous girls you have there!!!) therefore I assume that your host has the library already installed, is that so?
Re:No graphic PHP library installed
Posted on: 09/28/03 08:46pm
By: destr0yr
[QUOTE BY= Francesco] That sounds very cheap. I see that youhave 4images on your website (by the way gorgeous girls you have there!!!) therefore I assume that your host has the library already installed, is that so?
[/QUOTE]
Yes, i do have 4images and it is using ImageMagick which
is installed on the server. I also have Gallery setup
here, again using ImageMagick.
Generally it gets installed to /usr/X11R6/bin/, and for GL, just specify
$_CONF[\'path_to_mogrify\'] = \'/usr/X11R6/bin/mogrify\';
Re:No graphic PHP library installed
Posted on: 09/28/03 11:47pm
By: r_f_o_t
[QUOTE BY= Francesco]My question is: if I provide for each picture a large version and a thumbnail version is it possible to use any existing gallery plugin and make it working? I really hope there is a way. Thanks![/QUOTE]
Give
MIG a try.
You can see it in action on our site.
HTH
Chuck