X7ROOT File Manager
Current Path:
/var/softaculous/una
var
/
softaculous
/
una
/
ðŸ“
..
📄
clone.php
(6.31 KB)
📄
edit.php
(4.41 KB)
📄
edit.xml
(447 B)
📄
fileindex.php
(645 B)
📄
header.inc.php
(1.36 KB)
ðŸ“
images
📄
import.php
(3 KB)
📄
info.xml
(3.85 KB)
📄
install.js
(924 B)
📄
install.php
(6.11 KB)
📄
install.xml
(1.31 KB)
📄
md5
(2.01 KB)
📄
notes.txt
(237 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
una.sql
(1.15 MB)
📄
una.zip
(57.49 MB)
Editing: header.inc.php
<?php define('BX_DOL', 1); define('BX_DOL_URL_ROOT', '[[softurl]]/'); ///< site url define('BX_DIRECTORY_PATH_ROOT', '[[softpath]]/'); ///< site path define('BX_DATABASE_HOST', '[[softdbhost]]'); ///< db host define('BX_DATABASE_SOCK', ''); ///< db socket define('BX_DATABASE_PORT', ''); ///< db port define('BX_DATABASE_USER', '[[softdbuser]]'); ///< db user define('BX_DATABASE_PASS', '[[softdbpass]]'); ///< db password define('BX_DATABASE_NAME', '[[softdb]]'); ///< db name define('BX_DATABASE_ENGINE', 'MYISAM'); ///< db engine define('BX_SYSTEM_JAVA', 'java:'); ///< path to java binary define('BX_SYSTEM_FFMPEG', '[[softpath]]/plugins/ffmpeg/ffmpeg.exe'); ///< path to ffmpeg binary define('BX_DOL_SECRET', '[[secret]]'); ///< secret word define('BX_DB_FULL_VISUAL_PROCESSING', true); ///< upon db error - show error message define('BX_DB_FULL_DEBUG_MODE', false); ///< upon db error - show detailed report (turn off in production mode) define('BX_DB_DO_EMAIL_ERROR_REPORT', true); ///< upon db error - send email with detailed report error_reporting(E_ALL); mb_internal_encoding('UTF-8'); mb_regex_encoding('UTF-8'); date_default_timezone_set('UTC'); require_once('params.inc.php'); bx_check_debug_mode(); bx_check_maintenance_mode(true); bx_check_minimal_requirements(true); bx_check_redirect_to_correct_hostname(true); bx_check_redirect_to_remove_install_folder(true);
Upload File
Create Folder