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.181
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
ops /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-08-15 20:03
php53
[ DIR ]
drwxr-xr-x
2025-08-15 20:03
php56
[ DIR ]
drwxr-xr-x
2025-08-15 20:03
php71
[ DIR ]
drwxr-xr-x
2025-08-15 20:03
php81
[ DIR ]
drwxr-xr-x
2025-08-15 20:03
php82
[ DIR ]
drwxr-xr-x
2025-08-15 20:03
app_key.php
500
B
-rwxr-xr-x
2025-07-11 06:56
clone.php
8.25
KB
-rwxr-xr-x
2025-08-05 06:53
config.inc.php
19.73
KB
-rwxr-xr-x
2025-07-11 06:56
edit.php
4.55
KB
-rwxr-xr-x
2025-08-05 06:53
edit.xml
433
B
-rwxr-xr-x
2025-07-30 05:30
extend.php
9.03
KB
-rwxr-xr-x
2025-08-05 06:53
fileindex.php
413
B
-rwxr-xr-x
2025-07-11 06:56
import.php
3.51
KB
-rwxr-xr-x
2025-08-05 06:53
info.xml
3.09
KB
-rwxr-xr-x
2025-08-05 06:23
install.js
921
B
-rwxr-xr-x
2021-12-23 06:54
install.php
6.22
KB
-rwxr-xr-x
2025-08-05 06:53
install.xml
803
B
-rwxr-xr-x
2025-07-11 06:56
md5
1.53
KB
-rwxr-xr-x
2025-08-05 06:53
notes.txt
1.81
KB
-rwxr-xr-x
2025-07-11 06:56
update_pass.php
497
B
-rwxr-xr-x
2025-07-11 06:56
upgrade.php
9.7
KB
-rwxr-xr-x
2025-08-05 06:53
upgrade.xml
318
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_DEFAULT); echo '<update_pass>'.$resp.'</update_pass>'; ?>