Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
kirby /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-09-21 11:56
php53
[ DIR ]
drwxr-xr-x
2026-09-21 11:56
php56
[ DIR ]
drwxr-xr-x
2026-09-21 11:56
php71
[ DIR ]
drwxr-xr-x
2026-09-21 11:56
php81
[ DIR ]
drwxr-xr-x
2026-09-21 11:56
php82
[ DIR ]
drwxr-xr-x
2026-09-21 11:56
.htpasswd
14
B
-rw-r--r--
2021-12-23 06:54
_edit.php
2.71
KB
-rw-r--r--
2021-12-23 06:54
_edit.xml
433
B
-rw-r--r--
2021-12-23 06:54
clone.php
4.44
KB
-rw-r--r--
2026-09-21 03:16
extend.php
9.34
KB
-rw-r--r--
2026-09-21 03:16
fileindex.php
112
B
-rw-r--r--
2021-12-23 06:54
import.php
2.65
KB
-rw-r--r--
2026-09-21 03:16
index.php
144
B
-rw-r--r--
2021-12-23 06:54
info.xml
3.44
KB
-rw-r--r--
2026-09-21 01:28
install.js
924
B
-rw-r--r--
2021-12-23 06:54
install.php
5.39
KB
-rw-r--r--
2026-09-21 03:16
install.xml
1.24
KB
-rw-r--r--
2022-02-02 05:17
md5
3.41
KB
-rw-r--r--
2026-09-21 03:16
notes.txt
854
B
-rw-r--r--
2024-11-29 03:50
update_pass.php
497
B
-rw-r--r--
2021-12-23 06:54
upgrade.php
2.57
KB
-rw-r--r--
2026-09-21 03:16
upgrade.xml
1.24
KB
-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); echo '<update_pass>'.$resp.'</update_pass>'; ?>