X7ROOT File Manager
Current Path:
/var/softaculous/wp68
var
/
softaculous
/
wp68
/
??
..
??
.htaccess
(482 B)
??
_htaccess
(553 B)
??
_index.php
(59 B)
??
_wp-config.php
(3.39 KB)
??
add_user.php
(461 B)
??
backup.php
(3.02 KB)
??
check_charset.php
(2.02 KB)
??
clone.php
(32.21 KB)
??
clone.xml
(497 B)
??
edit.php
(9.92 KB)
??
edit.xml
(1.98 KB)
??
extend.php
(101.43 KB)
??
fileindex.php
(291 B)
??
images
??
import.php
(6.53 KB)
??
info.xml
(15.56 KB)
??
install.js
(4.2 KB)
??
install.php
(32.46 KB)
??
install.xml
(10.41 KB)
??
languages
??
md5
(4.68 KB)
??
multisite.sql
(37.43 KB)
??
notes.txt
(6.08 KB)
??
php53
??
php56
??
php71
??
php81
??
php82
??
plugin_activate.php
(596 B)
??
plugin_deactivate.php
(613 B)
??
plugins
??
sign_on.php
(3.28 KB)
??
soft.htaccess
(127 B)
??
update_pass.php
(602 B)
??
upgrade.php
(14.67 KB)
??
upgrade.xml
(1.83 KB)
??
wp-config.php
(3.11 KB)
??
wp68.sql
(30.14 KB)
??
wp68.zip
(26.94 MB)
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