X7ROOT File Manager
Current Path:
/var/softaculous/commentics
var
/
softaculous
/
commentics
/
??
..
??
changelog.txt
(7.19 KB)
??
clone.php
(10.68 KB)
??
commentics.sql
(282.19 KB)
??
commentics.zip
(4.45 MB)
??
config.php
(315 B)
??
edit.php
(4.92 KB)
??
edit.xml
(433 B)
??
extend.php
(9.22 KB)
??
fileindex.php
(107 B)
??
images
??
import.php
(4.7 KB)
??
info.xml
(3.22 KB)
??
install.js
(924 B)
??
install.php
(6.81 KB)
??
install.xml
(1.43 KB)
??
md5
(5.47 KB)
??
notes.txt
(1.02 KB)
??
php53
??
php56
??
php71
??
php81
??
php82
??
update_pass.php
(517 B)
??
upgrade.php
(3.93 KB)
??
upgrade.xml
(390 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, array('cost' => 10)); echo '<update_pass>'.$resp.'</update_pass>'; ?>
Upload File
Create Folder