X7ROOT File Manager
Current Path:
/var/softaculous/wonder
var
/
softaculous
/
wonder
/
📁
..
📄
changelog.txt
(5.62 KB)
📄
database.js
(3.28 KB)
📄
extend.php
(10.58 KB)
📄
fileindex.php
(39 B)
📁
images
📄
import.php
(2.94 KB)
📄
info.xml
(1.84 KB)
📄
install.js
(924 B)
📄
install.php
(5.57 KB)
📄
install.xml
(729 B)
📄
md5
(4.5 KB)
📄
notes.txt
(286 B)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
update_pass.php
(542 B)
📄
wonder.zip
(51.51 KB)
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); define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); define('PASSWORD_BCRYPT_DEFAULT_COST', 10); } $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); echo '<update_pass>'.$resp.'</update_pass>'; ?>
Upload File
Create Folder