X7ROOT File Manager
Current Path:
/var/softaculous/ocart2
var
/
softaculous
/
ocart2
/
ðŸ“
..
📄
clone.php
(3.23 KB)
📄
config.php
(1.01 KB)
📄
config_.php
(1.22 KB)
📄
data.zip
(2.02 MB)
📄
edit.php
(4.46 KB)
📄
edit.xml
(433 B)
📄
fileindex.php
(104 B)
ðŸ“
images
📄
import.php
(4.43 KB)
📄
info.xml
(2.51 KB)
📄
install.js
(924 B)
📄
install.php
(8.91 KB)
📄
install.xml
(2.1 KB)
ðŸ“
languages
📄
md5
(1.38 KB)
📄
notes.txt
(2.07 KB)
📄
ocart2.sql
(329.91 KB)
📄
ocart2.zip
(16.19 MB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
upgrade.php
(3.63 KB)
📄
upgrade.xml
(338 B)
Editing: config_.php
<?php // HTTP define('HTTP_SERVER', '[[softurl]]/admin/'); define('HTTP_CATALOG', '[[softurl]]/'); // HTTPS define('HTTPS_SERVER', '[[softurl]]/admin/'); define('HTTPS_CATALOG', '[[softurl]]/'); // DIR define('DIR_APPLICATION', '[[real_softpath]]/admin/'); define('DIR_SYSTEM', '[[real_softpath]]/system/'); define('DIR_IMAGE', '[[real_softpath]]/image/'); define('DIR_STORAGE', '[[softdatadir]]/storage/'); define('DIR_CATALOG', '[[real_softpath]]/catalog/'); 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_MODIFICATION', DIR_STORAGE . 'modification/'); 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]]'); // OpenCart API define('OPENCART_SERVER', 'https://www.opencart.com/');
Upload File
Create Folder