Web Hosting Talk







View Full Version : PHP Image Gallery Script recommendations?


kreativ
08-03-2002, 10:58 PM
[Edited]
There's a staggering amount of free php image gallery scripts available. Concensus seems to be that the two best (or at least most popular) are:
1. Gallery
2. 4images

Which one can integrated into an existing html template with the least fuss?

dandanfirema
08-03-2002, 11:52 PM
4images seems very good. It is free for non-commercial use. Just wanted to make that clear just incase you had something different in mind. Please pm me if you want a sample.

FloHost
08-03-2002, 11:55 PM
I would go with 4images

Barbara
08-04-2002, 12:32 AM
Gallery was very easy for me to set up. PM me if you want a sample.

Chicken
08-04-2002, 12:37 AM
4images looks very nice but the site is in German (I believe). Is there an English version of the site and are the install and info pages, as well as the cp, etc., in German as well? Also, URL to 'Gallery' please. I'm looking for something simple to display photos of the McNugget for the parents. Nothing fancy.

Rochen
08-04-2002, 12:39 AM
You mean to tell us you don't speak German Chicken? :D

Chicken
08-04-2002, 01:13 AM
As I continue to teach 3rd graders, my English skills have decreased, let alone my German. If you don't know what I mean, try interacting everyday with people who verbally murder the English language for a few years, and then try to talk to someone. I've caught myself saying...

"I goed to the park." and "She be feeling bad."

Maybe if I try picking up German I can move there and start over... ;)

MBC
08-04-2002, 01:22 AM
I have used MIG and Gallery. Mig is really plain and needs a little attention to look good. Gallery has so many options that it's not funny and it's almost as easy to install as MIG. I am sure you have seen a ton of galleries, but here is a MIG and Gallery version. I changed some of the default colors and Icon on MIG / Gallery is default minus red borders. This was just a test for an upcoming project http://www.3mbc.com/mig/index.php (MIG) http://www.3mbc.com/gallery/index.php (Gallery)

TrishM
08-04-2002, 01:48 AM
4Images does have English instructions. I used it..if it was in German, I wouldn't have :)

Rochen
08-04-2002, 01:51 AM
Originally posted by Chicken
As I continue to teach 3rd graders, my English skills have decreased, let alone my German.
Aww well, not to worry, we wont hold it against you :D

neil
08-04-2002, 02:03 AM
I really like gallery because it has the "gallery agent" or something like that. which is a program that you download to your local computer and can use to upload pictures. (pretty much you just drag and drop the picture files and click upload) This makes it really easy and quick to upload multiple files.

ho247
08-04-2002, 06:11 AM
The newer version of Gallery (http://gallery.menalto.com/) has so many impressive features, one of them being the slideshow, where you can have different options as to how the next picture comes in etc. 4images is quite good, but I would still recommend Gallery.

Alan

kreativ
08-04-2002, 07:43 AM
Here are the links to the top 2 choices:

Gallery - http://gallery.sourceforge.net/
4Images - http://www.4homepages.de/

Gallery uses flat-file database and NetPBM
4Images uses MySQL database and ImageMagick

Is one easier to drop into an existing HTML template than the other?

Perfecthost
08-04-2002, 09:14 AM
Hi Chicken-

I use the Google browser toolbar and had it translate the 4images site. It did a pretty good job (this time).

-Lamar

1upromo
08-04-2002, 09:26 AM
http://www.photopost.com/
http://gallery.menalto.com/modules.php?op=modload&name=News&file=index
http://photoframe.sourceforge.net/

For the present 3 scripts

Have nice day
:)

Perfecthost
08-04-2002, 10:47 AM
Photopost really looked good...until I saw the $149 price tag. It looks nice, though.

-Lamar

Lain
08-04-2002, 10:16 PM
Hi, I use 4images for one of my sites, and it's very convenient, as it doesn't need any extras such as NetBPM to actually work (as with the Gallery script). However, for stuff such as thumbnailing, there is support for GD, ImageMagick, or NetBPM if your server has those installed.

