Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.154
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
xerte /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2017-07-04 10:41
php53
[ DIR ]
drwxr-xr-x
2017-07-04 10:41
php56
[ DIR ]
drwxr-xr-x
2017-07-04 10:41
database.php
654
B
-rw-r--r--
2016-10-03 02:13
edit.php
4.61
KB
-rw-r--r--
2017-03-24 00:33
edit.xml
433
B
-rw-r--r--
2017-03-15 07:34
fileindex.php
895
B
-rw-r--r--
2017-02-13 05:29
import.php
3.3
KB
-rw-r--r--
2017-03-24 00:33
info.xml
3.2
KB
-rw-r--r--
2017-03-15 07:34
install.js
924
B
-rw-r--r--
2016-10-03 02:13
install.php
4.25
KB
-rw-r--r--
2017-03-24 00:33
install.xml
963
B
-rw-r--r--
2016-10-03 02:13
md5
4.32
KB
-rw-r--r--
2017-03-24 00:33
notes.txt
172
B
-rw-r--r--
2017-02-13 05:29
Save
Rename
<?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]]";