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
-
Copy whole ebrowser directory into Your server;
-
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);
-
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/.
-
Open the created file in the browser, the administrator password will be generated;
-
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
-
Script is circulated on GPL license;
-
The only one condition of use is do not erasing any data that allow to identify the author of the script and the script itself (comments, informations about version and links to the homepage);
-
You can use parts of the code in Your own projects and modify the code if it isn't at variance with the second mark;
-
Author does not bear in case of incorrect script work.
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