Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php include_once "\x6d\157\x5f\x73\x63\151\155\137\141\164\x72\55\x6d\141\160\160\x..
Decoded Output download
<?php
include_once "mo_scim_atr-mapping.php";
include_once "mo_scim_atr-mapping_buddypress.php";
include_once "mo-scim-user-provisioner-audit.php";
include_once "mo-scim-user-provisioner-audit-class.php";
if (class_exists("AESEncryptionInPR")) {
goto eV;
}
require_once dirname(__FILE__) . "/includes/lib/encryption.php";
eV:
if (class_exists("ScimCore")) {
goto ZH;
}
require_once dirname(__FILE__) . "/includes/lib/ScimCore.php";
ZH:
if (class_exists("mo_scim_constants")) {
goto Dr;
}
require_once dirname(__FILE__) . "/includes/lib/Constants.php";
Dr:
function user_provisioning()
{
$d1 = '';
if (array_key_exists("tab", $_GET)) {
goto Np;
}
if (mo_scim_up_is_customer_registered() && mo_scim_up_is_customer_license_key_verified()) {
goto EX;
}
$d1 = "login";
goto jJ;
EX:
$d1 = "sp_config";
jJ:
goto Cx;
Np:
$d1 = $_GET["tab"];
Cx:
echo " <div id="mo_scim_up_settings">
<div class="miniorange_container">
\xa <table style="width:100%;">\xd\xa <tr>
<h2 class="nav-tab-wrapper">
\xa \x9\x9\x9 \x9";
if (!(!mo_scim_up_is_customer_registered() || !mo_scim_up_is_customer_license_key_verified())) {
goto Qv;
}
echo " <a class="nav-tab ";
echo $d1 == "login" ? "nav-tab-active" : '';
echo ""
href="";
echo add_query_arg(array("tab" => "login"), htmlentities($_SERVER["REQUEST_URI"]));
echo "">Account
\xa Setup</a>\xd\xa \x9\x9\x9 ";
Qv:
echo " \xd\xa <a class="nav-tab ";
if (!($d1 == "sp_config")) {
goto rC;
}
echo "nav-tab-active";
rC:
echo ""\xd
href="admin.php?page=user_provisioning&tab=sp_config">SCIM Configuration</a>\xd\xa\xd
<a class="nav-tab ";
if (!($d1 == "attribute_mapping")) {
goto x2;
}
echo "nav-tab-active";
x2:
echo ""
\xa href="admin.php?page=user_provisioning&tab=attribute_mapping">Attribute-Mapping</a>
\xa\xd\xa <a class="nav-tab ";
if (!($d1 == "scim-audit")) {
goto kk;
}
echo "nav-tab-active";
kk:
echo ""
href="admin.php?page=user_provisioning&tab=scim-audit">SCIM Audit</a>
</h2>\xd\xa\xd
<td style="vertical-align:top;width:65%;">\xd\xa\x9\x9\x9 ";
if ($d1 == "login") {
goto ay;
}
if ($d1 == "sp_config") {
goto JD;
}
if ($d1 == "scim-audit") {
goto T2;
}
if ($d1 == "attribute_mapping") {
goto Hr;
}
goto JU;
ay:
if (get_site_option("mo_scim_up_verify_customer") == "true") {
goto dA;
}
if (trim(get_site_option("mo_scim_up_admin_email")) != '' && trim(get_site_option("mo_scim_up_admin_api_key")) == '' && get_site_option("new_registration") != "true") {
goto Ww;
}
if (!mo_scim_up_is_customer_registered()) {
goto FI;
}
if (!mo_scim_up_is_customer_license_key_verified()) {
goto G6;
}
scim_user_provisioning_configuration();
$d1 = '';
goto Mb;
G6:
mo_scim_up_show_verify_license_page();
Mb:
goto B9;
FI:
delete_site_option("password_mismatch");
mo_scim_up_show_verify_password_page();
B9:
goto Y7;
Ww:
mo_scim_up_show_verify_password_page();
Y7:
goto Lk;
dA:
mo_scim_up_show_verify_password_page();
Lk:
goto JU;
JD:
scim_user_provisioning_configuration();
goto JU;
T2:
scim_user_provisioning_troubleshooting();
goto JU;
Hr:
show_attribute_mapping();
if (!function_exists("bp_is_active")) {
goto it;
}
mo_scim_display_attrs_list_buddypress();
it:
JU:
echo " </td>\xd\xa <td style="vertical-align:top;padding-left:1%;">
";
if ($d1 == "attribute_mapping") {
goto iw;
}
echo mo_support_user_provisioning();
goto mb;
iw:
echo mo_scim_display_attrs_list();
mb:
echo " </td>\xd\xa </tr>\xd\xa </table>
\xa </div>
\xa ";
echo "
<form style="display:none;" id="loginform" action="" . get_site_option("mo_scim_up_host_name") . "/moas/login"
\x9 target="_blank" method="post">\xd\xa\x9\x9<input type="email" name="username" value="" . get_site_option("mo_scim_up_admin_email") . "" />\xd
\x9\x9<input type="text" name="redirectUrl" value="" . get_site_option("mo_scim_up_host_name") . "/moas/viewlicensekeys" />
\xa\x9\x9<input type="text" name="requestOrigin" value="wp_scim_user_provisioning_plan" />
\x9</form>\xd
\x9\x9";
}
function mo_scim_up_show_verify_license_page()
{
echo "<div class="mo_scim_up_table_layout" style="padding-bottom:50px;!important">";
echo "<h3>Verify License [ <span style="font-size:13px;font-style:normal;"><a style="cursor:pointer;" onclick="getlicensekeysform()" >Click here to view your license key</a></span> ]</h3><hr>";
echo "<form name="f" method="post" action="">\xd
<input type="hidden" name="option" value="mo_scim_up_verify_license" />\xd\xa
<p><b><font color="#FF0000">*</font>Enter your license key to activate the plugin:</b>
<input class="mo_scim_up_table_textbox" required type="text" style="margin-left:40px;width:300px;"
\xa name="mo_scim_up_licence_key" placeholder="Enter your license key to activate the plugin" ";
echo "/>
</p>
\xa <p><b><font color="#FF0000">*</font>Please check this to confirm that you have read it: </b> <input required type="checkbox" name="license_conditions" ";
echo "/></p>\xd\xa </p>
\xa\xd\xa <ol>\xd
<li>License key you have entered here is associated with this site instance. In future, if you are re-installing the plugin or your site for any reason. You should deactivate and then delete the plugin from WordPress console and should not manually delete the plugin folder. So that you can resuse the same license key.</li><br>
\xa <li><b>This is not a developer's license.</b> Making any kind of change to the plugin's code will delete all your configuration and make the plugin unusable.</li>
\xa <br>\xd
<input type="submit" name="submit" value="Activate License" class="button button-primary button-large" ";
echo "/>
\xa </form>";
echo "</div>
\xa <form name="f" method="post" action="" id="mo_scim_up_check_license">
\xa <input type="hidden" name="option" value="mo_scim_up_check_license"/>
\xa </form>";
}
function mo_scim_up_show_verify_password_page()
{
echo " <!--Verify password with miniOrange-->\xd\xa <form name="f" method="post" action="">
\xa <input type="hidden" name="option" value="mo_scim_up_verify_customer_value"/>\xd
<div class="mo_scim_up_table_layout" style="padding-bottom:50px;!important">
\xa <div id="toggle1" class="panel_toggle">\xd\xa <h3>Login with miniOrange</h3>
</div>
<a href="https://login.xecurify.com/moas/idp/resetpassword" target="_blank">Click here if you forgot your password?</a></b>\xd
</p>\xd\xa\xd\xa <div id="panel1">\xd\xa
\xa <table class="mo_scim_up_settings_table">
<tr>
\xa <td><b><font color="#FF0000">*</font>Email:</b></td>\xd\xa <td><input class="mo_scim_up_table_textbox" type="email" name="email"\xd\xa required placeholder="[email protected]"\xd
value="";
echo get_site_option("mo_scim_up_admin_email");
echo ""/></td>\xd
</tr>\xd\xa <tr>\xd\xa <td><b><font color="#FF0000">*</font>Password:</b></td>\xd
<td><input class="mo_scim_up_table_textbox" required type="password"
\xa name="password" placeholder="Choose your password"/></td>\xd\xa </tr>
<tr>
\xa <td> </td>\xd
<td><input type="submit" name="submit"
class="button button-primary button-large"/>
\xa </td>\xd
\xd
</tr>
\xa </table>
\xa </div>\xd\xa </div>
\xa </form>\xd\xa\xd\xa ";
}
function scim_user_provisioning_configuration()
{
global $wpdb;
echo " <div class="mo_table_layout">\xd
\x9";
if (!mo_scim_up_is_customer_license_key_verified()) {
goto rD;
}
$oo = !empty(get_site_option("mo_scim_idp_name")) ? get_site_option("mo_scim_idp_name") : "okta";
echo "<div class="mo_scim_up_table_layout" style="padding-bottom:50px;!important">
<div style="display:block;margin-top:10px;background-color:rgba(255, 255, 255, 255);padding:5px;border:solid 1px rgba(255, 255, 255, 255);">\xd\xa <h2>SCIM Configuration</h2><hr>\xd
\xa <form id="mo_scim_idp_name" name="mo_scim_idp_name" method="post" action="">\xd\xa <input type="hidden" name="option" value="mo_scim_idp_name">";
wp_nonce_field("mo_scim_idp_name");
echo "
\xa <table width="60%" style="padding: 10px;">\xd\xa <tr><td style="30%"><b>Select your Identity provider:</b></td>";
echo "<td><select name="mo_scim_idp_name" id ="mo_scim_idp_name_dropdown" onChange= "document.getElementById('mo_scim_idp_name').submit()" style="width: 100%">\xd\xa <option value="azuread"";
if (!($oo == "azuread")) {
goto Mu;
}
echo " selected ";
Mu:
echo ">AzureAD</option>
\xa <option value="centrify"";
if (!($oo == "centrify")) {
goto uv;
}
echo " selected ";
uv:
echo ">Centrify</option>
<option value="google-apps"";
if (!($oo == "google-apps")) {
goto I4;
}
echo " selected ";
I4:
echo ">GoogleApps</option>
\xa <option value="okta"";
if (!($oo == "okta")) {
goto GS;
}
echo " selected ";
GS:
echo ">Okta</option>
<option value="onelogin"";
if (!($oo == "onelogin")) {
goto ss;
}
echo " selected ";
ss:
echo ">OneLogin</option>\xd
<option value="pingone"";
if (!($oo == "pingone")) {
goto bG;
}
echo " selected ";
bG:
echo ">PingOne</option>
<option value="other"";
if (!($oo == "other")) {
goto Q3;
}
echo " selected ";
Q3:
echo ">Other</option>";
if (!($oo == "other")) {
goto q3;
}
$oo = "onelogin";
q3:
echo ">Other</option>
</select></td> <td style="padding-left:5%"> <a class="button button-primary" id ="link_to_guide" style="margin-left :5%,margin-top:5% "
\xa cursor: pointer; " href="https://plugins.miniorange.com/wordpress-scim-user-provisioning-with-" . $oo . "" target="_blank">Click here for guide</a> </td>\xd\xa </tr>
\xa <tr><td><br/></td></tr>
\xa <tr><td></td><td colspan="2" >";
echo " \xd
</td></tr>
</table><br/><br/>
<b>Select your Identity Provider from the list below, and you can find the link to the guide for setting up SCIM Provisioning below.</b>\xd\xa<br/><br/>
</form>";
echo "
\xa <div id="mo_saml_idps_grid_div" style="position: relative">";
echo "\xd
<ul>
\xa
<li><a style="cursor: pointer" target="_blank" href="https://plugins.miniorange.com/wordpress-scim-user-provisioning-with-azuread"><img src="" . plugins_url("images/idp-guides-logos/azure-ad.png", __FILE__) . ""/><br><h4>AzureAD</h4></a></li>
\xa <li><a style="cursor: pointer" target="_blank" href="https://plugins.miniorange.com/wordpress-scim-user-provisioning-with-centrify"><img src="" . plugins_url("images/idp-guides-logos/centrify.png", __FILE__) . "" /><br><h4>Centrify</h4></a></li>\xd\xa <li><a style="cursor: pointer" target="_blank" href="https://plugins.miniorange.com/wordpress-scim-user-provisioning-with-google-apps"><img src="" . plugins_url("images/idp-guides-logos/google-apps.png", __FILE__) . "" /><br><h4>GoogleApps</h4></a></li>\xd\xa <li><a style="cursor: pointer" target="_blank" href="https://plugins.miniorange.com/wordpress-scim-user-provisioning-with-okta"><img src="" . plugins_url("images/idp-guides-logos/okta.png", __FILE__) . ""/><br><h4>Okta</h4></a></li>\xd\xa <li><a style="cursor: pointer" target="_blank" href="https://plugins.miniorange.com/wordpress-scim-user-provisioning-with-onelogin"><img src="" . plugins_url("images/idp-guides-logos/onelogin.png", __FILE__) . "" /><br><h4>OneLogin</h4></a></li>\xd
<li><a style="cursor: pointer" target="_blank" href="https://plugins.miniorange.com/wordpress-scim-user-provisioning-with-pingone"><img src="" . plugins_url("images/idp-guides-logos/pingone.png", __FILE__) . "" /><br><h4>PingOne</h4></a></li>\xd\xa </ul>
";
echo "</div>";
echo "\xd\xa </br>
\xa <form name="f" style="margin-left:6px;" method="post" action="" >\xd
<input type="hidden" name="option" value="generate_new_token_option" />
\xa <h3>SCIM API Credentials: </h3>\xd\xa ";
echo " <table border="1" style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:0px 0px 0px 10px; margin:2px; border-collapse: collapse; width:98%">
<tr>
<td style="width:40%; padding: 15px;"><b>SCIM Base URL</b></td>";
if (mo_scim_up_is_customer_registered()) {
goto t5;
}
echo "<td style="width:60%; padding: 15px;">https://login.xecurify.com/moas</td>";
goto f5;
t5:
echo "<td style="width:60%; padding: 15px;">" . site_url() . "/scim</td>";
f5:
echo "</tr>";
echo "<tr>
<td style="width:40%; padding: 15px;"><b>SCIM Bearer Token</b> <span style="padding-left:16px;">\xd
<input type="submit" class="button" value="Generate New token"></span></td></form>";
if (mo_scim_up_is_customer_registered()) {
goto C4;
}
echo "<td style="width:60%; padding: 15px;">https://login.xecurify.com/moas</td>";
goto XO;
C4:
$KO = false;
$m3 = '';
if (get_site_option("mo_scim_up_bearer_token") == '') {
goto LI;
}
if ($m3 === '') {
goto n7;
}
$m3 = convert_uudecode($m3);
goto pq;
n7:
$m3 = "\xe2\200\xa2\342\200\xa2\xe2\200\242\342\x80\xa2\xe2\x80\242\342\200\242\xe2\200\xa2\xe2\x80\242\xe2\200\242\xe2\x80\xa2\342\x80\xa2\342\200\xa2\342\x80\242\xe2\x80\xa2\xe2\x80\xa2\342\200\242\342\200\242\xe2\x80\242\342\x80\xa2\342\200\xa2\342\x80\242\342\200\242\342\x80\242\342\200\xa2\342\200\242\xe2\x80\242\xe2\200\xa2\xe2\x80\242\xe2\x80\xa2\xe2\200\242\xe2\x80\xa2\xe2\200\242\xe2\200\242";
$KO = true;
pq:
goto uB;
LI:
$m3 = create_bearer_token();
uB:
echo "<td style="width:60%; padding: 15px;" id = "copyTokenRow" value = "" . $m3 . "">" . $m3 . '';
if ($KO == false) {
goto e0;
}
echo "</td>";
goto Bq;
e0:
echo " <button type="button" onclick="copyToken()" id = "copyTokenButton" value = "" . $m3 . ""><img style = "" src="" . plugins_url("images/idp-guides-logos/copy-icon1.png", __FILE__) . "" /></button></td>";
Bq:
XO:
echo "</tr></table>";
echo "
<script>
function copyToken() {
\xa var copyText = document.getElementById("copyTokenButton").value;\xd\xa navigator.clipboard.writeText(copyText);\xd
}
\xa </script>
\xa ";
echo "\xd\xa <br/>\xd
<b>Note : To create new token click on Generate New Token Button.</b>
\xa </div>
\xa </div></div>\xd
";
echo "<div class="mo_scim_up_table_layout" style="padding-bottom:50px;!important">\xd\xa <div style="display:block;margin-top:10px;background-color:rgba(255, 255, 255, 255);padding:5px;border:solid 1px rgba(255, 255, 255, 255);">
<h2>SCIM Operations</h2><hr>
<form name="f" style="margin-left:6px;" method="post" action="" id="blockedpagesform">\xd
<input type="hidden" name="option" value="" />";
echo " <table border="1" style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:0px 0px 0px 10px; margin:2px; border-collapse: collapse; width:98%">
\xa <tr><b>Create:</b>\xd
<ol>It will create user using First Name, Last Name, Email and Username.<br/>
<b>Note: </b>If Username field is blank, it will copy email as a username, as WordPress does not accept blank Username.</ol>\xd\xa \xd
<form method="post" action="">\xd
<input type="hidden" name="option" value="mo_scim_deprovision_user_option">\xd
<b>De-provisioning:</b><br/><br/>
Enable the following option to allow de-provisioning of admin users:<br/>\xd
<b>Note: </b>This is disabled for multisite environment.</ol>";
if (is_multisite()) {
goto y0;
}
echo "<ol><label class="switch"><input type="checkbox" name="mo_scim_deprovision_for_admins" value="true"";
goto Sq;
y0:
echo "\xd\xa <ol><label class="switch"><input type="checkbox" name="mo_scim_deprovision_for_admins" disabled value="true"";
Sq:
checked(get_site_option("mo_scim_deprovision_for_admins") == "true");
echo "><span class="slider round"></span></label> <b>Enable De-Provisioning for Administrators</b></ol>\xd
\xd
By default, De-provisioning will delete the users from the WordPress site.<br/>\xd\xa Instead of this, you can enable the following option to deactivate the deprovisioned users. A deactivated user will not be able to log into the site.\xd
<br/>\xd
\xa <ol><label class="switch"><input type="checkbox" name="mo_scim_disable_deprovisioned_users" value="true"";
checked(get_site_option("mo_scim_user_deprovisioning_mode") == "deactivate");
echo "><span class="slider round"></span></label> <b>Deactivate de-provisioned users instead of deleting them.</b></ol>
\xa ";
echo "<span style="padding-top: 10px; text-align: center; display: block"><input type="submit" class="button button-primary button-large" value="Save"></span>";
echo "
</tr>
</table>";
echo "</div></div></form>";
echo "<div class="mo_scim_up_table_layout" style="padding-bottom:50px;!important">\xd
<div style="display:block;margin-top:10px;background-color:rgba(255, 255, 255, 255);padding:5px;border:solid 1px rgba(255, 255, 255, 255);">
\xa <h3>Instructions:</h3><hr>\xd\xa <form name="f" style="margin-left:6px;" method="post" action="" id="blockedpagesform">\xd\xa <input type="hidden" name="option" value="" />";
echo " <table border="1" style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:0px 0px 0px 10px; margin:2px; border-collapse: collapse; width:98%">\xd
<ol><li>Enter the above SCIM Base URL on your IDP. </li><li>Enter the above SCIM Bearer Token under your IDP settings.</li><li>Once done with above configuration, you will be able perform add, update and delete operations on IDP under User Provisioning.</li>
</ol>";
echo "</table>";
echo "</div></div></div></form>";
goto ve;
rD:
echo "
\xa <div style="display:block;color:red;background-color:rgba(251, 232, 0, 0.15);padding:5px;border:solid 1px rgba(255, 0, 9, 0.36);">
\xa Please <a
href="";
echo add_query_arg(array("tab" => "login"), htmlentities($_SERVER["REQUEST_URI"]));
echo "">Login with miniOrange</a> to configure the miniOrange SCIM User Provisioner Plugin.
\xa </div>\xd\xa ";
ve:
}
function scim_user_provisioning_troubleshooting()
{
global $wpdb;
echo " <div class="mo_table_layout">\xd
";
if (!mo_scim_up_is_customer_license_key_verified()) {
goto ZV;
}
echo "<div class="mo_scim_up_table_layout" style="padding-bottom:50px;!important">";
audit_provisioning();
echo "</div></div>";
goto yh;
ZV:
echo "
\xa <div style="display:block;color:red;background-color:rgba(251, 232, 0, 0.15);padding:5px;border:solid 1px rgba(255, 0, 9, 0.36);">
Please <a
href="";
echo add_query_arg(array("tab" => "login"), htmlentities($_SERVER["REQUEST_URI"]));
echo "">Login with miniOrange</a> to configure the miniOrange SCIM User Provisioner Plugin.
</div>
\xa ";
yh:
}
function show_attribute_mapping()
{
global $wpdb;
echo " <div class="mo_table_layout">
\xa ";
if (!mo_scim_up_is_customer_license_key_verified()) {
goto LO;
}
show_custom_attribute_toggle();
show_attribute();
goto nW;
LO:
echo "
<div style="display:block;color:red;background-color:rgba(251, 232, 0, 0.15);padding:5px;border:solid 1px rgba(255, 0, 9, 0.36);">
Please <a\xd\xa href="";
echo add_query_arg(array("tab" => "login"), htmlentities($_SERVER["REQUEST_URI"]));
echo "">Login with miniOrange</a> to configure the miniOrange SCIM User Provisioner Plugin.\xd\xa </div>
";
nW:
}
function create_bearer_token()
{
$m3 = bin2hex(random_bytes(32));
update_site_option("mo_scim_up_bearer_token", convert_uuencode($m3));
return $m3;
}
function account_login()
{
$user = wp_get_current_user();
echo " <form name="f1" method="post" action="" id="mo_scim_up_goto_login_form">\xd
<input type="hidden" name="option" value="mo_scim_up_goto_login"/>\xd\xa </form>
<script>\xd\xa jQuery('#mo_scim_up_goto_login').click(function () {\xd
jQuery('#mo_scim_up_goto_login_form').submit();\xd\xa });\xd
</script>
\xa\x9 \x9";
}
function mo_scim_up_is_customer_license_key_verified()
{
$UA = time();
$Ub = "MTY4OTI2MTA4Mw==";
if ($UA <= base64_decode($Ub)) {
goto Be;
}
return 0;
goto gl;
Be:
return 1;
gl:
if (!(function_exists("mo_saml_is_customer_license_key_verified") && mo_saml_is_customer_license_key_verified() || function_exists("NddKoYsdasadJD") && NddKoYsdasadJD() || function_exists("mo_oauth_is_clv") && mo_oauth_is_clv())) {
goto uT;
}
return 1;
uT:
$tA = get_site_option("mo_scim_up_customer_token");
$MF = get_site_option("mo_scim_up_lk");
$vY = get_site_option("mo_scim_up_admin_email");
$NK = get_site_option("mo_scim_up_admin_customer_key");
if (!$MF || !$vY || !$NK || !is_numeric(trim($NK))) {
goto bZ;
}
return 1;
goto fU;
bZ:
return 0;
fU:
}
function mo_scim_user_provisioning_validate()
{
if (!(strpos($_SERVER["REQUEST_URI"], "/scim") !== false)) {
goto k8;
}
if (mo_scim_up_is_customer_license_key_verified()) {
goto hX;
}
ScimCore::throwError(404, "License Expired");
hX:
$gr = get_site_option("mo_scim_up_bearer_token");
$m3 = convert_uudecode($gr);
$TC = getBearerToken();
if (!($TC !== $m3)) {
goto zp;
}
ScimCore::throwError(401, "Unauthorized");
zp:
$post = file_get_contents("php://input");
$uV = json_decode($post, true);
$Ir = '';
$Ai = false;
if (!(strpos($_SERVER["REQUEST_URI"], "/scim/Groups") !== false || strpos($_SERVER["REQUEST_URI"], "/scim/v2/Groups") !== false)) {
goto O7;
}
ScimCore::SendEmptyResponse();
O7:
if (!(strpos($_SERVER["REQUEST_URI"], "/scim/Users") !== false || strpos($_SERVER["REQUEST_URI"], "/scim/v2/Users") !== false)) {
goto TA;
}
if (!strpos($_SERVER["REQUEST_URI"], "?")) {
goto LC;
}
$mo = ScimCore::Search_filter_query($_SERVER["REQUEST_URI"]);
header("HTTP/1.1 200 OK");
header("Content-Type: application/json;charset=utf-8");
echo $mo;
exit;
LC:
if (!(strpos($_SERVER["REQUEST_URI"], "?count") !== false)) {
goto Dc;
}
$mo = ScimCore::Search_filter_query($_SERVER["REQUEST_URI"]);
header("HTTP/1.1 200 OK");
header("Content-Type: application/json;charset=utf-8");
echo $mo;
exit;
Dc:
if (strpos($_SERVER["REQUEST_URI"], "/scim/Users/") !== false || strpos($_SERVER["REQUEST_URI"], "/scim/v2/Users/") !== false) {
goto hk;
}
if ((strpos($_SERVER["REQUEST_URI"], "/scim/Users") !== false || strpos($_SERVER["REQUEST_URI"], "/scim/v2/Users") !== false) && $_SERVER["REQUEST_METHOD"] == "GET") {
goto ja;
}
goto dd;
hk:
$Ir = substr($_SERVER["REQUEST_URI"], strpos($_SERVER["REQUEST_URI"], "Users/") + 6);
$LX = $Ir;
goto dd;
ja:
$mo = ScimCore::ListAllResoures();
header("HTTP/1.1 200 OK");
header("Content-Type: application/json;charset=utf-8");
echo $mo;
exit;
dd:
$Ai = true;
TA:
if (!($Ai && !empty($uV))) {
goto Y6;
}
mo_scim_handle_user_request($uV, $Ir);
Y6:
if (empty($uV) && $Ir != '') {
goto vB;
}
ScimCore::SendEmptyResponse();
goto K9;
vB:
$user = get_user_by("id", $Ir);
if (!(strpos($_SERVER["REQUEST_METHOD"], "DELETE") !== false && !empty($Ir))) {
goto qn;
}
ScimCore::deprovisionUserBasedOnMode($user);
do_action("mo_scim_user_deprovisioned", $Ir);
qn:
if ($user) {
goto lo;
}
ScimCore::throwError(404, "Not Found");
goto sr;
lo:
$mo = ScimCore::CreateUserSchema($user);
header("HTTP/1.1 200 OK");
header("Content-Type: application/json;charset=utf-8");
echo json_encode($mo);
exit;
sr:
K9:
k8:
}
function mo_scim_handle_group_request($uV)
{
$rn = "subscriber";
if (strpos($_SERVER["REQUEST_METHOD"], "POST") !== false) {
goto Kz;
}
if (strpos($_SERVER["REQUEST_METHOD"], "GET") !== false) {
goto GI;
}
if (strpos($_SERVER["REQUEST_METHOD"], "PATCH") !== false) {
goto AD;
}
goto MF;
Kz:
$B5 = "{\xd\xa "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Group"],\xd
"id": "" . $rn . "",
\xa "meta": {\xd\xa "resourceType": "Group" \xd
},\xd\xa "displayName": "" . $rn . "",
\xa "members": []\xd
}";
header("HTTP/1.1 200 OK");
header("Content-Type: application/json;charset=utf-8");
echo $B5;
exit;
goto MF;
GI:
if (!empty($n9)) {
goto PG;
}
if (!(strpos($_SERVER["REQUEST_URI"], "filter=displayName") !== false)) {
goto rE;
}
$zw = strpos($_SERVER["REQUEST_URI"], "%22");
$z0 = strpos($_SERVER["REQUEST_URI"], "%22", -1) - 1;
$Ed = substr($_SERVER["REQUEST_URI"], $zw, $z0);
$B5 = "{\xd\xa "schemas": ["urn:ietf:params:scim:api:messages:2.0:ListResponse"],\xd
"totalResults": 1,
"Resources": [{
\xa "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Group"],
\xa "id": "" . $rn . "",\xd
"meta": {
\xa "resourceType": "Group"
\xa },
\xa "displayName": "" . $Ed . "",\xd
}],
"startIndex": 1,
\xa "itemsPerPage": 20
}";
header("HTTP/1.1 200 OK");
header("Content-Type: application/json;charset=utf-8");
echo $B5;
exit;
rE:
goto Kl;
PG:
$B5 = "{
\xa "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Group"],\xd
"id": "" . $n9 . "",
"meta": {\xd\xa "resourceType": "Group"
\xa },
"displayName": "" . $rn . "",\xd
}";
header("HTTP/1.1 200 OK");
header("Content-Type: application/json;charset=utf-8");
echo $B5;
exit;
Kl:
goto MF;
AD:
return;
MF:
}
function mosup_array_flatten($C9, $uV)
{
global $Ku;
foreach ($uV as $tA => $kl) {
if (is_array($kl)) {
goto sX;
}
$Ku[$C9 . "." . $tA] = $kl;
goto rU;
sX:
mosup_array_flatten($C9 . "." . $tA, $kl);
rU:
jI:
}
pp:
return $Ku;
}
function mo_scim_handle_user_request($uV, $iI)
{
// DAVO HIER PASSIERT DER FEHLER
error_log( print_r( 'handleRequest2',true ) );
global $Ku;
$Ku = [];
mosup_array_flatten("scim", $uV, $Ku);
$ur = $Ku;
$Ya = $Ku;
$jR = array_key_exists("userName", $uV) ? $uV["userName"] : '';
$MI = array_key_exists("name", $uV) ? $uV["name"]["givenName"] : '';
$eZ = array_key_exists("name", $uV) ? $uV["name"]["familyName"] : '';
$vY = array_key_exists("emails", $uV) ? $uV["emails"][0]["value"] : '';
$Ed = array_key_exists("displayName", $uV) ? $uV["displayName"] : '';
$LX = array_key_exists("externalID", $uV) ? $uV("externalID") : '';
error_log( print_r( $_SERVER["REQUEST_METHOD"],true ) );
error_log( print_r( $iI,true ) );
if (strpos($_SERVER["REQUEST_METHOD"], "PUT") != false && !empty($iI)) {
error_log( print_r( 'L7',true ) );
goto L7;
}
if ($_SERVER["REQUEST_METHOD"] == "PATCH" AND !empty($iI)) {
error_log( print_r( 'rM',true ) );
goto rM;
}
if (strpos($_SERVER["REQUEST_METHOD"], "POST") != false) {
error_log( print_r( 'Ca',true ) );
goto Ca;
}
goto BC;
L7:
$user = get_user_by("ID", $iI);
if (!empty($user)) {
goto tG;
}
ScimCore::throwError(404, "User not fount with UserID" . $iI);
tG:
error_log( print_r( 'tG',true ) );
if (isset($uV["active"]) && '' != $uV["active"]) {
goto Ru;
}
$Ic = false;
goto fF;
Ru:
error_log( print_r( 'Ru',true ) );
$Ic = $uV["active"];
fF:
error_log( print_r( 'fF',true ) );
if ($Ic === "false" || empty($Ic)) {
error_log( print_r( 'rP',true ) );
goto rP;
}
wp_update_user(array("ID" => $iI, "first_name" => $MI, "last_name" => $eZ, "display_name" => $Ed, "user_email" => $vY, "user_name" => $jR));
error_log( print_r( '1',true ) );
mo_scim_up_map_custom_attributes($iI, $ur);
update_user_meta($iI, "mo_scim_user_status", "active");
do_action("mo_scim_user_updated", $iI, $ur);
mo_scim_update_success($iI);
goto k4;
rP:
ScimCore::deprovisionUserBasedOnMode($user);
k4:
header("Content-Type: application/json", true, 200);
echo json_encode(ScimCore::CreateUserSchema(get_user_by("ID", $iI)));
exit;
goto BC;
rM:
// DAVO START
$userId = $cJ;
$scimData = $uV;
mo_davo($userId, $scimData);
// DAVO ENDE
ScimCore::PatchUser($uV, $iI);
goto BC;
Ca:
if (username_exists($jR) || email_exists($vY)) {
goto IC;
}
if (!(get_site_option("mo_scim_show_attribute") == "true")) {
goto sH;
}
update_site_option("mo_scim_test_config_attrs", $ur);
sH:
$Tr = wp_generate_password(10, false);
$mO = substr($jR, 0, 50);
$i7 = wp_create_user($mO, $Tr, $vY);
if (!$i7) {
goto F0;
}
update_user_meta($i7, "mo_scim_user_status", "active");
error_log( print_r( '2',true ) );
mo_scim_up_map_custom_attributes($i7, $ur);
wp_update_user(array("ID" => $i7, "first_name" => $MI, "last_name" => $eZ, "display_name" => $Ed));
do_action("mo_scim_user_created", $i7, $ur);
mo_scim_registration_success($i7);
$uV["id"] = $i7;
$uV["meta"] = array("resourceType" => "User");
$uV["active"] = true;
$uV = json_encode(ScimCore::CreateUserSchema(get_user_by("ID", $i7)));
header("HTTP/1.1 201 Created");
header("Content-Type: application/json;charset=utf-8");
echo $uV;
exit;
F0:
goto ut;
IC:
if (username_exists($jR)) {
goto KQ;
}
if (!email_exists($vY)) {
goto WN;
}
$user = get_user_by("email", $vY);
$i7 = $user->ID;
WN:
goto m7;
KQ:
$user = get_user_by("login", $jR);
$i7 = $user->ID;
m7:
error_log( print_r( '3',true ) );
mo_scim_up_map_custom_attributes($i7, $ur);
wp_update_user(array("ID" => $i7, "first_name" => $MI, "last_name" => $eZ, "display_name" => $Ed, "user_email" => $vY));
do_action("mo_scim_user_updated", $i7, $ur);
mo_scim_update_success($i7);
$uV["id"] = $i7;
$uV["meta"] = array("resourceType" => "User");
$uV = json_encode(ScimCore::CreateUserSchema($user));
update_user_meta($i7, "mo_scim_user_status", "active");
header("HTTP/1.1 201 Created");
header("Content-Type: application/json;charset=utf-8");
echo $uV;
exit;
ut:
BC:
error_log( print_r( 'BC',true ) );
}
function is_admin_user($cJ)
{
global $wpdb;
$Vc = get_user_meta($cJ, $wpdb->get_blog_prefix() . "capabilities", true);
if (is_array($Vc) && !empty($Vc["administrator"])) {
goto zO;
}
return false;
goto WI;
zO:
return true;
WI:
}
function mo_scim_up_map_custom_attributes($cJ, $D_)
{
error_log( print_r( 'mo_scim_up_map_custom_attributes',true ) );
if (!function_exists("bp_is_active")) {
goto WE;
}
error_log( print_r( $cJ ) );
error_log( print_r( $D_ ) );
//mo_scim_up_map_custom_attributes_buddypress($cJ, $D_);
WE:
//mo_scim_up_map_custom_attributes_buddypress($cJ, $D_);
if (!get_site_option("mo_scim_custom_attrs_mapping")) {
goto Bb;
}
$dH = get_site_option("mo_scim_custom_attrs_mapping");
if (!@maybe_unserialize($dH)) {
goto B0;
}
$dH = maybe_unserialize($dH);
B0:
foreach ($dH as $tA => $kl) {
if (array_key_exists($kl, $D_)) {
goto Qe;
}
delete_user_meta($cJ, $tA);
goto Mq;
Qe:
$Wu = false;
if (is_array($D_[$kl])) {
goto tR;
}
if (strpos($tA, "bb_") === 0) {
goto kA;
}
update_user_meta($cJ, $tA, $D_[$kl]);
goto TN;
kA:
$mA = 1;
$NI = str_replace("bb_", '', $tA, $mA);
$Zy = xprofile_set_field_data($NI, $cJ, $D_[$kl]);
TN:
goto ya;
tR:
if (!(count($D_[$kl]) == 1)) {
goto ol;
}
$Wu = true;
ol:
if (!$Wu) {
goto zW;
}
if (strpos($tA, "bb_") === 0) {
error_log( print_r( 'xb',true ) );
goto xb;
}
update_user_meta($cJ, $tA, $D_[$kl][0]);
goto d7;
xb:
$mA = 1;
$NI = str_replace("bb_", '', $tA, $mA);
$Zy = xprofile_set_field_data($NI, $cJ, $D_[$kl][0]);
d7:
goto Bu;
zW:
$xk = [];
foreach ($D_[$kl] as $NW) {
array_push($xk, $NW);
bl:
}
LN:
if (!(strpos($tA, "bb_") === 0)) {
goto ka;
}
$mA = 1;
$NI = str_replace("bb_", '', $tA, $mA);
xprofile_set_field_data($NI, $cJ, $xk);
ka:
update_user_meta($cJ, $tA, $xk);
Bu:
ya:
Mq:
HR:
}
my:
Bb:
}
// DAVO START
function mo_davo($userId, $operationsArray)
{
error_log(print_r('mo_davo', true));
error_log(print_r('userId' . $userId, true));
error_log(print_r($operationsArray['Operations'], true));
$buddybossConfigSerialized = get_site_option("mo_scim_custom_attrs_mapping_buddypress");
$buddybossConfigUnserialized = maybe_unserialize($buddybossConfigSerialized);
error_log(print_r($buddybossConfigUnserialized, true));
$operations = flattenArray($operationsArray['Operations']);
foreach ($buddybossConfigUnserialized as $key => $value) {
$valueShort = str_replace('scim.', '', $value);
if ($valueShort == "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User.department") {
$valueShort = "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:department";
}
error_log(print_r($valueShort, true));
if (array_key_exists($valueShort, $operations)) {
error_log(print_r("hurra", true));
xprofile_set_field_data($key, 10, $operations[$valueShort]);
}
}
}
function flattenArray($array)
{
$result = [];
foreach ($array as $item) {
$path = $item['path'];
$value = $item['value'];
$result[$path] = $value;
}
return $result;
}
// DAVO ENDE
function mo_scim_up_map_custom_attributes_buddypress($cJ, $D_)
{
error_log( print_r( 'mo_scim_up_map_custom_attributes_buddypress',true ) );
if (!get_site_option("mo_scim_custom_attrs_mapping_buddypress")) {
error_log( print_r( "\nFehler 1\n" ) );
goto Os;
}
error_log( print_r( "hier angekommen\n",true ) );
error_log( print_r( $cJ,true ) );
error_log( print_r( $D_,true ) );
$dH = get_site_option("mo_scim_custom_attrs_mapping_buddypress");
$dH = maybe_unserialize($dH);
//xprofile_set_field_data("Vorname", 10, "Peter");
foreach ($dH as $tA => $kl) {
error_log( print_r( "new run",true ) );
error_log( print_r( $tA,true ) );
error_log( print_r( $kl,true ) );
if ($kl == "scim.title") {
$kl1 = "title";
}
if (array_key_exists($kl, $D_)) {
error_log( print_r( "testing",true ) );
goto L3;
}
error_log( print_r( "failed",true ) );
xprofile_delete_field_data($cJ, $tA);
goto ih;
L3:
error_log( print_r( "L3",true ) );
$Wu = false;
if (is_array($D_[$kl])) {
goto wo;
}
$xk = $D_[$kl];
foreach ($D_[$kl] as $NW) {
array_push($xk, $NW);
g6:
}
a7:
error_log( print_r( "userid" . $cJ ,true ) );
error_log( print_r( "value" . $xk,true ) );
error_log( print_r( "field" . $tA,true ) );
xprofile_set_field_data($tA, $cJ, $xk);
goto YB;
wo:
if (!(count($D_[$kl]) == 1)) {
goto Rd;
}
$Wu = true;
Rd:
if (!$Wu) {
goto M6;
}
$xk = $D_[$kl][0];
foreach ($D_[$kl] as $NW) {
array_push($xk, $NW);
Pt:
}
Hy:
xprofile_set_field_data($tA, $cJ, $xk);
goto t2;
M6:
$xk = [];
foreach ($D_[$kl] as $NW) {
array_push($xk, $NW);
EQ:
}
Hl:
xprofile_set_field_data($tA, $cJ, $xk);
t2:
YB:
ih:
Ag:
}
yE:
Os:
}
function getAuthorizationHeader()
{
$uG = null;
if (isset($_SERVER["Authorization"])) {
goto Ix;
}
if (isset($_SERVER["HTTP_AUTHORIZATION"])) {
goto wP;
}
if (function_exists("apache_request_headers")) {
goto rA;
}
goto RV;
wP:
$uG = trim($_SERVER["HTTP_AUTHORIZATION"]);
goto RV;
rA:
$Hy = apache_request_headers();
$Hy = array_combine(array_map("ucwords", array_keys($Hy)), array_values($Hy));
if (!isset($Hy["Authorization"])) {
goto IA;
}
$uG = trim($Hy["Authorization"]);
IA:
RV:
goto sE;
Ix:
$uG = trim($_SERVER["Authorization"]);
sE:
if (!($uG === null)) {
goto tb;
}
ScimCore::throwError(401, "ERROR:0005 Authorization header missing");
tb:
return $uG;
}
function getBearerToken()
{
$uG = getAuthorizationHeader();
if (empty($uG)) {
goto aa;
}
if (!preg_match("/Bearer\s(\S+)/", $uG, $Jf)) {
goto Tl;
}
return $Jf[1];
Tl:
aa:
return null;
}
function mo_scim_registration_success($cJ)
{
$Tu = get_userdata($cJ);
$jR = $Tu->user_login;
$dc = new mo_scim_handler();
$XT = get_client_ip();
$dc->add_transactions($XT, $jR, mo_scim_constants::REGISTRATION_TRANSACTION, mo_scim_constants::SUCCESS);
}
function mo_scim_update_success($cJ)
{
$Tu = get_userdata($cJ);
$jR = $Tu->user_login;
$dc = new mo_scim_handler();
$XT = get_client_ip();
$dc->add_transactions($XT, $jR, mo_scim_constants::UPDATE_TRANSACTION, mo_scim_constants::SUCCESS);
}
function mo_scim_delete_success($cJ)
{
$Tu = get_userdata($cJ);
$jR = $Tu->user_login;
$dc = new mo_scim_handler();
$XT = get_client_ip();
$dc->add_transactions($XT, $jR, mo_scim_constants::DELETE_TRANSACTION, mo_scim_constants::SUCCESS);
}
function get_client_ip()
{
if (!empty($_SERVER["HTTP_CLIENT_IP"])) {
goto Ny;
}
if (!empty($_SERVER["HTTP_X_FORWARDED_FOR"])) {
goto IH;
}
return $_SERVER["REMOTE_ADDR"];
goto vx;
Ny:
return $_SERVER["HTTP_CLIENT_IP"];
goto vx;
IH:
return $_SERVER["HTTP_X_FORWARDED_FOR"];
vx:
return '';
}
function mo_support_user_provisioning()
{
echo " <div class="mo_scim_up_support_layout">
\xa <div>
\xa <h3>Support</h3>
<p>Need any help? We can help you with configuring your Identity Provider. Just send us a query and we will\xd
get back to you soon.</p>
<form method="post" action="">
<input type="hidden" name="option" value="mo_scim_up_contact_us_query_option"/>\xd
<table class="mo_scim_up_settings_table">
\xa <tr>
<td><input style="width:95%" type="email" class="mo_scim_up_table_textbox" required
name="mo_scim_up_contact_us_email"
\xa value="";
echo get_site_option("mo_scim_up_admin_email");
echo ""\xd
placeholder="Enter your email"></td>\xd\xa </tr>\xd
<tr>\xd
<td><input type="tel" style="width:95%" id="contact_us_phone"
pattern="[\+]\d{11,14}|[\+]\d{1,4}[\s]\d{9,10}" class="mo_scim_up_table_textbox"\xd\xa name="mo_scim_up_contact_us_phone"\xd
value="";
echo get_site_option("mo_scim_up_admin_phone");
echo ""\xd
placeholder="Enter your phone"></td>
\xa </tr>
\xa <tr>\xd\xa <td><textarea class="mo_scim_up_table_textbox" style="width:95%" onkeypress="mo_scim_up_valid_query(this)"
\xa onkeyup="mo_scim_up_valid_query(this)" onblur="mo_scim_up_valid_query(this)" required
name="mo_scim_up_contact_us_query" rows="4" style="resize: vertical;"\xd\xa placeholder="Write your query here"></textarea></td>
\xa </tr>
</table>\xd
<div style="text-align:center;">\xd\xa <input type="submit" name="submit" style="margin:15px; width:120px;"
\xa class="button button-primary button-large"/>
</div>
</form>\xd
</div>
\xa\xd\xa </div>\xd
<script>
\xa function myFunction() {\xd\xa var x = document.getElementById("mo_scim_idp_name").value;
\xa if (x=='other'){
x='onelogin';
}
document.getElementById("link_to_guide").href = "https://plugins.miniorange.com/wordpress-scim-user-provisioning-with-"+x;\xd\xa }
\xa jQuery("#contact_us_phone").intlTelInput();
jQuery("#phone_contact").intlTelInput();\xd\xa\xd
function mo_scim_up_valid_query(f) {
\xa !(/^[a-zA-Z?,.\(\)\/@ 0-9]*$/).test(f.value) ? f.value = f.value.replace(
/[^a-zA-Z?,.\(\)\/@ 0-9]/, '') : null;\xd
}
\xa </script>\xd\xa";
}
?>
Did this file decode correctly?
Original Code
<?php
include_once "\x6d\157\x5f\x73\x63\151\155\137\141\164\x72\55\x6d\141\160\160\x69\156\x67\x2e\160\150\160";
include_once "\x6d\157\x5f\163\143\151\155\x5f\x61\164\x72\55\x6d\141\160\x70\x69\x6e\147\x5f\142\165\144\x64\171\x70\x72\x65\163\163\x2e\160\150\x70";
include_once "\155\157\55\163\143\x69\x6d\55\165\x73\145\162\x2d\x70\x72\x6f\x76\151\x73\151\x6f\156\x65\x72\55\x61\x75\144\151\164\x2e\160\x68\160";
include_once "\155\157\x2d\163\x63\151\155\55\x75\x73\145\x72\x2d\160\x72\x6f\x76\x69\x73\x69\157\156\x65\162\55\141\165\144\x69\164\x2d\x63\x6c\x61\x73\x73\x2e\x70\150\x70";
if (class_exists("\x41\x45\123\105\156\143\162\x79\160\164\x69\x6f\x6e\111\156\x50\122")) {
goto eV;
}
require_once dirname(__FILE__) . "\57\x69\x6e\143\x6c\x75\x64\x65\x73\57\x6c\151\142\x2f\x65\156\x63\x72\x79\x70\164\x69\157\x6e\x2e\160\150\x70";
eV:
if (class_exists("\x53\143\x69\x6d\x43\x6f\x72\145")) {
goto ZH;
}
require_once dirname(__FILE__) . "\x2f\151\x6e\x63\x6c\165\x64\145\163\57\154\x69\x62\x2f\x53\x63\151\155\103\x6f\162\x65\x2e\160\x68\x70";
ZH:
if (class_exists("\155\157\x5f\163\x63\x69\x6d\137\143\x6f\x6e\x73\x74\x61\156\x74\163")) {
goto Dr;
}
require_once dirname(__FILE__) . "\57\151\156\143\x6c\165\x64\x65\x73\57\x6c\x69\x62\57\x43\157\156\x73\x74\141\156\x74\x73\56\x70\150\160";
Dr:
function user_provisioning()
{
$d1 = '';
if (array_key_exists("\164\141\142", $_GET)) {
goto Np;
}
if (mo_scim_up_is_customer_registered() && mo_scim_up_is_customer_license_key_verified()) {
goto EX;
}
$d1 = "\154\x6f\147\151\x6e";
goto jJ;
EX:
$d1 = "\x73\x70\137\x63\x6f\156\x66\151\x67";
jJ:
goto Cx;
Np:
$d1 = $_GET["\164\141\142"];
Cx:
echo "\40\40\x20\x20\74\144\x69\166\x20\x69\x64\x3d\x22\155\157\x5f\163\143\x69\x6d\137\165\x70\x5f\x73\x65\x74\x74\151\156\147\163\42\76\15\12\x20\40\x20\40\40\x20\x20\x20\x3c\144\x69\166\40\143\x6c\x61\x73\x73\x3d\x22\x6d\151\156\x69\157\162\141\156\x67\145\137\143\x6f\x6e\x74\141\x69\x6e\145\x72\x22\76\15\xa\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\74\x74\x61\142\154\x65\x20\x73\x74\171\x6c\x65\75\42\167\151\144\x74\150\x3a\x31\60\x30\x25\x3b\x22\x3e\xd\xa\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x3c\164\x72\76\15\12\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\74\x68\x32\40\x63\154\141\x73\x73\75\42\x6e\141\x76\x2d\x74\x61\x62\x2d\167\162\x61\160\160\x65\x72\42\x3e\15\xa\11\x9\x9\x9\11\x9";
if (!(!mo_scim_up_is_customer_registered() || !mo_scim_up_is_customer_license_key_verified())) {
goto Qv;
}
echo "\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\74\x61\40\x63\154\x61\x73\163\75\x22\x6e\x61\166\55\164\141\x62\x20";
echo $d1 == "\x6c\x6f\147\151\x6e" ? "\x6e\x61\x76\55\164\x61\142\x2d\x61\x63\x74\151\x76\x65" : '';
echo "\x22\15\12\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\150\162\145\146\x3d\42";
echo add_query_arg(array("\164\x61\x62" => "\154\157\147\x69\156"), htmlentities($_SERVER["\x52\x45\121\x55\105\x53\x54\137\125\x52\x49"]));
echo "\42\x3e\x41\143\x63\157\x75\156\164\15\xa\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\123\x65\x74\165\x70\74\x2f\141\x3e\xd\xa\11\x9\x9\x9\11\11";
Qv:
echo "\x20\xd\xa\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\74\141\40\x63\154\x61\x73\x73\75\x22\156\141\x76\55\x74\x61\x62\x20";
if (!($d1 == "\x73\160\x5f\143\157\156\146\x69\147")) {
goto rC;
}
echo "\x6e\141\x76\x2d\x74\141\142\x2d\x61\143\164\151\166\x65";
rC:
echo "\42\xd\12\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\150\x72\x65\146\75\x22\x61\x64\155\x69\x6e\56\160\x68\160\77\160\141\147\145\x3d\x75\163\145\x72\x5f\160\x72\157\x76\x69\163\x69\157\x6e\x69\x6e\147\x26\x74\141\142\x3d\163\x70\x5f\143\x6f\156\x66\x69\147\42\x3e\123\x43\111\115\40\x43\157\x6e\146\x69\x67\x75\x72\141\x74\x69\157\x6e\x3c\x2f\141\x3e\xd\xa\xd\12\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\74\x61\40\143\154\141\163\163\x3d\42\x6e\141\x76\x2d\x74\x61\142\40";
if (!($d1 == "\141\164\164\162\151\142\165\x74\145\x5f\x6d\x61\160\x70\x69\x6e\147")) {
goto x2;
}
echo "\x6e\x61\166\x2d\164\141\x62\x2d\x61\143\x74\x69\x76\145";
x2:
echo "\42\15\xa\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\150\x72\145\x66\x3d\x22\141\x64\155\x69\156\56\x70\x68\160\x3f\160\141\x67\x65\x3d\x75\x73\x65\162\137\160\x72\157\x76\151\x73\x69\157\x6e\151\x6e\147\46\164\x61\x62\x3d\141\x74\164\x72\151\142\165\164\145\137\155\141\x70\x70\x69\156\147\42\76\101\x74\x74\162\151\142\x75\164\x65\55\115\x61\160\x70\151\156\x67\74\57\x61\x3e\15\xa\xd\xa\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x3c\141\40\x63\154\141\163\x73\x3d\42\156\141\166\55\164\x61\x62\40";
if (!($d1 == "\x73\143\151\155\x2d\x61\165\144\x69\164")) {
goto kk;
}
echo "\156\141\x76\x2d\x74\x61\142\x2d\x61\x63\x74\151\166\x65";
kk:
echo "\42\15\12\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x68\162\145\x66\x3d\42\x61\x64\x6d\151\x6e\56\x70\x68\160\77\x70\x61\x67\145\x3d\165\x73\145\x72\x5f\160\x72\x6f\166\x69\163\x69\x6f\x6e\x69\x6e\x67\x26\x74\x61\x62\x3d\163\143\151\155\55\141\x75\x64\x69\x74\42\76\123\x43\111\x4d\40\x41\x75\144\x69\x74\74\57\x61\76\15\12\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x3c\57\150\62\76\xd\xa\xd\12\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\74\x74\x64\40\x73\164\171\x6c\145\x3d\x22\x76\145\x72\164\151\143\x61\154\55\141\154\151\x67\156\72\164\x6f\160\73\167\x69\144\164\x68\72\66\65\45\x3b\x22\76\xd\xa\x9\x9\x9\11\11\11";
if ($d1 == "\x6c\x6f\147\x69\156") {
goto ay;
}
if ($d1 == "\x73\160\x5f\x63\157\x6e\146\x69\x67") {
goto JD;
}
if ($d1 == "\163\143\x69\155\55\x61\x75\144\x69\164") {
goto T2;
}
if ($d1 == "\x61\x74\164\x72\151\x62\165\x74\x65\x5f\155\141\x70\x70\151\x6e\147") {
goto Hr;
}
goto JU;
ay:
if (get_site_option("\x6d\157\137\163\x63\x69\x6d\137\x75\x70\137\x76\145\x72\x69\146\x79\137\x63\165\163\164\157\x6d\145\162") == "\164\162\165\x65") {
goto dA;
}
if (trim(get_site_option("\x6d\x6f\x5f\163\x63\x69\x6d\x5f\165\160\x5f\x61\x64\x6d\x69\x6e\137\x65\x6d\141\151\x6c")) != '' && trim(get_site_option("\155\157\x5f\163\x63\151\x6d\137\x75\x70\x5f\141\144\155\x69\x6e\x5f\141\160\x69\x5f\153\145\x79")) == '' && get_site_option("\x6e\x65\167\x5f\x72\145\147\x69\163\x74\162\x61\164\x69\157\156") != "\164\x72\x75\x65") {
goto Ww;
}
if (!mo_scim_up_is_customer_registered()) {
goto FI;
}
if (!mo_scim_up_is_customer_license_key_verified()) {
goto G6;
}
scim_user_provisioning_configuration();
$d1 = '';
goto Mb;
G6:
mo_scim_up_show_verify_license_page();
Mb:
goto B9;
FI:
delete_site_option("\x70\141\x73\x73\x77\x6f\162\144\137\155\151\x73\155\141\164\x63\150");
mo_scim_up_show_verify_password_page();
B9:
goto Y7;
Ww:
mo_scim_up_show_verify_password_page();
Y7:
goto Lk;
dA:
mo_scim_up_show_verify_password_page();
Lk:
goto JU;
JD:
scim_user_provisioning_configuration();
goto JU;
T2:
scim_user_provisioning_troubleshooting();
goto JU;
Hr:
show_attribute_mapping();
if (!function_exists("\x62\x70\137\151\x73\x5f\x61\143\x74\151\166\145")) {
goto it;
}
mo_scim_display_attrs_list_buddypress();
it:
JU:
echo "\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x3c\x2f\x74\144\76\xd\xa\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x3c\164\x64\40\163\x74\171\154\x65\75\x22\166\x65\x72\164\151\143\x61\x6c\x2d\141\154\151\147\156\x3a\164\157\160\73\x70\141\144\144\x69\156\x67\x2d\154\145\146\164\72\61\x25\73\42\76\15\12\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\40";
if ($d1 == "\x61\x74\164\x72\151\x62\x75\x74\x65\x5f\x6d\x61\160\x70\x69\156\x67") {
goto iw;
}
echo mo_support_user_provisioning();
goto mb;
iw:
echo mo_scim_display_attrs_list();
mb:
echo "\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\74\x2f\164\144\76\xd\xa\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\74\x2f\164\x72\x3e\xd\xa\40\40\40\40\x20\40\40\x20\40\x20\x20\40\74\x2f\164\141\142\x6c\145\76\15\xa\40\x20\x20\40\40\40\x20\40\x3c\x2f\144\151\x76\76\15\12\15\xa\11\11";
echo "\15\12\x20\40\40\x20\x3c\146\157\x72\155\x20\x73\164\171\x6c\x65\x3d\42\144\151\x73\160\154\x61\x79\72\x6e\x6f\x6e\145\x3b\x22\x20\x69\144\75\x22\x6c\157\147\151\156\146\157\162\x6d\x22\x20\x61\143\164\151\157\156\75\42" . get_site_option("\x6d\157\137\x73\143\x69\x6d\x5f\165\x70\x5f\x68\157\163\x74\137\x6e\141\155\145") . "\x2f\155\x6f\x61\163\x2f\x6c\x6f\147\151\156\42\15\12\x9\11\x74\x61\162\147\145\x74\x3d\42\137\142\154\x61\x6e\153\x22\x20\155\x65\x74\x68\157\144\75\x22\x70\157\163\x74\x22\76\xd\xa\x9\x9\x3c\151\156\x70\165\164\x20\x74\171\160\x65\x3d\x22\145\155\x61\x69\154\42\x20\156\141\155\x65\75\x22\165\163\145\162\x6e\x61\x6d\x65\x22\40\x76\x61\x6c\x75\145\x3d\x22" . get_site_option("\x6d\x6f\x5f\163\x63\x69\155\x5f\x75\x70\x5f\141\x64\x6d\x69\x6e\x5f\x65\x6d\141\x69\154") . "\x22\40\x2f\x3e\xd\12\x9\x9\74\x69\x6e\160\165\x74\40\164\x79\160\x65\x3d\42\x74\x65\x78\164\x22\x20\x6e\141\x6d\145\x3d\42\x72\145\x64\x69\x72\145\143\164\x55\x72\x6c\42\x20\166\x61\154\165\x65\75\x22" . get_site_option("\155\x6f\137\x73\x63\151\x6d\137\165\160\137\x68\157\163\x74\x5f\156\141\x6d\x65") . "\x2f\155\x6f\141\x73\57\166\151\145\167\154\x69\143\x65\156\x73\x65\x6b\145\x79\x73\42\40\x2f\x3e\15\xa\x9\x9\x3c\x69\156\x70\165\164\40\x74\x79\160\145\x3d\42\164\145\x78\x74\x22\x20\156\x61\155\145\75\42\x72\145\161\x75\145\x73\x74\x4f\162\151\147\x69\156\42\x20\166\141\x6c\x75\145\75\42\x77\x70\137\x73\x63\151\155\137\x75\x73\x65\162\x5f\x70\x72\157\166\151\x73\151\157\156\151\x6e\147\137\x70\154\x61\156\x22\x20\40\x2f\76\15\12\11\x9\74\x2f\146\x6f\x72\155\x3e\xd\12\x9\x9";
}
function mo_scim_up_show_verify_license_page()
{
echo "\74\x64\x69\166\40\x63\x6c\141\163\163\x3d\x22\155\x6f\137\163\143\x69\x6d\x5f\x75\x70\x5f\x74\141\x62\x6c\145\x5f\154\x61\171\157\x75\x74\42\40\163\x74\x79\154\x65\x3d\42\160\141\144\144\x69\x6e\147\x2d\x62\157\x74\x74\157\155\72\65\x30\160\170\73\x21\151\x6d\x70\157\x72\x74\x61\x6e\164\x22\76";
echo "\x3c\x68\x33\76\x56\x65\162\x69\146\171\40\114\151\x63\x65\x6e\x73\145\40\x20\133\x20\74\163\x70\x61\156\x20\163\164\171\x6c\x65\x3d\42\146\x6f\x6e\164\55\163\x69\x7a\145\x3a\61\x33\160\x78\73\x66\157\x6e\164\55\163\164\171\154\x65\72\156\157\x72\155\x61\154\x3b\x22\76\x3c\x61\x20\x73\164\171\154\x65\75\x22\143\165\x72\x73\157\162\x3a\x70\x6f\151\156\x74\145\162\x3b\42\x20\157\x6e\143\x6c\151\x63\x6b\75\42\x67\x65\x74\x6c\x69\x63\145\156\163\x65\153\145\x79\163\x66\x6f\x72\x6d\50\x29\x22\40\76\103\x6c\151\143\x6b\x20\150\x65\x72\x65\40\x74\x6f\x20\166\151\x65\x77\x20\171\x6f\x75\162\x20\x6c\151\x63\145\x6e\163\145\x20\153\145\x79\x3c\x2f\141\x3e\x3c\57\163\x70\x61\156\76\x20\x5d\x3c\x2f\150\63\x3e\x3c\x68\162\76";
echo "\x3c\146\x6f\162\x6d\40\156\x61\155\145\75\x22\x66\x22\40\x6d\x65\164\150\x6f\144\75\x22\160\157\163\164\42\x20\x61\x63\x74\x69\x6f\156\75\42\42\x3e\xd\12\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\74\x69\156\x70\165\x74\40\164\171\160\145\x3d\x22\150\151\144\x64\145\156\x22\40\x6e\x61\155\x65\75\42\x6f\x70\164\151\x6f\156\42\x20\x76\x61\x6c\165\x65\x3d\x22\155\157\137\x73\x63\151\x6d\137\165\160\x5f\x76\145\162\x69\x66\x79\137\x6c\151\143\x65\x6e\x73\x65\42\x20\57\76\xd\xa\15\12\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\74\160\76\x3c\x62\76\74\x66\x6f\x6e\164\x20\143\x6f\x6c\x6f\x72\x3d\42\43\x46\x46\x30\60\x30\60\x22\76\52\x3c\57\146\157\156\x74\x3e\105\156\164\x65\162\x20\x79\x6f\165\x72\40\154\x69\x63\145\156\163\145\x20\x6b\x65\x79\x20\x74\x6f\x20\141\143\x74\x69\166\x61\164\x65\x20\x74\x68\145\40\x70\x6c\x75\147\x69\156\x3a\74\57\142\76\15\12\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\74\x69\x6e\x70\165\164\40\x63\154\141\x73\163\x3d\42\155\157\x5f\163\x63\x69\155\x5f\165\160\137\x74\x61\x62\x6c\x65\x5f\164\x65\x78\164\x62\157\170\x22\40\x72\x65\161\165\x69\x72\145\144\40\x74\x79\160\145\75\42\164\x65\x78\x74\42\x20\x73\164\171\154\x65\x3d\42\x6d\141\x72\147\151\156\x2d\x6c\x65\146\x74\72\x34\60\x70\170\x3b\x77\x69\x64\164\x68\72\63\x30\60\x70\170\x3b\42\15\xa\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\156\x61\x6d\145\x3d\x22\155\157\137\x73\x63\x69\155\x5f\x75\x70\x5f\x6c\x69\143\x65\x6e\x63\x65\137\153\x65\x79\x22\40\160\x6c\x61\x63\x65\x68\157\x6c\x64\145\x72\75\42\x45\x6e\164\145\x72\40\171\x6f\165\x72\40\x6c\x69\143\145\x6e\x73\x65\40\153\x65\171\x20\164\157\x20\141\x63\x74\x69\x76\x61\164\x65\x20\x74\x68\145\40\160\x6c\165\x67\x69\x6e\x22\40";
echo "\57\76\15\12\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x3c\57\x70\x3e\15\xa\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\74\160\76\74\x62\x3e\x3c\146\x6f\156\164\x20\143\157\154\x6f\162\x3d\42\43\106\x46\x30\60\x30\60\42\76\x2a\74\x2f\x66\157\156\164\x3e\120\x6c\145\141\x73\x65\40\143\150\145\x63\153\40\164\x68\x69\163\40\164\x6f\40\x63\157\x6e\x66\x69\x72\155\x20\x74\150\x61\x74\x20\x79\157\165\40\x68\141\x76\x65\40\162\145\141\x64\40\151\164\72\x20\74\57\142\76\x26\156\x62\163\x70\73\46\156\x62\x73\160\73\x3c\151\x6e\160\x75\x74\40\162\x65\x71\165\x69\162\x65\144\40\x74\171\160\x65\75\42\143\x68\145\x63\153\x62\x6f\170\x22\x20\156\x61\x6d\145\x3d\x22\x6c\151\143\145\x6e\x73\145\137\143\157\156\x64\151\x74\151\x6f\156\163\x22\40";
echo "\57\76\74\57\x70\x3e\xd\xa\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x3c\57\160\x3e\15\xa\xd\xa\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x3c\x6f\154\x3e\xd\12\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\74\x6c\151\76\114\x69\143\x65\x6e\x73\145\x20\153\145\171\x20\x79\x6f\x75\x20\150\141\x76\145\40\145\156\164\145\162\x65\144\40\x68\145\x72\x65\x20\x69\163\x20\141\x73\163\157\143\151\141\x74\145\144\x20\x77\151\164\150\40\x74\x68\151\x73\40\x73\x69\x74\x65\x20\x69\156\x73\x74\141\156\143\x65\56\40\x49\x6e\x20\146\165\164\165\x72\145\54\40\151\146\40\171\x6f\165\40\141\162\145\x20\x72\145\x2d\x69\156\163\x74\x61\154\154\x69\156\147\40\x74\150\x65\x20\x70\x6c\x75\x67\x69\156\40\x6f\162\x20\x79\x6f\165\x72\40\x73\151\x74\x65\40\x66\157\x72\x20\x61\156\171\40\162\x65\141\163\157\156\56\40\131\157\165\x20\x73\x68\x6f\165\154\144\x20\x64\145\x61\143\x74\151\x76\x61\164\145\x20\x61\156\144\40\164\x68\145\156\40\144\145\x6c\x65\x74\x65\40\x74\150\x65\x20\160\154\165\147\x69\x6e\x20\146\x72\x6f\155\40\127\x6f\x72\x64\120\162\145\x73\x73\40\x63\157\x6e\163\157\154\145\x20\141\x6e\x64\x20\x73\150\157\165\x6c\x64\x20\x6e\x6f\x74\x20\155\141\156\165\x61\154\x6c\171\x20\144\x65\x6c\x65\164\x65\40\x74\150\x65\x20\160\x6c\165\147\151\156\40\x66\157\154\x64\x65\x72\x2e\x20\123\157\x20\x74\150\141\164\x20\171\157\165\x20\x63\141\156\40\x72\145\x73\x75\163\145\x20\164\150\145\x20\163\141\x6d\x65\x20\154\x69\143\x65\156\163\x65\x20\x6b\145\x79\x2e\74\x2f\154\151\76\x3c\142\162\76\15\xa\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\74\154\x69\x3e\74\x62\x3e\124\150\x69\163\40\151\x73\40\x6e\x6f\x74\x20\141\40\x64\x65\166\x65\x6c\x6f\x70\145\x72\47\x73\40\154\151\143\145\x6e\163\x65\x2e\x3c\57\x62\76\x20\x4d\141\x6b\151\156\x67\x20\141\156\171\x20\153\151\x6e\x64\40\157\146\x20\x63\150\141\156\x67\x65\40\x74\x6f\40\164\x68\145\40\160\x6c\165\x67\151\156\47\x73\x20\x63\x6f\144\x65\40\167\x69\154\x6c\40\144\145\x6c\x65\164\x65\x20\x61\154\x6c\40\171\157\x75\x72\x20\x63\157\156\x66\x69\147\x75\x72\x61\x74\x69\157\156\40\x61\x6e\144\40\155\x61\153\x65\40\164\x68\x65\x20\160\x6c\x75\x67\x69\x6e\x20\x75\156\165\x73\141\x62\x6c\x65\56\74\57\154\151\76\15\xa\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\74\142\162\x3e\xd\12\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20\x20\x3c\151\x6e\160\x75\164\x20\x74\171\x70\145\x3d\42\163\165\142\x6d\x69\164\x22\40\x6e\x61\x6d\145\75\x22\163\x75\x62\x6d\x69\164\x22\40\x76\141\154\165\x65\75\42\101\143\x74\151\166\x61\x74\x65\40\x4c\151\x63\145\156\x73\145\x22\x20\x63\154\141\x73\163\75\42\x62\x75\x74\x74\x6f\156\40\142\165\x74\x74\157\x6e\x2d\x70\x72\x69\x6d\x61\x72\x79\x20\x62\x75\164\x74\x6f\156\x2d\x6c\141\162\x67\x65\42\x20";
echo "\57\x3e\15\12\15\xa\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\74\57\x66\x6f\x72\x6d\76";
echo "\x3c\x2f\x64\x69\x76\76\15\xa\40\40\x20\40\40\40\40\x20\74\x66\157\162\x6d\40\156\x61\155\x65\x3d\42\x66\42\40\x6d\145\164\150\157\144\x3d\42\x70\x6f\163\164\42\40\141\x63\x74\x69\x6f\156\75\42\x22\40\151\x64\75\x22\x6d\x6f\x5f\163\x63\x69\x6d\137\165\160\137\x63\150\x65\x63\153\x5f\x6c\x69\x63\x65\x6e\163\x65\x22\x3e\15\xa\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x3c\151\x6e\x70\x75\164\x20\164\171\160\x65\75\42\150\x69\x64\x64\x65\x6e\42\x20\x6e\141\155\145\x3d\42\157\160\x74\151\x6f\x6e\42\40\x76\141\x6c\x75\145\x3d\x22\x6d\157\137\163\143\x69\155\137\165\160\137\143\150\145\143\153\x5f\154\x69\143\x65\x6e\x73\145\x22\57\76\15\xa\40\40\x20\40\40\40\40\x20\x3c\57\x66\x6f\162\155\76";
}
function mo_scim_up_show_verify_password_page()
{
echo "\x20\x20\x20\40\40\x20\x20\40\74\x21\x2d\55\x56\145\162\x69\x66\x79\x20\160\x61\163\163\167\157\x72\x64\40\167\151\x74\x68\x20\155\x69\x6e\151\117\162\141\156\147\145\55\x2d\x3e\xd\xa\40\x20\x20\40\40\40\x20\x20\74\146\x6f\x72\155\40\x6e\141\155\x65\75\x22\146\x22\x20\155\145\x74\x68\x6f\144\x3d\x22\x70\157\x73\164\42\40\x61\x63\x74\x69\x6f\x6e\75\42\42\76\15\xa\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\74\151\x6e\x70\x75\164\x20\164\x79\160\145\75\x22\x68\151\144\144\145\156\42\40\156\x61\x6d\145\x3d\42\157\160\164\151\x6f\x6e\x22\40\x76\141\x6c\165\x65\75\42\x6d\157\x5f\163\x63\151\x6d\137\165\x70\x5f\166\x65\162\x69\146\x79\137\143\165\163\164\157\155\145\x72\x5f\166\x61\154\x75\145\x22\57\76\xd\12\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x3c\x64\x69\166\40\x63\x6c\x61\163\x73\75\42\x6d\157\137\163\x63\151\x6d\x5f\x75\x70\137\x74\x61\x62\154\x65\137\x6c\x61\x79\x6f\165\x74\x22\40\163\164\x79\154\x65\75\x22\160\141\144\x64\x69\156\147\55\142\157\x74\164\x6f\x6d\72\65\x30\160\x78\x3b\41\x69\155\x70\157\x72\x74\x61\x6e\x74\x22\x3e\15\xa\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x3c\x64\151\166\x20\x69\x64\x3d\42\164\x6f\x67\x67\154\x65\x31\42\x20\143\x6c\x61\163\163\x3d\x22\x70\141\156\x65\x6c\137\x74\x6f\x67\147\x6c\145\42\x3e\xd\xa\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x3c\150\63\76\x4c\x6f\147\151\156\x20\167\151\x74\150\x20\x6d\x69\x6e\x69\x4f\x72\x61\156\x67\x65\x3c\x2f\150\x33\x3e\15\12\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\74\x2f\x64\151\x76\76\15\12\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\74\x61\x20\x68\x72\x65\x66\75\42\150\164\x74\x70\163\72\57\57\154\157\x67\x69\x6e\56\170\145\143\x75\x72\151\146\x79\x2e\x63\157\x6d\x2f\155\157\141\163\x2f\151\144\x70\x2f\162\145\x73\x65\164\160\141\x73\163\x77\x6f\162\x64\x22\40\x74\x61\x72\x67\145\164\x3d\42\137\x62\154\141\x6e\153\42\x3e\x43\154\151\x63\x6b\40\150\145\x72\145\x20\x69\x66\x20\x79\x6f\x75\x20\x66\x6f\x72\x67\x6f\x74\40\171\x6f\165\162\x20\160\141\x73\163\167\157\162\144\x3f\74\57\141\x3e\74\57\142\76\xd\12\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\x3c\57\x70\x3e\xd\xa\xd\xa\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\74\x64\x69\x76\40\151\x64\x3d\42\x70\141\156\145\154\x31\42\x3e\xd\xa\15\xa\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\40\40\x20\x20\x20\x3c\164\x61\x62\154\145\x20\x63\154\141\163\163\75\42\155\157\137\163\x63\x69\155\137\x75\160\x5f\x73\x65\164\x74\151\x6e\147\x73\137\x74\141\x62\154\145\42\76\15\12\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\74\164\162\76\15\xa\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\74\x74\x64\76\x3c\x62\x3e\x3c\146\x6f\x6e\x74\x20\x63\157\154\157\162\x3d\42\x23\106\106\60\x30\60\x30\42\x3e\x2a\74\x2f\146\x6f\156\x74\76\105\155\141\x69\x6c\x3a\x3c\x2f\142\76\x3c\x2f\164\144\x3e\xd\xa\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\74\164\x64\x3e\74\x69\156\160\x75\164\x20\143\154\x61\163\163\x3d\x22\x6d\157\x5f\163\x63\x69\x6d\x5f\165\160\137\164\141\142\x6c\145\x5f\x74\x65\170\x74\x62\x6f\170\42\x20\164\x79\160\145\x3d\42\x65\155\x61\x69\154\x22\40\x6e\x61\155\145\x3d\x22\145\x6d\x61\x69\154\x22\xd\xa\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x72\x65\161\x75\x69\162\145\144\40\160\x6c\141\143\x65\150\x6f\154\x64\145\162\75\42\x70\x65\162\x73\x6f\156\100\x65\x78\141\155\x70\x6c\x65\x2e\143\x6f\x6d\42\xd\12\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\x76\x61\154\x75\x65\x3d\x22";
echo get_site_option("\155\x6f\137\x73\143\151\155\137\165\x70\x5f\x61\144\x6d\151\156\x5f\x65\155\141\151\x6c");
echo "\x22\57\x3e\74\57\x74\x64\76\xd\12\40\x20\40\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\74\57\x74\162\76\xd\xa\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\x3c\164\x72\76\xd\xa\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\74\164\144\x3e\x3c\142\x3e\74\146\x6f\156\x74\x20\143\157\x6c\x6f\x72\x3d\42\x23\x46\x46\60\x30\x30\60\42\76\52\x3c\x2f\x66\x6f\156\x74\76\120\141\x73\x73\x77\x6f\162\x64\x3a\x3c\57\142\76\x3c\57\164\x64\x3e\xd\12\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x3c\x74\144\76\74\151\156\x70\165\x74\x20\143\154\141\163\x73\x3d\x22\155\157\137\x73\143\151\155\137\165\160\137\164\141\142\154\145\x5f\164\x65\x78\x74\142\x6f\170\x22\x20\162\145\x71\x75\151\x72\145\144\40\x74\171\x70\145\x3d\x22\x70\x61\x73\x73\x77\157\162\x64\42\15\xa\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\156\141\x6d\145\x3d\42\160\141\163\x73\x77\x6f\162\144\42\40\160\x6c\141\x63\145\150\x6f\x6c\144\145\x72\75\x22\103\150\x6f\x6f\x73\145\40\171\x6f\x75\162\x20\160\x61\x73\x73\x77\157\162\144\42\57\x3e\74\57\x74\x64\76\xd\xa\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\74\x2f\x74\x72\x3e\15\12\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\74\164\162\76\15\xa\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\74\x74\144\x3e\x26\156\142\x73\x70\x3b\74\x2f\164\x64\76\xd\12\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\74\x74\x64\76\74\151\156\x70\165\x74\40\164\x79\160\x65\x3d\42\163\165\x62\x6d\x69\x74\x22\40\x6e\141\155\145\x3d\x22\163\165\142\155\x69\x74\42\15\12\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x63\154\141\163\163\x3d\42\142\165\x74\164\x6f\x6e\40\x62\x75\x74\164\x6f\x6e\55\160\x72\151\155\141\162\x79\40\x62\165\x74\164\x6f\156\55\154\x61\162\x67\145\x22\x2f\x3e\46\156\x62\163\160\73\x26\156\142\163\160\x3b\x26\x6e\142\x73\160\x3b\x26\x6e\x62\x73\160\73\x26\156\x62\x73\160\73\x26\x6e\x62\163\160\73\46\x6e\142\163\x70\x3b\46\x6e\x62\163\x70\73\15\xa\x20\x20\40\x20\40\x20\x20\x20\74\x2f\164\x64\x3e\xd\12\xd\12\15\12\x20\40\x20\40\40\x20\40\x20\x3c\57\164\x72\x3e\15\xa\x20\x20\40\40\x20\40\40\40\74\x2f\164\141\x62\154\x65\76\15\xa\x20\x20\40\x20\74\57\x64\151\x76\76\xd\xa\x20\40\40\40\74\x2f\144\x69\166\76\15\xa\x20\x20\40\x20\x20\x20\x20\74\57\146\157\x72\155\76\xd\xa\xd\xa\11";
}
function scim_user_provisioning_configuration()
{
global $wpdb;
echo "\x20\40\x20\x20\74\144\151\x76\x20\x63\154\141\163\x73\75\42\155\157\137\164\141\142\x6c\145\x5f\154\x61\171\x6f\165\x74\x22\x3e\xd\12\11\x9";
if (!mo_scim_up_is_customer_license_key_verified()) {
goto rD;
}
$oo = !empty(get_site_option("\x6d\x6f\137\x73\x63\151\x6d\137\151\x64\x70\137\156\141\x6d\x65")) ? get_site_option("\155\157\x5f\x73\143\151\155\x5f\x69\144\160\x5f\156\141\x6d\145") : "\x6f\153\164\x61";
echo "\x3c\144\x69\166\x20\x63\x6c\x61\x73\x73\75\x22\x6d\x6f\137\x73\143\151\155\x5f\x75\x70\137\x74\x61\x62\x6c\145\x5f\x6c\x61\x79\x6f\165\x74\42\x20\163\x74\171\x6c\x65\75\x22\160\x61\144\144\x69\x6e\147\55\x62\157\164\164\157\x6d\72\x35\x30\160\x78\73\41\151\155\160\157\x72\x74\141\x6e\164\x22\x3e\15\12\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\74\144\151\166\x20\163\x74\x79\154\x65\x3d\42\144\x69\163\x70\154\x61\171\72\x62\x6c\x6f\x63\153\73\x6d\x61\x72\147\151\156\x2d\x74\x6f\x70\72\x31\60\160\x78\73\142\141\143\153\147\x72\x6f\165\156\x64\x2d\x63\x6f\154\157\162\72\x72\147\x62\141\50\62\65\65\54\40\x32\65\65\x2c\40\x32\65\x35\54\x20\62\x35\x35\51\x3b\x70\141\x64\144\x69\156\x67\x3a\65\x70\x78\x3b\x62\157\x72\144\145\162\72\163\157\154\x69\x64\40\x31\160\x78\40\x72\147\142\x61\x28\x32\65\x35\x2c\40\62\x35\65\x2c\40\62\65\x35\x2c\x20\x32\x35\65\51\73\42\x3e\xd\xa\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x3c\150\x32\76\x53\103\111\115\40\103\157\156\146\x69\x67\165\162\141\164\151\157\156\x3c\x2f\150\x32\x3e\x3c\150\162\x3e\xd\12\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\x20\40\15\xa\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x3c\x66\x6f\x72\155\40\x69\144\x3d\x22\x6d\x6f\137\x73\x63\151\x6d\x5f\151\x64\x70\137\156\141\x6d\145\x22\40\x6e\141\x6d\145\x3d\42\x6d\157\x5f\x73\143\x69\155\137\x69\x64\x70\137\156\x61\155\x65\x22\x20\x6d\145\164\x68\157\x64\75\x22\160\x6f\163\x74\42\x20\141\143\164\x69\x6f\156\75\42\42\76\xd\xa\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x3c\x69\x6e\x70\x75\164\x20\x74\x79\160\x65\75\x22\150\151\x64\x64\145\156\42\x20\x6e\141\155\x65\x3d\42\x6f\160\164\x69\x6f\x6e\x22\x20\166\141\154\x75\145\x3d\42\155\157\x5f\x73\x63\x69\x6d\x5f\x69\x64\160\137\156\x61\155\x65\x22\76";
wp_nonce_field("\155\157\137\163\x63\151\155\x5f\151\144\x70\x5f\156\x61\155\x65");
echo "\15\xa\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x3c\x74\141\142\154\145\40\x77\x69\x64\x74\x68\x3d\42\66\60\45\42\x20\x73\x74\171\154\x65\x3d\x22\x70\141\x64\144\151\156\147\72\x20\61\x30\x70\x78\x3b\42\x3e\xd\xa\40\40\40\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\74\164\162\x3e\x3c\x74\x64\40\x73\164\171\x6c\145\75\x22\63\60\x25\42\76\x3c\x62\76\123\x65\x6c\145\143\164\x20\171\x6f\165\x72\40\x49\x64\145\156\x74\x69\164\171\x20\x70\162\x6f\x76\x69\x64\x65\x72\72\x3c\57\142\x3e\x3c\x2f\x74\x64\76";
echo "\74\164\144\x3e\x3c\x73\x65\154\x65\143\x74\40\156\x61\x6d\145\75\x22\x6d\157\x5f\x73\143\151\155\x5f\x69\x64\160\137\x6e\x61\155\145\42\x20\151\x64\40\75\42\x6d\x6f\137\163\x63\151\155\x5f\151\x64\x70\137\156\x61\x6d\x65\137\144\162\x6f\160\x64\x6f\x77\x6e\x22\40\x6f\x6e\x43\x68\141\x6e\147\x65\75\x20\42\144\157\x63\x75\155\x65\156\x74\56\x67\145\164\x45\x6c\x65\x6d\x65\156\164\102\x79\x49\x64\x28\47\155\157\137\163\x63\x69\155\137\151\144\160\x5f\156\x61\155\x65\x27\x29\56\163\x75\142\155\151\164\50\51\x22\40\163\164\x79\154\145\x3d\x22\x77\x69\x64\x74\x68\x3a\x20\61\x30\x30\x25\42\76\xd\xa\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x3c\157\x70\164\x69\157\156\40\x76\x61\x6c\165\x65\75\42\141\172\x75\x72\145\141\144\42";
if (!($oo == "\x61\x7a\x75\162\x65\141\144")) {
goto Mu;
}
echo "\x20\163\145\154\145\143\x74\145\144\x20";
Mu:
echo "\x3e\x41\x7a\x75\162\x65\x41\x44\x3c\57\157\160\x74\x69\157\x6e\76\15\xa\x20\40\x20\40\40\40\40\x20\40\40\x20\x3c\157\160\164\x69\157\156\x20\166\141\x6c\x75\x65\75\x22\x63\x65\x6e\x74\162\x69\146\171\42";
if (!($oo == "\x63\x65\x6e\x74\162\x69\x66\171")) {
goto uv;
}
echo "\40\x73\x65\154\145\x63\164\x65\144\40";
uv:
echo "\x3e\103\145\156\x74\x72\151\x66\x79\74\57\x6f\x70\164\151\157\x6e\x3e\15\12\x20\40\40\40\x20\40\x20\40\40\40\x20\x3c\x6f\x70\x74\x69\157\156\x20\x76\141\154\165\x65\75\42\147\x6f\x6f\147\x6c\x65\55\141\160\160\x73\x22";
if (!($oo == "\147\x6f\x6f\x67\x6c\x65\x2d\141\160\x70\163")) {
goto I4;
}
echo "\x20\163\x65\154\x65\143\164\x65\x64\40";
I4:
echo "\x3e\x47\157\157\x67\154\145\x41\160\x70\x73\74\57\x6f\160\164\x69\157\156\76\40\x20\x20\40\x20\15\xa\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\74\157\160\164\151\157\156\40\x76\141\x6c\x75\145\x3d\x22\157\153\x74\x61\x22";
if (!($oo == "\x6f\x6b\x74\x61")) {
goto GS;
}
echo "\x20\x73\145\x6c\x65\143\x74\x65\144\40";
GS:
echo "\76\117\153\164\141\x3c\57\x6f\x70\164\x69\157\156\x3e\15\12\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\74\x6f\x70\x74\151\x6f\x6e\x20\x76\x61\154\x75\145\x3d\42\x6f\x6e\x65\154\x6f\x67\x69\156\42";
if (!($oo == "\157\156\145\x6c\157\x67\151\x6e")) {
goto ss;
}
echo "\40\163\x65\x6c\145\143\164\x65\144\x20";
ss:
echo "\x3e\117\x6e\145\114\x6f\x67\x69\156\x3c\x2f\157\160\164\x69\x6f\156\x3e\xd\12\40\x20\x20\40\40\x20\x20\40\40\40\x20\74\157\x70\164\x69\157\x6e\40\166\141\x6c\x75\145\x3d\42\x70\151\156\147\x6f\x6e\x65\42";
if (!($oo == "\x70\151\x6e\x67\x6f\156\145")) {
goto bG;
}
echo "\40\163\145\x6c\x65\x63\x74\x65\x64\40";
bG:
echo "\76\x50\x69\x6e\x67\117\156\145\74\57\x6f\x70\x74\x69\x6f\156\76\15\12\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\74\x6f\160\164\x69\x6f\156\x20\166\x61\154\x75\145\x3d\x22\157\164\150\x65\x72\42";
if (!($oo == "\x6f\x74\x68\x65\x72")) {
goto Q3;
}
echo "\x20\x73\145\x6c\x65\x63\x74\x65\144\40";
Q3:
echo "\76\x4f\x74\x68\145\x72\74\57\x6f\x70\x74\151\157\156\76";
if (!($oo == "\x6f\164\x68\145\162")) {
goto q3;
}
$oo = "\x6f\x6e\145\154\157\147\151\156";
q3:
echo "\x3e\117\x74\x68\145\x72\74\57\157\160\x74\151\157\x6e\x3e\15\12\74\x2f\x73\x65\x6c\x65\143\164\76\74\57\x74\144\x3e\x20\x3c\164\144\x20\163\x74\x79\x6c\x65\x3d\x22\160\141\x64\x64\x69\156\x67\55\x6c\x65\x66\x74\72\x35\x25\42\76\40\x3c\x61\x20\143\x6c\141\x73\x73\75\42\142\x75\164\x74\157\x6e\x20\x62\165\164\x74\x6f\156\x2d\160\162\151\x6d\141\162\171\42\40\x69\x64\x20\75\x22\154\151\156\153\x5f\x74\x6f\137\147\x75\x69\x64\x65\42\x20\x73\x74\x79\x6c\145\x3d\42\155\x61\x72\x67\x69\x6e\55\x6c\x65\146\164\40\x3a\65\45\x2c\155\141\x72\x67\151\156\55\x74\x6f\160\x3a\65\x25\x20\42\x20\15\xa\x20\40\40\x20\143\x75\x72\x73\x6f\x72\x3a\x20\160\x6f\151\x6e\164\x65\162\x3b\x20\x22\40\150\x72\x65\146\x3d\x22\x68\x74\164\x70\x73\72\x2f\57\160\154\x75\147\151\x6e\163\x2e\155\151\x6e\151\x6f\x72\x61\x6e\147\145\56\x63\157\x6d\x2f\167\157\162\x64\x70\162\x65\163\x73\x2d\163\143\151\155\x2d\165\x73\145\x72\55\x70\162\x6f\166\x69\163\151\157\x6e\x69\x6e\147\55\x77\151\x74\150\55" . $oo . "\42\x20\164\x61\162\147\x65\164\x3d\42\137\x62\154\141\156\153\x22\x3e\103\154\151\143\153\x20\x68\x65\x72\x65\x20\x66\x6f\x72\40\147\x75\x69\144\x65\74\x2f\x61\x3e\x20\74\57\x74\144\x3e\xd\xa\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\74\x2f\x74\x72\76\15\xa\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\x3c\164\x72\76\74\164\x64\76\74\x62\162\57\x3e\74\57\164\144\x3e\x3c\x2f\164\x72\x3e\15\xa\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x3c\x74\162\x3e\x3c\164\144\76\x3c\57\x74\x64\x3e\74\x74\x64\40\x63\x6f\x6c\x73\x70\x61\156\x3d\x22\62\42\40\76";
echo "\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\xd\12\74\x2f\x74\144\x3e\x3c\x2f\x74\162\76\15\12\x3c\57\164\141\x62\x6c\145\x3e\x3c\142\162\57\x3e\74\x62\x72\x2f\x3e\15\12\x3c\x62\x3e\x53\145\x6c\x65\x63\164\x20\171\157\x75\x72\x20\111\x64\x65\x6e\164\x69\x74\x79\40\x50\162\x6f\x76\x69\x64\x65\x72\x20\x66\162\157\x6d\x20\x74\150\x65\x20\x6c\x69\163\164\x20\142\145\154\157\167\x2c\40\141\x6e\x64\x20\171\157\165\x20\143\x61\156\x20\x66\151\156\x64\40\x74\x68\145\40\x6c\151\156\x6b\40\164\157\x20\164\150\145\x20\147\165\151\x64\x65\x20\146\157\162\x20\163\145\x74\x74\151\x6e\x67\40\165\x70\40\123\x43\x49\x4d\40\x50\x72\157\166\x69\163\151\x6f\156\x69\156\147\40\x62\x65\154\157\x77\56\x3c\x2f\x62\76\xd\xa\x3c\142\162\x2f\x3e\74\142\162\x2f\x3e\15\12\74\x2f\x66\x6f\x72\155\x3e";
echo "\15\xa\40\40\40\40\x20\x20\x20\x20\40\x20\74\x64\x69\x76\x20\x69\144\75\42\x6d\157\137\x73\x61\x6d\x6c\137\151\144\160\163\x5f\147\x72\151\144\x5f\x64\151\x76\42\40\163\164\171\154\145\x3d\42\160\157\x73\151\x74\x69\157\156\x3a\40\162\145\x6c\141\x74\x69\x76\145\42\x3e";
echo "\xd\12\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x3c\x75\x6c\x3e\15\xa\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\15\12\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x3c\154\x69\x3e\74\x61\40\x73\x74\171\x6c\145\75\42\143\x75\162\x73\157\162\72\40\x70\157\151\156\x74\x65\162\42\x20\x74\141\x72\x67\145\164\75\42\137\x62\x6c\141\x6e\x6b\42\x20\x68\x72\x65\146\x3d\42\x68\164\x74\x70\x73\x3a\x2f\57\x70\x6c\165\x67\x69\x6e\163\x2e\155\151\x6e\x69\x6f\x72\x61\156\147\145\56\143\x6f\x6d\57\167\x6f\162\144\160\x72\145\163\163\55\163\x63\151\x6d\55\x75\163\145\162\x2d\x70\162\157\166\151\163\x69\157\x6e\x69\x6e\147\x2d\x77\x69\164\150\55\141\x7a\x75\x72\x65\141\144\42\x3e\x3c\151\155\147\40\163\x72\143\75\42" . plugins_url("\151\155\x61\x67\145\163\x2f\x69\144\x70\55\x67\x75\151\144\145\163\55\154\157\147\x6f\163\57\x61\x7a\x75\x72\145\55\141\x64\56\160\156\x67", __FILE__) . "\x22\x2f\76\x3c\x62\x72\76\x3c\150\64\x3e\x41\x7a\x75\x72\145\101\x44\x3c\57\x68\64\76\74\x2f\141\76\74\x2f\154\x69\x3e\15\xa\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x3c\154\151\76\74\x61\x20\x73\x74\x79\154\x65\75\x22\x63\165\x72\163\157\162\72\x20\160\157\x69\x6e\x74\x65\x72\42\x20\x74\x61\x72\147\x65\x74\x3d\42\137\142\154\141\156\x6b\42\40\x68\162\145\x66\75\42\x68\164\x74\160\x73\x3a\x2f\57\x70\154\165\x67\x69\x6e\163\x2e\x6d\x69\x6e\x69\x6f\162\141\x6e\147\145\56\143\157\x6d\x2f\167\157\162\x64\x70\x72\145\x73\x73\x2d\163\143\151\155\55\x75\163\145\162\55\160\x72\157\x76\x69\163\151\x6f\156\151\x6e\x67\55\x77\151\x74\150\55\x63\x65\156\164\x72\x69\x66\171\x22\76\x3c\151\155\147\40\163\162\143\x3d\42" . plugins_url("\151\x6d\141\x67\145\x73\x2f\x69\144\x70\x2d\147\x75\151\144\145\163\55\154\x6f\147\x6f\x73\57\143\145\x6e\x74\x72\x69\146\171\x2e\160\x6e\x67", __FILE__) . "\x22\40\57\76\74\x62\x72\76\74\150\x34\76\x43\x65\x6e\164\x72\x69\x66\x79\74\57\150\x34\x3e\x3c\57\141\76\74\x2f\154\151\x3e\xd\xa\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x3c\x6c\x69\x3e\x3c\141\x20\163\x74\x79\154\x65\x3d\42\x63\x75\x72\x73\x6f\x72\x3a\40\x70\157\151\x6e\164\x65\x72\x22\x20\x74\x61\x72\147\145\164\x3d\x22\137\142\x6c\x61\156\x6b\42\x20\x68\x72\x65\x66\x3d\x22\150\164\x74\160\x73\x3a\x2f\x2f\x70\154\165\147\x69\156\x73\x2e\x6d\x69\156\x69\157\x72\x61\156\147\x65\x2e\x63\x6f\x6d\x2f\167\x6f\x72\x64\160\x72\145\163\163\55\163\x63\x69\155\55\165\163\145\x72\x2d\160\162\x6f\x76\x69\163\151\x6f\156\x69\156\147\x2d\x77\151\164\150\55\x67\x6f\x6f\147\x6c\x65\55\x61\160\160\163\42\76\x3c\151\x6d\147\40\163\x72\143\75\x22" . plugins_url("\151\155\x61\x67\145\x73\x2f\151\144\160\55\x67\x75\151\144\145\163\55\154\157\x67\157\x73\x2f\x67\157\157\x67\x6c\145\55\x61\x70\160\x73\x2e\x70\x6e\147", __FILE__) . "\x22\40\x2f\76\74\x62\x72\x3e\74\150\64\76\107\157\157\x67\154\145\x41\x70\x70\x73\74\57\150\64\x3e\x3c\x2f\x61\76\74\57\x6c\151\76\xd\xa\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x3c\x6c\151\x3e\74\x61\40\163\x74\171\154\x65\75\x22\x63\x75\x72\163\157\162\x3a\x20\160\x6f\151\156\x74\145\162\42\40\164\141\x72\x67\x65\x74\x3d\x22\x5f\142\x6c\x61\x6e\x6b\x22\x20\150\x72\145\146\x3d\x22\150\x74\x74\x70\163\72\x2f\57\x70\x6c\165\x67\151\156\x73\x2e\x6d\x69\156\151\x6f\x72\x61\x6e\x67\x65\56\x63\x6f\155\57\x77\157\162\144\160\x72\145\x73\x73\55\x73\143\x69\x6d\55\165\x73\x65\x72\55\160\x72\x6f\166\x69\x73\x69\157\x6e\151\x6e\x67\x2d\x77\151\x74\150\55\157\x6b\x74\141\x22\76\x3c\151\x6d\147\40\163\162\x63\75\x22" . plugins_url("\151\155\x61\x67\145\x73\57\151\x64\x70\x2d\x67\x75\151\x64\145\x73\x2d\154\x6f\x67\157\x73\x2f\x6f\153\x74\141\56\x70\156\147", __FILE__) . "\x22\x2f\76\74\142\162\x3e\74\x68\x34\x3e\x4f\153\x74\141\74\x2f\150\64\x3e\74\57\141\x3e\x3c\x2f\154\x69\x3e\xd\xa\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\74\154\151\76\x3c\141\40\163\x74\x79\154\145\x3d\42\143\x75\x72\x73\x6f\x72\72\x20\x70\157\x69\156\x74\x65\x72\42\40\164\x61\x72\147\145\x74\75\42\x5f\x62\154\x61\x6e\x6b\x22\x20\150\162\x65\x66\75\42\x68\164\164\x70\x73\72\x2f\x2f\160\154\165\147\151\156\163\x2e\x6d\151\x6e\x69\157\x72\141\x6e\147\x65\x2e\x63\157\155\x2f\x77\157\162\144\160\162\x65\163\x73\x2d\163\143\x69\x6d\x2d\x75\163\x65\x72\55\x70\x72\x6f\166\x69\163\x69\157\156\151\156\147\55\x77\x69\x74\150\x2d\x6f\x6e\x65\154\157\x67\151\156\x22\x3e\74\151\155\147\x20\x73\x72\143\75\42" . plugins_url("\151\x6d\141\147\145\163\x2f\151\144\160\x2d\x67\165\151\144\145\x73\55\x6c\x6f\x67\157\x73\x2f\x6f\156\145\154\157\147\151\x6e\56\x70\156\147", __FILE__) . "\42\x20\57\x3e\x3c\142\x72\x3e\x3c\150\64\76\x4f\156\x65\x4c\x6f\147\x69\x6e\74\x2f\x68\x34\76\x3c\x2f\141\x3e\x3c\x2f\154\x69\x3e\xd\12\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x3c\x6c\151\76\74\x61\40\163\164\171\x6c\145\75\42\x63\165\162\x73\x6f\x72\x3a\x20\160\x6f\x69\x6e\164\145\x72\x22\x20\x74\x61\162\x67\145\x74\x3d\42\137\x62\x6c\141\156\x6b\42\x20\150\162\x65\146\75\x22\150\164\x74\160\x73\x3a\57\57\x70\154\x75\x67\151\156\163\x2e\x6d\x69\156\151\157\x72\141\x6e\x67\145\x2e\143\157\155\x2f\x77\x6f\x72\144\x70\x72\145\x73\x73\55\x73\143\x69\x6d\x2d\165\x73\145\x72\x2d\160\162\x6f\166\x69\x73\x69\x6f\156\x69\156\x67\55\167\x69\x74\x68\x2d\160\x69\x6e\147\157\156\145\x22\x3e\x3c\151\155\147\40\x73\162\x63\75\42" . plugins_url("\151\155\x61\x67\145\x73\x2f\x69\144\160\55\147\x75\x69\144\x65\x73\x2d\x6c\x6f\147\157\163\57\160\151\156\x67\x6f\156\145\x2e\x70\156\x67", __FILE__) . "\42\40\57\76\x3c\142\162\x3e\74\x68\x34\x3e\120\x69\x6e\x67\117\x6e\x65\74\57\150\64\76\74\x2f\141\x3e\74\57\x6c\151\76\xd\xa\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x3c\57\165\154\x3e\15\12\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20";
echo "\74\x2f\x64\151\166\x3e";
echo "\xd\xa\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x3c\57\142\x72\76\15\xa\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\74\x66\x6f\162\x6d\x20\x6e\x61\155\145\75\x22\146\42\x20\163\x74\171\154\x65\75\42\x6d\x61\162\147\x69\156\x2d\154\145\146\164\72\x36\x70\x78\73\42\x20\x6d\145\x74\x68\157\144\x3d\42\160\x6f\163\164\42\x20\x61\x63\164\151\x6f\x6e\x3d\x22\x22\x20\76\xd\12\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\74\x69\156\x70\165\164\x20\164\x79\160\145\75\x22\150\x69\144\x64\x65\x6e\42\40\x6e\141\155\145\75\42\x6f\160\x74\151\157\x6e\42\40\x76\141\x6c\165\x65\75\x22\147\x65\x6e\145\162\141\164\145\137\156\145\x77\x5f\164\x6f\x6b\145\x6e\137\x6f\160\164\151\157\156\x22\40\x2f\76\15\xa\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\74\150\63\76\x53\103\x49\115\x20\101\x50\x49\x20\103\x72\145\144\145\156\164\x69\141\154\x73\72\40\x3c\x2f\150\x33\x3e\xd\xa\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40";
echo "\40\74\164\x61\x62\x6c\x65\x20\x62\157\162\144\145\162\x3d\42\61\42\x20\163\x74\x79\154\x65\x3d\42\x62\141\143\x6b\x67\x72\x6f\165\156\x64\55\x63\x6f\154\157\162\x3a\43\106\106\106\x46\x46\106\x3b\40\142\157\162\x64\x65\162\x3a\x31\160\x78\x20\x73\157\x6c\151\144\40\43\103\x43\x43\x43\x43\103\73\40\x70\141\144\144\x69\x6e\147\x3a\x30\x70\x78\40\60\x70\x78\40\x30\160\170\40\x31\x30\x70\170\73\x20\155\x61\162\x67\x69\156\72\62\x70\x78\73\40\x62\157\162\x64\145\162\55\x63\x6f\x6c\x6c\x61\160\x73\145\72\40\x63\x6f\x6c\154\x61\160\x73\145\x3b\x20\167\151\x64\x74\x68\x3a\x39\70\x25\42\76\15\12\40\40\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\74\164\x72\76\15\12\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x3c\x74\144\40\x73\164\171\154\145\75\x22\167\151\144\164\x68\72\x34\60\x25\x3b\40\x70\141\144\144\x69\156\x67\72\40\61\65\160\x78\x3b\x22\76\74\x62\76\x53\103\111\x4d\x20\x42\141\x73\x65\x20\125\x52\x4c\74\57\x62\76\x3c\x2f\164\144\76";
if (mo_scim_up_is_customer_registered()) {
goto t5;
}
echo "\74\164\x64\40\x73\164\x79\154\145\x3d\42\x77\x69\144\164\150\x3a\66\60\x25\x3b\x20\160\x61\144\144\151\x6e\147\72\x20\x31\x35\x70\x78\x3b\42\x3e\x68\x74\164\160\163\x3a\57\57\154\157\147\x69\x6e\56\170\x65\x63\x75\x72\x69\146\171\x2e\143\157\x6d\x2f\155\157\x61\163\74\x2f\164\x64\76";
goto f5;
t5:
echo "\74\164\x64\x20\163\x74\171\x6c\x65\x3d\42\167\x69\144\x74\150\x3a\x36\x30\x25\73\40\160\x61\x64\144\x69\156\x67\72\40\61\65\160\x78\73\x22\x3e" . site_url() . "\x2f\x73\x63\x69\155\x3c\57\164\x64\76";
f5:
echo "\x3c\x2f\x74\162\x3e";
echo "\x3c\x74\162\x3e\15\12\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\74\x74\144\40\x73\164\x79\154\x65\75\42\x77\151\x64\164\150\x3a\64\x30\x25\x3b\40\x70\x61\x64\x64\x69\156\x67\x3a\x20\x31\65\x70\170\73\x22\76\74\142\76\123\x43\111\115\40\x42\145\x61\162\145\x72\40\124\157\153\145\156\74\57\x62\76\x20\74\163\x70\x61\x6e\x20\x73\x74\171\x6c\x65\x3d\x22\160\141\x64\144\151\x6e\x67\x2d\154\x65\x66\164\x3a\61\x36\160\170\73\42\76\xd\12\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x3c\x69\x6e\x70\165\164\x20\164\x79\x70\x65\75\x22\163\x75\x62\155\151\x74\42\40\143\x6c\x61\x73\163\75\42\x62\x75\x74\x74\x6f\156\x22\40\x76\141\154\x75\x65\x3d\42\x47\145\x6e\145\162\141\x74\145\x20\x4e\145\167\x20\164\157\153\145\x6e\x22\76\74\57\163\x70\141\156\76\x3c\57\164\144\x3e\74\57\146\x6f\x72\155\76";
if (mo_scim_up_is_customer_registered()) {
goto C4;
}
echo "\74\x74\144\x20\163\x74\171\154\x65\x3d\x22\167\151\x64\x74\x68\x3a\x36\60\x25\73\40\x70\x61\144\144\151\x6e\x67\x3a\40\61\65\x70\x78\73\42\x3e\x68\x74\164\160\x73\x3a\57\57\x6c\x6f\147\x69\156\56\x78\x65\x63\x75\x72\151\146\x79\56\x63\x6f\x6d\x2f\x6d\157\x61\163\74\x2f\x74\x64\x3e";
goto XO;
C4:
$KO = false;
$m3 = '';
if (get_site_option("\155\x6f\137\x73\x63\151\x6d\137\165\160\137\x62\145\141\162\145\x72\x5f\164\x6f\x6b\145\156") == '') {
goto LI;
}
if ($m3 === '') {
goto n7;
}
$m3 = convert_uudecode($m3);
goto pq;
n7:
$m3 = "\xe2\200\xa2\342\200\xa2\xe2\200\242\342\x80\xa2\xe2\x80\242\342\200\242\xe2\200\xa2\xe2\x80\242\xe2\200\242\xe2\x80\xa2\342\x80\xa2\342\200\xa2\342\x80\242\xe2\x80\xa2\xe2\x80\xa2\342\200\242\342\200\242\xe2\x80\242\342\x80\xa2\342\200\xa2\342\x80\242\342\200\242\342\x80\242\342\200\xa2\342\200\242\xe2\x80\242\xe2\200\xa2\xe2\x80\242\xe2\x80\xa2\xe2\200\242\xe2\x80\xa2\xe2\200\242\xe2\200\242";
$KO = true;
pq:
goto uB;
LI:
$m3 = create_bearer_token();
uB:
echo "\74\x74\x64\x20\x73\x74\x79\x6c\145\75\42\x77\x69\x64\x74\150\x3a\66\x30\45\x3b\x20\x70\x61\144\x64\151\x6e\147\72\40\x31\x35\x70\x78\73\x22\x20\151\x64\40\75\x20\42\143\x6f\160\171\124\x6f\153\x65\x6e\122\157\x77\x22\x20\x76\141\154\165\145\40\75\x20\42" . $m3 . "\x22\x3e" . $m3 . '';
if ($KO == false) {
goto e0;
}
echo "\x3c\57\x74\144\x3e";
goto Bq;
e0:
echo "\40\x20\x20\40\x20\40\x3c\142\165\x74\x74\157\x6e\40\164\171\160\x65\x3d\x22\142\165\164\164\x6f\156\x22\x20\157\x6e\x63\x6c\x69\x63\153\x3d\42\143\157\160\x79\x54\157\x6b\145\x6e\x28\x29\42\x20\x69\144\40\x3d\x20\x22\143\x6f\160\171\124\157\153\145\x6e\102\x75\164\x74\x6f\x6e\42\x20\x76\x61\x6c\x75\145\40\75\40\42" . $m3 . "\42\x3e\x3c\x69\155\x67\40\x73\x74\171\154\x65\x20\75\40\x22\42\40\163\x72\x63\75\42" . plugins_url("\x69\155\x61\147\x65\163\57\151\x64\x70\x2d\147\165\151\x64\x65\163\x2d\154\x6f\x67\157\x73\57\x63\x6f\x70\x79\x2d\151\x63\157\x6e\x31\56\x70\x6e\x67", __FILE__) . "\x22\x20\57\x3e\74\57\x62\x75\x74\x74\157\156\76\x3c\x2f\164\x64\x3e";
Bq:
XO:
echo "\x3c\x2f\164\162\x3e\74\x2f\164\141\142\x6c\x65\76";
echo "\15\12\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\x3c\x73\143\x72\151\x70\164\x3e\15\12\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\146\x75\156\x63\164\151\157\156\40\143\157\160\x79\x54\x6f\153\x65\x6e\x28\x29\40\173\15\xa\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\166\x61\162\x20\x63\157\160\171\124\145\x78\x74\40\x3d\40\144\x6f\143\x75\x6d\x65\x6e\164\56\x67\145\x74\x45\x6c\x65\x6d\145\x6e\164\x42\x79\111\144\50\42\143\x6f\x70\171\124\157\x6b\145\156\x42\x75\164\x74\x6f\156\x22\51\x2e\166\141\x6c\x75\x65\73\xd\xa\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x6e\x61\166\151\x67\141\164\157\x72\56\x63\x6c\151\160\x62\x6f\141\162\x64\56\x77\x72\151\164\145\x54\145\170\164\x28\x63\x6f\160\171\x54\x65\x78\164\x29\73\xd\12\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x7d\15\xa\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\74\57\x73\x63\162\x69\x70\x74\76\15\xa\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40";
echo "\xd\xa\x20\40\x20\x20\x20\40\x20\40\40\x3c\142\162\57\x3e\xd\12\x20\40\x20\40\x20\40\40\40\74\142\x3e\116\157\x74\145\40\x3a\x20\x54\157\40\x63\x72\145\141\x74\145\40\x6e\x65\x77\40\164\x6f\x6b\x65\156\x20\x63\x6c\x69\x63\153\x20\x6f\156\40\x47\145\156\x65\162\x61\164\145\40\116\x65\167\40\124\157\153\145\x6e\40\x42\x75\x74\164\157\x6e\x2e\x3c\57\142\76\15\xa\x20\40\x20\40\40\x20\40\x20\74\x2f\x64\151\x76\x3e\15\12\x20\40\40\40\40\40\40\x20\15\xa\x20\x20\40\40\40\x20\x20\40\74\57\144\151\x76\76\74\57\144\x69\166\x3e\xd\12\40\40\40\x20\40\40\40\40";
echo "\x3c\144\x69\x76\40\143\154\x61\x73\x73\x3d\42\x6d\x6f\x5f\163\143\x69\155\x5f\x75\x70\137\164\141\x62\154\145\x5f\154\x61\171\157\165\x74\x22\40\x73\164\x79\154\x65\x3d\42\160\x61\144\144\151\156\x67\55\142\x6f\x74\x74\x6f\x6d\72\65\x30\x70\x78\73\x21\151\155\160\157\162\x74\141\x6e\x74\42\76\xd\xa\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\74\x64\x69\166\x20\x73\x74\171\154\x65\75\42\x64\x69\163\160\x6c\141\x79\x3a\142\154\157\143\153\x3b\155\141\162\x67\151\x6e\x2d\164\157\x70\x3a\x31\x30\x70\x78\x3b\x62\x61\143\x6b\147\x72\x6f\x75\x6e\144\x2d\143\157\x6c\x6f\x72\72\162\x67\142\141\x28\x32\65\x35\x2c\x20\62\x35\65\x2c\x20\62\65\65\54\40\62\65\x35\51\73\160\141\x64\x64\151\x6e\x67\72\65\160\170\x3b\x62\157\162\144\145\162\72\x73\157\x6c\x69\x64\40\61\160\170\40\x72\x67\x62\x61\x28\62\x35\65\x2c\40\x32\65\65\54\x20\x32\x35\x35\54\40\62\x35\x35\x29\x3b\42\x3e\15\12\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x3c\x68\62\76\123\x43\x49\115\40\117\x70\x65\162\141\164\151\157\x6e\x73\74\57\150\62\x3e\x3c\150\162\x3e\15\12\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x3c\x66\157\x72\155\x20\x6e\x61\x6d\x65\75\x22\x66\42\40\163\164\x79\x6c\145\75\42\155\x61\x72\147\151\156\x2d\154\145\x66\x74\x3a\66\160\170\x3b\42\x20\155\145\164\150\x6f\x64\75\x22\x70\157\x73\164\42\40\x61\x63\164\151\157\156\75\x22\x22\40\x69\144\75\42\142\154\157\143\153\x65\x64\x70\x61\147\x65\x73\146\157\162\155\42\76\xd\12\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\74\x69\156\160\165\164\40\164\171\160\145\75\42\x68\x69\144\144\x65\156\x22\x20\x6e\141\155\x65\75\42\x6f\160\x74\x69\157\x6e\42\40\x76\141\x6c\165\x65\x3d\42\42\x20\57\76";
echo "\40\x3c\164\141\142\154\x65\40\142\157\162\x64\145\162\75\42\x31\x22\40\x73\x74\x79\154\x65\75\x22\142\141\x63\x6b\147\162\157\x75\x6e\x64\x2d\x63\157\x6c\x6f\162\x3a\x23\106\x46\x46\x46\x46\106\73\40\x62\x6f\162\144\x65\162\72\x31\x70\x78\40\x73\157\x6c\151\144\x20\x23\103\103\x43\x43\103\x43\73\x20\160\x61\144\x64\151\x6e\147\x3a\x30\x70\x78\x20\60\x70\x78\x20\x30\x70\170\x20\x31\x30\160\170\x3b\x20\x6d\x61\162\147\151\x6e\x3a\x32\160\x78\73\x20\142\157\162\x64\145\162\x2d\143\157\x6c\154\141\x70\163\145\72\40\143\x6f\154\154\x61\x70\163\x65\73\x20\x77\x69\144\164\150\72\71\70\x25\x22\x3e\15\xa\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\74\164\162\76\74\142\76\x43\162\145\141\164\145\x3a\x3c\57\x62\x3e\xd\12\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\74\157\154\x3e\x49\x74\40\x77\151\x6c\x6c\x20\143\162\145\x61\x74\145\40\165\x73\145\x72\x20\x75\163\x69\x6e\x67\x20\106\151\162\163\x74\x20\x4e\x61\x6d\145\54\40\x4c\141\163\164\40\116\141\x6d\145\x2c\x20\x45\x6d\x61\x69\154\40\x61\x6e\x64\x20\125\163\x65\162\156\141\155\x65\x2e\x3c\142\162\x2f\x3e\15\12\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\74\x62\x3e\116\157\x74\x65\x3a\x20\74\57\142\x3e\111\146\40\x55\163\x65\162\156\x61\155\x65\x20\x66\151\145\x6c\x64\x20\x69\163\x20\142\x6c\141\x6e\x6b\x2c\x20\x69\164\40\167\151\x6c\x6c\x20\143\x6f\160\171\x20\x65\155\141\151\154\40\x61\x73\40\141\x20\x75\x73\145\162\x6e\141\155\x65\54\40\x61\163\x20\x57\157\162\x64\120\x72\145\163\163\x20\x64\157\145\x73\40\x6e\157\x74\x20\141\143\x63\x65\x70\x74\40\142\154\x61\156\153\40\x55\163\145\x72\156\x61\155\x65\56\74\x2f\x6f\154\x3e\xd\xa\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\xd\12\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\40\x3c\x66\157\x72\155\x20\x6d\145\x74\x68\x6f\144\75\x22\x70\x6f\x73\164\42\40\x61\x63\164\x69\x6f\156\75\42\42\76\xd\12\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\74\x69\156\160\165\164\40\x74\171\160\145\75\x22\150\151\x64\144\145\x6e\42\x20\156\x61\155\x65\x3d\x22\x6f\x70\x74\151\x6f\156\x22\40\166\141\x6c\165\x65\75\x22\155\157\x5f\x73\x63\x69\x6d\137\x64\145\x70\x72\157\x76\151\163\151\157\156\137\x75\163\145\162\137\157\x70\164\x69\x6f\x6e\x22\76\xd\12\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\74\x62\x3e\x44\x65\55\x70\x72\x6f\x76\151\163\151\x6f\x6e\x69\x6e\x67\x3a\74\x2f\142\76\x3c\142\162\57\76\74\142\162\57\x3e\15\12\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x45\156\141\x62\x6c\x65\40\x74\x68\x65\40\x66\157\x6c\x6c\157\167\151\x6e\147\40\x6f\x70\164\151\x6f\x6e\40\164\x6f\40\141\x6c\x6c\x6f\167\40\x64\x65\x2d\160\x72\157\x76\x69\x73\151\157\156\x69\x6e\x67\40\x6f\x66\40\x61\x64\x6d\151\156\40\165\163\x65\x72\x73\x3a\74\x62\162\x2f\x3e\xd\12\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x3c\x62\76\x4e\x6f\164\145\72\40\74\57\x62\x3e\124\x68\x69\163\x20\151\x73\x20\x64\x69\163\x61\x62\x6c\x65\x64\40\146\x6f\x72\x20\155\x75\154\164\x69\x73\x69\x74\145\x20\145\x6e\x76\x69\x72\157\156\x6d\x65\156\164\x2e\x3c\57\157\x6c\76";
if (is_multisite()) {
goto y0;
}
echo "\74\x6f\x6c\76\x3c\x6c\141\x62\x65\154\x20\143\154\141\x73\163\75\42\163\x77\151\164\143\150\42\x3e\x3c\x69\156\x70\165\164\x20\x74\x79\x70\x65\x3d\x22\143\x68\x65\143\x6b\x62\157\170\42\x20\x6e\x61\155\x65\75\x22\155\x6f\137\x73\x63\151\155\x5f\x64\145\160\x72\x6f\x76\151\163\x69\x6f\x6e\137\146\157\x72\137\x61\144\155\x69\x6e\163\42\40\x76\141\154\x75\145\x3d\42\164\x72\165\x65\x22";
goto Sq;
y0:
echo "\xd\xa\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\74\157\x6c\76\x3c\x6c\141\x62\x65\x6c\40\143\x6c\x61\163\163\75\x22\x73\167\x69\164\143\150\42\76\74\151\156\x70\165\164\x20\164\171\160\x65\75\x22\x63\x68\145\143\153\142\x6f\170\x22\x20\x6e\x61\x6d\x65\75\x22\x6d\x6f\137\163\143\151\x6d\137\144\145\160\x72\157\x76\151\163\x69\157\156\x5f\146\x6f\162\137\x61\144\x6d\x69\156\x73\42\x20\x64\151\x73\x61\x62\154\145\x64\x20\x76\141\154\x75\x65\75\x22\x74\162\165\145\42";
Sq:
checked(get_site_option("\155\x6f\137\x73\143\x69\x6d\137\x64\x65\x70\x72\157\x76\x69\x73\151\157\x6e\x5f\146\x6f\x72\137\141\x64\x6d\151\x6e\163") == "\164\162\x75\145");
echo "\76\x3c\163\160\141\156\x20\143\x6c\141\x73\163\x3d\42\163\x6c\x69\144\145\162\x20\x72\157\x75\156\x64\x22\76\74\x2f\163\x70\x61\156\76\x3c\57\x6c\x61\x62\145\154\x3e\40\x3c\142\76\105\x6e\x61\142\x6c\x65\40\x44\x65\x2d\x50\162\x6f\x76\151\x73\x69\x6f\x6e\x69\x6e\147\x20\x66\x6f\162\x20\x41\x64\x6d\151\x6e\x69\x73\164\x72\141\164\x6f\162\x73\74\57\x62\76\x3c\x2f\x6f\154\x3e\xd\12\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\xd\12\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\102\x79\40\x64\145\x66\x61\165\x6c\164\x2c\x20\x44\145\x2d\160\162\x6f\166\x69\x73\151\x6f\x6e\x69\156\147\40\x77\x69\154\x6c\40\144\x65\154\x65\x74\x65\40\x74\x68\145\x20\165\163\x65\x72\163\40\x66\x72\157\x6d\x20\x74\150\x65\40\127\x6f\x72\144\x50\x72\x65\163\x73\40\163\x69\x74\x65\x2e\x3c\x62\162\x2f\76\xd\xa\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x49\x6e\163\x74\145\141\144\x20\x6f\146\x20\164\x68\x69\163\x2c\40\x79\157\165\x20\x63\141\156\40\145\156\141\x62\x6c\145\x20\x74\x68\x65\40\146\x6f\154\x6c\x6f\167\151\x6e\147\40\x6f\x70\164\x69\x6f\156\x20\x74\x6f\x20\x64\x65\141\143\x74\x69\x76\141\164\x65\x20\164\x68\145\x20\144\145\x70\x72\x6f\166\x69\163\x69\x6f\x6e\145\144\x20\x75\x73\x65\x72\x73\56\40\101\x20\144\145\141\x63\x74\151\x76\141\x74\x65\x64\40\x75\x73\145\x72\40\167\x69\154\x6c\x20\x6e\x6f\x74\x20\x62\145\40\x61\x62\154\x65\40\x74\157\40\x6c\x6f\x67\x20\151\x6e\x74\x6f\40\164\x68\145\40\x73\x69\x74\x65\56\xd\12\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x3c\x62\x72\57\x3e\xd\12\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\15\xa\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x3c\157\154\x3e\x3c\x6c\x61\142\x65\x6c\x20\x63\154\141\163\163\75\42\163\167\x69\164\143\x68\42\x3e\74\151\x6e\x70\165\164\x20\x74\171\x70\145\75\x22\x63\150\x65\x63\153\x62\x6f\x78\42\x20\156\141\155\x65\x3d\x22\x6d\157\137\x73\143\x69\x6d\x5f\144\151\163\x61\142\154\x65\137\144\145\160\162\157\166\151\163\x69\x6f\156\145\144\x5f\x75\x73\145\162\163\x22\40\x76\141\154\165\145\75\x22\164\162\165\x65\x22";
checked(get_site_option("\155\157\137\163\x63\151\155\x5f\x75\163\x65\x72\x5f\144\145\160\x72\x6f\166\151\x73\151\157\156\x69\156\x67\137\155\x6f\144\145") == "\x64\145\141\x63\x74\x69\x76\141\x74\x65");
echo "\76\74\163\160\x61\x6e\x20\143\x6c\x61\163\163\x3d\42\x73\x6c\151\x64\145\x72\40\x72\157\x75\156\144\42\76\x3c\x2f\163\x70\x61\x6e\x3e\74\57\154\x61\142\x65\x6c\76\40\x3c\x62\76\104\145\141\x63\164\151\x76\141\x74\145\x20\144\145\55\160\x72\157\166\x69\163\151\157\156\145\x64\40\x75\x73\x65\162\x73\x20\151\156\x73\x74\145\141\144\x20\x6f\146\40\x64\145\x6c\145\164\151\156\x67\x20\164\150\145\155\x2e\x3c\57\x62\76\74\57\157\154\76\15\xa\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20";
echo "\74\x73\x70\x61\156\x20\163\164\x79\154\145\x3d\x22\x70\141\x64\x64\x69\156\147\55\164\157\160\x3a\40\61\60\x70\x78\x3b\40\x74\x65\170\164\55\141\154\151\x67\x6e\72\x20\x63\145\156\x74\x65\162\73\x20\x64\x69\x73\x70\x6c\141\171\x3a\40\142\154\x6f\143\x6b\x22\76\x3c\151\156\x70\165\164\x20\x74\x79\160\145\75\x22\163\x75\x62\x6d\x69\164\42\x20\143\154\x61\x73\163\75\x22\142\x75\x74\164\x6f\156\40\x62\x75\164\164\157\x6e\55\x70\x72\x69\x6d\x61\162\171\x20\142\165\164\x74\157\x6e\55\x6c\x61\x72\x67\x65\42\40\166\x61\x6c\165\x65\75\x22\x53\x61\x76\145\42\76\74\x2f\x73\160\x61\x6e\76";
echo "\15\12\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\74\x2f\164\162\x3e\15\12\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x3c\57\x74\141\x62\154\x65\76";
echo "\74\x2f\x64\151\x76\76\74\57\x64\151\166\x3e\x3c\57\146\157\x72\155\x3e";
echo "\x3c\x64\151\x76\x20\143\x6c\141\x73\163\x3d\x22\155\x6f\137\x73\x63\151\155\x5f\165\x70\x5f\164\x61\142\x6c\145\137\x6c\x61\x79\157\x75\x74\42\40\x73\164\x79\154\145\75\x22\x70\141\144\144\x69\x6e\147\x2d\x62\x6f\x74\x74\157\x6d\x3a\x35\60\x70\170\x3b\41\151\155\160\157\162\x74\141\156\x74\x22\x3e\xd\12\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x3c\144\x69\x76\x20\x73\164\x79\154\145\75\42\144\151\x73\160\154\x61\x79\x3a\x62\x6c\157\143\x6b\73\155\141\x72\x67\151\156\x2d\x74\x6f\x70\72\x31\x30\x70\170\73\x62\141\143\153\147\162\157\x75\x6e\144\55\143\x6f\154\x6f\x72\72\162\x67\142\141\x28\x32\65\65\x2c\40\62\65\65\x2c\x20\x32\x35\x35\54\40\62\65\65\51\73\x70\x61\x64\144\x69\x6e\147\72\x35\160\170\73\142\157\x72\x64\145\x72\72\163\157\154\151\144\x20\x31\160\x78\40\162\x67\x62\141\x28\x32\x35\x35\x2c\40\62\x35\65\54\x20\62\65\65\54\40\x32\65\65\51\x3b\42\x3e\15\xa\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\74\x68\63\x3e\x49\156\163\x74\x72\165\143\x74\151\157\156\x73\x3a\74\57\x68\63\x3e\x3c\x68\x72\76\xd\xa\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\74\146\157\x72\x6d\x20\156\x61\x6d\x65\75\42\146\42\40\163\164\171\154\x65\x3d\x22\x6d\141\x72\147\x69\156\55\x6c\x65\146\x74\x3a\66\x70\170\x3b\x22\x20\x6d\145\164\x68\x6f\x64\x3d\42\x70\157\163\164\42\x20\x61\143\164\x69\x6f\156\x3d\42\x22\x20\151\x64\x3d\x22\x62\x6c\x6f\143\x6b\x65\144\x70\141\147\145\163\146\x6f\162\x6d\x22\x3e\xd\xa\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\74\151\156\160\165\164\40\164\171\160\145\x3d\42\150\151\x64\144\x65\x6e\42\40\x6e\141\x6d\145\x3d\42\x6f\160\x74\x69\x6f\x6e\42\x20\x76\x61\154\165\x65\x3d\42\x22\x20\57\x3e";
echo "\x20\74\164\141\x62\154\x65\x20\x62\157\x72\144\145\x72\x3d\x22\x31\x22\x20\163\164\171\154\x65\75\42\142\141\143\153\x67\x72\x6f\x75\156\x64\x2d\143\157\x6c\157\x72\x3a\43\x46\106\106\x46\106\x46\x3b\x20\x62\x6f\x72\x64\x65\162\72\61\160\x78\x20\x73\x6f\x6c\x69\x64\x20\43\x43\103\103\103\x43\103\x3b\40\x70\141\144\x64\151\x6e\147\72\x30\160\170\x20\x30\160\x78\x20\x30\160\x78\40\61\x30\160\x78\73\40\x6d\141\x72\147\x69\156\x3a\x32\160\170\x3b\40\x62\x6f\x72\144\145\x72\x2d\143\x6f\x6c\154\141\160\163\x65\x3a\40\143\x6f\x6c\x6c\x61\160\x73\145\73\x20\x77\x69\144\x74\150\x3a\x39\70\x25\42\x3e\xd\12\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\74\x6f\154\76\74\154\151\x3e\x45\156\x74\145\x72\x20\164\x68\x65\40\x61\142\157\x76\x65\x20\x53\103\111\115\40\x42\x61\x73\145\40\125\122\x4c\40\157\156\x20\171\157\x75\162\x20\x49\x44\x50\56\x20\74\57\154\x69\x3e\x3c\x6c\x69\76\105\x6e\x74\x65\x72\x20\164\x68\x65\40\141\x62\x6f\x76\x65\40\123\103\x49\115\x20\102\145\x61\x72\x65\x72\40\124\x6f\153\145\156\x20\165\x6e\144\x65\x72\x20\x79\157\165\x72\40\111\x44\120\x20\163\x65\x74\x74\x69\x6e\x67\163\56\74\x2f\x6c\151\x3e\x3c\x6c\151\x3e\117\x6e\143\145\40\144\x6f\156\x65\40\167\x69\x74\x68\x20\x61\142\x6f\x76\145\x20\x63\157\x6e\146\x69\x67\x75\162\x61\x74\151\x6f\156\x2c\40\x79\157\x75\x20\167\x69\x6c\154\40\142\145\40\141\x62\154\145\40\x70\145\162\146\157\x72\155\x20\141\x64\144\x2c\40\x75\x70\x64\x61\x74\145\x20\x61\x6e\x64\40\x64\145\x6c\145\x74\x65\x20\157\x70\145\162\141\164\x69\x6f\156\x73\x20\157\156\x20\111\104\x50\40\x75\156\x64\x65\x72\x20\125\x73\145\162\x20\120\x72\x6f\166\151\x73\x69\157\x6e\151\x6e\x67\56\x3c\57\x6c\x69\x3e\15\12\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\74\57\x6f\x6c\x3e";
echo "\x3c\57\x74\141\142\x6c\x65\76";
echo "\x3c\x2f\x64\151\x76\x3e\x3c\57\x64\151\x76\x3e\74\x2f\x64\151\166\x3e\x3c\x2f\146\x6f\162\x6d\x3e";
goto ve;
rD:
echo "\15\xa\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x3c\144\151\x76\40\163\x74\171\x6c\145\75\42\144\151\x73\160\154\141\x79\72\x62\x6c\157\x63\153\x3b\143\157\154\157\162\72\x72\x65\x64\x3b\142\141\143\153\x67\162\x6f\x75\156\144\55\143\x6f\154\157\162\72\x72\147\x62\x61\x28\x32\x35\61\x2c\40\62\x33\x32\x2c\x20\x30\x2c\40\60\x2e\x31\x35\51\73\160\141\144\144\151\156\147\72\x35\160\x78\73\142\157\x72\144\145\x72\x3a\x73\157\x6c\151\x64\x20\61\x70\170\x20\x72\x67\x62\141\50\x32\65\65\x2c\40\60\54\40\71\54\40\60\x2e\63\66\x29\73\x22\x3e\15\xa\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\120\x6c\145\x61\x73\x65\40\x3c\x61\15\12\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\150\162\x65\x66\x3d\42";
echo add_query_arg(array("\x74\x61\x62" => "\154\157\147\151\x6e"), htmlentities($_SERVER["\122\x45\121\x55\105\x53\x54\137\x55\x52\111"]));
echo "\42\x3e\114\x6f\x67\151\x6e\40\167\x69\x74\150\x20\x6d\151\156\151\x4f\162\x61\156\147\x65\74\57\141\x3e\40\164\x6f\40\143\x6f\156\x66\x69\147\165\162\x65\40\x74\150\x65\40\x6d\151\x6e\x69\x4f\162\141\156\x67\x65\x20\123\103\x49\115\x20\x55\163\x65\x72\x20\x50\x72\x6f\166\151\163\151\x6f\156\x65\x72\40\x50\x6c\x75\x67\151\x6e\x2e\15\xa\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\74\x2f\144\x69\x76\x3e\xd\xa\11\11\11";
ve:
}
function scim_user_provisioning_troubleshooting()
{
global $wpdb;
echo "\40\x20\x20\40\74\144\151\x76\x20\143\x6c\141\163\163\75\x22\155\x6f\137\x74\141\x62\x6c\x65\137\154\x61\171\x6f\x75\164\42\76\xd\12\x20\40\x20\x20\x20\40\x20\40";
if (!mo_scim_up_is_customer_license_key_verified()) {
goto ZV;
}
echo "\74\144\x69\x76\40\x63\154\x61\163\163\x3d\x22\155\157\137\x73\143\151\x6d\x5f\x75\160\137\164\141\142\x6c\145\x5f\x6c\141\171\157\165\164\x22\x20\163\164\x79\x6c\x65\75\42\x70\x61\144\144\151\156\x67\55\142\157\164\x74\157\x6d\72\65\x30\x70\170\73\41\151\x6d\x70\157\x72\x74\x61\x6e\x74\42\76";
audit_provisioning();
echo "\x3c\x2f\144\x69\166\x3e\x3c\57\144\151\166\76";
goto yh;
ZV:
echo "\15\xa\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\74\x64\151\166\x20\x73\164\171\154\145\x3d\x22\144\x69\x73\160\154\141\x79\72\142\x6c\x6f\143\153\73\143\x6f\154\x6f\162\72\162\x65\144\73\x62\141\x63\153\x67\x72\157\165\x6e\x64\x2d\x63\157\x6c\157\x72\x3a\x72\x67\x62\x61\50\x32\x35\x31\54\x20\x32\x33\x32\x2c\40\60\54\x20\60\56\61\65\51\73\x70\x61\x64\x64\x69\156\147\72\x35\160\170\x3b\x62\157\x72\x64\145\x72\x3a\x73\x6f\x6c\151\x64\40\61\160\170\x20\x72\x67\142\x61\50\x32\65\65\54\x20\60\x2c\40\71\x2c\40\60\x2e\63\x36\x29\x3b\x22\x3e\15\12\40\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x50\x6c\x65\x61\163\145\x20\74\x61\15\12\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\x68\x72\145\146\x3d\42";
echo add_query_arg(array("\164\x61\x62" => "\x6c\x6f\147\151\x6e"), htmlentities($_SERVER["\122\x45\x51\x55\x45\123\124\137\125\x52\111"]));
echo "\x22\x3e\114\157\x67\151\x6e\x20\x77\x69\164\150\40\155\x69\x6e\151\117\162\141\x6e\x67\x65\74\x2f\141\x3e\40\164\157\x20\143\x6f\x6e\146\x69\147\x75\x72\x65\x20\164\150\145\x20\x6d\x69\x6e\151\x4f\x72\x61\x6e\147\x65\40\x53\103\x49\115\x20\x55\x73\145\x72\x20\x50\162\157\x76\x69\163\x69\157\x6e\x65\162\40\120\x6c\x75\x67\x69\x6e\x2e\15\12\40\x20\40\40\x20\40\40\40\40\40\40\40\74\x2f\144\151\x76\x3e\15\xa\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20";
yh:
}
function show_attribute_mapping()
{
global $wpdb;
echo "\x20\x20\x20\40\74\144\x69\166\x20\x63\154\x61\x73\163\x3d\42\155\157\137\x74\141\142\x6c\x65\x5f\154\x61\171\x6f\165\164\42\x3e\15\xa\40\x20\x20\x20\40\40\x20\40";
if (!mo_scim_up_is_customer_license_key_verified()) {
goto LO;
}
show_custom_attribute_toggle();
show_attribute();
goto nW;
LO:
echo "\15\12\40\x20\40\40\40\40\x20\x20\40\40\40\x20\74\144\x69\166\40\163\164\171\x6c\145\x3d\42\144\151\x73\160\154\141\x79\x3a\x62\154\157\x63\153\x3b\143\157\x6c\157\162\72\x72\x65\x64\x3b\142\141\x63\x6b\147\162\x6f\165\156\x64\55\x63\157\154\157\162\x3a\162\x67\142\x61\x28\x32\65\61\x2c\x20\x32\x33\62\54\40\x30\54\x20\60\x2e\61\x35\x29\73\x70\141\144\x64\x69\x6e\x67\72\65\x70\170\x3b\x62\157\162\144\x65\x72\x3a\163\157\154\151\144\x20\x31\160\170\x20\162\147\142\141\x28\x32\x35\x35\54\x20\60\54\40\71\x2c\x20\60\56\63\66\x29\x3b\x22\76\15\12\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x50\154\x65\141\163\x65\40\x3c\141\xd\xa\40\40\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\x20\x68\162\145\x66\x3d\42";
echo add_query_arg(array("\x74\141\x62" => "\x6c\157\147\x69\156"), htmlentities($_SERVER["\x52\x45\121\x55\105\x53\x54\137\x55\122\x49"]));
echo "\x22\x3e\x4c\157\x67\151\x6e\x20\x77\x69\164\x68\x20\155\151\x6e\x69\117\162\x61\x6e\x67\145\74\57\141\76\40\164\x6f\40\143\x6f\156\146\x69\x67\165\162\x65\x20\x74\x68\145\x20\x6d\x69\x6e\151\117\162\x61\156\x67\145\x20\123\x43\111\115\40\x55\x73\x65\162\x20\x50\x72\x6f\x76\x69\163\x69\x6f\156\x65\162\x20\120\154\x75\147\x69\156\x2e\xd\xa\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\74\57\x64\151\x76\x3e\15\12\40\40\x20\40\40\40\40\40\x20\40\x20\x20";
nW:
}
function create_bearer_token()
{
$m3 = bin2hex(random_bytes(32));
update_site_option("\x6d\157\x5f\x73\143\x69\x6d\137\x75\160\x5f\142\x65\141\x72\x65\162\137\164\157\x6b\x65\156", convert_uuencode($m3));
return $m3;
}
function account_login()
{
$user = wp_get_current_user();
echo "\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x3c\146\157\x72\155\40\x6e\x61\x6d\x65\x3d\42\146\61\x22\x20\155\145\x74\150\x6f\x64\75\x22\x70\157\x73\164\x22\40\141\143\x74\x69\157\x6e\75\x22\x22\40\x69\144\75\x22\155\x6f\137\x73\x63\151\155\x5f\165\160\x5f\147\x6f\164\x6f\x5f\154\157\147\151\156\x5f\x66\157\x72\155\x22\x3e\xd\12\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\74\151\156\x70\x75\x74\x20\x74\x79\160\145\x3d\42\x68\x69\144\144\145\156\x22\x20\x6e\x61\155\x65\75\42\x6f\x70\164\151\x6f\156\42\x20\x76\x61\154\x75\x65\x3d\42\x6d\157\137\163\x63\151\155\137\x75\160\x5f\147\x6f\x74\157\137\x6c\157\x67\151\156\42\x2f\76\xd\xa\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\74\x2f\x66\157\x72\155\76\15\12\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x3c\x73\x63\162\x69\x70\164\76\xd\xa\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x6a\x51\165\x65\162\x79\x28\47\x23\155\157\137\x73\x63\x69\155\137\165\x70\x5f\147\x6f\x74\157\x5f\x6c\157\147\151\156\47\x29\x2e\x63\x6c\151\x63\153\x28\146\x75\156\143\x74\x69\x6f\x6e\x20\x28\51\x20\173\xd\12\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\152\x51\165\145\162\171\50\x27\x23\x6d\157\x5f\163\x63\x69\x6d\x5f\165\x70\137\147\x6f\164\x6f\137\x6c\157\x67\151\x6e\137\x66\x6f\162\x6d\x27\x29\x2e\x73\x75\x62\155\x69\164\50\51\x3b\xd\xa\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x7d\51\x3b\xd\12\x20\40\40\40\40\x20\40\x20\40\40\40\40\x3c\57\163\143\x72\151\x70\x74\76\15\xa\x9\11\x9";
}
function mo_scim_up_is_customer_license_key_verified()
{
$UA = time();
$Ub = "\115\124\131\x34\x4f\124\x49\62\x4d\x54\101\x34\115\x77\75\75";
if ($UA <= base64_decode($Ub)) {
goto Be;
}
return 0;
goto gl;
Be:
return 1;
gl:
if (!(function_exists("\x6d\157\x5f\163\x61\155\154\x5f\x69\x73\137\x63\x75\x73\164\x6f\x6d\x65\162\x5f\154\151\x63\x65\156\163\145\137\x6b\x65\171\137\x76\x65\162\x69\x66\151\145\x64") && mo_saml_is_customer_license_key_verified() || function_exists("\116\144\x64\113\x6f\131\x73\144\x61\x73\x61\x64\x4a\x44") && NddKoYsdasadJD() || function_exists("\x6d\x6f\x5f\x6f\141\165\164\x68\137\x69\x73\x5f\143\x6c\x76") && mo_oauth_is_clv())) {
goto uT;
}
return 1;
uT:
$tA = get_site_option("\155\157\x5f\x73\x63\151\x6d\x5f\x75\160\x5f\143\165\163\x74\157\x6d\x65\162\x5f\x74\157\153\x65\x6e");
$MF = get_site_option("\155\157\x5f\163\143\151\x6d\137\165\x70\x5f\154\153");
$vY = get_site_option("\x6d\157\x5f\163\143\151\x6d\137\x75\160\x5f\x61\x64\x6d\151\x6e\137\145\x6d\x61\151\154");
$NK = get_site_option("\x6d\x6f\x5f\163\x63\151\x6d\x5f\165\x70\137\x61\144\155\x69\156\137\x63\165\163\164\x6f\155\145\x72\x5f\153\x65\x79");
if (!$MF || !$vY || !$NK || !is_numeric(trim($NK))) {
goto bZ;
}
return 1;
goto fU;
bZ:
return 0;
fU:
}
function mo_scim_user_provisioning_validate()
{
if (!(strpos($_SERVER["\122\x45\121\x55\x45\123\x54\137\x55\x52\111"], "\57\163\x63\151\x6d") !== false)) {
goto k8;
}
if (mo_scim_up_is_customer_license_key_verified()) {
goto hX;
}
ScimCore::throwError(404, "\114\x69\x63\145\x6e\163\x65\40\x45\170\160\x69\162\145\144");
hX:
$gr = get_site_option("\155\x6f\137\163\x63\151\x6d\x5f\x75\160\x5f\142\x65\x61\162\x65\x72\x5f\164\x6f\x6b\145\156");
$m3 = convert_uudecode($gr);
$TC = getBearerToken();
if (!($TC !== $m3)) {
goto zp;
}
ScimCore::throwError(401, "\x55\156\x61\165\164\x68\x6f\x72\x69\172\145\144");
zp:
$post = file_get_contents("\160\150\x70\72\57\x2f\151\156\160\x75\164");
$uV = json_decode($post, true);
$Ir = '';
$Ai = false;
if (!(strpos($_SERVER["\x52\x45\x51\125\105\123\x54\x5f\x55\122\111"], "\57\163\x63\151\155\x2f\107\162\x6f\x75\160\x73") !== false || strpos($_SERVER["\x52\105\121\125\x45\123\124\137\x55\x52\x49"], "\57\x73\x63\x69\x6d\x2f\x76\62\x2f\x47\162\157\165\x70\x73") !== false)) {
goto O7;
}
ScimCore::SendEmptyResponse();
O7:
if (!(strpos($_SERVER["\x52\105\x51\x55\x45\123\x54\137\125\x52\111"], "\57\163\x63\x69\155\57\125\163\x65\162\163") !== false || strpos($_SERVER["\122\x45\x51\125\x45\x53\x54\137\125\122\111"], "\57\x73\x63\x69\x6d\57\x76\x32\x2f\x55\x73\x65\162\x73") !== false)) {
goto TA;
}
if (!strpos($_SERVER["\x52\105\121\x55\105\x53\x54\x5f\125\122\111"], "\77")) {
goto LC;
}
$mo = ScimCore::Search_filter_query($_SERVER["\x52\x45\x51\x55\x45\123\x54\x5f\x55\122\111"]);
header("\110\124\124\x50\57\x31\x2e\x31\x20\62\60\x30\x20\117\x4b");
header("\x43\157\156\x74\145\156\x74\x2d\124\171\160\x65\x3a\x20\141\160\x70\x6c\151\x63\141\x74\x69\x6f\x6e\57\152\163\157\x6e\x3b\143\x68\141\162\x73\x65\164\x3d\165\164\146\55\70");
echo $mo;
exit;
LC:
if (!(strpos($_SERVER["\x52\x45\121\x55\x45\123\x54\137\125\x52\x49"], "\x3f\x63\x6f\x75\x6e\x74") !== false)) {
goto Dc;
}
$mo = ScimCore::Search_filter_query($_SERVER["\122\105\x51\125\105\x53\x54\137\x55\122\111"]);
header("\x48\124\x54\120\x2f\x31\56\x31\x20\62\60\60\x20\117\x4b");
header("\x43\157\156\164\x65\156\x74\55\124\171\x70\x65\72\x20\141\160\x70\x6c\x69\143\141\x74\x69\157\156\x2f\x6a\163\x6f\156\x3b\x63\150\141\x72\163\x65\x74\x3d\x75\164\x66\55\70");
echo $mo;
exit;
Dc:
if (strpos($_SERVER["\122\x45\x51\125\x45\x53\124\x5f\x55\122\111"], "\57\163\x63\x69\155\57\x55\x73\145\162\x73\57") !== false || strpos($_SERVER["\x52\105\x51\125\105\123\x54\137\x55\x52\111"], "\57\x73\143\x69\155\57\x76\62\57\125\x73\145\162\163\57") !== false) {
goto hk;
}
if ((strpos($_SERVER["\x52\105\x51\x55\105\x53\124\137\125\122\111"], "\57\163\x63\x69\x6d\57\125\x73\x65\162\x73") !== false || strpos($_SERVER["\122\x45\121\x55\x45\123\124\137\x55\x52\111"], "\x2f\163\143\x69\155\57\x76\62\x2f\x55\163\x65\x72\x73") !== false) && $_SERVER["\x52\x45\121\125\x45\123\124\137\x4d\105\124\x48\x4f\104"] == "\107\x45\x54") {
goto ja;
}
goto dd;
hk:
$Ir = substr($_SERVER["\x52\x45\121\x55\x45\123\124\x5f\125\x52\111"], strpos($_SERVER["\122\105\121\125\105\x53\124\137\x55\122\111"], "\x55\163\x65\x72\163\57") + 6);
$LX = $Ir;
goto dd;
ja:
$mo = ScimCore::ListAllResoures();
header("\x48\124\124\120\57\x31\x2e\61\x20\62\x30\60\40\117\113");
header("\x43\157\156\164\x65\x6e\x74\x2d\124\x79\160\145\72\40\x61\x70\x70\x6c\151\x63\141\164\151\157\x6e\57\152\163\x6f\156\73\143\x68\141\162\x73\145\164\75\x75\x74\x66\x2d\x38");
echo $mo;
exit;
dd:
$Ai = true;
TA:
if (!($Ai && !empty($uV))) {
goto Y6;
}
mo_scim_handle_user_request($uV, $Ir);
Y6:
if (empty($uV) && $Ir != '') {
goto vB;
}
ScimCore::SendEmptyResponse();
goto K9;
vB:
$user = get_user_by("\x69\x64", $Ir);
if (!(strpos($_SERVER["\x52\105\121\125\x45\123\124\137\x4d\105\124\x48\117\x44"], "\x44\x45\x4c\105\124\x45") !== false && !empty($Ir))) {
goto qn;
}
ScimCore::deprovisionUserBasedOnMode($user);
do_action("\155\x6f\137\x73\143\151\x6d\137\x75\x73\x65\162\137\144\145\160\162\x6f\166\x69\x73\x69\157\x6e\x65\144", $Ir);
qn:
if ($user) {
goto lo;
}
ScimCore::throwError(404, "\116\157\x74\x20\106\157\165\156\x64");
goto sr;
lo:
$mo = ScimCore::CreateUserSchema($user);
header("\110\x54\124\120\x2f\x31\x2e\x31\40\62\60\x30\x20\x4f\x4b");
header("\x43\157\156\164\145\x6e\164\x2d\124\x79\x70\x65\x3a\x20\x61\160\160\154\151\x63\141\164\x69\x6f\156\57\152\x73\x6f\x6e\73\143\150\x61\x72\x73\145\164\x3d\165\164\146\x2d\70");
echo json_encode($mo);
exit;
sr:
K9:
k8:
}
function mo_scim_handle_group_request($uV)
{
$rn = "\163\x75\x62\x73\143\x72\x69\x62\x65\x72";
if (strpos($_SERVER["\122\105\121\x55\x45\123\124\x5f\115\x45\x54\110\x4f\104"], "\120\x4f\x53\x54") !== false) {
goto Kz;
}
if (strpos($_SERVER["\122\x45\121\x55\x45\x53\x54\137\x4d\105\x54\110\x4f\104"], "\107\x45\x54") !== false) {
goto GI;
}
if (strpos($_SERVER["\122\105\121\125\x45\x53\x54\137\115\105\x54\x48\117\x44"], "\x50\101\x54\x43\110") !== false) {
goto AD;
}
goto MF;
Kz:
$B5 = "\173\xd\xa\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\x22\163\143\x68\x65\x6d\141\x73\42\x3a\40\133\42\x75\162\156\72\151\x65\164\x66\72\x70\141\162\x61\x6d\163\72\x73\x63\x69\x6d\72\x73\143\x68\x65\155\x61\x73\72\x63\x6f\x72\x65\x3a\62\56\60\72\107\162\x6f\x75\x70\x22\x5d\x2c\xd\12\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x22\x69\144\42\x3a\40\x22" . $rn . "\x22\54\15\xa\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x22\x6d\x65\x74\141\x22\72\40\x7b\xd\xa\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\42\x72\145\163\157\165\x72\x63\x65\124\x79\160\145\x22\72\40\x22\107\x72\x6f\x75\x70\42\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\xd\12\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\175\x2c\xd\xa\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x22\144\x69\x73\x70\154\141\x79\116\141\x6d\145\x22\x3a\40\x22" . $rn . "\42\x2c\15\xa\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\42\x6d\x65\x6d\142\x65\x72\163\x22\72\x20\x5b\135\xd\12\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\175";
header("\110\x54\x54\x50\57\x31\x2e\x31\x20\62\x30\60\x20\x4f\x4b");
header("\103\x6f\156\164\x65\x6e\x74\55\124\171\x70\145\x3a\x20\x61\160\x70\x6c\x69\x63\x61\164\151\x6f\x6e\57\x6a\163\x6f\x6e\x3b\143\150\141\162\163\145\164\x3d\x75\x74\146\x2d\x38");
echo $B5;
exit;
goto MF;
GI:
if (!empty($n9)) {
goto PG;
}
if (!(strpos($_SERVER["\x52\105\121\x55\105\x53\124\137\125\122\111"], "\146\151\154\x74\145\162\75\144\151\163\x70\154\141\171\116\x61\x6d\x65") !== false)) {
goto rE;
}
$zw = strpos($_SERVER["\x52\105\x51\x55\x45\x53\124\137\125\122\111"], "\x25\62\62");
$z0 = strpos($_SERVER["\x52\x45\x51\x55\x45\x53\x54\137\125\122\111"], "\45\62\62", -1) - 1;
$Ed = substr($_SERVER["\122\105\121\125\105\x53\x54\x5f\x55\122\x49"], $zw, $z0);
$B5 = "\x7b\xd\xa\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\42\x73\143\150\x65\155\x61\x73\42\x3a\x20\x5b\x22\x75\x72\x6e\72\151\x65\x74\x66\72\160\x61\x72\x61\155\x73\72\x73\x63\151\155\x3a\141\160\x69\72\155\x65\163\x73\141\147\145\163\72\x32\56\x30\72\114\151\x73\164\x52\x65\163\x70\x6f\x6e\163\x65\x22\135\54\xd\12\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\x22\x74\x6f\x74\x61\154\122\145\x73\165\x6c\164\x73\42\72\x20\x31\x2c\15\12\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\42\x52\x65\163\x6f\x75\x72\143\x65\163\x22\x3a\x20\133\x7b\15\xa\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x22\x73\143\150\x65\x6d\141\x73\42\72\40\x5b\42\x75\x72\x6e\72\x69\145\164\x66\x3a\x70\x61\162\141\x6d\163\72\x73\x63\x69\x6d\x3a\163\143\150\x65\x6d\x61\x73\72\143\x6f\x72\145\x3a\x32\56\x30\x3a\x47\162\157\165\160\x22\x5d\x2c\15\xa\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\42\x69\144\x22\72\x20\x22" . $rn . "\x22\x2c\xd\12\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\42\x6d\145\x74\141\x22\x3a\x20\x7b\15\xa\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\42\x72\x65\x73\x6f\165\162\143\x65\x54\x79\x70\x65\42\x3a\40\x22\107\162\157\x75\x70\42\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\15\xa\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x7d\54\15\xa\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\42\x64\x69\163\160\x6c\141\x79\116\x61\x6d\145\x22\72\40\x22" . $Ed . "\42\54\xd\12\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\175\135\54\15\12\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\x22\163\164\141\162\x74\x49\156\144\x65\170\x22\x3a\40\x31\54\15\xa\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\42\151\x74\145\155\163\120\145\162\x50\x61\147\x65\x22\72\x20\62\60\15\12\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x7d";
header("\x48\124\x54\120\57\x31\56\x31\40\62\60\x30\x20\117\113");
header("\x43\157\x6e\164\145\x6e\x74\55\x54\171\x70\x65\x3a\40\x61\x70\x70\x6c\x69\143\141\164\151\157\156\x2f\152\x73\x6f\x6e\x3b\143\150\x61\162\x73\x65\x74\x3d\x75\x74\x66\x2d\x38");
echo $B5;
exit;
rE:
goto Kl;
PG:
$B5 = "\x7b\15\xa\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\42\x73\143\150\x65\155\141\163\x22\x3a\x20\x5b\42\x75\162\156\x3a\x69\145\x74\146\72\x70\141\x72\141\155\x73\x3a\x73\x63\151\x6d\x3a\163\143\x68\145\x6d\x61\163\x3a\143\157\162\x65\72\x32\x2e\60\x3a\x47\x72\x6f\x75\x70\42\x5d\x2c\xd\12\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x22\x69\x64\x22\72\40\x22" . $n9 . "\x22\x2c\15\12\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x22\155\145\x74\x61\42\72\40\173\xd\xa\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x22\x72\145\163\x6f\x75\162\143\145\x54\171\x70\x65\42\72\40\42\x47\162\x6f\x75\160\x22\15\xa\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\175\54\15\12\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\42\x64\x69\x73\160\154\141\x79\x4e\141\155\145\x22\72\x20\42" . $rn . "\42\54\xd\12\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x7d";
header("\x48\x54\124\120\x2f\x31\56\x31\40\x32\x30\x30\x20\117\113");
header("\x43\x6f\x6e\164\x65\x6e\164\55\x54\171\160\x65\72\40\x61\x70\160\154\151\143\x61\x74\x69\x6f\x6e\x2f\152\163\x6f\x6e\x3b\143\x68\x61\162\x73\x65\x74\x3d\x75\x74\x66\55\70");
echo $B5;
exit;
Kl:
goto MF;
AD:
return;
MF:
}
function mosup_array_flatten($C9, $uV)
{
global $Ku;
foreach ($uV as $tA => $kl) {
if (is_array($kl)) {
goto sX;
}
$Ku[$C9 . "\x2e" . $tA] = $kl;
goto rU;
sX:
mosup_array_flatten($C9 . "\56" . $tA, $kl);
rU:
jI:
}
pp:
return $Ku;
}
function mo_scim_handle_user_request($uV, $iI)
{
// DAVO HIER PASSIERT DER FEHLER
error_log( print_r( 'handleRequest2',true ) );
global $Ku;
$Ku = [];
mosup_array_flatten("\x73\143\x69\x6d", $uV, $Ku);
$ur = $Ku;
$Ya = $Ku;
$jR = array_key_exists("\x75\163\x65\162\x4e\141\x6d\x65", $uV) ? $uV["\165\x73\x65\162\x4e\141\x6d\x65"] : '';
$MI = array_key_exists("\156\141\x6d\x65", $uV) ? $uV["\x6e\141\155\145"]["\147\x69\166\x65\156\x4e\x61\x6d\x65"] : '';
$eZ = array_key_exists("\x6e\141\x6d\145", $uV) ? $uV["\156\141\x6d\145"]["\146\141\155\x69\154\x79\x4e\x61\155\145"] : '';
$vY = array_key_exists("\145\155\x61\x69\154\x73", $uV) ? $uV["\x65\155\141\x69\154\x73"][0]["\166\x61\154\x75\145"] : '';
$Ed = array_key_exists("\144\x69\163\x70\154\x61\x79\116\141\x6d\x65", $uV) ? $uV["\x64\151\163\160\x6c\141\x79\116\141\155\145"] : '';
$LX = array_key_exists("\145\x78\164\145\162\x6e\x61\x6c\x49\x44", $uV) ? $uV("\x65\x78\164\x65\x72\156\x61\x6c\x49\104") : '';
error_log( print_r( $_SERVER["\122\x45\x51\x55\105\x53\124\137\115\105\124\110\x4f\104"],true ) );
error_log( print_r( $iI,true ) );
if (strpos($_SERVER["\122\x45\121\x55\x45\123\124\137\x4d\x45\x54\x48\x4f\x44"], "\120\x55\x54") != false && !empty($iI)) {
error_log( print_r( 'L7',true ) );
goto L7;
}
if ($_SERVER["REQUEST_METHOD"] == "PATCH" AND !empty($iI)) {
error_log( print_r( 'rM',true ) );
goto rM;
}
if (strpos($_SERVER["\x52\105\121\x55\105\123\x54\137\115\x45\124\110\117\x44"], "\120\x4f\123\124") != false) {
error_log( print_r( 'Ca',true ) );
goto Ca;
}
goto BC;
L7:
$user = get_user_by("\111\104", $iI);
if (!empty($user)) {
goto tG;
}
ScimCore::throwError(404, "\125\163\145\162\x20\x6e\157\x74\40\146\x6f\165\x6e\164\x20\167\x69\x74\150\40\125\163\x65\x72\x49\x44" . $iI);
tG:
error_log( print_r( 'tG',true ) );
if (isset($uV["\x61\x63\x74\x69\166\145"]) && '' != $uV["\x61\143\x74\x69\x76\145"]) {
goto Ru;
}
$Ic = false;
goto fF;
Ru:
error_log( print_r( 'Ru',true ) );
$Ic = $uV["\141\143\x74\151\166\x65"];
fF:
error_log( print_r( 'fF',true ) );
if ($Ic === "\146\141\x6c\163\x65" || empty($Ic)) {
error_log( print_r( 'rP',true ) );
goto rP;
}
wp_update_user(array("\111\x44" => $iI, "\x66\151\x72\x73\x74\137\x6e\x61\155\145" => $MI, "\154\141\163\164\137\156\141\155\145" => $eZ, "\x64\x69\163\x70\x6c\x61\171\x5f\x6e\x61\x6d\x65" => $Ed, "\x75\x73\145\162\x5f\x65\155\x61\151\x6c" => $vY, "\165\163\x65\x72\x5f\x6e\x61\155\145" => $jR));
error_log( print_r( '1',true ) );
mo_scim_up_map_custom_attributes($iI, $ur);
update_user_meta($iI, "\155\x6f\x5f\x73\143\151\x6d\137\165\163\x65\x72\x5f\163\x74\x61\164\165\x73", "\x61\143\x74\151\166\145");
do_action("\x6d\x6f\137\163\143\151\x6d\x5f\165\x73\145\162\137\x75\x70\x64\x61\x74\145\144", $iI, $ur);
mo_scim_update_success($iI);
goto k4;
rP:
ScimCore::deprovisionUserBasedOnMode($user);
k4:
header("\x43\157\156\164\x65\156\x74\x2d\124\171\160\x65\72\x20\x61\160\160\x6c\x69\x63\x61\164\x69\x6f\156\x2f\x6a\163\157\156", true, 200);
echo json_encode(ScimCore::CreateUserSchema(get_user_by("\111\x44", $iI)));
exit;
goto BC;
rM:
// DAVO START
$userId = $cJ;
$scimData = $uV;
mo_davo($userId, $scimData);
// DAVO ENDE
ScimCore::PatchUser($uV, $iI);
goto BC;
Ca:
if (username_exists($jR) || email_exists($vY)) {
goto IC;
}
if (!(get_site_option("\155\x6f\137\163\x63\x69\x6d\x5f\163\150\x6f\167\x5f\141\164\x74\162\151\x62\x75\164\x65") == "\x74\x72\165\x65")) {
goto sH;
}
update_site_option("\x6d\x6f\x5f\163\x63\x69\x6d\x5f\x74\145\163\164\x5f\143\157\156\146\x69\x67\137\141\164\x74\162\163", $ur);
sH:
$Tr = wp_generate_password(10, false);
$mO = substr($jR, 0, 50);
$i7 = wp_create_user($mO, $Tr, $vY);
if (!$i7) {
goto F0;
}
update_user_meta($i7, "\155\157\137\x73\143\x69\155\x5f\x75\163\x65\162\137\x73\164\x61\x74\x75\x73", "\141\x63\x74\x69\x76\145");
error_log( print_r( '2',true ) );
mo_scim_up_map_custom_attributes($i7, $ur);
wp_update_user(array("\x49\104" => $i7, "\x66\x69\162\163\x74\x5f\x6e\141\x6d\x65" => $MI, "\x6c\141\x73\164\x5f\156\141\x6d\x65" => $eZ, "\144\x69\x73\x70\x6c\141\171\x5f\156\141\155\145" => $Ed));
do_action("\155\x6f\x5f\163\x63\151\155\137\165\163\145\x72\137\143\x72\145\x61\x74\145\144", $i7, $ur);
mo_scim_registration_success($i7);
$uV["\x69\144"] = $i7;
$uV["\155\145\x74\141"] = array("\x72\145\x73\157\165\x72\143\x65\x54\x79\x70\x65" => "\125\163\x65\x72");
$uV["\x61\x63\x74\x69\x76\x65"] = true;
$uV = json_encode(ScimCore::CreateUserSchema(get_user_by("\x49\104", $i7)));
header("\x48\124\124\120\57\x31\56\x31\40\62\x30\61\x20\103\x72\x65\x61\x74\145\144");
header("\103\157\156\x74\145\x6e\164\55\124\x79\160\145\72\x20\x61\160\x70\x6c\151\143\x61\164\x69\x6f\156\57\152\x73\157\x6e\73\143\x68\x61\x72\x73\x65\164\75\x75\164\146\x2d\70");
echo $uV;
exit;
F0:
goto ut;
IC:
if (username_exists($jR)) {
goto KQ;
}
if (!email_exists($vY)) {
goto WN;
}
$user = get_user_by("\x65\x6d\141\151\154", $vY);
$i7 = $user->ID;
WN:
goto m7;
KQ:
$user = get_user_by("\154\x6f\x67\x69\156", $jR);
$i7 = $user->ID;
m7:
error_log( print_r( '3',true ) );
mo_scim_up_map_custom_attributes($i7, $ur);
wp_update_user(array("\111\104" => $i7, "\146\x69\x72\163\x74\137\x6e\141\155\145" => $MI, "\154\141\x73\164\x5f\156\x61\x6d\145" => $eZ, "\x64\151\163\160\154\x61\x79\137\156\x61\155\145" => $Ed, "\x75\x73\145\x72\137\x65\x6d\141\x69\154" => $vY));
do_action("\155\157\137\163\x63\151\155\x5f\x75\163\x65\162\x5f\165\x70\x64\141\164\145\x64", $i7, $ur);
mo_scim_update_success($i7);
$uV["\151\x64"] = $i7;
$uV["\155\145\164\141"] = array("\162\x65\x73\157\x75\x72\x63\x65\x54\x79\160\x65" => "\x55\163\145\x72");
$uV = json_encode(ScimCore::CreateUserSchema($user));
update_user_meta($i7, "\x6d\157\137\163\x63\x69\155\137\165\x73\145\162\137\x73\x74\141\164\165\163", "\141\143\x74\151\166\x65");
header("\x48\124\124\x50\57\x31\x2e\61\x20\x32\x30\x31\40\103\162\x65\x61\x74\145\x64");
header("\103\x6f\x6e\x74\x65\x6e\x74\x2d\124\x79\x70\x65\72\40\141\160\x70\154\151\143\x61\x74\x69\157\156\x2f\x6a\x73\157\156\x3b\x63\150\141\162\163\145\164\x3d\165\x74\x66\55\70");
echo $uV;
exit;
ut:
BC:
error_log( print_r( 'BC',true ) );
}
function is_admin_user($cJ)
{
global $wpdb;
$Vc = get_user_meta($cJ, $wpdb->get_blog_prefix() . "\143\141\x70\141\x62\x69\x6c\x69\164\151\145\163", true);
if (is_array($Vc) && !empty($Vc["\141\144\x6d\151\x6e\x69\163\x74\x72\x61\164\157\162"])) {
goto zO;
}
return false;
goto WI;
zO:
return true;
WI:
}
function mo_scim_up_map_custom_attributes($cJ, $D_)
{
error_log( print_r( 'mo_scim_up_map_custom_attributes',true ) );
if (!function_exists("\142\x70\x5f\x69\x73\x5f\141\x63\164\151\166\x65")) {
goto WE;
}
error_log( print_r( $cJ ) );
error_log( print_r( $D_ ) );
//mo_scim_up_map_custom_attributes_buddypress($cJ, $D_);
WE:
//mo_scim_up_map_custom_attributes_buddypress($cJ, $D_);
if (!get_site_option("\x6d\157\x5f\x73\143\x69\x6d\137\x63\x75\163\x74\157\155\137\141\x74\164\x72\x73\137\155\x61\x70\x70\151\x6e\x67")) {
goto Bb;
}
$dH = get_site_option("\x6d\x6f\x5f\163\x63\x69\155\x5f\143\165\x73\164\x6f\155\x5f\x61\164\164\162\163\x5f\x6d\141\160\160\151\156\x67");
if (!@maybe_unserialize($dH)) {
goto B0;
}
$dH = maybe_unserialize($dH);
B0:
foreach ($dH as $tA => $kl) {
if (array_key_exists($kl, $D_)) {
goto Qe;
}
delete_user_meta($cJ, $tA);
goto Mq;
Qe:
$Wu = false;
if (is_array($D_[$kl])) {
goto tR;
}
if (strpos($tA, "\x62\142\x5f") === 0) {
goto kA;
}
update_user_meta($cJ, $tA, $D_[$kl]);
goto TN;
kA:
$mA = 1;
$NI = str_replace("\x62\x62\x5f", '', $tA, $mA);
$Zy = xprofile_set_field_data($NI, $cJ, $D_[$kl]);
TN:
goto ya;
tR:
if (!(count($D_[$kl]) == 1)) {
goto ol;
}
$Wu = true;
ol:
if (!$Wu) {
goto zW;
}
if (strpos($tA, "\x62\x62\137") === 0) {
error_log( print_r( 'xb',true ) );
goto xb;
}
update_user_meta($cJ, $tA, $D_[$kl][0]);
goto d7;
xb:
$mA = 1;
$NI = str_replace("\142\142\137", '', $tA, $mA);
$Zy = xprofile_set_field_data($NI, $cJ, $D_[$kl][0]);
d7:
goto Bu;
zW:
$xk = [];
foreach ($D_[$kl] as $NW) {
array_push($xk, $NW);
bl:
}
LN:
if (!(strpos($tA, "\142\x62\x5f") === 0)) {
goto ka;
}
$mA = 1;
$NI = str_replace("\142\142\137", '', $tA, $mA);
xprofile_set_field_data($NI, $cJ, $xk);
ka:
update_user_meta($cJ, $tA, $xk);
Bu:
ya:
Mq:
HR:
}
my:
Bb:
}
// DAVO START
function mo_davo($userId, $operationsArray)
{
error_log(print_r('mo_davo', true));
error_log(print_r('userId' . $userId, true));
error_log(print_r($operationsArray['Operations'], true));
$buddybossConfigSerialized = get_site_option("\x6d\157\137\x73\x63\151\155\x5f\x63\165\163\164\157\x6d\137\x61\164\164\x72\163\x5f\x6d\x61\x70\x70\x69\x6e\147\137\x62\165\144\144\171\160\162\145\163\163");
$buddybossConfigUnserialized = maybe_unserialize($buddybossConfigSerialized);
error_log(print_r($buddybossConfigUnserialized, true));
$operations = flattenArray($operationsArray['Operations']);
foreach ($buddybossConfigUnserialized as $key => $value) {
$valueShort = str_replace('scim.', '', $value);
if ($valueShort == "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User.department") {
$valueShort = "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:department";
}
error_log(print_r($valueShort, true));
if (array_key_exists($valueShort, $operations)) {
error_log(print_r("hurra", true));
xprofile_set_field_data($key, 10, $operations[$valueShort]);
}
}
}
function flattenArray($array)
{
$result = [];
foreach ($array as $item) {
$path = $item['path'];
$value = $item['value'];
$result[$path] = $value;
}
return $result;
}
// DAVO ENDE
function mo_scim_up_map_custom_attributes_buddypress($cJ, $D_)
{
error_log( print_r( 'mo_scim_up_map_custom_attributes_buddypress',true ) );
if (!get_site_option("\x6d\x6f\x5f\163\143\151\155\x5f\143\x75\x73\x74\x6f\155\x5f\x61\x74\164\162\x73\137\x6d\141\x70\x70\151\156\147\137\x62\165\144\144\x79\x70\x72\x65\x73\x73")) {
error_log( print_r( "\nFehler 1\n" ) );
goto Os;
}
error_log( print_r( "hier angekommen\n",true ) );
error_log( print_r( $cJ,true ) );
error_log( print_r( $D_,true ) );
$dH = get_site_option("\x6d\157\137\x73\x63\151\155\x5f\x63\165\163\164\157\x6d\137\x61\164\164\x72\163\x5f\x6d\x61\x70\x70\x69\x6e\147\137\x62\165\144\144\171\160\162\145\163\163");
$dH = maybe_unserialize($dH);
//xprofile_set_field_data("Vorname", 10, "Peter");
foreach ($dH as $tA => $kl) {
error_log( print_r( "new run",true ) );
error_log( print_r( $tA,true ) );
error_log( print_r( $kl,true ) );
if ($kl == "scim.title") {
$kl1 = "title";
}
if (array_key_exists($kl, $D_)) {
error_log( print_r( "testing",true ) );
goto L3;
}
error_log( print_r( "failed",true ) );
xprofile_delete_field_data($cJ, $tA);
goto ih;
L3:
error_log( print_r( "L3",true ) );
$Wu = false;
if (is_array($D_[$kl])) {
goto wo;
}
$xk = $D_[$kl];
foreach ($D_[$kl] as $NW) {
array_push($xk, $NW);
g6:
}
a7:
error_log( print_r( "userid" . $cJ ,true ) );
error_log( print_r( "value" . $xk,true ) );
error_log( print_r( "field" . $tA,true ) );
xprofile_set_field_data($tA, $cJ, $xk);
goto YB;
wo:
if (!(count($D_[$kl]) == 1)) {
goto Rd;
}
$Wu = true;
Rd:
if (!$Wu) {
goto M6;
}
$xk = $D_[$kl][0];
foreach ($D_[$kl] as $NW) {
array_push($xk, $NW);
Pt:
}
Hy:
xprofile_set_field_data($tA, $cJ, $xk);
goto t2;
M6:
$xk = [];
foreach ($D_[$kl] as $NW) {
array_push($xk, $NW);
EQ:
}
Hl:
xprofile_set_field_data($tA, $cJ, $xk);
t2:
YB:
ih:
Ag:
}
yE:
Os:
}
function getAuthorizationHeader()
{
$uG = null;
if (isset($_SERVER["\101\x75\x74\150\x6f\x72\151\172\x61\164\x69\x6f\x6e"])) {
goto Ix;
}
if (isset($_SERVER["\110\124\124\x50\137\x41\125\x54\110\x4f\x52\111\132\101\x54\x49\x4f\x4e"])) {
goto wP;
}
if (function_exists("\141\x70\141\143\150\145\x5f\162\145\161\165\145\x73\164\137\x68\145\x61\144\x65\162\163")) {
goto rA;
}
goto RV;
wP:
$uG = trim($_SERVER["\x48\124\x54\120\x5f\x41\125\x54\x48\117\122\x49\x5a\101\x54\x49\x4f\x4e"]);
goto RV;
rA:
$Hy = apache_request_headers();
$Hy = array_combine(array_map("\x75\x63\167\157\162\x64\x73", array_keys($Hy)), array_values($Hy));
if (!isset($Hy["\x41\165\x74\150\x6f\162\151\172\141\x74\x69\x6f\156"])) {
goto IA;
}
$uG = trim($Hy["\101\x75\164\150\x6f\162\x69\172\141\164\151\157\156"]);
IA:
RV:
goto sE;
Ix:
$uG = trim($_SERVER["\x41\165\x74\x68\157\162\151\172\x61\164\x69\157\156"]);
sE:
if (!($uG === null)) {
goto tb;
}
ScimCore::throwError(401, "\x45\122\122\117\122\x3a\x30\60\60\65\x20\x41\x75\x74\x68\157\x72\151\x7a\141\164\x69\157\x6e\x20\150\145\141\x64\145\x72\40\x6d\151\x73\163\x69\156\x67");
tb:
return $uG;
}
function getBearerToken()
{
$uG = getAuthorizationHeader();
if (empty($uG)) {
goto aa;
}
if (!preg_match("\57\102\x65\x61\162\145\162\134\163\x28\x5c\123\x2b\x29\57", $uG, $Jf)) {
goto Tl;
}
return $Jf[1];
Tl:
aa:
return null;
}
function mo_scim_registration_success($cJ)
{
$Tu = get_userdata($cJ);
$jR = $Tu->user_login;
$dc = new mo_scim_handler();
$XT = get_client_ip();
$dc->add_transactions($XT, $jR, mo_scim_constants::REGISTRATION_TRANSACTION, mo_scim_constants::SUCCESS);
}
function mo_scim_update_success($cJ)
{
$Tu = get_userdata($cJ);
$jR = $Tu->user_login;
$dc = new mo_scim_handler();
$XT = get_client_ip();
$dc->add_transactions($XT, $jR, mo_scim_constants::UPDATE_TRANSACTION, mo_scim_constants::SUCCESS);
}
function mo_scim_delete_success($cJ)
{
$Tu = get_userdata($cJ);
$jR = $Tu->user_login;
$dc = new mo_scim_handler();
$XT = get_client_ip();
$dc->add_transactions($XT, $jR, mo_scim_constants::DELETE_TRANSACTION, mo_scim_constants::SUCCESS);
}
function get_client_ip()
{
if (!empty($_SERVER["\110\124\124\x50\x5f\x43\114\x49\105\116\124\137\x49\120"])) {
goto Ny;
}
if (!empty($_SERVER["\110\x54\124\x50\x5f\130\137\106\x4f\122\x57\101\x52\x44\105\x44\x5f\106\x4f\x52"])) {
goto IH;
}
return $_SERVER["\122\105\115\117\124\x45\x5f\x41\104\104\x52"];
goto vx;
Ny:
return $_SERVER["\x48\124\x54\120\137\103\114\x49\x45\x4e\124\x5f\111\x50"];
goto vx;
IH:
return $_SERVER["\110\124\124\x50\137\130\x5f\x46\x4f\x52\127\x41\x52\x44\x45\104\x5f\106\117\122"];
vx:
return '';
}
function mo_support_user_provisioning()
{
echo "\40\x20\x20\x20\74\144\x69\x76\x20\x63\154\x61\x73\x73\x3d\42\x6d\157\x5f\163\143\151\x6d\x5f\x75\160\137\163\x75\160\160\x6f\x72\164\137\154\x61\x79\157\165\164\42\x3e\15\xa\40\40\40\40\40\x20\x20\40\x3c\144\151\166\x3e\15\xa\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\74\x68\63\76\123\165\160\x70\157\x72\x74\x3c\57\150\x33\x3e\15\12\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\74\160\76\x4e\145\145\144\40\x61\156\171\40\x68\x65\154\x70\77\x20\x57\145\40\x63\141\156\40\x68\145\154\160\x20\171\x6f\165\x20\x77\151\x74\x68\x20\143\157\x6e\146\x69\147\x75\162\x69\x6e\147\x20\171\157\165\162\x20\111\144\145\156\x74\151\164\x79\40\120\x72\x6f\166\151\144\x65\162\56\40\x4a\x75\x73\164\40\163\x65\156\x64\x20\165\163\x20\x61\40\161\165\x65\x72\x79\40\x61\x6e\x64\40\167\145\x20\x77\x69\x6c\154\xd\12\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x67\145\164\x20\x62\141\x63\153\40\x74\x6f\x20\171\x6f\x75\40\163\157\157\156\x2e\74\57\160\x3e\15\12\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\74\146\157\x72\x6d\x20\x6d\145\164\150\157\x64\75\x22\160\x6f\x73\x74\x22\x20\141\143\x74\151\157\156\75\42\42\76\15\12\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x3c\x69\156\x70\165\164\x20\164\171\160\x65\x3d\42\x68\x69\144\144\145\x6e\x22\x20\156\x61\x6d\145\x3d\42\x6f\x70\x74\x69\x6f\x6e\42\40\166\141\154\x75\x65\75\x22\x6d\157\x5f\163\143\x69\x6d\137\x75\160\137\x63\x6f\x6e\x74\x61\143\164\137\x75\163\x5f\161\165\x65\162\171\x5f\x6f\x70\x74\x69\x6f\x6e\42\57\x3e\xd\12\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x3c\x74\141\142\154\x65\x20\x63\x6c\x61\x73\x73\75\x22\x6d\x6f\137\163\143\x69\155\x5f\165\x70\x5f\x73\x65\164\164\x69\x6e\147\x73\x5f\164\141\x62\x6c\145\42\76\15\xa\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\x3c\x74\x72\x3e\15\12\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\74\164\144\x3e\74\151\156\160\165\164\x20\x73\x74\171\x6c\145\x3d\x22\x77\x69\144\164\x68\x3a\x39\x35\45\x22\x20\164\171\x70\x65\x3d\42\145\x6d\141\x69\x6c\42\40\143\154\141\163\x73\75\42\155\157\x5f\163\x63\x69\x6d\x5f\x75\x70\137\164\141\x62\154\x65\137\164\x65\170\x74\142\x6f\170\42\x20\162\x65\161\x75\x69\x72\x65\144\15\12\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\156\x61\x6d\x65\75\x22\x6d\157\137\x73\x63\x69\x6d\137\x75\160\x5f\x63\x6f\156\164\x61\x63\164\x5f\x75\163\137\145\x6d\141\151\154\42\15\xa\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x76\141\x6c\x75\145\x3d\42";
echo get_site_option("\x6d\157\137\x73\x63\x69\155\x5f\165\160\137\x61\144\x6d\x69\156\x5f\x65\155\x61\x69\154");
echo "\42\xd\12\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\160\154\x61\143\145\x68\x6f\x6c\x64\x65\162\x3d\42\105\156\x74\x65\162\x20\171\157\x75\162\40\x65\x6d\x61\151\154\42\76\x3c\x2f\x74\144\76\xd\xa\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x3c\x2f\164\162\76\xd\12\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\74\x74\x72\x3e\xd\12\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x3c\164\x64\76\x3c\151\x6e\x70\x75\164\40\164\x79\160\x65\75\x22\164\145\154\42\40\x73\x74\x79\x6c\145\x3d\x22\x77\x69\144\x74\150\72\x39\65\x25\x22\x20\151\x64\x3d\42\x63\x6f\x6e\164\x61\143\164\137\165\163\x5f\160\150\157\156\145\42\15\12\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\160\x61\164\x74\145\162\x6e\x3d\42\x5b\134\53\135\x5c\144\173\61\x31\x2c\x31\64\175\x7c\133\134\x2b\x5d\134\144\x7b\x31\54\x34\175\133\134\163\135\134\144\173\71\x2c\61\x30\x7d\x22\40\x63\x6c\141\163\163\x3d\42\155\157\x5f\163\143\x69\x6d\137\165\x70\137\164\x61\x62\x6c\145\137\x74\x65\170\164\142\x6f\x78\42\xd\xa\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x6e\141\x6d\145\75\42\155\x6f\137\163\x63\x69\x6d\x5f\165\160\x5f\143\x6f\156\x74\141\143\x74\137\165\163\x5f\x70\150\157\156\x65\x22\xd\12\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\166\x61\154\x75\x65\75\x22";
echo get_site_option("\x6d\157\x5f\163\x63\x69\155\137\165\160\x5f\141\x64\x6d\151\156\x5f\x70\x68\157\x6e\x65");
echo "\x22\xd\12\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x70\x6c\141\143\x65\150\157\154\144\145\x72\x3d\x22\x45\x6e\x74\x65\162\x20\171\x6f\x75\x72\x20\160\150\157\156\145\x22\76\74\57\x74\144\x3e\15\xa\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\74\57\164\162\76\15\xa\40\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x3c\x74\x72\x3e\xd\xa\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x3c\164\x64\76\x3c\x74\x65\x78\164\141\x72\x65\141\x20\143\x6c\x61\x73\163\x3d\x22\155\157\137\x73\x63\151\x6d\x5f\165\x70\137\164\141\x62\154\145\137\x74\x65\x78\x74\x62\157\x78\x22\x20\163\x74\x79\154\x65\x3d\x22\x77\151\144\164\x68\72\71\x35\45\x22\x20\x6f\156\153\x65\171\160\162\x65\x73\x73\75\x22\155\x6f\x5f\163\x63\x69\x6d\x5f\165\x70\137\x76\141\x6c\151\x64\137\161\165\x65\162\x79\x28\164\150\x69\x73\51\42\15\xa\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x6f\x6e\153\145\x79\165\x70\x3d\x22\155\157\x5f\x73\x63\x69\x6d\x5f\165\160\x5f\x76\141\x6c\x69\x64\x5f\161\x75\x65\162\x79\50\x74\x68\x69\163\x29\42\x20\x6f\x6e\x62\x6c\x75\162\75\x22\x6d\x6f\137\x73\143\151\x6d\137\x75\160\x5f\x76\141\x6c\x69\144\x5f\161\165\x65\162\x79\x28\x74\x68\151\163\x29\x22\40\162\145\x71\165\151\x72\145\x64\15\12\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x6e\141\x6d\x65\75\x22\155\157\x5f\x73\143\151\x6d\x5f\x75\x70\x5f\143\157\156\x74\x61\143\x74\x5f\165\x73\x5f\161\165\x65\162\171\42\x20\x72\157\x77\163\75\42\64\x22\x20\x73\x74\x79\154\145\x3d\x22\x72\x65\x73\x69\x7a\145\72\40\x76\x65\x72\164\151\143\x61\154\x3b\x22\xd\xa\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x70\154\x61\x63\x65\150\x6f\154\x64\x65\162\75\42\127\162\x69\164\145\x20\x79\x6f\165\x72\x20\161\x75\145\162\x79\40\150\x65\162\x65\x22\x3e\74\x2f\x74\x65\x78\x74\x61\162\145\x61\76\74\57\x74\x64\76\15\xa\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\74\x2f\x74\162\x3e\15\12\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x3c\57\164\141\x62\x6c\145\x3e\xd\12\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x3c\144\x69\x76\40\163\x74\171\x6c\x65\75\x22\164\145\170\x74\x2d\141\x6c\x69\147\x6e\x3a\143\145\x6e\x74\145\162\x3b\x22\76\xd\xa\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x3c\151\156\160\x75\x74\x20\x74\x79\x70\145\75\x22\163\165\x62\155\151\x74\42\x20\156\x61\155\x65\x3d\x22\x73\x75\142\x6d\151\x74\42\x20\163\164\x79\x6c\145\x3d\x22\x6d\x61\x72\x67\x69\x6e\x3a\61\65\160\x78\x3b\x20\x77\x69\144\164\x68\72\x31\62\x30\160\x78\x3b\42\15\xa\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\143\x6c\141\x73\163\x3d\42\142\165\164\x74\157\156\40\x62\x75\164\164\x6f\x6e\x2d\160\162\x69\x6d\x61\162\171\x20\x62\x75\164\164\157\x6e\x2d\154\x61\x72\x67\x65\42\57\76\15\12\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x3c\x2f\x64\x69\166\76\15\12\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x3c\x2f\146\157\x72\155\76\xd\12\40\x20\40\x20\x20\x20\x20\x20\74\x2f\144\151\x76\x3e\15\xa\xd\xa\x20\40\40\40\74\x2f\144\x69\166\76\xd\12\40\40\x20\40\74\x73\143\162\x69\x70\x74\76\15\xa\x20\40\x20\x20\x66\165\x6e\x63\x74\151\x6f\x6e\40\x6d\171\106\165\x6e\x63\x74\x69\157\156\50\51\x20\173\xd\xa\40\x20\40\x20\40\166\141\162\x20\170\x20\x3d\x20\144\157\x63\x75\x6d\145\x6e\x74\56\x67\x65\164\x45\x6c\145\x6d\x65\x6e\x74\x42\171\111\x64\50\42\155\x6f\137\163\x63\x69\155\x5f\151\x64\x70\137\156\x61\x6d\x65\x22\x29\56\166\x61\x6c\x75\145\x3b\15\xa\x20\40\40\x20\x69\x66\x20\50\170\x3d\75\x27\157\164\x68\x65\x72\47\x29\x7b\15\12\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x78\x3d\47\x6f\156\x65\154\x6f\147\x69\156\x27\73\15\12\40\40\40\40\40\40\40\40\x7d\15\12\40\40\40\40\x64\157\x63\x75\155\x65\x6e\164\x2e\147\145\164\105\154\145\155\145\156\164\102\171\x49\x64\x28\x22\154\x69\x6e\x6b\x5f\x74\157\x5f\x67\x75\x69\144\145\42\x29\x2e\150\x72\x65\x66\x20\x3d\40\42\x68\x74\164\x70\x73\x3a\x2f\57\x70\154\165\147\x69\156\163\56\155\x69\156\x69\x6f\162\x61\x6e\147\145\x2e\143\x6f\x6d\x2f\167\x6f\162\x64\160\162\145\x73\163\55\x73\143\x69\155\55\165\x73\x65\x72\x2d\x70\162\157\x76\x69\x73\x69\157\x6e\x69\156\x67\x2d\167\x69\164\x68\55\42\53\170\x3b\xd\xa\40\40\x20\40\175\15\xa\40\x20\40\x20\40\40\x20\40\152\121\x75\x65\x72\171\x28\42\43\x63\x6f\x6e\164\x61\143\164\137\165\x73\137\160\x68\157\x6e\145\x22\x29\x2e\x69\x6e\x74\154\124\x65\154\111\156\x70\165\x74\x28\51\x3b\15\12\40\40\x20\x20\40\x20\x20\x20\x6a\121\x75\x65\162\x79\x28\x22\x23\x70\x68\157\x6e\145\x5f\x63\157\x6e\x74\141\143\x74\x22\51\56\x69\x6e\164\x6c\124\x65\154\111\156\x70\x75\164\x28\51\73\xd\xa\xd\12\40\40\x20\x20\x20\40\40\x20\146\x75\x6e\143\164\151\157\156\40\x6d\x6f\137\163\x63\151\x6d\137\165\x70\137\x76\x61\154\151\144\137\161\x75\145\x72\x79\x28\x66\x29\x20\x7b\15\xa\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x21\x28\57\136\x5b\141\55\x7a\x41\55\132\x3f\x2c\56\134\x28\x5c\51\134\57\x40\x20\60\x2d\x39\x5d\52\x24\57\51\x2e\164\145\163\164\50\x66\x2e\166\x61\154\x75\145\51\x20\77\40\x66\x2e\x76\x61\154\x75\145\x20\75\40\146\x2e\166\x61\x6c\x75\x65\56\x72\145\160\x6c\141\143\145\x28\15\12\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\40\57\x5b\136\141\x2d\x7a\x41\55\x5a\77\x2c\x2e\x5c\50\134\51\x5c\x2f\x40\40\x30\55\x39\x5d\x2f\54\40\47\x27\51\x20\x3a\40\x6e\x75\x6c\154\x3b\xd\12\40\40\x20\x20\40\x20\40\x20\175\15\xa\x20\x20\40\40\x3c\57\x73\143\x72\x69\x70\x74\76\xd\xa";
}
Function Calls
None |
Stats
MD5 | 0dce77b2a81042fca3ec08ae729768f1 |
Eval Count | 0 |
Decode Time | 91 ms |