Linux s17.hosterpk.com 6.12.0-124.55.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:54:02 EDT 2026 x86_64
LiteSpeed
Server IP : 192.169.89.90 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : hamzalar
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
vanilla /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-03-12 16:55
php53
[ DIR ]
drwxr-xr-x
2026-03-12 16:55
php56
[ DIR ]
drwxr-xr-x
2026-03-12 16:55
php71
[ DIR ]
drwxr-xr-x
2026-03-12 16:55
php81
[ DIR ]
drwxr-xr-x
2026-03-12 16:55
php82
[ DIR ]
drwxr-xr-x
2026-03-12 16:55
clone.php
6.27
KB
-rw-r--r--
2024-05-02 12:51
config.php
2.26
KB
-rw-r--r--
2021-12-23 11:54
edit.php
5.99
KB
-rw-r--r--
2024-05-02 12:51
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
extend.php
16.85
KB
-rw-r--r--
2024-05-02 12:51
fileindex.php
212
B
-rw-r--r--
2021-12-23 11:54
import.php
3.14
KB
-rw-r--r--
2024-05-02 12:51
info.xml
3.11
KB
-rw-r--r--
2024-05-02 10:25
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
7.63
KB
-rw-r--r--
2024-05-02 12:51
install.xml
734
B
-rw-r--r--
2021-12-23 11:54
md5
7.14
KB
-rw-r--r--
2024-05-02 12:51
notes.txt
957
B
-rw-r--r--
2021-12-23 11:54
update_pass.php
541
B
-rw-r--r--
2021-12-23 11:54
update_pass_231.php
6.66
KB
-rw-r--r--
2021-12-23 11:54
upgrade.php
5.93
KB
-rw-r--r--
2024-05-02 12:51
upgrade.xml
367
B
-rw-r--r--
2021-12-23 11: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); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>