Linux amd.servercpanel.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
LiteSpeed
Server IP : 161.248.188.165 & Your IP : 216.73.216.219
Domains :
Cant Read [ /etc/named.conf ]
User : oishifashion
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
2025-11-29 06:48
conf
[ DIR ]
drwxr-xr-x
2025-12-22 06:48
editor
[ DIR ]
drwxr-xr-x
2025-07-16 10:19
hooks
[ DIR ]
drwxr-xr-x
2025-07-16 10:19
includes
[ DIR ]
drwxr-xr-x
2025-11-29 06:48
includes52
[ DIR ]
drwxr-xr-x
2025-11-29 06:48
includes53
[ DIR ]
drwxr-xr-x
2025-11-29 06:48
includes56
[ DIR ]
drwxr-xr-x
2025-11-29 06:48
includes71
[ DIR ]
drwxr-xr-x
2025-11-29 06:48
languages
[ DIR ]
drwxr-xr-x
2025-07-16 10:19
lib
[ DIR ]
drwxr-xr-x
2025-07-16 10:19
tmp
[ DIR ]
drwx------
2025-12-23 06:48
www
[ DIR ]
drwxr-xr-x
2025-07-16 10:19
_universal.php
2.54
KB
-rw-r--r--
2025-11-28 07:18
admin.php
1.73
KB
-rw-r--r--
2025-11-28 07:18
cli.php
1.73
KB
-rw-r--r--
2025-11-28 07:18
cron.php
1.73
KB
-rw-r--r--
2025-11-28 07:18
cron2.php
260.36
KB
-rw-r--r--
2025-11-28 07:18
cron_hourly.php
1.73
KB
-rw-r--r--
2025-11-28 07:18
enduser.php
1.73
KB
-rw-r--r--
2025-11-28 07:18
globals.php
5.77
KB
-rw-r--r--
2025-11-28 07:18
license.php
560
B
-rw-r--r--
2025-07-16 10:20
load.php
1.55
KB
-rw-r--r--
2025-11-28 07:18
rebrand.php
1.73
KB
-rw-r--r--
2025-11-28 07:18
rev
3
B
-rw-r--r--
2025-11-28 07:18
sitepad.zip
29.5
MB
-rwxr-xr-x
2025-07-16 10:19
universal.php
1.72
KB
-rw-r--r--
2025-07-16 10:19
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__)); }