Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.198
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
cszcms /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-03-06 00:27
php53
[ DIR ]
drwxr-xr-x
2024-03-06 00:27
php56
[ DIR ]
drwxr-xr-x
2024-03-06 00:27
php71
[ DIR ]
drwxr-xr-x
2024-03-06 00:27
php81
[ DIR ]
drwxr-xr-x
2024-03-06 00:27
clone.php
5.86
KB
-rw-r--r--
2022-09-21 09:23
config.inc.php
726
B
-rw-r--r--
2021-12-23 11:54
edit.php
4.27
KB
-rw-r--r--
2022-09-21 09:23
edit.xml
447
B
-rw-r--r--
2021-12-23 11:54
extend.php
9.12
KB
-rw-r--r--
2022-09-21 09:23
fileindex.php
357
B
-rw-r--r--
2021-12-23 11:54
import.php
3.06
KB
-rw-r--r--
2022-09-21 09:23
info.xml
2.57
KB
-rw-r--r--
2022-09-21 08:18
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
4.48
KB
-rw-r--r--
2022-09-21 09:23
install.xml
422
B
-rw-r--r--
2021-12-23 11:54
md5
5.09
KB
-rw-r--r--
2022-09-21 09:23
notes.txt
230
B
-rw-r--r--
2021-12-23 11:54
update_pass.php
583
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); $options = array('cost' => 12); $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT, $options); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>