X7ROOT File Manager
Current Path:
/var/softaculous/wp62
var
/
softaculous
/
wp62
/
ðŸ“
..
📄
.htaccess
(482 B)
📄
_htaccess
(553 B)
📄
_index.php
(59 B)
📄
_wp-config.php
(3.08 KB)
📄
add_user.php
(461 B)
📄
backup.php
(3.03 KB)
📄
check_charset.php
(2.02 KB)
📄
clone.php
(30.98 KB)
📄
clone.xml
(497 B)
📄
edit.php
(9.43 KB)
📄
edit.xml
(1.76 KB)
📄
extend.php
(82.79 KB)
📄
fileindex.php
(291 B)
ðŸ“
images
📄
import.php
(6.53 KB)
📄
info.xml
(14.93 KB)
📄
install.js
(1.46 KB)
📄
install.php
(31.43 KB)
📄
install.xml
(5.67 KB)
ðŸ“
languages
📄
md5
(6.53 KB)
📄
multisite.sql
(36.98 KB)
📄
notes.txt
(5.88 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)
📄
upgrade.php
(13.88 KB)
📄
upgrade.xml
(1.62 KB)
📄
wp-config.php
(2.8 KB)
📄
wp62.sql
(29.95 KB)
📄
wp62.zip
(23.24 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