Back
Type Name Operations
images Open
php53 Open
php56 Open
php71 Open
php81 Open
php82 Open
upgrade Open
.htaccess
NOTES.TXT
_.htaccess
_index.php
check_utf8.php
clone.php
edit.php
edit.xml
favicon.ico
fileindex.php
import.php
index.php
info.xml
install.js
install.php
install.xml
md5
robots.txt
upgrade.php
upgrade.xml
zen.sql
zen.zip
zenphoto.cfg.php

File Transfer

Upload files to current directory

File Editor: zenphoto.cfg.php

array('define'=>'_PAGE_', 'rewrite'=>'page'), 'search'=> array('define'=>'_SEARCH_', 'rewrite'=>'_PAGE_/search'), 'archive'=> array('define'=>'_ARCHIVE_', 'rewrite'=>'_PAGE_/archive'), 'tags'=> array('define'=>'_TAGS_', 'rewrite'=>'_SEARCH_/tags'), 'gallery'=> array('define'=>'_GALLERY_INDEX_','rewrite'=>'_PAGE_/gallery') ); // //////////////////////////////////////////////////////////////////////////////// // Path Overrides //////////////////////////////////////////////////////////////////////////////// // Uncomment the following two lines ONLY IF YOU'RE HAVING PROBLEMS, // like "file not found" or "not readable" errors. // These allow you to override Zenphoto's detection of the correct paths // on your server, which might work better on some setups. //////////////////////////////////////////////////////////////////////////////// // define('WEBPATH', '/zenphoto'); // define('SERVERPATH', '/full/server/path/to/zenphoto'); //////////////////////////////////////////////////////////////////////////////// $conf['site_upgrade_state'] = "open"; /** Do not edit below this line. **/ /**********************************/ $_zp_conf_vars = $conf; unset($conf); ?>