Skip to content

LizzyFleckenstein03/dirlistozxa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dirlistozxa

A simple directory lister script in PHP that will show the files and directories in a directory, along with their modification date and size. Image thumbnail previews are also supported.

Setting up

To set up, set the PHP file to be the index file, if no index.html or index.php exists in the directory. An example for nginx would be:

index index.html index.php /dirlistozxa.php;

You need to also move the .dirlistozxa/ folder into the root of the site, such that it is accessible at /.dirlistozxa/.

To optionally generate image thumbnails, use the gen-thumbs script. Requires Imagemagick to be installed, it will generate thumbnail files into /.thumbs/. If the script can't find any thumbnail for an image in /.thumbs/, it will just fall back to the generic file image.

License

dirlistozxa is licensed under the AGPLv3 license.

About

directory lister script, apache-like

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 84.8%
  • Shell 15.2%