X7ROOT File Manager
Current Path:
/var/softaculous/conc8
var
/
softaculous
/
conc8
/
📁
..
📄
Notes.txt
(3.36 KB)
📄
_app.php
(613 B)
📄
app.php
(19 B)
📄
changelog.txt
(4.54 KB)
📄
clone.php
(8.46 KB)
📄
conc8.sql
(482.65 KB)
📄
conc8.zip
(71.23 MB)
📄
concrete.php
(738 B)
📄
data.zip
(12.23 MB)
📄
database.php
(431 B)
📄
edit.php
(4.97 KB)
📄
edit.xml
(433 B)
📄
extend.php
(16.68 KB)
📄
fileindex.php
(98 B)
📄
gen_app.php
(373 B)
📁
images
📄
import.php
(5.17 KB)
📄
info.xml
(3.69 KB)
📄
install.js
(921 B)
📄
install.php
(8.02 KB)
📄
install.xml
(841 B)
📄
md5
(1.54 KB)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
sample_data.sql
(757.16 KB)
📄
site.php
(429 B)
📄
update_pass.php
(517 B)
📄
upgrade.php
(5.89 KB)
📄
upgrade.xml
(1.19 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); } $resp = password_hash('[[admin_pass]]', PASSWORD_BCRYPT, array('cost' => 12)); echo '<update_pass>'.$resp.'</update_pass>'; ?>
Upload File
Create Folder