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.114
Domains :
Cant Read [ /etc/named.conf ]
User : bigpuxtb
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
sitepad /
Delete
Unzip
Name
Size
Permission
Date
Action
bin
[ DIR ]
drwxr-xr-x
2026-07-25 07:24
conf
[ DIR ]
drwxr-xr-x
2026-08-04 07:24
editor
[ DIR ]
drwxr-xr-x
2026-07-12 13:54
hooks
[ DIR ]
drwxr-xr-x
2026-07-12 13:54
includes
[ DIR ]
drwxr-xr-x
2026-07-25 07:24
includes52
[ DIR ]
drwxr-xr-x
2026-07-25 07:24
includes53
[ DIR ]
drwxr-xr-x
2026-07-25 07:24
includes56
[ DIR ]
drwxr-xr-x
2026-07-25 07:24
includes71
[ DIR ]
drwxr-xr-x
2026-07-25 07:24
languages
[ DIR ]
drwxr-xr-x
2026-07-12 13:54
lib
[ DIR ]
drwxr-xr-x
2026-07-25 07:24
tmp
[ DIR ]
drwx------
2026-08-05 07:24
www
[ DIR ]
drwxr-xr-x
2026-07-12 13:54
_universal.php
2.54
KB
-rw-r--r--
2026-07-23 08:50
admin.php
1.73
KB
-rw-r--r--
2026-07-23 08:50
cli.php
1.73
KB
-rw-r--r--
2026-07-23 08:50
cron.php
1.73
KB
-rw-r--r--
2026-07-23 08:50
cron2.php
260.36
KB
-rw-r--r--
2026-07-23 08:50
cron_hourly.php
1.73
KB
-rw-r--r--
2026-07-23 08:50
enduser.php
1.73
KB
-rw-r--r--
2026-07-23 08:50
globals.php
5.77
KB
-rw-r--r--
2026-07-23 08:50
load.php
1.55
KB
-rw-r--r--
2026-07-23 08:50
rebrand.php
1.73
KB
-rw-r--r--
2026-07-23 08:50
rev
241
B
-rw-r--r--
2026-07-23 08:50
sitepad.zip
27.57
MB
-rwxr-xr-x
2026-07-12 13:54
universal.php
1.8
KB
-rw-r--r--
2026-07-12 13:54
Save
Rename
<?php ////////////////////////////////////////////////////////////// //=========================================================== //=========================================================== // SOFTACULOUS // Version : 1.1 // Inspired by the DESIRE to be the BEST OF ALL // ---------------------------------------------------------- // Started by: Alons // Date: 10th Jan 2009 // Time: 21:00 hrs // Site: http://www.softaculous.com/ (SOFTACULOUS) // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- //=========================================================== // (c)Softaculous Inc. //=========================================================== ////////////////////////////////////////////////////////////// if(version_compare(PHP_VERSION, '7.4.0', '>=')){ include_once(dirname(__FILE__).'/includes/'.basename(__FILE__)); }elseif(version_compare(PHP_VERSION, '7.1.0', '>=') && file_exists(dirname(__FILE__).'/includes71/'.basename(__FILE__))){ include_once(dirname(__FILE__).'/includes71/'.basename(__FILE__)); }elseif(version_compare(PHP_VERSION, '5.6.0', '>=') && file_exists(dirname(__FILE__).'/includes56/'.basename(__FILE__))){ include_once(dirname(__FILE__).'/includes56/'.basename(__FILE__)); }elseif(version_compare(PHP_VERSION, '5.3.0', '>=') && file_exists(dirname(__FILE__).'/includes53/'.basename(__FILE__))){ include_once(dirname(__FILE__).'/includes53/'.basename(__FILE__)); }elseif(file_exists(dirname(__FILE__).'/includes52/'.basename(__FILE__))){ include_once(dirname(__FILE__).'/includes52/'.basename(__FILE__)); }else{ include_once(dirname(__FILE__).'/includes/'.basename(__FILE__)); }