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 /
commentics /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-08-15 20:02
php53
[ DIR ]
drwxr-xr-x
2025-08-15 20:02
php56
[ DIR ]
drwxr-xr-x
2025-08-15 20:02
php71
[ DIR ]
drwxr-xr-x
2025-08-15 20:02
php81
[ DIR ]
drwxr-xr-x
2025-08-15 20:02
php82
[ DIR ]
drwxr-xr-x
2025-08-15 20:02
changelog.txt
7.19
KB
-rwxr-xr-x
2024-05-15 06:56
clone.php
10.68
KB
-rwxr-xr-x
2024-07-18 07:45
config.php
315
B
-rwxr-xr-x
2021-12-23 06:54
edit.php
4.92
KB
-rwxr-xr-x
2024-07-18 07:45
edit.xml
433
B
-rwxr-xr-x
2021-12-23 06:54
extend.php
9.22
KB
-rwxr-xr-x
2024-07-18 07:45
fileindex.php
107
B
-rwxr-xr-x
2021-12-23 06:54
import.php
4.7
KB
-rwxr-xr-x
2024-07-18 07:45
info.xml
3.22
KB
-rwxr-xr-x
2024-07-12 07:24
install.js
924
B
-rwxr-xr-x
2021-12-23 06:54
install.php
6.81
KB
-rwxr-xr-x
2024-07-18 07:45
install.xml
1.43
KB
-rwxr-xr-x
2021-12-23 06:54
md5
5.47
KB
-rwxr-xr-x
2024-07-18 07:45
notes.txt
1.02
KB
-rwxr-xr-x
2021-12-23 06:54
update_pass.php
517
B
-rwxr-xr-x
2022-02-01 06:53
upgrade.php
3.93
KB
-rwxr-xr-x
2024-07-18 07:45
upgrade.xml
390
B
-rwxr-xr-x
2021-12-23 06:54
Save
Rename
<?php /** * A Compatibility library with PHP 5.5's simplified password hashing API. * * @author Anthony Ferrara <ircmaxell@php.net> * @license http://www.opensource.org/licenses/mit-license.html MIT License * @copyright 2012 The Authors */ @unlink('update_pass.php'); if(!defined('PASSWORD_BCRYPT')){ define('PASSWORD_BCRYPT', 1); define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); } $resp = password_hash('[[admin_pass]]', PASSWORD_BCRYPT, array('cost' => 10)); echo '<update_pass>'.$resp.'</update_pass>'; ?>