English ReadMe file for eBrowser v2.0

Introduction

eBrowser is a script that allows to manage files on the server and sharing them in atractive form.

Required PHP version is 5.2 or higher, additionaly optional requirements are PHP extensions: bz2, exif, fileinfo, ftp, gettext, gd, imagick, mbstring, pdo, pdo_sqlite, rar, rpmreader, zip, zlib.

Installation

  1. Copy whole ebrowser directory into Your server;
  2. Set up CHMOD 777 for directories data/, data/thumbnails/, data/tmp/ and CHMOD 666 for file conf/config.php (create them if do not exist);
  3. Create in the parent directory file (example. index.php) that contains the code:
    <?php
    define ('EBROWSER_PATH', 'PATH');
    include (EBROWSER_PATH.'index.php');
    ?>
    Where PATH contains path to ebrowser/ directory, example: ./directory/ebrowser/.
  4. Open the created file in the browser, the administrator password will be generated;
  5. To activate additional features (protected areas, comments, ratings, etc.) open generated file conf/config.php and replace line:
    $DataBase = 0;
    By:
    $DataBase = 1;
    pdo_sqlite extension is required!

License

Contact

If You found errors in the script (though this was only a letter mistake) or You have ideas, that can make the script more atractive, You can use contact form at http://emdek.cba.pl.

Last modified: 2008-06-27 10:52:02 CET