X7ROOT File Manager
Current Path:
/var/softaculous/lepton
var
/
softaculous
/
lepton
/
ðŸ“
..
📄
.htaccess
(165 B)
📄
.htpasswd
(103 B)
📄
cj_example.php
(1.16 KB)
📄
clone.php
(7.52 KB)
📄
config.php
(528 B)
📄
cronjob.ini.php
(868 B)
📄
edit.php
(4.66 KB)
📄
edit.xml
(433 B)
📄
extend.php
(10.67 KB)
📄
fileindex.php
(104 B)
📄
hello-world.php
(149 B)
ðŸ“
images
📄
import.php
(3.7 KB)
📄
index.php
(584 B)
📄
info.xml
(2.02 KB)
📄
install.js
(924 B)
📄
install.php
(8.27 KB)
📄
install.xml
(1.44 KB)
📄
lepton.ini.php
(1.37 KB)
📄
lepton.sql
(52.04 KB)
📄
lepton.zip
(10.46 MB)
📄
md5
(3.18 KB)
📄
notes.txt
(770 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
root_.htaccess
(366 B)
📄
update_pass.php
(649 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); $htpass = password_hash('[[random_value]]', PASSWORD_DEFAULT); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; echo '<htpassword>'.$htpass.'</htpassword>'; ?>
Upload File
Create Folder