X7ROOT File Manager
Current Path:
/var/softaculous/oscom
var
/
softaculous
/
oscom
/
ðŸ“
..
📄
admin_configure.php
(2.01 KB)
📄
edit.php
(4.86 KB)
📄
edit.xml
(447 B)
📄
extend.php
(9.62 KB)
📄
fileindex.php
(215 B)
ðŸ“
images
📄
import.php
(4.06 KB)
📄
includes_configure.php
(331 B)
📄
info.xml
(2.59 KB)
📄
install.js
(942 B)
📄
install.php
(9.41 KB)
📄
install.xml
(1.74 KB)
📄
md5
(3.35 KB)
📄
notes.txt
(1.96 KB)
📄
oscom.sql
(40.64 MB)
📄
oscom.zip
(307.69 MB)
📄
params-local.php
(152 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
update_pass.php
(691 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]][[seckeybackend]]', PASSWORD_BCRYPT, array('cost' => 13)); echo '<update_pass>'.$resp.'</update_pass>'; $resp1 = password_hash('[[admin_email]][[seckeybackend]]', PASSWORD_BCRYPT, array('cost' => 13)); echo '<admin_email_token>'.$resp1.'</admin_email_token>'; ?>
Upload File
Create Folder