In the downloads section, there is an English language pack that you can upload to your lang directory. After you have installed the script, log into your Admin CP and in the left frame scroll down to Allgemein. Click on "Einstellungen". Under "Ordner der Sprachdateien wählen" switch to English instead of Deutsch. It is a very nice set-up and I'm able to understand the basics, even though I don't know German :)

The one complaint about this script is that there isn't just one header, so if you have to alter a couple of things (as I did), there are a bunch of templates you have to edit.

24Host Tech3
08-05-2002, 01:20 AM
Photopost is nice. I bought it the other day... so still lots to do yet, but I like it. Free would have been nice too, but.. :) One of the features I really like, it can integrate with several types of php forums, and you can set disc space limits for user accounts. Oops, thats two reasons. :D

Perfecthost
08-05-2002, 01:28 AM
Originally posted by 24Host Tech3
Photopost is nice. I bought it the other day... so still lots to do yet, but I like it. Free would have been nice too, but.. :) One of the features I really like, it can integrate with several types of php forums, and you can set disc space limits for user accounts. Oops, thats two reasons. :D

Yeah, I like the feature that allows integration with a php-based forum also.

-Lamar

Studio64
08-05-2002, 02:04 AM
Really depending on your needs I actually suggest to build your own...

Thats really how I got started programming PHP...

I had a personal site that I ran that has photos from all of our parties... I designed and built my own system using PHP and MySQL to cycle and display photos and allow comments by logged in user to each photo as well as personal favorites sections...

Quite frankly it wasn't that hard after you get the hand of it and it's custom tailored to your own needs.

By doing this, aside from creating your own solution, you also learn a new skill...

FrankXel
08-05-2002, 02:40 AM
Studio64, could you tell me how long it costs you building your own...? If it is not very time consuming, I would like to make my own one too. :blush:

jhcashman
08-05-2002, 09:36 AM
Gallery is VERY good! easy to setup, sooooo many features, and its FREE!!!! Looks good two and is very good if u want to have many people being admins. :stickout

Studio64
08-05-2002, 03:22 PM
Originally posted by FrankXel
Studio64, could you tell me how long it costs you building your own...? If it is not very time consuming, I would like to make my own one too. :blush:

Well... Everything including beta testing for the basic functions took approx 2 weeks of 1-3 hours a day...

A Sample MySQL Table would be

dir
-- ID, name (string of name of directory)

file
-- ID, dir (reference to dir ID#), file (string of file name)

user
-- ID, name, pass, verify (a randomly generated string to verify authentication. I'd use session control now if I were to re-do it)

favs
-- ID, UID (user ID that owns the fav), PID (ID of picture)

comment
-- ID, PID (ID of photo that is commented), UID (user that commented), Date, Time, Comment


If you have any other question I'd be more than willing to point you to the answer or lend you peices of my code.

WebSnail.net
08-05-2002, 09:23 PM
Originally posted by Perfecthost
(Quote: re: photopost)

Yeah, I like the feature that allows integration with a php-based forum also.
Just to point out that there's a mod that integrates Gallery with phpBB2 as well. (here) (http://www.snailsource.com/files/)

MadCool
08-06-2002, 01:14 AM
Hmmm is any of these scripts as good as imagefolio? I love Imagefolio.. just that it's causes a server load once in a while.

kreativ
08-12-2002, 03:27 AM
For users of Gallery or 4Images, can they integrate easily into an existing html template?

WebUser
08-12-2002, 04:08 AM
4images is very good ( alot of features) . Download the English package .

jhcashman
08-12-2002, 11:30 AM
Originally posted by kreativ
For users of Gallery or 4Images, can they integrate easily into an existing html template?

Gallery = YES!!!:stickout

Terry
08-12-2002, 09:02 PM
Write one yourself...takes a little while but you don't have to pay anything and you learn while doing it.

Terry