Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: PHP Photo Gallery

    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]

    Tom Lee Guest

  4. #3

    Default 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

  5. #4

    Default Re: PHP Photo Gallery

    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,
    --
    __________
    |im |yler [url]http://timtyler.org/[/url] [email]tim@tt1lock.org[/email] Remove lock to reply.
    Tim Tyler Guest

  6. #5

    Default 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

  7. #6

    Default 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

  8. #7

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139