Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.196
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
grav /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php53
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php56
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php71
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php81
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php82
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
admin.yaml
213
B
-rw-r--r--
2021-12-23 11:54
changelog.txt
8.85
KB
-rw-r--r--
2024-10-29 11:19
clone.php
7.35
KB
-rw-r--r--
2024-10-29 12:09
edit.php
3.78
KB
-rw-r--r--
2024-10-29 12:09
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
extend.php
9.13
KB
-rw-r--r--
2024-10-29 12:09
fileindex.php
240
B
-rw-r--r--
2021-12-23 11:54
import.php
2.47
KB
-rw-r--r--
2024-10-29 12:09
info.xml
3.98
KB
-rw-r--r--
2024-10-29 11:19
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
8.37
KB
-rw-r--r--
2024-10-29 12:09
install.xml
926
B
-rw-r--r--
2021-12-23 11:54
md5
1.21
KB
-rw-r--r--
2024-10-29 12:09
notes.txt
713
B
-rw-r--r--
2021-12-23 11:54
security.yaml
15
B
-rw-r--r--
2021-12-23 11:54
update_pass.php
541
B
-rw-r--r--
2021-12-23 11:54
upgrade.php
6.34
KB
-rw-r--r--
2024-10-29 12:09
upgrade.xml
668
B
-rw-r--r--
2021-12-23 11:54
versions.yaml
65
B
-rw-r--r--
2024-10-29 11:19
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>'; ?>