X7ROOT File Manager
Current Path:
/var/softaculous/framadate
var
/
softaculous
/
framadate
/
📁
..
📄
.htaccess
(104 B)
📄
.htpasswd
(34 B)
📄
clone.php
(4.39 KB)
📄
config.php
(4.1 KB)
📄
edit.php
(3.7 KB)
📄
edit.xml
(433 B)
📄
extend.php
(8.82 KB)
📄
fileindex.php
(572 B)
📁
images
📄
import.php
(3.21 KB)
📄
info.xml
(2.28 KB)
📄
install.js
(921 B)
📄
install.php
(4.79 KB)
📄
install.xml
(1.95 KB)
📄
md5
(9.87 KB)
📄
notes.txt
(889 B)
📁
php53
📁
php56
📁
php71
📁
php81
📄
update_pass.php
(496 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); define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); } $resp = password_hash('[[admin_pass]]', PASSWORD_BCRYPT); echo '<update_pass>'.$resp.'</update_pass>'; ?>
Upload File
Create Folder