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 /
e107 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-09-08 11:56
php53
[ DIR ]
drwxr-xr-x
2026-09-08 11:56
php56
[ DIR ]
drwxr-xr-x
2026-09-08 11:56
php71
[ DIR ]
drwxr-xr-x
2026-09-08 11:56
php81
[ DIR ]
drwxr-xr-x
2026-09-08 11:56
php82
[ DIR ]
drwxr-xr-x
2026-09-08 11:56
update
[ DIR ]
drwxr-xr-x
2026-09-08 11:56
clone.php
3.16
KB
-rw-r--r--
2026-09-07 08:54
e107_config.php
1.57
KB
-rw-r--r--
2026-06-15 05:31
edit.php
4.9
KB
-rw-r--r--
2026-09-07 08:54
edit.xml
433
B
-rw-r--r--
2021-12-23 06:54
extend.php
8.93
KB
-rw-r--r--
2026-09-07 08:54
fileindex.php
578
B
-rw-r--r--
2026-08-03 04:24
import.php
2.97
KB
-rw-r--r--
2026-09-07 08:54
info.xml
2.65
KB
-rw-r--r--
2026-09-07 08:18
install.js
921
B
-rw-r--r--
2021-12-23 06:54
install.php
5.74
KB
-rw-r--r--
2026-09-07 08:54
install.xml
1.07
KB
-rw-r--r--
2026-04-28 08:04
md5
1.23
KB
-rw-r--r--
2026-09-07 08:54
notes.txt
797
B
-rw-r--r--
2026-05-18 06:47
update_pass.php
497
B
-rw-r--r--
2021-12-23 06:54
upgrade.php
16.66
KB
-rw-r--r--
2026-09-07 08:54
upgrade.xml
271
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); echo '<update_pass>'.$resp.'</update_pass>'; ?>