Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
Server IP : 198.54.116.248 & Your IP : 216.73.216.104
Domains :
Cant Read [ /etc/named.conf ]
User : tailxcij
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
eventsch /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-01-21 23:24
php53
[ DIR ]
drwxr-xr-x
2026-01-21 23:24
php56
[ DIR ]
drwxr-xr-x
2026-01-21 23:24
php71
[ DIR ]
drwxr-xr-x
2026-01-21 23:24
php81
[ DIR ]
drwxr-xr-x
2026-01-21 23:24
php82
[ DIR ]
drwxr-xr-x
2026-01-21 23:24
.env
1.15
KB
-rw-r--r--
2026-01-21 11:26
edit.php
4.41
KB
-rw-r--r--
2026-01-21 12:59
edit.xml
447
B
-rw-r--r--
2025-05-22 09:59
eventsch.sql
28.05
KB
-rw-r--r--
2026-01-21 11:26
eventsch.zip
240.58
MB
-rw-r--r--
2026-01-21 11:26
extend.php
9.07
KB
-rw-r--r--
2026-01-21 12:59
fileindex.php
310
B
-rw-r--r--
2026-01-21 11:26
import.php
3.3
KB
-rw-r--r--
2026-01-21 12:59
info.xml
4.35
KB
-rw-r--r--
2026-01-21 11:26
install.js
921
B
-rw-r--r--
2025-04-30 08:08
install.php
6.25
KB
-rw-r--r--
2026-01-21 12:59
install.xml
747
B
-rw-r--r--
2025-05-06 12:28
md5
2.45
KB
-rw-r--r--
2026-01-21 12:59
notes.txt
564
B
-rw-r--r--
2025-06-19 11:47
update_pass.php
562
B
-rw-r--r--
2025-04-30 08:08
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, array('cost' => 12)); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>