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.84
Domains :
Cant Read [ /etc/named.conf ]
User : zvmcccat
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
lychee /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-08-13 10:14
php53
[ DIR ]
drwxr-xr-x
2026-08-13 10:14
php56
[ DIR ]
drwxr-xr-x
2026-08-13 10:14
php71
[ DIR ]
drwxr-xr-x
2026-08-13 10:14
php81
[ DIR ]
drwxr-xr-x
2026-08-13 10:14
php82
[ DIR ]
drwxr-xr-x
2026-08-13 10:14
.env
14.32
KB
-rw-r--r--
2026-08-12 12:53
.htaccess
313
B
-rw-r--r--
2023-01-05 13:07
_clone.php
2.9
KB
-rw-r--r--
2021-12-23 14:54
_edit.php
4.53
KB
-rw-r--r--
2021-12-23 14:54
_edit.xml
433
B
-rw-r--r--
2021-12-23 14:54
changelog.txt
8.33
KB
-rw-r--r--
2026-08-12 12:53
extend.php
9.95
KB
-rw-r--r--
2026-08-12 15:16
fileindex.php
226
B
-rw-r--r--
2022-12-26 14:09
import.php
4.04
KB
-rw-r--r--
2026-08-12 15:16
info.xml
4.65
KB
-rw-r--r--
2026-08-12 12:53
install.js
924
B
-rw-r--r--
2021-12-23 14:54
install.php
5.52
KB
-rw-r--r--
2026-08-12 15:16
install.xml
448
B
-rw-r--r--
2021-12-23 14:54
md5
6.91
KB
-rw-r--r--
2026-08-12 15:16
notes.txt
1.99
KB
-rw-r--r--
2026-07-14 10:16
update_pass.php
612
B
-rw-r--r--
2022-09-05 14:24
upgrade.php
3.59
KB
-rw-r--r--
2026-08-12 15:16
upgrade.xml
574
B
-rw-r--r--
2026-03-18 08:30
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); } //$user = password_hash('[[admin_username]]', PASSWORD_DEFAULT); $pass = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); //echo '<update_user>'.$user.'</update_user>'; echo '<update_pass>'.$pass.'</update_pass>'; ?>