Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.58
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
nucleus /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php53
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php56
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php71
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php81
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php82
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
Notes.txt
188
B
-rwxr-xr-x
2021-12-23 06:54
clone.php
3.15
KB
-rwxr-xr-x
2024-05-02 08:13
config.php
1009
B
-rwxr-xr-x
2021-12-23 06:54
edit.php
4.39
KB
-rwxr-xr-x
2024-05-02 08:13
edit.xml
433
B
-rwxr-xr-x
2021-12-23 06:54
fileindex.php
250
B
-rwxr-xr-x
2021-12-23 06:54
import.php
3.27
KB
-rwxr-xr-x
2024-05-02 08:13
info.xml
2.05
KB
-rwxr-xr-x
2024-05-02 06:25
install.js
921
B
-rwxr-xr-x
2021-12-23 06:54
install.php
3.49
KB
-rwxr-xr-x
2024-05-02 08:13
install.xml
1.39
KB
-rwxr-xr-x
2021-12-23 06:54
md5
2.2
KB
-rwxr-xr-x
2024-05-02 08:13
upgrade.php
2.42
KB
-rwxr-xr-x
2024-05-02 08:13
upgrade.xml
375
B
-rwxr-xr-x
2021-12-23 06:54
Save
Rename
<?php // mySQL connection information $MYSQL_HOST = '[[softdbhost]]'; $MYSQL_USER = '[[softdbuser]]'; $MYSQL_PASSWORD = '[[softdbpass]]'; $MYSQL_DATABASE = '[[softdb]]'; $MYSQL_PREFIX = '[[dbprefix]]'; // new in 3.50. first element is db handler, the second is the db driver used by the handler // default is $MYSQL_HANDLER = array('mysql','mysql'); //$MYSQL_HANDLER = array('mysql','mysql'); //$MYSQL_HANDLER = array('pdo','mysql'); $MYSQL_HANDLER = array('mysql',''); // main nucleus directory $DIR_NUCLEUS = '[[softpath]]/nucleus/'; // path to media dir $DIR_MEDIA = '[[softpath]]/media/'; // extra skin files for imported skins $DIR_SKINS = '[[softpath]]/skins/'; // these dirs are normally sub dirs of the nucleus dir, but // you can redefine them if you wish $DIR_PLUGINS = $DIR_NUCLEUS . 'plugins/'; $DIR_LANG = $DIR_NUCLEUS . 'language/'; $DIR_LIBS = $DIR_NUCLEUS . 'libs/'; // include libs include($DIR_LIBS.'globalfunctions.php'); $CONF['alertOnSecurityRisk'] = 0; ?>