Menu

freePHPgallery / News: Recent posts

freePHPgallery 2.0 released

A new freePHPgallery version was released today.
Have a look at the sample installation: https://freephpgallery.sourceforge.io/2_0/

Features of version 2.0:

  • Designed for mobiles, tablets and desktop computers
  • Added ability
    for admins to add/remove users and set/change their password
    for all users to change their password, set their preferred language and choose if all albums should be shown to them or only their own albums
    to add all kind of files
    to convert video files if ffmpeg is installed on the server
    to import files from another freePHPgallery-installation
  • If ffmpeg is installed on the server videos can get an pre-image taken from the middle of the video
  • Albums can be set to private. This albums are not shown to guests and other users (admins can see all)
  • Links to private albums can be shared. Anyone who has this link can see this private album until the browser is closed
  • The user profile settings and the private files and folders can be addressed by https (SSL/TLS), if your server supports it
  • Albums can be displayed as gallery (= as before) or as an explorer-list, with a click on the name of the album
  • All gallery-files are obfuscated and protected against unauthorized access. The delivery of the files can be managed by PHP (./fileserver.php) or over the server (see comment/instruction in ./modules/rewrite_map.php)
  • Clicking on the left or right side of the shown single item will lead you forward or backward in the gallery, clicking twice at the center will show the file in a new browser window at full size - finger gestures are supported
  • Small basic design changes in comparison with the previous version 1.5
  • Left sidebar can be hidden and shown again
  • The code was made more modular. Now there is only one file (index.php) that manages everything. The different tasks are done by modules
  • Access and Cache-Control are set by .htaccess-files
  • The whole code was patched against server error log entries
Posted by Detlef Pilzecker 2018-12-09

freePHPgallery 1.4 released

freePHPgallery 1.4 has just been released.

It features:
Automatic creation of thumbnails
Headlines and captions
Comments on pictures
Spam protection for comments
Administrative functions (deletion of pictures/albums/comments, renaming and merging albums)
Webform uploading of pictures
Configurable thumbnail size, amount of colums and rows, comments per page etc.
Multiple languages
No database or any other additional software required... read more

Posted by Thomas Wydra 2012-11-23

freePHPgallery 1.3 released

A new version of this gallery has just been released. Have a look at the sample installation at: http://diyundso.de/gallery/

The gallery now features:
Automatic creation of thumbnails
Headlines and captions
Comments on pictures
Spam protection for comments
Administrative functionality (deletion of pictures/albums/comments)
Webform uploading of pictures
Configurable thumbnail size, amount of colums and rows, comments per page etc.
Multiple languages
No database or any other additional software required
Valid HTML and CSS

Posted by Thomas Wydra 2012-11-16

freePHPgallery 1.2 released

freePHPgallery 1.2 has just been released.

Main changes are that deprecated php functions eregi(), eregi_replace(), and split() have been substituted.

Posted by Thomas Wydra 2012-06-07

freePHPgallery 1.1 released

Version 1.1 of freePHPgallery has just been released.

It offers a few new useful features. Please have a look at the changelog for more detail

Posted by Thomas Wydra 2008-10-14

freePHPgallery 1.0 released

freePHPgallery 1.0 has just been released. It has a lot of new features listed below:

Changes of version 1.0 (compared with version 0.7)

-> Added features:
-> Admin-area feature:
* Deletion of single comments
* Deletion of single pictures
* Deletion of albums
* Uploading images (you can aswell disable it in the config file)
* Possibility to set an image caption and title as admin

-> General features
* Displaying of number of comments available at picture index
* Displaying of comments on multiple pages (number is configureable)
* Possibility to disable displaying of EXIF infos in config file
* Possibibility to use GIF and PNG files aswell
* Design impovements
* Smart "back" links... read more

Posted by Thomas Wydra 2008-06-13

freePHPgallery 1.0 beta has been released

Version 1.0 beta is a sweeping update of version 0.7.
Its new features are:

-> Admin-area feature:
* Deletion of single comments
* Deletion of single pictures
* Deletion of albums
* Uploading images (you can aswell disable it in the config file)

-> User features
* Displaying of number of comments available at picture index
* Displaying of comments on multiple pages (number is configureable)
* Possibility to disable displaying of exif in config file
* A few other small handy improvements, e.g. "intelligent" back-links.

Posted by Thomas Wydra 2008-06-10

freePHPgallery: 0.7 released

freePHPgallery is a easy-to-use free PHP picture gallery. Automatic creation of picture indexes with thumbnails, commenting function, selection of multiple languages. This software does not NOT require a database or other additional software.

Version 0.7 has just been released, it features a few changes of style and fixes some tiny optical errors.

Posted by Thomas Wydra 2008-06-05

Security fix

In version 0.6 of freePHPgallery, there was a security problem, that made it possible to externally include files form outside of the "lang" directory by manipulating a cookie. If this is done in version 0.6.1. no files outside that directory won't be included anymore.

It's sufficient to replace the following files:
comment.php
show.php
index.php

Posted by Thomas Wydra 2008-02-15