PATH:
var
/
softaculous
/
wp61
<?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);
[+]
php56
[-] _index.php
[edit]
[-] _htaccess
[edit]
[+]
php81
[+]
php53
[-] upgrade.php
[edit]
[-] _wp-config.php
[edit]
[+]
..
[-] plugin_deactivate.php
[edit]
[-] edit.xml
[edit]
[-] add_user.php
[edit]
[-] check_charset.php
[edit]
[-] import.php
[edit]
[-] notes.txt
[edit]
[+]
languages
[-] extend.php
[edit]
[-] md5
[edit]
[-] clone.php
[edit]
[-] install.js
[edit]
[-] plugin_activate.php
[edit]
[-] backup.php
[edit]
[-] sign_on.php
[edit]
[+]
php71
[-] soft.htaccess
[edit]
[-] install.php
[edit]
[-] fileindex.php
[edit]
[-] upgrade.xml
[edit]
[-] edit.php
[edit]
[-] .htaccess
[edit]
[-] info.xml
[edit]
[-] install.xml
[edit]
[+]
plugins
[+]
images
[-] clone.xml
[edit]
[+]
php82
[-] wp-config.php
[edit]