X7ROOT File Manager
Current Path:
/var/softaculous/hizup
var
/
softaculous
/
hizup
/
ðŸ“
..
📄
_constants.php
(2.42 KB)
📄
_edit.php
(4.21 KB)
📄
_edit.xml
(433 B)
📄
clone.php
(6.32 KB)
📄
config.ini
(3.98 KB)
📄
extend.php
(10.26 KB)
📄
fileindex.php
(290 B)
📄
hizup.sql
(84.71 KB)
📄
hizup.zip
(189.7 MB)
ðŸ“
images
📄
import.php
(3.46 KB)
📄
info.xml
(4.39 KB)
📄
install.js
(1.28 KB)
📄
install.php
(8.84 KB)
📄
install.xml
(1.9 KB)
📄
md5
(4.11 KB)
📄
notes.txt
(355 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
update_pass.php
(599 B)
Editing: update_pass.php
<?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); } if(!defined('PASSWORD_DEFAULT')){ define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); } $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT, array('cost' => 12)); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>
Upload File
Create Folder