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.69.6.60
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 /
weberp /
[ 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
changelog.txt
26.52
KB
-rw-r--r--
clone.php
3.37
KB
-rw-r--r--
config.php
1.7
KB
-rw-r--r--
edit.php
4.57
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
1.85
KB
-rw-r--r--
fileindex.php
8.97
KB
-rw-r--r--
import.php
3.11
KB
-rw-r--r--
info.xml
2.04
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
5.11
KB
-rw-r--r--
install.xml
2.17
KB
-rw-r--r--
md5
2.51
KB
-rw-r--r--
notes.txt
499
B
-rw-r--r--
upgrade.php
3.35
KB
-rw-r--r--
upgrade.xml
544
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?php // User configurable variables //--------------------------------------------------- // Default language to use for the login screen and the setup of new users. $DefaultLanguage = 'en_US.utf8'; // Default theme to use for the login screen and the setup of new users. $DefaultTheme = 'xenos'; // Whether to display the demo login and password or not on the login screen $AllowDemoMode = FALSE; // Connection information for the database // $host is the computer ip address or name where the database is located // assuming that the webserver is also the sql server $host = '[[softdbhost]]'; // assuming that the web server is also the sql server $DBType = 'mysqli'; //assuming that the web server is also the sql server $DBUser = '[[softdbuser]]'; $DBPassword = '[[softdbpass]]'; // The timezone of the business - this allows the possibility of having; date_default_timezone_set('America/New_York'); putenv('TZ=America/New_York'); $AllowCompanySelectionBox = 'ShowSelectionBox'; //The system administrator name use the user input mail; $SysAdminEmail = ''; $DefaultDatabase = '[[softdb]]'; $SessionLifeTime = 3600; $MaximumExecutionTime = 120; $DefaultClock = 12; $RootPath = dirname(htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8')); if (isset($DirectoryLevelsDeep)){ for ($i=0;$i<$DirectoryLevelsDeep;$i++){ $RootPath = mb_substr($RootPath,0, strrpos($RootPath,'/')); } } if ($RootPath == '/' OR $RootPath == '\\') { $RootPath = ''; } error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING); //Installed companies $CompanyList[0] = array('database'=>'[[softdb]]' ,'company'=>'[[site_name]]' ); //End Installed companies-do not change this line /* Make sure there is nothing - not even spaces after this last ?> */ ?>
Close