Linux sea-business-23.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 104.168.155.189 & Your IP : 216.73.217.94
Domains :
Cant Read [ /etc/named.conf ]
User : zvmcccat
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
webmail /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-06-19 10:15
php53
[ DIR ]
drwxr-xr-x
2026-06-19 10:15
php56
[ DIR ]
drwxr-xr-x
2026-06-19 10:15
php71
[ DIR ]
drwxr-xr-x
2026-06-19 10:15
php81
[ DIR ]
drwxr-xr-x
2026-06-19 10:15
php82
[ DIR ]
drwxr-xr-x
2026-06-19 10:15
Core.config.json
4.57
KB
-rw-r--r--
2026-06-19 11:19
_edit.php
3.58
KB
-rw-r--r--
2021-12-23 14:54
_edit.xml
433
B
-rw-r--r--
2021-12-23 14:54
_extend.php
1.51
KB
-rw-r--r--
2021-12-23 14:54
changelog.txt
2.35
KB
-rw-r--r--
2026-04-02 13:59
clone.php
5
KB
-rw-r--r--
2026-06-19 13:01
config.json
7.27
KB
-rw-r--r--
2026-06-19 11:19
db_init.php
619
B
-rw-r--r--
2021-12-23 14:54
encryption_key.php
8
B
-rw-r--r--
2024-09-19 13:58
fileindex.php
188
B
-rw-r--r--
2025-10-23 11:51
import.php
3.85
KB
-rw-r--r--
2026-06-19 13:01
info.xml
3.88
KB
-rw-r--r--
2026-06-19 11:19
install.js
2.13
KB
-rw-r--r--
2026-04-13 13:21
install.php
6.08
KB
-rw-r--r--
2026-06-19 13:01
install.xml
3.58
KB
-rw-r--r--
2021-12-23 14:54
md5
4.05
KB
-rw-r--r--
2026-06-19 13:01
migrate.php
1.28
KB
-rw-r--r--
2021-12-23 14:54
notes.txt
1.57
KB
-rw-r--r--
2025-07-04 14:00
upgrade.php
5.73
KB
-rw-r--r--
2026-06-19 13:01
upgrade.xml
627
B
-rw-r--r--
2024-09-19 13:58
Save
Rename
<?php ////////////////////////////////////////////////////////////// //=========================================================== // extend.php(For individual softwares) //=========================================================== // SOFTACULOUS // Version : 1.0 // 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'); } ///////////////////////////////////////// // All functions in this PAGE must begin // with TWO UNDERSCORE '__' to avoid // clashes with SOFTACULOUS Functions // e.g. __softname_funcname() ///////////////////////////////////////// ////////////////////////////////////////// // Note : The path of the upgrade package // is $software['path'].'/' . So to // access other files use // $software['path'].'/other_file.ext' ////////////////////////////////////////// //Change password using old method function __ad_pass_md5($password){ return md5($password); } ?>