Ask a Question related to PHP Development, Design and Development.
-
nick #1
PHP Photo Gallery
After spending many hours trying to find a simple looking,
fast,dynamic php photo-gallery for my digital pictures, I decided to
code a my own.
Once installed, all you have to do is drop a new folder of images on
the server.
Dynamic thumbnails, slideshow are built in.
If your interested you can find/download it at
[url]http://fabbphoto.nickfabb.com[/url]
-nick
nick Guest
-
CMS Photo Gallery
I need to create a Photo Gallery for a client who wants access to change images in the albums. The gallery contains about 6 albums and I am not... -
PS web photo gallery
I'm new to "developing" - a term I use very roughly as I have such a surface knowledge. I just want to create a family site. I have CS2 - would like... -
Photo Gallery help
Hey how is everyone doing, I would appreciate it if someone can help me with a problem I am having. I want to do a photo gallery like the ones you... -
web photo gallery url
After a web gallery is created, how do I go about sending the link to the website? I'm on a mac with photoshop cs and the links created start with... -
Web Photo Gallery
Hi group ! To my great surprise, I created a Web Photo Gallery in about 3 minutes ! This option is amazing ! If you want to see the result, go... -
Tom Lee #2
Re: PHP Photo Gallery
nick wrote:
Did you look at Gallery? [url]http://gallery.sf.net[/url]> After spending many hours trying to find a simple looking,
> fast,dynamic php photo-gallery for my digital pictures, I decided to
> code a my own.
>
> Once installed, all you have to do is drop a new folder of images on
> the server.
> Dynamic thumbnails, slideshow are built in.
>
>
>
> If your interested you can find/download it at
> [url]http://fabbphoto.nickfabb.com[/url]
>
> -nick
Tom Lee Guest
-
nick #3
Re: PHP Photo Gallery
yes, I looked at (Gallery? [url]http://gallery.sf.net[/url]), its way too
cumbersome for my tastes. i prefer fabbPhoto
Tom Lee <tl_nntp@webcrumb.com> wrote in message news:<3f81ca1c@news.comindico.com.au>...> nick wrote:
>>> > After spending many hours trying to find a simple looking,
> > fast,dynamic php photo-gallery for my digital pictures, I decided to
> > code a my own.
> >
> > Once installed, all you have to do is drop a new folder of images on
> > the server.
> > Dynamic thumbnails, slideshow are built in.
> >
> >
> >
> > If your interested you can find/download it at
> > [url]http://fabbphoto.nickfabb.com[/url]
> >
> > -nick
> Did you look at Gallery? [url]http://gallery.sf.net[/url]nick Guest
-
Tim Tyler #4
Re: PHP Photo Gallery
In comp.lang.php nick <nfabb@yahoo.com> wrote or quoted:
I tried it on a unix PHP5 server - it crashed with:> After spending many hours trying to find a simple looking,
> fast,dynamic php photo-gallery for my digital pictures, I decided to
> code a my own.
>
> Once installed, all you have to do is drop a new folder of images on
> the server.
> Dynamic thumbnails, slideshow are built in.
>
> If your interested you can find/download it at
> [url]http://fabbphoto.nickfabb.com[/url]
Fatal error: Call to undefined function: imagecreatefromjpeg() in
/usr/local/home/httpd/vhtdocs/sprouting/fabbPhoto/fabbphoto.php on line 53
[url]http://sprouting.org/fabbPhoto/fabbPhoto_index.php[/url]
I tried it on a unix PHP4 server - it didn't seem to work - it gave a
"JavaScript error: run_ss not defined" when I tried to view the slide show.
[url]http://timtyler.freeshell.org/fabbPhoto/fabbPhoto_index.php[/url]
FWIW, both have safe mode off. There's a phpinfo() file nearby
if it might help.
Best wishes,
--
__________
|im |yler [url]http://timtyler.org/[/url] [email]tim@tt1lock.org[/email] Remove lock to reply.
Tim Tyler Guest
-
nick #5
Re: PHP Photo Gallery
Tim,
Do you have the GD(1.2+?) libs installed on your php server?
That is expected behavior if you dont have gd installed.
The Slideshow also would not work because the rest of the page does
not get a chance to load(where the "run_ss" function is located).
Most installations I have seen of php4+, have the gd libs installed.
-nick
Tim Tyler <tim@tt1lock.org> wrote in message news:<HMEJ12.Lo@bath.ac.uk>...> In comp.lang.php nick <nfabb@yahoo.com> wrote or quoted:
>>> > After spending many hours trying to find a simple looking,
> > fast,dynamic php photo-gallery for my digital pictures, I decided to
> > code a my own.
> >
> > Once installed, all you have to do is drop a new folder of images on
> > the server.
> > Dynamic thumbnails, slideshow are built in.
> >
> > If your interested you can find/download it at
> > [url]http://fabbphoto.nickfabb.com[/url]
> I tried it on a unix PHP5 server - it crashed with:
>
> Fatal error: Call to undefined function: imagecreatefromjpeg() in
> /usr/local/home/httpd/vhtdocs/sprouting/fabbPhoto/fabbphoto.php on line 53
>
> [url]http://sprouting.org/fabbPhoto/fabbPhoto_index.php[/url]
>
> I tried it on a unix PHP4 server - it didn't seem to work - it gave a
> "JavaScript error: run_ss not defined" when I tried to view the slide show.
>
> [url]http://timtyler.freeshell.org/fabbPhoto/fabbPhoto_index.php[/url]
>
> FWIW, both have safe mode off. There's a phpinfo() file nearby
> if it might help.
>
> Best wishes,nick Guest
-
Rafe B. #6
Re: PHP Photo Gallery
On 6 Oct 2003 11:22:41 -0700, [email]nfabb@yahoo.com[/email] (nick) wrote:
>After spending many hours trying to find a simple looking,
>fast,dynamic php photo-gallery for my digital pictures, I decided to
>code a my own.
>
>Once installed, all you have to do is drop a new folder of images on
>the server.
>Dynamic thumbnails, slideshow are built in.
>
>
>
>If your interested you can find/download it at
>[url]http://fabbphoto.nickfabb.com[/url]
Hmm. What's wrong with Gallery?
[url]http://gallery.menalto.com/[/url]
Works for me. Much more comprehensive
than yours, from what I can see. It was a snap
to install and trivial to create new albums.
Best feature about Gallery is that you can set up
multiple accounts to allow others to post their own
albums, sort of like a photo 'blog.
Here's an example implementation:
[url]http://gallery.backcountry.net[/url]
rafe b.
[url]http://www.terrapinphoto.com[/url]
Rafe B. Guest
-
addi #7
Re: PHP Photo Gallery
FYI, in my experience, I've noticed that the GD libraries, while included in
the php package and are convenient, they are slow and do not generate
sufficiently high quality thumbnails/resampled images.
php_imlib is the way to go, I've found. it's based on the imlib2 imaging
library - the latest version of php-imlib is located here:
[url]http://pp.siedziba.pl/en/pc_ln.php[/url]
The maintainer is very open to feedback - although he is quite busy. I can
probably code up a quick demonstrative sample to show the not-so-subtle
improvement in the image quality, if necessary.
James Addison
nick wrote:
> Tim,
> Do you have the GD(1.2+?) libs installed on your php server?
> That is expected behavior if you dont have gd installed.
> The Slideshow also would not work because the rest of the page does
> not get a chance to load(where the "run_ss" function is located).
>
> Most installations I have seen of php4+, have the gd libs installed.
> -nick
>
>
> Tim Tyler <tim@tt1lock.org> wrote in message
> news:<HMEJ12.Lo@bath.ac.uk>...>> In comp.lang.php nick <nfabb@yahoo.com> wrote or quoted:
>>>>>> > After spending many hours trying to find a simple looking,
>> > fast,dynamic php photo-gallery for my digital pictures, I decided to
>> > code a my own.
>> >
>> > Once installed, all you have to do is drop a new folder of images on
>> > the server.
>> > Dynamic thumbnails, slideshow are built in.
>> >
>> > If your interested you can find/download it at
>> > [url]http://fabbphoto.nickfabb.com[/url]
>> I tried it on a unix PHP5 server - it crashed with:
>>
>> Fatal error: Call to undefined function: imagecreatefromjpeg() in
>> /usr/local/home/httpd/vhtdocs/sprouting/fabbPhoto/fabbphoto.php on line
>> 53
>>
>> [url]http://sprouting.org/fabbPhoto/fabbPhoto_index.php[/url]
>>
>> I tried it on a unix PHP4 server - it didn't seem to work - it gave a
>> "JavaScript error: run_ss not defined" when I tried to view the slide
>> show.
>>
>> [url]http://timtyler.freeshell.org/fabbPhoto/fabbPhoto_index.php[/url]
>>
>> FWIW, both have safe mode off. There's a phpinfo() file nearby
>> if it might help.
>>
>> Best wishes,addi Guest



Reply With Quote

