Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
ocart4 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
languages
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
php53
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
php56
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
php71
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
php81
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
php82
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
clone.php
3.22
KB
-rwxr-xr-x
2025-03-25 07:28
config.php
1.12
KB
-rwxr-xr-x
2025-01-15 03:41
config_.php
1.28
KB
-rwxr-xr-x
2025-01-15 03:41
edit.php
4.44
KB
-rwxr-xr-x
2025-03-25 07:28
edit.xml
433
B
-rwxr-xr-x
2023-09-15 05:22
extend.php
8.96
KB
-rwxr-xr-x
2025-03-25 07:28
fileindex.php
134
B
-rwxr-xr-x
2025-01-15 03:41
import.php
4.43
KB
-rwxr-xr-x
2025-03-25 07:28
info.xml
2.56
KB
-rwxr-xr-x
2025-03-25 02:07
install.js
924
B
-rwxr-xr-x
2022-06-21 02:36
install.php
5.8
KB
-rwxr-xr-x
2025-03-25 07:28
install.xml
2.01
KB
-rwxr-xr-x
2023-05-25 03:12
md5
1.38
KB
-rwxr-xr-x
2025-03-25 07:28
notes.txt
2.83
KB
-rwxr-xr-x
2025-01-15 03:41
update_pass.php
541
B
-rwxr-xr-x
2022-06-21 02:36
Save
Rename
<?php // APPLICATION define('APPLICATION', 'Catalog'); // HTTP define('HTTP_SERVER', '[[softurl]]/'); // DIR define('DIR_OPENCART', '[[real_softpath]]/'); define('DIR_APPLICATION', DIR_OPENCART . 'catalog/'); define('DIR_EXTENSION', DIR_OPENCART . 'extension/'); define('DIR_IMAGE', DIR_OPENCART . 'image/'); define('DIR_SYSTEM', DIR_OPENCART . 'system/'); 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', '');