X7ROOT File Manager
Current Path:
/var/softaculous/ocart4
var
/
softaculous
/
ocart4
/
ðŸ“
..
📄
clone.php
(3.22 KB)
📄
config.php
(1.12 KB)
📄
config_.php
(1.28 KB)
📄
data.zip
(6.38 MB)
📄
edit.php
(4.44 KB)
📄
edit.xml
(433 B)
📄
extend.php
(8.96 KB)
📄
fileindex.php
(134 B)
ðŸ“
images
📄
import.php
(4.43 KB)
📄
info.xml
(2.56 KB)
📄
install.js
(924 B)
📄
install.php
(5.8 KB)
📄
install.xml
(2.01 KB)
ðŸ“
languages
📄
md5
(1.38 KB)
📄
notes.txt
(2.83 KB)
📄
ocart4.sql
(419.5 KB)
📄
ocart4.zip
(17.25 MB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
update_pass.php
(541 B)
Editing: config_.php
<?php // APPLICATION define('APPLICATION', 'Admin'); // HTTP define('HTTP_SERVER', '[[softurl]]/admin/'); define('HTTP_CATALOG', '[[softurl]]/'); // DIR define('DIR_OPENCART', '[[real_softpath]]/'); define('DIR_APPLICATION', DIR_OPENCART . 'admin/'); define('DIR_EXTENSION', DIR_OPENCART . 'extension/'); define('DIR_IMAGE', DIR_OPENCART . 'image/'); define('DIR_SYSTEM', DIR_OPENCART . 'system/'); define('DIR_CATALOG', DIR_OPENCART . 'catalog/'); define('DIR_STORAGE', '[[softdatadir]]/storage/'); define('DIR_LANGUAGE', DIR_APPLICATION . 'language/'); define('DIR_TEMPLATE', DIR_APPLICATION . 'view/template/'); define('DIR_CONFIG', DIR_SYSTEM . 'config/'); define('DIR_CACHE', DIR_STORAGE . 'cache/'); define('DIR_DOWNLOAD', DIR_STORAGE . 'download/'); define('DIR_LOGS', DIR_STORAGE . 'logs/'); define('DIR_SESSION', DIR_STORAGE . 'session/'); define('DIR_UPLOAD', DIR_STORAGE . 'upload/'); // DB define('DB_DRIVER', 'mysqli'); define('DB_HOSTNAME', '[[softdbhost]]'); define('DB_USERNAME', '[[softdbuser]]'); define('DB_PASSWORD', '[[softdbpass]]'); define('DB_DATABASE', '[[softdb]]'); define('DB_PORT', '3306'); define('DB_PREFIX', '[[dbprefix]]'); define('DB_SSL_KEY', ''); define('DB_SSL_CERT', ''); define('DB_SSL_CA', ''); // OpenCart API define('OPENCART_SERVER', 'https://www.opencart.com/');
Upload File
Create Folder