This
is a PHP script that enables you to serve pictures, videos, sounds,
etc. over the web. THe author writes "I wrote it to allow my family to
look through my (huge) collection of digital camera pictures and family
videos." This is a single PHP 4.x script that has directory browsing
and picture viewing built-in. It can use frames, be configured not to
use frames, or you can allow your client to choose. The source code is
heavily documented and almost everything is easily configured without
needing to know much (or anything) about PHP, and the configuration
section at the top of the script is separate from the real code that
does the HTML generation. It should be easy to customize as well, and
is designed to be very flexible and extensible. It has been tested and
developed on both NT and Linux, so it should work equally well on both
platforms. |