Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
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-06-16 11:26
php53
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php56
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php71
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php81
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php82
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
admin_configure.php
2.01
KB
-rw-r--r--
2024-04-26 02:57
edit.php
4.86
KB
-rw-r--r--
2024-07-23 01:56
edit.xml
447
B
-rw-r--r--
2024-07-23 01:51
extend.php
9.62
KB
-rw-r--r--
2024-07-23 01:56
fileindex.php
215
B
-rw-r--r--
2022-11-07 23:32
import.php
4.06
KB
-rw-r--r--
2024-07-23 01:56
includes_configure.php
331
B
-rw-r--r--
2024-04-26 02:57
info.xml
2.59
KB
-rw-r--r--
2024-07-23 01:51
install.js
942
B
-rw-r--r--
2022-11-07 23:32
install.php
9.41
KB
-rw-r--r--
2024-07-23 01:56
install.xml
1.74
KB
-rw-r--r--
2022-11-07 23:32
md5
3.35
KB
-rw-r--r--
2024-07-23 01:56
notes.txt
1.96
KB
-rw-r--r--
2024-04-26 02:57
params-local.php
152
B
-rw-r--r--
2022-11-07 23:32
update_pass.php
691
B
-rw-r--r--
2022-11-07 23:32
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>'; ?>