topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 10:41 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: enhanced simple php gallery  (Read 6157 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
enhanced simple php gallery
« on: March 31, 2006, 03:52 AM »
i found this while looking for something dead simple to let me upload pictures and show them without needing to do any configuration at all; it simply reads files in a directory and shows them;  add more files and there they appear automatically.
works well and free.

http://www.quirm.net/category.php?id=14

An enhanced version of Simple PHP gallery.
The original Simple PHP Gallery created by Paul Griffin has been extended by a number of people, myself included. I have packaged this together to form the enhanced Simple PHP Gallery.

Features of 1.7
Automatic thumbnail generator
Automatic pagination
Ability to edit names, descriptions and alt attributes online
Ability to upload images online
Valid XHTML 1 Strict Mark-Up
Ability to delete individual images and directories
Comment system
Random thumbnail next to category
Ability to change thumbnail quality
RSS Feed (undocumented, check files for info.)
Language File
and more...


test gallery: http://www.quirm.net/espg-gallery/



nudone

  • Cody's Creator
  • Columnist
  • Joined in 2005
  • ***
  • Posts: 4,119
    • View Profile
    • Donate to Member
Re: enhanced simple php gallery
« Reply #1 on: April 04, 2006, 03:02 AM »
nice.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: enhanced simple php gallery
« Reply #2 on: April 04, 2006, 03:19 AM »
there are probably a million of these things (hell allen whipped one up by hand for codycards!) and it's not the most beautiful, but it does work and requires almost no configuration, uses no database, and automatically caches thumbnails, so its useful for quickie stuff.

housetier

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 1,321
    • View Profile
    • Donate to Member
Re: enhanced simple php gallery
« Reply #3 on: April 04, 2006, 10:52 PM »
At my screenshot "site" I use QDig, which was recommended by someone in the dc irc channel. It seems to work okay; if it seems slow: that's my poor upstream bandwidth and not the script.

Whenever I want to show a screenshot, I press window+s (mod4 or hyper on unix-like systems) which will execute a script. The script waits 5 seconds, then takes a screenshot and stores it in the directory from which qdig is being served. The delay is needed so I can open context menus and other gui widgets that are somewhat reluctant to pass through keyboard events they can't handle themselves.