X7ROOT File Manager
Current Path:
/var/softaculous/bbpress
var
/
softaculous
/
bbpress
/
??
..
??
.htaccess
(482 B)
??
_htaccess
(553 B)
??
_index.php
(59 B)
??
_wp-config.php
(3.07 KB)
??
add_user.php
(461 B)
??
backup.php
(3.02 KB)
??
bbpress.sql
(30.49 KB)
??
bbpress.zip
(21.67 MB)
??
check_charset.php
(2.02 KB)
??
clone.php
(31.06 KB)
??
clone.xml
(497 B)
??
edit.php
(5.75 KB)
??
edit.xml
(659 B)
??
extend.php
(45.28 KB)
??
fileindex.php
(291 B)
??
images
??
import.php
(6.69 KB)
??
info.xml
(4.71 KB)
??
install.js
(1.46 KB)
??
install.php
(23.97 KB)
??
install.xml
(1.75 KB)
??
md5
(1.56 KB)
??
multisite.sql
(36.85 KB)
??
notes.txt
(957 B)
??
php53
??
php56
??
php71
??
php81
??
php82
??
sign_on.php
(3.17 KB)
??
soft.htaccess
(127 B)
??
wp-config.php
(2.78 KB)
Editing: add_user.php
<?php @unlink(__FILE__); // Validate if the request is from Softaculous if($_REQUEST['pass'] != '[[autopass]]'){ die("Unauthorized Access"); } require_once('wp-blog-header.php'); $user_data = '[[user_data]]'; $user_data = unserialize($user_data); $add = wp_insert_user($user_data); $ret = array(); if(is_wp_error($add)){ $ret['error'] = $add->get_error_messages(); }else{ $ret['done'] = 1; } echo '<add_user>'.serialize($ret).'</add_user>'; exit(0);
Upload File
Create Folder