Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 3.147.75.46
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
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
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
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.26
KB
-rw-r--r--
info.xml
2.05
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
3.51
KB
-rw-r--r--
install.xml
1.39
KB
-rw-r--r--
md5
1002
B
-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