Total Pageviews

Tuesday 19 July 2016

Directory Lister

Directory Lister is a simple PHP based script created to let you list the contents of a directory and all it's sub-directories and allow you to navigate there within. Just download and install Directory Lister to any web directory and have immediate access to all files and sub-directories under that directory.

We have extensively tested Directory Lister with all major browsers (and several non-major ones) to ensure the best experience for the maximum number of users. This ensures you and your users, no matter what browser they're using, will have the best possible experience when using Directory Lister.

Installation

The process to install Directory Lister is simple:
  1. Download and extract Directory Lister
  2. Copy resources/default.config.php to resources/config.php
  3. Upload index.php and the resources folder to the folder you want listed
  4. Upload additional files to the same directory as index.php
That's it! You should now see a directory listing when browsing to your directory.
Having trouble getting Directory Lister working?
  • Ensure you have the latest version of Directory Lister installed. The current version available is v2.6.1
  • Verify you have PHP 5.3 or later installed. You can verify your PHP version by running: php --version
Additional help is available via our mailing list at Directory-Lister@GoogleGroups.com

项目地址:https://github.com/DirectoryLister/DirectoryLister
------------

Directory Lister是一个目录列表程序,基于PHP和一些脚本文件,可以列出目录的内容,在众多的目录列表程序中一直保持简洁。

安装步骤

这个就很简单,直接把下载好的压缩包解压然后把解压后的文件上传到你的虚拟主机目录就好了。
标题是在 resources\themes\bootstrap\index.php 中修改,底部文件则是同目录的 default_footer.php 文件。
然后把你要列出显示的目录和文件上传到和 resources 文件夹平级的位置,也就是同一个文件夹中.

from  http://www.directorylister.com/
-------
 
说明:Directory Lister目录索引看起来很好看,安装简单,也很适用,对于类似的目录索引工具,之前还说到了h5ai,安装方法参考:h5ai安装教程,这2个都不错,有兴趣的可以试试。
简介

PHP Directory Lister是一个使用PHP开发的目录索引工具,旨在让您列出目录的所有内容以及所有子目录,并允许您在其中导航。您只需将Directory Lister下载并安装到任何Web目录,就可以访问该目录下的所有文件和子目录。

官方网站:http://www.directorylister.com/

功能特点

    安装快速,将文件上传到任何可访问网页的目录,Direcectory Lister将为您快速生成列表。
    内置主题支持,以适应您的独特风格。控制您的列表与文件/文件夹的自定义排序顺序。
    支持MD5查看。

使用说明

    搭建php网站环境可使用宝塔面板或者军哥lnmp。
    下载并提取Directory Lister到网站目录,官方下载:http://www.directorylister.com/#dl-modal
    复制resources/default.config.php到resources/config.php。
    index.php将resources文件夹上传到要列出的文件夹。
    将其他文件上传到与index.php相同的目录。