Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
oscom /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
php53
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
php56
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
php71
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
php81
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
php82
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
admin_configure.php
2.01
KB
-rwxr-xr-x
2024-04-26 06:27
edit.php
4.86
KB
-rwxr-xr-x
2024-07-23 05:26
edit.xml
447
B
-rwxr-xr-x
2024-07-23 05:21
extend.php
9.62
KB
-rwxr-xr-x
2024-07-23 05:26
fileindex.php
215
B
-rwxr-xr-x
2022-11-08 04:02
import.php
4.06
KB
-rwxr-xr-x
2024-07-23 05:26
includes_configure.php
331
B
-rwxr-xr-x
2024-04-26 06:27
info.xml
2.59
KB
-rwxr-xr-x
2024-07-23 05:21
install.js
942
B
-rwxr-xr-x
2022-11-08 04:02
install.php
9.41
KB
-rwxr-xr-x
2024-07-23 05:26
install.xml
1.74
KB
-rwxr-xr-x
2022-11-08 04:02
md5
3.35
KB
-rwxr-xr-x
2024-07-23 05:26
notes.txt
1.96
KB
-rwxr-xr-x
2024-04-26 06:27
params-local.php
152
B
-rwxr-xr-x
2022-11-08 04:02
update_pass.php
691
B
-rwxr-xr-x
2022-11-08 04:02
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]][[seckeybackend]]', PASSWORD_BCRYPT, array('cost' => 13)); echo '<update_pass>'.$resp.'</update_pass>'; $resp1 = password_hash('[[admin_email]][[seckeybackend]]', PASSWORD_BCRYPT, array('cost' => 13)); echo '<admin_email_token>'.$resp1.'</admin_email_token>'; ?>