• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Web based photo gallery

Red Squirrel

No Lifer
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.
 
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.... 😀 I'd have to delete it manually to get it off the page.
 
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.
 
Back
Top