Installation

 

Configuration

Open the"config.php" with a texteditor (e.g.. notepad, please do not use programs like MS-WORD) and edit the following variables.

 

$eDir

The directory where your editor is located , e.g. "photoeditor" or "tools/photoeditor". ! NO START OR TRAILING SLASHES ! Ensure that all necessary folders are located under this directory.

 

$iDir

Path to your image directory, e.g. "images" if you can acces them from "www.yourDomain.tld/images" or "photoeditor/images" (default)

 

$acqSess

With session handling you can allow access to special user. Enter here the session key which has to be set for authorized user, e.g. "admin". Only if is set a $_SESSION['admin'] access is granted.

 

$langSess, $defLang

Set a default language and/or a session index where the script will find the language information.
de = german
en = english

If you add another language take a copy from an existing language file and rename it e.g. fr.txt.php for french textinformation.

NOTE: If the language file cannot be found you will get in trouble ;-).

 

$pevImgW

Width/Height for your preview images. Only integer.

 

$pevImgPP

Ammount of images per page.

$exitLink

Exit link for leaving the editor.

 

save config.php.

 

Put it to the web

Put all files and directories to your webserver (FTP) and set some rights (chmod):

directory "data": 0777

your image directory and all sub-directories: 0777

all images you want to work with: 0666

 

Thats it. Have fun.