X7ROOT File Manager
Current Path:
/var/softaculous/ops
var
/
softaculous
/
ops
/
📁
..
📄
_clone.php
(4.7 KB)
📄
_edit.php
(3.26 KB)
📄
_edit.xml
(433 B)
📄
app_key.php
(500 B)
📄
config.inc.php
(19.73 KB)
📄
data.zip
(58.65 MB)
📄
extend.php
(8.73 KB)
📄
fileindex.php
(413 B)
📁
images
📄
import.php
(3.53 KB)
📄
info.xml
(3.06 KB)
📄
install.js
(921 B)
📄
install.php
(6.22 KB)
📄
install.xml
(803 B)
📄
md5
(1.37 KB)
📄
notes.txt
(1.81 KB)
📄
ops.sql
(24.43 MB)
📄
ops.zip
(105.61 MB)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
update_pass.php
(497 B)
📄
upgrade.php
(9.7 KB)
📄
upgrade.xml
(318 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_DEFAULT); echo '<update_pass>'.$resp.'</update_pass>'; ?>
Upload File
Create Folder