X7ROOT File Manager
Current Path:
/var/softaculous/wp
var
/
softaculous
/
wp
/
📁
..
📄
.htaccess
(482 B)
📄
_htaccess
(553 B)
📄
_index.php
(59 B)
📄
_wp-config.php
(3.37 KB)
📄
add_user.php
(461 B)
📄
backup.php
(3.03 KB)
📄
check_charset.php
(2.02 KB)
📄
clone.php
(32.19 KB)
📄
clone.xml
(497 B)
📄
edit.php
(9.43 KB)
📄
edit.xml
(1.76 KB)
📄
extend.php
(101.71 KB)
📄
fileindex.php
(291 B)
📁
images
📄
import.php
(6.51 KB)
📄
info.xml
(15.66 KB)
📄
install.js
(4.2 KB)
📄
install.php
(32.06 KB)
📄
install.xml
(9.71 KB)
📁
languages
📄
md5
(4.51 KB)
📄
multisite.sql
(37.46 KB)
📄
notes.txt
(6.08 KB)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
plugin_activate.php
(596 B)
📄
plugin_deactivate.php
(613 B)
📁
plugins
📄
post_download.json
(72 B)
📄
sign_on.php
(3.28 KB)
📄
soft.htaccess
(127 B)
📄
update_pass.php
(602 B)
📄
upgrade.php
(14.23 KB)
📄
upgrade.xml
(1.62 KB)
📄
wp-cli
(6.19 MB)
📄
wp-config.php
(3.08 KB)
📄
wp.sql
(30.17 KB)
📄
wp.zip
(27.01 MB)
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); $password_to_hash = base64_encode( hash_hmac( 'sha384', '[[admin_pass]]', 'wp-sha384', true ) ); $resp = password_hash($password_to_hash, PASSWORD_BCRYPT); echo '<update_pass>'.'$wp' . $resp.'</update_pass>'; ?>
Upload File
Create Folder