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.217.62
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-04 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 ////////////////////////////////////////////////////////////// //=========================================================== // index.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. //=========================================================== ////////////////////////////////////////////////////////////// @define('SITEPAD', 1); //Set error reporting error_reporting(E_PARSE); #~~~~~~~~~~~~~~~~~~~~~~~~ # SOFTACULOUS VARIABLES #~~~~~~~~~~~~~~~~~~~~~~~~ if(empty($globals)){ include_once(dirname(__FILE__).'/universal.php'); } include_once($globals['path'].'/globals.php'); include_once($globals['mainfiles'].'/functions.php'); // Set we are from load $globals['from_load'] = 1; // Load the nupanel Class if(!class_exists('nupanel')){ include_once($globals['includes_path'].'/nupanel.php'); } nupanel::load(); // Load the enduser stuff if(defined('SITEPADUSER')){ include_once(dirname(__FILE__).'/enduser.php'); // Load the Admin stuff }else{ include_once(dirname(__FILE__).'/admin.php'); } ?>