Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
softaculous /
enduser /
themes /
simple /
Delete
Unzip
Name
Size
Permission
Date
Action
admin
[ DIR ]
drwxr-xr-x
2025-02-25 07:30
cache
[ DIR ]
drwxr-xr-x
2025-02-25 07:30
images
[ DIR ]
drwxr-xr-x
2025-02-25 07:30
hf_theme.php
45.32
KB
-rwxr-xr-x
2026-04-22 09:09
index.html
94
B
-rwxr-xr-x
2026-04-22 09:09
motiongallery.css
619
B
-rwxr-xr-x
2026-04-22 09:09
spectrum.css
14.07
KB
-rwxr-xr-x
2026-04-22 09:09
style.css
50.35
KB
-rwxr-xr-x
2026-04-22 09:09
theme_settings.php
1.58
KB
-rwxr-xr-x
2026-04-22 09:09
Save
Rename
<?php ////////////////////////////////////////////////////////////// //=========================================================== // theme_settings.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(!defined('SOFTACULOUS')){ die('Hacking Attempt'); } //Is the ADMIN Mode Defined! if(!defined('SOFTADMIN')){ $theme['url'] = $softpanel->theme['url'].'/default'; // Should point to default $theme['this_url'] = $softpanel->theme['url'].'/simple'; }else{ $theme['url'] = $softpanel->theme['admin_url'].'/default'; $theme['this_url'] = $softpanel->theme['admin_url'].'/simple'; } $theme['images'] = $theme['url'].'/images/';//Has a Trailing slash $theme['a_images'] = $theme['url'].'/images/'.$globals['softpanel'].'/';//Has a Trailing slash // Images specific to the this THEME $theme['this_images'] = $theme['this_url'].'/images/';//Has a Trailing slash // Name of this theme $theme['this_theme'] = 'simple'; ?>