Web based photo gallery

Red Squirrel

No Lifer
May 24, 2003
70,128
13,560
126
www.anyf.ca
Anyone know of a good web based photo gallery that is php/mysql based? Something like imgur or similar, but that I can run on my own server.

Currently using Plogger, but it's flacky as hell, if I try to upload a picture that's too big nothing happens, at random it says files arn't found (when I'm actually tryng to upload files... what do you mean they're not found, I'm trying to upload them!)

I can probably code my own but just wondering if there's already something premade I can use that is reliable. I don't need ability to put comments or anything, I just like having a repository that's on a server I control and backup where I can upload pics that I want to share.
 

EOM

Senior member
Mar 20, 2015
479
14
81
I setup my own, it's very....VERY basic. It copies from the wifi SD card in my camera and syncs to my phone, which then pushes it to my server via FTP. It then resizes it and extracts EXIF data and puts it into a <tr><td> table for each picture. It's just a series of cron jobs running shell scripts. But, for what I want it works fine..... though EVERY SINGLE picture i take ends up there since it all happens automatically. Blurry, out of focus, etc.... :D I'd have to delete it manually to get it off the page.
 

Red Squirrel

No Lifer
May 24, 2003
70,128
13,560
126
www.anyf.ca
Yeah not finding much so I might end up just rolling my own. I think there are php libraries for doing image manipulation as well so doing the resizing and stuff should not be that hard. Basically I just want to be able to have it read a folder and process the images, or accept web form uploads. For a few pics I'll upload manually for a lot I'll upload via ssh.