Files

https://www.files.gallery/

https://demo.files.gallery/

Files is free to use with basic features. To remove the license-popup and unlock additional features, you may purchase a license [$39] from within the app.

https://news.ycombinator.com/item?id=30233635

Alternatives

A few alternatives have already been mentioned here; yet another one: https://larsjung.de/h5ai/ reply
My favorite one for years of sharing files. This dev also has others cool tool. Check it out on his Github page https://github.com/lrsjng

I used https://github.com/Jack000/Expose a couple of times. Advantage: it generates a static site. Disadvantage: it must be customized almost certainly. It’s a bash script.

I use https://sye.dk/sfpg/ myself, another single-file PHP photo gallery. It’s less polished, but it’s free.

What is Files app?

Files is a single-file PHP app that can be dropped into any folder on your server, instantly creating a gallery of files and folders. It supports all file types and allows you to preview images, video, audio and text files.

Getting Ready for PHP 7 | DigitalOcean

2015 has been an important year for PHP. Eleven years after its 5.0 release, a new major version is finally coming our way! PHP 7 is scheduled for release before the end of the year, bringing many new language features and an impressive performance boost. But how will this impact your current PHP codebase? What really changed? How safe is it to update? This post will answer these questions and give you a taste of what’s to come with PHP 7.

Source: Getting Ready for PHP 7 | DigitalOcean

Increasing memory allocated to PHP

Increasing memory allocated to PHP

I needed to do this when I got blank screens after installing Buddypress

source: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

Also released with Version 2.5, the WP_MEMORY_LIMIT option allows you to specify the maximum amount of memory that can be consumed by PHP. This setting may be necessary in the event you receive a message such as “Allowed memory size of xxxxxx bytes exhausted”.

This setting increases PHP Memory only for WordPress, not other applications. By default, WordPress will attempt to increase memory allocated to PHP to 40MB (code is at beginning of wp-settings.php), so the setting in wp-config.php should reflect something higher than 40MB. Read More