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 function mo_ldap_show_licensing_page() { $dh = $_GET["\x74\141\x62"]; ..
Decoded Output download
<?php
function mo_ldap_show_licensing_page()
{
$dh = $_GET["tab"];
echo "<style>.update-nag, .updated, .error, .is-dismissible, .notice, .notice-error { display: none; }</style>";
?>
<style>
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Expanded');
*, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pricing-container {
font-size: 1.6rem;
font-family: "Open Sans", sans-serif;
color: #fff;
}
/* --------------------------------
Main Components
-------------------------------- */
.cd-pricing-container {
width: 90%;
max-width: 1170px;
margin: 4em auto;
}
@media only screen and (min-width: 768px) {
.cd-pricing-container {
margin: auto;
}
.cd-pricing-container.cd-full-width {
width: 100%;
max-width: none;
}
}
.cd-pricing-switcher {
text-align: center;
}
.cd-pricing-switcher .fieldset {
display: inline-block;
position: relative;
border-radius: 50em;
border: 1px solid #3f8588;
}
.cd-pricing-switcher input[type="radio"] {
position: absolute;
opacity: 0;
}
.cd-pricing-switcher label {
position: relative;
z-index: 1;
display: inline-block;
float: left;
width: 155px;
height: 40px;
line-height: 40px;
cursor: pointer;
font-size: 1.4rem;
color: black;
font-size:18px;
}
.cd-pricing-switcher .cd-switch {
/* floating background */
position: absolute;
top: 0px;
left: 0px;
height: 40px;
width: 155px;
background-color: #3473b4;
border-radius: 50em;
-webkit-transition: -webkit-transform 0.5s;
-moz-transition: -moz-transform 0.5s;
transition: transform 0.5s, transform 0.5s;
}
input#singlesite:checked ~ .cd-switch {
color: #FFFFFF;
transform: translate3d(0,0,0);
}
input#singlesite:checked ~ #label_singlesite{
color: #FFFFFF;
}
input#multisite:checked ~ .cd-switch {
color: #FFFFFF;
transform: translate3d(154px,0,0);
}
input#multisite:checked ~ #label_multisite {
color: #FFFFFF;
}
input#Add-ons:checked ~ .cd-switch {
color: #FFFFFF;
transform: translate3d(310px,0,0);
}
/* sliding effect */
.cd-pricing-wrapper > li {
background-color: #FFFFFF;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
/* Firefox bug - 3D CSS transform, jagged edges */
outline: 1px solid transparent;
}
.cd-pricing-wrapper > li::after {
/* subtle gradient layer on the right - to indicate it's possible to scroll */
content: '';
/*position: relative;*/
top: 0;
right: 0;
height: 100%;
width: 50px;
pointer-events: none;
background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}
.cd-pricing-wrapper > li.is-ended::after {
/* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
display: none;
}
.cd-pricing-wrapper .is-visible {
/* the front item, visible by default */
position: relative;
background-color: #f2f2f2;
}
.cd-pricing-wrapper .is-hidden {
/* the hidden items, right behind the front one */
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
background-color: #f2f2f2;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
/*sliding effects */
/* view and upgrade now button */
.cd-copy{
position: relative;
z-index: 1;
display: block;
height: 100%;
/* hide button text on mobile */
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
color: transparent;
}
@media only screen and (min-width: 768px) {
@media only screen and (min-width: 768px) {
.cd-copy {
position: static;
width: 250px;
top: 5px;
margin-left:55px;
/*display: inline-block;*/
height: auto;
padding: 1.3em 3em;
color: #FFFFFF;
border-radius: 25px;
background-color: #36c0ce;
font-size: 1.4rem;
text-indent: 0;
text-transform: uppercase;
letter-spacing: 2px;
}
}
/* --------------------------------
xkeyframes
-------------------------------- */
.tab-content {
margin-left: 0%!important;
margin-top: 0%!important;
height:auto;
}
.tab-content>.active {
width: 100% !important;
}
/*....POPUP Effects.....*/
.popup{
/*background:rgba(0,0,0,.15);*/
cursor:pointer;
display:none;
left:202px;
height:96%;
position:fixed;
text-align:center;
top:40px;
width:85%;
z-index:10000;
}
.popup > div {
background-color: #fff;
box-shadow: 10px 10px 60px #555;
-moz-box-shadow: 10px 10px 60px #555;
-webkit-box-shadow: 10px 10px 60px #555;
display: inline-block;
height: auto;
max-width: 1000px;
min-height: 100px;
vertical-align: middle;
width: 100%;
top: 5px;
position: relative;
border-radius: 8px;
padding: 15px;
}
@media only screen and (min-width: 768px) {
.popup > div {
background-color: #fff;
box-shadow: 10px 10px 60px #555;
-moz-box-shadow: 10px 10px 60px #555;
-webkit-box-shadow: 10px 10px 60px #555;
display: inline-block;
height: auto;
max-width: 900px;
min-height: 100px;
vertical-align: middle;
width: 100%;
top: 15px;
position: relative;
border-radius: 8px;
padding: 15px;
}
}
/*.popup ul{*/
/* font-size: medium;*/
/* list-style-image: url("*/<?php
?>
/*");*/
/* margin-left: 70px;*/
/* padding: 0px;*/
/*}*/
.popupCloseButton {
background-color: #fff;
border: 3px solid #999;
border-radius: 50px;
cursor: pointer;
display: inline-block;
font-family: arial;
font-weight: bold;
position: absolute;
top: -10px;
right: -10px;
font-size: 15px;
line-height: 24px;
width: 30px;
height: 27px;
text-align: center;
}
/*.....*/
ul{
padding-left: 20px;
}
.upgrade{
position:relative;
background-color: #3473b4;
border-radius: 3px;
color:#FFFFFF;
text-decoration:none;
margin-left: 23px;
padding:10px;
font-size: 1.4em;
cursor: pointer;
}
.viewPlan{
cursor:pointer;
display:inline-block;
width:130px;
-moz-box-shadow: 0px 0px 2.5px 1px;
-webkit-box-shadow: 0px 0px 2.5px 1px;
box-shadow: 0px 0px 2.5px 1px;
border-radius: 3px;color:#3473b4;
text-decoration:none;
margin-left: 10px;
padding:10px;
font-size: 1.4em;
height:auto;
text-indent: 0;
}
table{
width: 1200px;
margin-left: 200px;
}
table, th, td {
border: 1px solid black;
}
th{
width:150px
}}
p{
font-size: 12px;
}
.licenseBox{
height: 1000px;
justify-content: center;
display:inline-block
width: 1245px;
}
.licenseBox > div{
padding:30px;
height: 1080px;
display:flex;
flex-wrap: wrap;
align-content: space-between;
}
.flex{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
justify-content: space-between;
width: 1200px;
border-radius: 15px;
}
.flex > div{
box-shadow: 3px 3px 5px 6px #ccc;
height: 302px;
width: 350px;
}
header{
text-align: center;
top:30px;
position: relative;
}
.title{
position: relative;
width: 900px;
padding: 5px;
}
.popli{
text-align: left;
top:20px;
height: auto;
}
.popli li{
background: url("<?php
echo plugin_dir_url(__FILE__) . "includes/images/success.png";
?>
") no-repeat ;
background-position: left center;
padding-left: 60px; /* the width of your image + some space */
padding-top: 5px; /* the width of your image + some space */
margin: 15px 0;
font-size: medium;
position: relative;
/*top:30px;*/
/*font-size: large;*/
height: 26px;
/*list-style: disc;*/
}
#upgradeSteps > p{
font-size: 15px;
}
.error > p{
font-size: large;
}
.updated >p {
font-size: large;
}
</style>
<div style="text-align: center; font-size: 14px; color: white; padding-top: 4px; padding-bottom: 4px; border-radius: 16px;"></div>
<input type="hidden" id="mo_license_plan_selected" value="licensing_plan" />
<div class="tab-content">
<div class="tab-pane active text-center" id="cloud">
<div class="cd-pricing-container cd-has-margins"><br>
<h1 style="font-size: 32px ; text-align:center;">Choose Your Licensing Plan</h1>
<h4 style="font-size: 20px ; text-align:center;"><font color="#3f8588">Are you not able to choose your plan? </font><a id="licensingContactUs" style="color:#ff0000;" name="licensingContactUs" href="#licensingContactUs"><font color="#ff0000">(Contact Us)</font></a></h4>
<br>
<div class="cd-pricing-switcher">
<p class="fieldset" style="background-color: #c5463;">
<?php
if (isset($dh) && $dh == "add_on") {
goto p2;
}
?>
<input type="radio" name="sitetype" value="singlesite" id="singlesite" checked>
<label for="singlesite" id="label_singlesite">Single Site</label>
<input type="radio" name="sitetype" value="multisite" id="multisite">
<label for="multisite" id="label_multisite">Multisite Network</label>
<span class="cd-switch"></span><?php
goto cH;
p2:
?>
<input type="radio" name="sitetype" value="singlesite" id="singlesite">
<label for="singlesite" id="label_singlesite">Single Site</label>
<input type="radio" name="sitetype" value="multisite" id="multisite">
<label for="multisite" id="label_multisite">Multisite Network</label>
<span class="cd-switch"></span>
<?php
cH:
?>
</p>
</div>
<input type="hidden" value="<?php
echo Mo_Ldap_Local_Util::is_customer_registered();
?>
" id="mo_customer_registered">
</div>
<!-- Modal -->
<br/><br/>
<div class="cd-pricing-container" style="text-align: center; max-width: 1400px">
<ul class="cd-pricing-wrapper">
<li id="singlesite_tab" data-type="singlesite" class="mosslp is-visible">
<div class="licenseBox" style=" width: 1200px;">
<div style=" height: 1100px; ">
<div class="flex" >
<div>
<header>
<h1>
Custom Attribute <br> <br>Mapping Plan
</h1><br>
<span style="font-weight: bolder;font-size: xx-large">$99</span>
<h2>(One Time Payment)</h2>
</header><br><br><br>
<a onclick="Ldapplan('customAttributeMapping')" class="viewPlan"> View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_custom_attribute_mapping_plan')">Upgrade Now</a>
</div>
<div >
<header>
<h1>
Advanced Role <br><br> Mapping Plan
</h1><br>
<span style="font-weight: bolder;font-size: xx-large">$199</span>
<h2>(One Time Payment)</h2>
</header><br><br><br>
<a onclick="Ldapplan('advanceRoleMapping')" class="viewPlan"> View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_premium_plan')" >Upgrade Now</a>
</div>
<div>
<header>
<h1>
Directory Sync <br> <br>Plan
</h1><br>
<span style="font-weight: bolder;font-size: xx-large">$349</span>
<h2>(One Time Payment)</h2>
</header><br><br><br>
<a onclick="Ldapplan('directorySyncPlan')" class="viewPlan"> View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_directory_sync_bundled_plan')" >Upgrade Now</a>
</div>
</div>
<div class="flex" >
<div>
<header>
<h1>
Kerberos/NTLM <br><br>Plan
</h1><br>
<span style="font-weight: bolder;font-size: xx-large">
$349</span>
<h2>(One Time Payment)</h2>
</header><br><br><br>
<a onclick="Ldapplan('kerberosNtlmPlan')" class="viewPlan"> View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_ntlm_sso_bundled_plan')" >Upgrade Now</a>
</div>
<div>
<header >
<h1>
Multiple Directories <br><br>Plan
</h1><br>
<span style="font-weight: bolder;font-size: xx-large">$249</span>
<h2>(One Time Payment)</h2>
</header><br><br><br>
<a onclick="Ldapplan('multipleDirectoryPlan')" class="viewPlan"> View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_multiple_ldap_directories_plan')" >Upgrade Now</a>
</div>
<div>
<header >
<h1>
Directory Search <br><br>Plan
</h1><br>
<span style="font-weight: bolder;font-size: xx-large">$299</span>
<h2>(One Time Payment)</h2>
</header><br><br><br>
<a onclick="Ldapplan('directorySearchPlan')" class="viewPlan" > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_directory_search_bundled_plan')">Upgrade Now</a>
</div>
</div>
<div class="flex">
<div>
<header >
<h1>
BuddyPress Profiles<br><br>Plan
</h1><br>
<span style="font-weight: bolder;font-size: xx-large">
$299</span>
<h2>(One Time Payment)</h2>
</header><br><br><br>
<a onclick="Ldapplan('buddyPress')" class="viewPlan"> View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_buddypress_extended_profiles_bundled_plan')">Upgrade Now</a>
</div>
<div style="width: 745px; ">
<header>
<h1 >
Enterprise/All-Inclusive Plan</h1>
<br><br><br>
<span style="font-weight: bolder;font-size: xx-large">
$449
</span>
<!---->
<h2>(One Time Payment)</h2>
<br><br>
</header><br>
<a onclick="Ldapplan('enterprisePlan')" style=" cursor:pointer; display:inline-block; width:130px; box-shadow:0px 0px 0px 1px ;border-radius: 3px;color:#3473b4; text-decoration:none; margin-left: 10px; padding:10px;font-size: 1.4em; height:auto; text-indent: 0; " > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_all_inclusive_bundled_plan')">Upgrade Now</a>
</div>
</div>
</div>
</div>
</li>
<li id="multisite_tab" data-type="multisite" class="momslp is-hidden">
<div class="licenseBox" style=" width: 1200px;">
<div style=" height: 1100px; ">
<div class="flex" >
<div style="height: 309px;" >
<header style="top:20px;">
<h1>
Custom Attribute <br> <br>Mapping Plan
</h1><br>
<span id="multisite_basic_total_price" style="font-weight: bolder;font-size: xx-large">$99</span>
<h2>(One Time Payment)</h2>
</header><br>
<div id="multisite_basic_number_of_subsites_dropdown_div" name="standard_no_of_instances_drop_down_div">
<select style="width: 65%" id="standard_number_of_subsites_dropdown" name="advance_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('customAttributeMapping')" class="viewPlan" > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_custom_attribute_mapping_multisite_plan')" >Upgrade Now</a>
</div>
<div style="height: 309px;">
<header style="top:20px;">
<h1>
Advanced Role <br><br> Mapping Plan
</h1><br>
<span id="multisite_advance_total_price" style="font-weight: bolder;font-size: xx-large">$199</span>
<h2>(One Time Payment)</h2>
</header><br>
<div id="multisite_advance_number_of_subsites_dropdown_div" name="advance_role_no_of_instances_drop_down_div">
<select style="width: 65%" id="advance_number_of_subsites_dropdown" name="advance_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('advanceRoleMapping')" class="viewPlan" > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_multisite_premium_plan')" >Upgrade Now</a>
</div>
<div style="height: 309px;">
<header style="top:20px;">
<h1>
Directory Sync <br> <br>Plan
</h1><br>
<span id="multisite_direc_sync_total_price" style="font-weight: bolder;font-size: xx-large">$349</span>
<h2>(One Time Payment)</h2>
</header><br>
<div id="multisite_dirc_sync_number_of_subsites_dropdown_div" name="standard_no_of_instances_drop_down_div">
<select style="width: 65%" id="dirc_sync_number_of_subsites_dropdown" name="dirc_sync_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('directorySyncPlan')" class="viewPlan"> View Plan</a>
<a onclick="upgradeform('wp_directory_sync_multisite_bundled_plan')" class="upgrade">Upgrade Now</a>
</div>
</div>
<div class="flex" >
<div style="height: 309px;">
<header style="top:20px;">
<h1>
Kerberos/NTLM <br><br>Plan
</h1><br>
<span id="multisite_kerberose_ntlm_total_price" style="font-weight: bolder;font-size: xx-large">
$349</span>
<h2>(One Time Payment)</h2>
</header><br>
<div id="multisite_kerberos_ntlm_number_of_subsites_dropdown_div" name="standard_no_of_instances_drop_down_div">
<select style="width: 65%" id="kerberose_ntml_number_of_subsites_dropdown" name="kerberose_ntml_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('kerberosNtlmPlan')"class="viewPlan"> View Plan</a>
<a class="upgrade" stlye = 'pointer:'onclick="upgradeform('wp_ldap_ntlm_sso_multisite_bundled_plan')" >Upgrade Now</a>
</div>
<div style="height: 309px;">
<header style="top:20px;">
<h1>
Multiple Directories <br><br>Plan
</h1><br>
<span id="multisite_multiple_ldap_total_price" style="font-weight: bolder;font-size: xx-large">$249</span>
<h2>(One Time Payment)</h2>
</header><br>
<div id="multisite_multiple_ldap_number_of_subsites_dropdown_div" name="standard_no_of_instances_drop_down_div">
<select style="width: 65%" id="multiple_ldap_number_of_subsites_dropdown" name="multiple_ldap_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('multipleDirectoryPlan')" class="viewPlan" > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_multiple_directories_multisite_plan')" >Upgrade Now</a>
</div>
<div style="height: 309px;">
<header style="top:20px;">
<h1>
Directory Search <br><br>Plan
</h1><br>
<span id="multisite_direc_search_total_price" style="font-weight: bolder;font-size: xx-large">$299</span>
<h2>(One Time Payment)</h2>
</header><br >
<div id="multisite_direc_sreach_number_of_subsites_dropdown_div" name="standard_no_of_instances_drop_down_div">
<select style="width: 65%" id="direc_search_number_of_subsites_dropdown" name="direc_search_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('directorySearchPlan')" class="viewPlan" > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_directory_search_multisite_bundled_plan')" >Upgrade Now</a>
</div>
</div>
<div class="flex">
<div style="height: 309px; ">
<header style="top:20px; ">
<h1>
BuddyPress <br><br>Plan
</h1><br>
<span id="multisite_buddyPress_total_price" style="font-weight: bolder;font-size: xx-large">$299</span>
<h2>(One Time Payment)</h2>
</header><br >
<div id="multisite_buddyPress_number_of_subsites_dropdown_div" name="standard_no_of_instances_drop_down_div">
<select style="width: 65%" id="buddyPress_number_of_subsites_dropdown" name="buddyPress_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('buddyPress')" class="viewPlan" > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_buddypress_extended_profiles_multisite_bundled_plan')" >Upgrade Now</a>
</div>
<div style=" height: 309px; width: 745px; ">
<header style="top:20px;">
<h1 style="font-weight: bolder;font-size: xx-large">
Enterprise/All-Inclusive Plan</h1>
<br><br>
<span id="multisite_inclusive_total_price" style="font-weight: bolder;font-size: xx-large">
$449
</span>
<!---->
<h2>(One Time Payment)</h2>
<br><br>
</header>
<div id="multisite_inclusive_number_of_subsites_dropdown_div" name="standard_no_of_instances_drop_down_div">
<select style="width: 35%" id="inclusive_number_of_subsites_dropdown" name="inclusive_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('enterprisePlan')" style=" cursor:pointer; display:inline-block; width:130px; box-shadow:0px 0px 0px 1px ;border-radius: 3px;color:#3473b4; text-decoration:none; margin-left: 10px; padding:10px;font-size: 1.4em; height:auto; text-indent: 0; " > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_all_inclusive_multisite_bundled_plan')">Upgrade Now</a>
</div>
</div>
</div>
</div>
</li>
</ul>
<br><br>
<!-- <hr style="border-width: medium; width:1400px; display: inline-block" ><br ><br>-->
<div class="popup" id="customAttributeMappingPlan" >
<!-- <span class="helper"></span>-->
<div >
<div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b>Custom Attribute Mapping Plan</b>
</header>
</div><br>
<p style="text-align: center; height: 20px; font-size:30px;"> <b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:700px;">
<ul class="popli">
<li> <b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Default Role Mapping</b> - Assign a default role to newly-created users</li>
<li><b>Single LDAP Directory configuration</b> - Directory configuration for single server</li>
<li><b>Search User by Multiple Username Attributes</b> - Option to select multiple attributes mapped to WordPress username</li>
<li><b>Single Search Base</b> - Single user search container</li>
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
</ul><br>
<!-- <a href="#" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
<!-- <br><br><br>-->
<a class="upgrade popupclosebutton">Close</a><br><br>
</div>
</div>
</div>
<div class="popup" id="advanceRoleMappingPlan">
<div ><div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b>Advance Role Mapping Plan</b>
</header></div>
<p style="text-align: center; height: 20px; font-size:30px;"><b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:500px;">
<ul class="popli">
<li><b>Advanced Role Mapping</b> - Map security group membership to WordPress roles</li>
<li><b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>Custom Search Filter with Group Restriction</b> - Define additional search constraints, such as group membership for authentication</li>
<li><b>Multiple Search Bases</b> - Multiple user search containers</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Single LDAP Directory configuration</b> - Directory configuration for single server</li>
<!-- <li style="background: black; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
<!-- <li style="background: #e97d68; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>WP to LDAP updates of user profile</b> - Sync WordPress profile updates to directory<br></li>
<li><b>Support for customization/integration</b> - Customization based on site-specific requirements <b>(Separate Cost involved)</b></li>
<li ><b>Add-ons Supported</b> (Separate Purchase)<br><br></li>
</ul><br>
<!-- <a href="--><?php
?>
<!--" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
<!-- <br><br><br>-->
<a class="upgrade popupclosebutton">Close</a><br><br>
</div>
</div>
</div>
<div class="popup" id="directorySyncPlan">
<!-- <span class="helper"></span>-->
<div >
<div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b style="margin-left: 5px;">Directory Sync Plan</b>
</header>
</div>
<p style="text-align: center; height: 20px; font-size:30px; "><b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:700px;">
<ul class="popli">
<li><b>Directory Sync add-on bundled</b> - Two-way user sync between WordPress and directory server</li>
<li><b>Advanced Role Mapping</b> - Map security group membership to WordPress roles</li>
<li><b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Single LDAP Directory configuration</b> - Directory configuration for single server</li>
<li><b>Custom Search Filter with Group Restriction</b> - Define additional search constraints, such as group membership for authentication</li>
<li><b>Multiple Search Bases</b> - Multiple user search containers</li>
<!-- <li style="background: black; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
<!-- <li style="background: #e97d68; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>WP to LDAP updates of user profile</b> - Sync WordPress profile updates to directory<br></li>
<li><b>Support for customization/integration</b> - Customization based on site-specific requirements <b>(Separate Cost involved)</b></li>
</ul><br>
<a class="upgrade popupclosebutton">Close</a><br><br>
<br>
<!-- <a href="--><?php
?>
<!--" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
<!-- <br><br><br>-->
</div>
</div>
</div>
<div class="popup" id="kerberosNtlmPlan">
<!-- <span class="helper"></span>-->
<div >
<div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b>Kerberos/ NTLM Plan</b>
</header></div><br>
<p style="text-align: center; height: 20px; font-size:30px; "><b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:700px;">
<ul class="popli">
<li><b>Kerberos/NTLM add-on bundled</b> - Auto-login from domain-joined systems</li>
<li><b>Advanced Role Mapping</b> - Map security group membership to WordPress roles</li>
<li><b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Single LDAP Directory configuration</b> - Directory configuration for single server</li>
<li><b>Custom Search Filter with Group Restriction</b> - Define additional search constraints, such as group membership for authentication</li>
<li><b>Multiple Search Bases</b> - Multiple user search containers</li>
<!-- <li style="background: black; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
<!-- <li style="background: #e97d68; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>WP to LDAP updates of user profile</b> - Sync WordPress profile updates to directory<br></li>
<li><b>Support for customization/integration</b> - Customization based on site-specific requirements <b>(Separate Cost involved)</b></li>
</ul><br>
<a class="upgrade popupclosebutton">Close</a><br><br>
<!-- <a href="--><?php
?>
<!--" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
<!-- <br><br><br>-->
</div></div>
</div>
<div class="popup" id="buddyPress">
<!-- <span class="helper"></span>-->
<div >
<div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b>BuddyPress Extended Profiles Plan</b>
</header></div><br>
<p style="text-align: center; height: 20px; font-size:30px; "><b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:700px;">
<ul class="popli">
<li><b>Buddypress Extended Profiles add-on bundled</b> - Sync BuddyPress profiles with information from directory</li>
<li><b>Advanced Role Mapping</b> - Map security group membership to WordPress roles</li>
<li><b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Single LDAP Directory configuration</b> - Directory configuration for single server</li>
<li><b>Custom Search Filter with Group Restriction</b> - Define additional search constraints, such as group membership for authentication</li>
<li><b>Multiple Search Bases</b> - Multiple user search containers</li>
<!-- <li style="background: black; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
<!-- <li style="background: #e97d68; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>WP to LDAP updates of user profile</b> - Sync WordPress profile updates to directory<br></li>
<li><b>Support for customization/integration</b> - Customization based on site-specific requirements <b>(Separate Cost involved)</b></li>
</ul><br>
<a class="upgrade popupclosebutton">Close</a><br><br>
<!-- <a href="--><?php
?>
<!--" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
<!-- <br><br><br>-->
</div></div>
</div>
<div class="popup" id="enterprisePlan">
<!-- <span class="helper"></span>-->
<div>
<div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b>Enterprise/All-Inclusive Plan</b>
</header></div><br>
<p style="text-align: center; height: 20px; font-size:30px; "><b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:700px;">
<ul class="popli">
<li><b>Directory Sync add-on bundled</b> - Two-way user sync between WordPress and directory server</li>
<li><b>Kerberos/NTLM add-on bundled</b> - Auto-login from domain-joined systems</li>
<li><b>Buddypress Extended Profiles add-on bundled</b> - Sync BuddyPress profiles with information from directory</li>
<li><b>Directory Search add-on bundled</b> - Search page for directory users</li>
<li><b>Advanced Role Mapping</b> - Map security group membership to WordPress roles</li>
<li><b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Single LDAP Directory configuration</b> - Directory configuration for single server</li>
<li><b>Custom Search Filter with Group Restriction</b> - Define additional search constraints, such as group membership for authentication</li>
<li><b>Multiple Search Bases</b> - Multiple user search containers</li>
<!-- <li style="background: black; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
<!-- <li style="background: #e97d68; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>WP to LDAP updates of user profile</b> - Sync WordPress profile updates to directory<br></li>
<li><b>Support for customization/integration</b> - Customization based on site-specific requirements <b>(Separate Cost involved)</b></li>
</ul><br><br>
<a class="upgrade popupclosebutton">Close</a><br><br>
<!-- <a href="--><?php
?>
<!--" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
<!-- <br><br><br>-->
</div></div>
</div>
<div class="popup" id="multipleDirectoryPlan">
<!-- <span class="helper"></span>-->
<div ><div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b>
Multiple Directories Plan</b>
</header></div>
<p style="text-align: center; height: 20px; font-size:30px;"><b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:700px;">
<ul class="popli">
<li><b>Multiple LDAP Directories configuration</b> - Configure multiple directories for authentication</li>
<li><b>Advanced Role Mapping</b> - Map security group membership to WordPress roles</li>
<li><b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>Custom Search Filter with Group Restriction</b> - Define additional search constraints, such as group membership for authentication</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Multiple Search Bases</b> - Multiple user search containers</li>
<!-- <li style="background: black; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
<!-- <li style="background: #e97d68; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>WP to LDAP updates of user profile</b> - Sync WordPress profile updates to directory<br></li>
<li><b>Add-on Supported</b> (Separate Purchase)</li>
<li><b>Support for customization/integration</b> - Customization based on site-specific requirements <b>(Separate Cost involved)</b><br><br></li>
</ul><br>
<a class="upgrade popupclosebutton">Close</a><br><br>
<!-- <a href="--><?php
?>
<!--" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
<!-- <br><br><br>-->
</div></div>
</div>
<div class="popup" id="directorySearchPlan">
<!-- <span class="helper"></span>-->
<div ><div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b>Directory Search Plan</b>
</header></div>
<p style="text-align: center; height: 20px; font-size:30px;"><b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:700px;">
<ul class="popli">
<li><b>Directory Search add-on bundled</b> - Search page for directory users</li>
<li><b>Advanced Role Mapping</b> - Map security group membership to WordPress roles</li>
<li><b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Single LDAP Directory configuration</b> - Directory configuration for single server</li>
<li><b>Custom Search Filter with Group Restriction</b> - Define additional search constraints, such as group membership for authentication</li>
<li><b>Multiple Search Bases</b> - Multiple user search containers</li>
<!-- <li style="background: black; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
<!-- <li style="background: #e97d68; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>WP to LDAP updates of user profile</b> - Sync WordPress profile updates to directory<br></li>
<li><b>Support for customization/integration</b> - Customization based on site-specific requirements <b>(Separate Cost involved)</b><br><br></li>
</ul><br>
<a class="upgrade popupclosebutton">Close</a><br><br>
<!-- <a href="--><?php
?>
<!--" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
</div>
</div>
</div>
</div>
<form style="display:none;" id="loginform"
action="<?php
echo get_option("mo_ldap_local_host_name") . "/moas/login";
?>
"
target="_blank" method="post">
<input type="email" name="username" value="<?php
echo esc_attr(get_option("mo_ldap_local_admin_email"));
?>
"/>
<input type="text" name="redirectUrl"
value="<?php
echo get_option("mo_ldap_local_host_name") . "/moas/initializepayment";
?>
"/>
<input type="text" name="requestOrigin" id="requestOrigin"/>
</form>
<a id="mo_backto_ldap_accountsetup_tab" style="display:none;" href="<?php
echo add_query_arg(array("tab" => "account"), htmlentities($_SERVER["REQUEST_URI"]));
?>
">Back</a>
<br/><div style="align-content: center"><br><br><br>
<div id="upgradeSteps" style="margin-left: 110px; position: relative; font-size: medium;">
<h3>Steps to upgrade to premium plugin -</h3>
<p>1. You will be redirected to miniOrange Login Console. Enter your password with which you created an account with us. After that you will be redirected to payment page.</p>
<p>2. Enter you card details and complete the payment. On successful payment completion, you will see the link to download the premium plugin.</p>
<p>3. Download the premium plugin.</p>
<p>4. From the Wordpress admin dashboard, delete the free plugin currently installed.</p>
<p>5. Unzip the premium plugin and extract the files.</p>
<p>6. Upload the extracted files of premium plugin using FTP to path.</p>
<b><i>/wp-content/plugins/</i></b>
<p>Alternately, go to <b>Add New Upload Plugin</b> in Plugin's menu to install the .zip directly.</p>
<p>7. Activate plugin and login to the plugin with the miniOrange account</p>
<p>8. From this point on, do not update the plugin from the Wordpress store. We will notify you when we upload a new version of the plugin.</p>
<br>
<h3>10 Days Return Policy -</h3>
<p>If the premium plugin you purchased is not working as advertised and youve attempted to resolve any feature issues with our support team, which couldn't get resolved, we will refund the whole amount within 10 days of the purchase. Please email us at <a href="mailto:[email protected]">[email protected]</a> for any queries regarding the return policy.<br>
</p><br></div>
</div>
</div>
<!-- The Modal -->
<div id="licensingContactUsModal" name="licensingContactUsModal" class="mo_ldap_modal" style="margin-left: 26%">
<!-- Modal content -->
<div class="mo_ldap_modal-content" style="width: 700px; padding:30px;">
<h1 style="margin: 2%;">Contact Us For choosing the correct premium plan </h1>
<form name="f" method="post" action="" id="mo_ldap_licensing_contact_us" style="font-size: large;">
<input type="hidden" name="option" value="mo_ldap_login_send_feature_request_query"/>
<div>
<p style="font-size: large;">
<br>
<b >Email: </b>
<input style=" width: 77%; margin-left: 69px; " type="email" class="mo_ldap_table_textbox" id="query_email" name="query_email" value="<?php
echo $Of;
?>
" placeholder="Enter email address through which we can reach out to you" required />
<br><br>
<b style="display:inline-block; vertical-align: top;">Description: </b>
<textarea style="width:77%; margin-left: 21px;" id="query" name="query" required rows="5" style="width: 100%"
placeholder="Tell us which features you require" minlength="10"></textarea>
<br><br>
<div class="mo_ldap_modal-footer" style="text-align: center">
<input type="submit" style="font-size: medium" name="miniorange_ldap_feedback_submit" id="miniorange_ldap_feedback_submit"
class="button button-primary button-small" value="Submit"/>
<input type="button" style="font-size: medium" name="miniorange_ldap_licensing_contact_us_close" id="miniorange_ldap_licensing_contact_us_close" class="button button-primary button-small" value="Close" />
</div>
</div>
</form>
</div>
</div>
<style>
h1 {
margin: .67em 0;
font-size: 2em;
}
</style>
<script>
function upgradeform(planType) {
jQuery('#requestOrigin').val(planType);
if(jQuery('#mo_customer_registered').val()==1)
jQuery('#loginform').submit();
else{
location.href = jQuery('#mo_backto_ldap_accountsetup_tab').attr('href');
}
}
jQuery('.popupCloseButton').click(function(){
jQuery('.popup').hide();
});
jQuery('.popup').click(
function(){
jQuery('.popup').hide();
});
jQuery('#licensingContactUs').click(
function(){
jQuery('#licensingContactUsModal').show();
});
jQuery('#miniorange_ldap_licensing_contact_us_close').click(
function(){
jQuery('#licensingContactUsModal').hide();
});
function Ldapplan(planType){
if(planType == 'customAttributeMapping'){
jQuery('#customAttributeMappingPlan').show();
}
else if(planType == 'advanceRoleMapping'){
jQuery('#advanceRoleMappingPlan').show();
}
else if(planType == 'directorySyncPlan'){
jQuery('#directorySyncPlan').show();
}
else if(planType == 'kerberosNtlmPlan'){
jQuery('#kerberosNtlmPlan').show();
}
else if(planType == 'enterprisePlan'){
jQuery('#enterprisePlan').show();
}else if(planType == 'buddyPress'){
jQuery('#buddyPress').show();
}
else if(planType == 'multipleDirectoryPlan'){
jQuery('#multipleDirectoryPlan').show();
}
else if(planType == 'directorySearchPlan'){
jQuery('#directorySearchPlan').show();
}
}
<?php
if (isset($dh) && $dh == "add_on") {
goto gP;
}
?>
jQuery("input[name=sitetype]:radio").change(function() {
if (this.value == 'singlesite') {
jQuery('.mosslp').removeClass('is-hidden').addClass('is-visible');
jQuery('.momslp').addClass('is-hidden is-selected').removeClass('is-visible ');
}else if(this.value == 'multisite'){
jQuery('.mosslp').removeClass('is-visible').addClass('is-hidden');
jQuery('.momslp').addClass('is-visible is-selected').removeClass('is-hidden is-hidden2');
}
});
<?php
goto M7;
gP:
?>
this.value = 'Add-ons';
if(this.value == 'Add-ons'){
jQuery('.mosslp').removeClass('is-hidden is-visible').addClass('is-hidden');
jQuery('.momslp').addClass('is-hidden2 is-selected').removeClass('is-hidden is-visible ');
jQuery('.momslp1').addClass('is-visible is-selected').removeClass('is-hidden2 ')
}
jQuery("input[name=sitetype]:radio").change(function() {
if (this.value == 'singlesite') {
jQuery('.mosslp').removeClass('is-hidden').addClass('is-visible');
jQuery('.momslp').addClass('is-hidden is-selected').removeClass('is-visible ');
}else if(this.value == 'multisite'){
jQuery('.mosslp').removeClass('is-visible').addClass('is-hidden');
jQuery('.momslp').addClass('is-visible is-selected').removeClass('is-hidden ');
}
});
<?php
M7:
?>
setTimeout(function () {
var elmnt = document.getElementById("success");
var elmnt1 = document.getElementById("error");
if(elmnt1){
jQuery(elmnt1).css("display","block");
jQuery(elmnt1).css("margin-top","2%");
}
else if(elmnt){
jQuery(elmnt).css("display","block");
jQuery(elmnt).css("margin-top","2%");
}
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}, 60);
</script>
<?php
}
?>
Did this file decode correctly?
Original Code
<?php
function mo_ldap_show_licensing_page()
{
$dh = $_GET["\x74\141\x62"];
echo "\x3c\x73\x74\171\x6c\x65\x3e\56\x75\160\144\141\164\145\x2d\156\141\147\x2c\40\56\x75\160\x64\x61\x74\x65\x64\54\40\x2e\x65\x72\162\157\162\x2c\40\x2e\x69\163\x2d\144\151\163\x6d\151\163\x73\151\142\154\x65\x2c\x20\x2e\156\157\x74\151\143\145\54\40\56\156\x6f\164\x69\x63\145\55\x65\x72\x72\x6f\x72\40\x7b\x20\x64\x69\x73\x70\x6c\x61\171\72\40\156\157\x6e\x65\x3b\x20\175\74\x2f\x73\164\171\154\x65\x3e";
?>
<style>
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Expanded');
*, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pricing-container {
font-size: 1.6rem;
font-family: "Open Sans", sans-serif;
color: #fff;
}
/* --------------------------------
Main Components
-------------------------------- */
.cd-pricing-container {
width: 90%;
max-width: 1170px;
margin: 4em auto;
}
@media only screen and (min-width: 768px) {
.cd-pricing-container {
margin: auto;
}
.cd-pricing-container.cd-full-width {
width: 100%;
max-width: none;
}
}
.cd-pricing-switcher {
text-align: center;
}
.cd-pricing-switcher .fieldset {
display: inline-block;
position: relative;
border-radius: 50em;
border: 1px solid #3f8588;
}
.cd-pricing-switcher input[type="radio"] {
position: absolute;
opacity: 0;
}
.cd-pricing-switcher label {
position: relative;
z-index: 1;
display: inline-block;
float: left;
width: 155px;
height: 40px;
line-height: 40px;
cursor: pointer;
font-size: 1.4rem;
color: black;
font-size:18px;
}
.cd-pricing-switcher .cd-switch {
/* floating background */
position: absolute;
top: 0px;
left: 0px;
height: 40px;
width: 155px;
background-color: #3473b4;
border-radius: 50em;
-webkit-transition: -webkit-transform 0.5s;
-moz-transition: -moz-transform 0.5s;
transition: transform 0.5s, transform 0.5s;
}
input#singlesite:checked ~ .cd-switch {
color: #FFFFFF;
transform: translate3d(0,0,0);
}
input#singlesite:checked ~ #label_singlesite{
color: #FFFFFF;
}
input#multisite:checked ~ .cd-switch {
color: #FFFFFF;
transform: translate3d(154px,0,0);
}
input#multisite:checked ~ #label_multisite {
color: #FFFFFF;
}
input#Add-ons:checked ~ .cd-switch {
color: #FFFFFF;
transform: translate3d(310px,0,0);
}
/* sliding effect */
.cd-pricing-wrapper > li {
background-color: #FFFFFF;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
/* Firefox bug - 3D CSS transform, jagged edges */
outline: 1px solid transparent;
}
.cd-pricing-wrapper > li::after {
/* subtle gradient layer on the right - to indicate it's possible to scroll */
content: '';
/*position: relative;*/
top: 0;
right: 0;
height: 100%;
width: 50px;
pointer-events: none;
background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}
.cd-pricing-wrapper > li.is-ended::after {
/* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
display: none;
}
.cd-pricing-wrapper .is-visible {
/* the front item, visible by default */
position: relative;
background-color: #f2f2f2;
}
.cd-pricing-wrapper .is-hidden {
/* the hidden items, right behind the front one */
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
background-color: #f2f2f2;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
/*sliding effects */
/* view and upgrade now button */
.cd-copy{
position: relative;
z-index: 1;
display: block;
height: 100%;
/* hide button text on mobile */
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
color: transparent;
}
@media only screen and (min-width: 768px) {
@media only screen and (min-width: 768px) {
.cd-copy {
position: static;
width: 250px;
top: 5px;
margin-left:55px;
/*display: inline-block;*/
height: auto;
padding: 1.3em 3em;
color: #FFFFFF;
border-radius: 25px;
background-color: #36c0ce;
font-size: 1.4rem;
text-indent: 0;
text-transform: uppercase;
letter-spacing: 2px;
}
}
/* --------------------------------
xkeyframes
-------------------------------- */
.tab-content {
margin-left: 0%!important;
margin-top: 0%!important;
height:auto;
}
.tab-content>.active {
width: 100% !important;
}
/*....POPUP Effects.....*/
.popup{
/*background:rgba(0,0,0,.15);*/
cursor:pointer;
display:none;
left:202px;
height:96%;
position:fixed;
text-align:center;
top:40px;
width:85%;
z-index:10000;
}
.popup > div {
background-color: #fff;
box-shadow: 10px 10px 60px #555;
-moz-box-shadow: 10px 10px 60px #555;
-webkit-box-shadow: 10px 10px 60px #555;
display: inline-block;
height: auto;
max-width: 1000px;
min-height: 100px;
vertical-align: middle;
width: 100%;
top: 5px;
position: relative;
border-radius: 8px;
padding: 15px;
}
@media only screen and (min-width: 768px) {
.popup > div {
background-color: #fff;
box-shadow: 10px 10px 60px #555;
-moz-box-shadow: 10px 10px 60px #555;
-webkit-box-shadow: 10px 10px 60px #555;
display: inline-block;
height: auto;
max-width: 900px;
min-height: 100px;
vertical-align: middle;
width: 100%;
top: 15px;
position: relative;
border-radius: 8px;
padding: 15px;
}
}
/*.popup ul{*/
/* font-size: medium;*/
/* list-style-image: url("*/<?php
?>
/*");*/
/* margin-left: 70px;*/
/* padding: 0px;*/
/*}*/
.popupCloseButton {
background-color: #fff;
border: 3px solid #999;
border-radius: 50px;
cursor: pointer;
display: inline-block;
font-family: arial;
font-weight: bold;
position: absolute;
top: -10px;
right: -10px;
font-size: 15px;
line-height: 24px;
width: 30px;
height: 27px;
text-align: center;
}
/*.....*/
ul{
padding-left: 20px;
}
.upgrade{
position:relative;
background-color: #3473b4;
border-radius: 3px;
color:#FFFFFF;
text-decoration:none;
margin-left: 23px;
padding:10px;
font-size: 1.4em;
cursor: pointer;
}
.viewPlan{
cursor:pointer;
display:inline-block;
width:130px;
-moz-box-shadow: 0px 0px 2.5px 1px;
-webkit-box-shadow: 0px 0px 2.5px 1px;
box-shadow: 0px 0px 2.5px 1px;
border-radius: 3px;color:#3473b4;
text-decoration:none;
margin-left: 10px;
padding:10px;
font-size: 1.4em;
height:auto;
text-indent: 0;
}
table{
width: 1200px;
margin-left: 200px;
}
table, th, td {
border: 1px solid black;
}
th{
width:150px
}}
p{
font-size: 12px;
}
.licenseBox{
height: 1000px;
justify-content: center;
display:inline-block
width: 1245px;
}
.licenseBox > div{
padding:30px;
height: 1080px;
display:flex;
flex-wrap: wrap;
align-content: space-between;
}
.flex{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
justify-content: space-between;
width: 1200px;
border-radius: 15px;
}
.flex > div{
box-shadow: 3px 3px 5px 6px #ccc;
height: 302px;
width: 350px;
}
header{
text-align: center;
top:30px;
position: relative;
}
.title{
position: relative;
width: 900px;
padding: 5px;
}
.popli{
text-align: left;
top:20px;
height: auto;
}
.popli li{
background: url("<?php
echo plugin_dir_url(__FILE__) . "\x69\x6e\x63\x6c\x75\x64\145\x73\57\151\x6d\x61\147\x65\x73\57\163\165\x63\143\x65\163\163\56\x70\156\147";
?>
") no-repeat ;
background-position: left center;
padding-left: 60px; /* the width of your image + some space */
padding-top: 5px; /* the width of your image + some space */
margin: 15px 0;
font-size: medium;
position: relative;
/*top:30px;*/
/*font-size: large;*/
height: 26px;
/*list-style: disc;*/
}
#upgradeSteps > p{
font-size: 15px;
}
.error > p{
font-size: large;
}
.updated >p {
font-size: large;
}
</style>
<div style="text-align: center; font-size: 14px; color: white; padding-top: 4px; padding-bottom: 4px; border-radius: 16px;"></div>
<input type="hidden" id="mo_license_plan_selected" value="licensing_plan" />
<div class="tab-content">
<div class="tab-pane active text-center" id="cloud">
<div class="cd-pricing-container cd-has-margins"><br>
<h1 style="font-size: 32px ; text-align:center;">Choose Your Licensing Plan</h1>
<h4 style="font-size: 20px ; text-align:center;"><font color="#3f8588">Are you not able to choose your plan? </font><a id="licensingContactUs" style="color:#ff0000;" name="licensingContactUs" href="#licensingContactUs"><font color="#ff0000">(Contact Us)</font></a></h4>
<br>
<div class="cd-pricing-switcher">
<p class="fieldset" style="background-color: #c5463;">
<?php
if (isset($dh) && $dh == "\x61\x64\x64\x5f\157\x6e") {
goto p2;
}
?>
<input type="radio" name="sitetype" value="singlesite" id="singlesite" checked>
<label for="singlesite" id="label_singlesite">Single Site</label>
<input type="radio" name="sitetype" value="multisite" id="multisite">
<label for="multisite" id="label_multisite">Multisite Network</label>
<span class="cd-switch"></span><?php
goto cH;
p2:
?>
<input type="radio" name="sitetype" value="singlesite" id="singlesite">
<label for="singlesite" id="label_singlesite">Single Site</label>
<input type="radio" name="sitetype" value="multisite" id="multisite">
<label for="multisite" id="label_multisite">Multisite Network</label>
<span class="cd-switch"></span>
<?php
cH:
?>
</p>
</div>
<input type="hidden" value="<?php
echo Mo_Ldap_Local_Util::is_customer_registered();
?>
" id="mo_customer_registered">
</div>
<!-- Modal -->
<br/><br/>
<div class="cd-pricing-container" style="text-align: center; max-width: 1400px">
<ul class="cd-pricing-wrapper">
<li id="singlesite_tab" data-type="singlesite" class="mosslp is-visible">
<div class="licenseBox" style=" width: 1200px;">
<div style=" height: 1100px; ">
<div class="flex" >
<div>
<header>
<h1>
Custom Attribute <br> <br>Mapping Plan
</h1><br>
<span style="font-weight: bolder;font-size: xx-large">$99</span>
<h2>(One Time Payment)</h2>
</header><br><br><br>
<a onclick="Ldapplan('customAttributeMapping')" class="viewPlan"> View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_custom_attribute_mapping_plan')">Upgrade Now</a>
</div>
<div >
<header>
<h1>
Advanced Role <br><br> Mapping Plan
</h1><br>
<span style="font-weight: bolder;font-size: xx-large">$199</span>
<h2>(One Time Payment)</h2>
</header><br><br><br>
<a onclick="Ldapplan('advanceRoleMapping')" class="viewPlan"> View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_premium_plan')" >Upgrade Now</a>
</div>
<div>
<header>
<h1>
Directory Sync <br> <br>Plan
</h1><br>
<span style="font-weight: bolder;font-size: xx-large">$349</span>
<h2>(One Time Payment)</h2>
</header><br><br><br>
<a onclick="Ldapplan('directorySyncPlan')" class="viewPlan"> View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_directory_sync_bundled_plan')" >Upgrade Now</a>
</div>
</div>
<div class="flex" >
<div>
<header>
<h1>
Kerberos/NTLM <br><br>Plan
</h1><br>
<span style="font-weight: bolder;font-size: xx-large">
$349</span>
<h2>(One Time Payment)</h2>
</header><br><br><br>
<a onclick="Ldapplan('kerberosNtlmPlan')" class="viewPlan"> View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_ntlm_sso_bundled_plan')" >Upgrade Now</a>
</div>
<div>
<header >
<h1>
Multiple Directories <br><br>Plan
</h1><br>
<span style="font-weight: bolder;font-size: xx-large">$249</span>
<h2>(One Time Payment)</h2>
</header><br><br><br>
<a onclick="Ldapplan('multipleDirectoryPlan')" class="viewPlan"> View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_multiple_ldap_directories_plan')" >Upgrade Now</a>
</div>
<div>
<header >
<h1>
Directory Search <br><br>Plan
</h1><br>
<span style="font-weight: bolder;font-size: xx-large">$299</span>
<h2>(One Time Payment)</h2>
</header><br><br><br>
<a onclick="Ldapplan('directorySearchPlan')" class="viewPlan" > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_directory_search_bundled_plan')">Upgrade Now</a>
</div>
</div>
<div class="flex">
<div>
<header >
<h1>
BuddyPress Profiles<br><br>Plan
</h1><br>
<span style="font-weight: bolder;font-size: xx-large">
$299</span>
<h2>(One Time Payment)</h2>
</header><br><br><br>
<a onclick="Ldapplan('buddyPress')" class="viewPlan"> View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_buddypress_extended_profiles_bundled_plan')">Upgrade Now</a>
</div>
<div style="width: 745px; ">
<header>
<h1 >
Enterprise/All-Inclusive Plan</h1>
<br><br><br>
<span style="font-weight: bolder;font-size: xx-large">
$449
</span>
<!---->
<h2>(One Time Payment)</h2>
<br><br>
</header><br>
<a onclick="Ldapplan('enterprisePlan')" style=" cursor:pointer; display:inline-block; width:130px; box-shadow:0px 0px 0px 1px ;border-radius: 3px;color:#3473b4; text-decoration:none; margin-left: 10px; padding:10px;font-size: 1.4em; height:auto; text-indent: 0; " > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_all_inclusive_bundled_plan')">Upgrade Now</a>
</div>
</div>
</div>
</div>
</li>
<li id="multisite_tab" data-type="multisite" class="momslp is-hidden">
<div class="licenseBox" style=" width: 1200px;">
<div style=" height: 1100px; ">
<div class="flex" >
<div style="height: 309px;" >
<header style="top:20px;">
<h1>
Custom Attribute <br> <br>Mapping Plan
</h1><br>
<span id="multisite_basic_total_price" style="font-weight: bolder;font-size: xx-large">$99</span>
<h2>(One Time Payment)</h2>
</header><br>
<div id="multisite_basic_number_of_subsites_dropdown_div" name="standard_no_of_instances_drop_down_div">
<select style="width: 65%" id="standard_number_of_subsites_dropdown" name="advance_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('customAttributeMapping')" class="viewPlan" > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_custom_attribute_mapping_multisite_plan')" >Upgrade Now</a>
</div>
<div style="height: 309px;">
<header style="top:20px;">
<h1>
Advanced Role <br><br> Mapping Plan
</h1><br>
<span id="multisite_advance_total_price" style="font-weight: bolder;font-size: xx-large">$199</span>
<h2>(One Time Payment)</h2>
</header><br>
<div id="multisite_advance_number_of_subsites_dropdown_div" name="advance_role_no_of_instances_drop_down_div">
<select style="width: 65%" id="advance_number_of_subsites_dropdown" name="advance_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('advanceRoleMapping')" class="viewPlan" > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_multisite_premium_plan')" >Upgrade Now</a>
</div>
<div style="height: 309px;">
<header style="top:20px;">
<h1>
Directory Sync <br> <br>Plan
</h1><br>
<span id="multisite_direc_sync_total_price" style="font-weight: bolder;font-size: xx-large">$349</span>
<h2>(One Time Payment)</h2>
</header><br>
<div id="multisite_dirc_sync_number_of_subsites_dropdown_div" name="standard_no_of_instances_drop_down_div">
<select style="width: 65%" id="dirc_sync_number_of_subsites_dropdown" name="dirc_sync_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('directorySyncPlan')" class="viewPlan"> View Plan</a>
<a onclick="upgradeform('wp_directory_sync_multisite_bundled_plan')" class="upgrade">Upgrade Now</a>
</div>
</div>
<div class="flex" >
<div style="height: 309px;">
<header style="top:20px;">
<h1>
Kerberos/NTLM <br><br>Plan
</h1><br>
<span id="multisite_kerberose_ntlm_total_price" style="font-weight: bolder;font-size: xx-large">
$349</span>
<h2>(One Time Payment)</h2>
</header><br>
<div id="multisite_kerberos_ntlm_number_of_subsites_dropdown_div" name="standard_no_of_instances_drop_down_div">
<select style="width: 65%" id="kerberose_ntml_number_of_subsites_dropdown" name="kerberose_ntml_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('kerberosNtlmPlan')"class="viewPlan"> View Plan</a>
<a class="upgrade" stlye = 'pointer:'onclick="upgradeform('wp_ldap_ntlm_sso_multisite_bundled_plan')" >Upgrade Now</a>
</div>
<div style="height: 309px;">
<header style="top:20px;">
<h1>
Multiple Directories <br><br>Plan
</h1><br>
<span id="multisite_multiple_ldap_total_price" style="font-weight: bolder;font-size: xx-large">$249</span>
<h2>(One Time Payment)</h2>
</header><br>
<div id="multisite_multiple_ldap_number_of_subsites_dropdown_div" name="standard_no_of_instances_drop_down_div">
<select style="width: 65%" id="multiple_ldap_number_of_subsites_dropdown" name="multiple_ldap_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('multipleDirectoryPlan')" class="viewPlan" > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_multiple_directories_multisite_plan')" >Upgrade Now</a>
</div>
<div style="height: 309px;">
<header style="top:20px;">
<h1>
Directory Search <br><br>Plan
</h1><br>
<span id="multisite_direc_search_total_price" style="font-weight: bolder;font-size: xx-large">$299</span>
<h2>(One Time Payment)</h2>
</header><br >
<div id="multisite_direc_sreach_number_of_subsites_dropdown_div" name="standard_no_of_instances_drop_down_div">
<select style="width: 65%" id="direc_search_number_of_subsites_dropdown" name="direc_search_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('directorySearchPlan')" class="viewPlan" > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_directory_search_multisite_bundled_plan')" >Upgrade Now</a>
</div>
</div>
<div class="flex">
<div style="height: 309px; ">
<header style="top:20px; ">
<h1>
BuddyPress <br><br>Plan
</h1><br>
<span id="multisite_buddyPress_total_price" style="font-weight: bolder;font-size: xx-large">$299</span>
<h2>(One Time Payment)</h2>
</header><br >
<div id="multisite_buddyPress_number_of_subsites_dropdown_div" name="standard_no_of_instances_drop_down_div">
<select style="width: 65%" id="buddyPress_number_of_subsites_dropdown" name="buddyPress_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('buddyPress')" class="viewPlan" > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_intranet_buddypress_extended_profiles_multisite_bundled_plan')" >Upgrade Now</a>
</div>
<div style=" height: 309px; width: 745px; ">
<header style="top:20px;">
<h1 style="font-weight: bolder;font-size: xx-large">
Enterprise/All-Inclusive Plan</h1>
<br><br>
<span id="multisite_inclusive_total_price" style="font-weight: bolder;font-size: xx-large">
$449
</span>
<!---->
<h2>(One Time Payment)</h2>
<br><br>
</header>
<div id="multisite_inclusive_number_of_subsites_dropdown_div" name="standard_no_of_instances_drop_down_div">
<select style="width: 35%" id="inclusive_number_of_subsites_dropdown" name="inclusive_number_of_subsites_dropdown">
<option value="0">Number of Subsites</option>
<option value="3">$60 - Upto 3 Subsites / Instance</option>
<option value="5">$90 - Upto 5 Subsites / Instance</option>
<option value="10">$160 - Upto 10 Subsites / Instance</option>
<option value="15">$200 - Upto 15 Subsites / Instance</option>
<option value="20">$240 - Upto 20 Subsites / Instance</option>
<option value="30">$300 - Upto 30 Subsites / Instance</option>
<option value="40">$360 - Upto 40 Subsites / Instance</option>
<option value="50">$400 - Upto 50 Subsites / Instance</option>
<option value="100">$500 - Upto 100 Subsites / Instance</option>
<option value="200">$550 - Upto 200 Subsites / Instance</option>
<option value="300">$600 - Upto 300 Subsites / Instance</option>
<option value="400">$650 - Upto 400 Subsites / Instance</option>
<option value="500">$700 - Upto 500 Subsites / Instance</option>
<option value="1000">$999 - Unlimited Subsites / Instance</option>
</select>
</div><br>
<a onclick="Ldapplan('enterprisePlan')" style=" cursor:pointer; display:inline-block; width:130px; box-shadow:0px 0px 0px 1px ;border-radius: 3px;color:#3473b4; text-decoration:none; margin-left: 10px; padding:10px;font-size: 1.4em; height:auto; text-indent: 0; " > View Plan</a>
<a href="#" class="upgrade" onclick="upgradeform('wp_ldap_all_inclusive_multisite_bundled_plan')">Upgrade Now</a>
</div>
</div>
</div>
</div>
</li>
</ul>
<br><br>
<!-- <hr style="border-width: medium; width:1400px; display: inline-block" ><br ><br>-->
<div class="popup" id="customAttributeMappingPlan" >
<!-- <span class="helper"></span>-->
<div >
<div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b>Custom Attribute Mapping Plan</b>
</header>
</div><br>
<p style="text-align: center; height: 20px; font-size:30px;"> <b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:700px;">
<ul class="popli">
<li> <b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Default Role Mapping</b> - Assign a default role to newly-created users</li>
<li><b>Single LDAP Directory configuration</b> - Directory configuration for single server</li>
<li><b>Search User by Multiple Username Attributes</b> - Option to select multiple attributes mapped to WordPress username</li>
<li><b>Single Search Base</b> - Single user search container</li>
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
</ul><br>
<!-- <a href="#" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
<!-- <br><br><br>-->
<a class="upgrade popupclosebutton">Close</a><br><br>
</div>
</div>
</div>
<div class="popup" id="advanceRoleMappingPlan">
<div ><div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b>Advance Role Mapping Plan</b>
</header></div>
<p style="text-align: center; height: 20px; font-size:30px;"><b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:500px;">
<ul class="popli">
<li><b>Advanced Role Mapping</b> - Map security group membership to WordPress roles</li>
<li><b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>Custom Search Filter with Group Restriction</b> - Define additional search constraints, such as group membership for authentication</li>
<li><b>Multiple Search Bases</b> - Multiple user search containers</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Single LDAP Directory configuration</b> - Directory configuration for single server</li>
<!-- <li style="background: black; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
<!-- <li style="background: #e97d68; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>WP to LDAP updates of user profile</b> - Sync WordPress profile updates to directory<br></li>
<li><b>Support for customization/integration</b> - Customization based on site-specific requirements <b>(Separate Cost involved)</b></li>
<li ><b>Add-ons Supported</b> (Separate Purchase)<br><br></li>
</ul><br>
<!-- <a href="--><?php
?>
<!--" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
<!-- <br><br><br>-->
<a class="upgrade popupclosebutton">Close</a><br><br>
</div>
</div>
</div>
<div class="popup" id="directorySyncPlan">
<!-- <span class="helper"></span>-->
<div >
<div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b style="margin-left: 5px;">Directory Sync Plan</b>
</header>
</div>
<p style="text-align: center; height: 20px; font-size:30px; "><b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:700px;">
<ul class="popli">
<li><b>Directory Sync add-on bundled</b> - Two-way user sync between WordPress and directory server</li>
<li><b>Advanced Role Mapping</b> - Map security group membership to WordPress roles</li>
<li><b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Single LDAP Directory configuration</b> - Directory configuration for single server</li>
<li><b>Custom Search Filter with Group Restriction</b> - Define additional search constraints, such as group membership for authentication</li>
<li><b>Multiple Search Bases</b> - Multiple user search containers</li>
<!-- <li style="background: black; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
<!-- <li style="background: #e97d68; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>WP to LDAP updates of user profile</b> - Sync WordPress profile updates to directory<br></li>
<li><b>Support for customization/integration</b> - Customization based on site-specific requirements <b>(Separate Cost involved)</b></li>
</ul><br>
<a class="upgrade popupclosebutton">Close</a><br><br>
<br>
<!-- <a href="--><?php
?>
<!--" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
<!-- <br><br><br>-->
</div>
</div>
</div>
<div class="popup" id="kerberosNtlmPlan">
<!-- <span class="helper"></span>-->
<div >
<div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b>Kerberos/ NTLM Plan</b>
</header></div><br>
<p style="text-align: center; height: 20px; font-size:30px; "><b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:700px;">
<ul class="popli">
<li><b>Kerberos/NTLM add-on bundled</b> - Auto-login from domain-joined systems</li>
<li><b>Advanced Role Mapping</b> - Map security group membership to WordPress roles</li>
<li><b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Single LDAP Directory configuration</b> - Directory configuration for single server</li>
<li><b>Custom Search Filter with Group Restriction</b> - Define additional search constraints, such as group membership for authentication</li>
<li><b>Multiple Search Bases</b> - Multiple user search containers</li>
<!-- <li style="background: black; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
<!-- <li style="background: #e97d68; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>WP to LDAP updates of user profile</b> - Sync WordPress profile updates to directory<br></li>
<li><b>Support for customization/integration</b> - Customization based on site-specific requirements <b>(Separate Cost involved)</b></li>
</ul><br>
<a class="upgrade popupclosebutton">Close</a><br><br>
<!-- <a href="--><?php
?>
<!--" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
<!-- <br><br><br>-->
</div></div>
</div>
<div class="popup" id="buddyPress">
<!-- <span class="helper"></span>-->
<div >
<div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b>BuddyPress Extended Profiles Plan</b>
</header></div><br>
<p style="text-align: center; height: 20px; font-size:30px; "><b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:700px;">
<ul class="popli">
<li><b>Buddypress Extended Profiles add-on bundled</b> - Sync BuddyPress profiles with information from directory</li>
<li><b>Advanced Role Mapping</b> - Map security group membership to WordPress roles</li>
<li><b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Single LDAP Directory configuration</b> - Directory configuration for single server</li>
<li><b>Custom Search Filter with Group Restriction</b> - Define additional search constraints, such as group membership for authentication</li>
<li><b>Multiple Search Bases</b> - Multiple user search containers</li>
<!-- <li style="background: black; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
<!-- <li style="background: #e97d68; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>WP to LDAP updates of user profile</b> - Sync WordPress profile updates to directory<br></li>
<li><b>Support for customization/integration</b> - Customization based on site-specific requirements <b>(Separate Cost involved)</b></li>
</ul><br>
<a class="upgrade popupclosebutton">Close</a><br><br>
<!-- <a href="--><?php
?>
<!--" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
<!-- <br><br><br>-->
</div></div>
</div>
<div class="popup" id="enterprisePlan">
<!-- <span class="helper"></span>-->
<div>
<div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b>Enterprise/All-Inclusive Plan</b>
</header></div><br>
<p style="text-align: center; height: 20px; font-size:30px; "><b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:700px;">
<ul class="popli">
<li><b>Directory Sync add-on bundled</b> - Two-way user sync between WordPress and directory server</li>
<li><b>Kerberos/NTLM add-on bundled</b> - Auto-login from domain-joined systems</li>
<li><b>Buddypress Extended Profiles add-on bundled</b> - Sync BuddyPress profiles with information from directory</li>
<li><b>Directory Search add-on bundled</b> - Search page for directory users</li>
<li><b>Advanced Role Mapping</b> - Map security group membership to WordPress roles</li>
<li><b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Single LDAP Directory configuration</b> - Directory configuration for single server</li>
<li><b>Custom Search Filter with Group Restriction</b> - Define additional search constraints, such as group membership for authentication</li>
<li><b>Multiple Search Bases</b> - Multiple user search containers</li>
<!-- <li style="background: black; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
<!-- <li style="background: #e97d68; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>WP to LDAP updates of user profile</b> - Sync WordPress profile updates to directory<br></li>
<li><b>Support for customization/integration</b> - Customization based on site-specific requirements <b>(Separate Cost involved)</b></li>
</ul><br><br>
<a class="upgrade popupclosebutton">Close</a><br><br>
<!-- <a href="--><?php
?>
<!--" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
<!-- <br><br><br>-->
</div></div>
</div>
<div class="popup" id="multipleDirectoryPlan">
<!-- <span class="helper"></span>-->
<div ><div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b>
Multiple Directories Plan</b>
</header></div>
<p style="text-align: center; height: 20px; font-size:30px;"><b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:700px;">
<ul class="popli">
<li><b>Multiple LDAP Directories configuration</b> - Configure multiple directories for authentication</li>
<li><b>Advanced Role Mapping</b> - Map security group membership to WordPress roles</li>
<li><b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>Custom Search Filter with Group Restriction</b> - Define additional search constraints, such as group membership for authentication</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Multiple Search Bases</b> - Multiple user search containers</li>
<!-- <li style="background: black; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
<!-- <li style="background: #e97d68; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>WP to LDAP updates of user profile</b> - Sync WordPress profile updates to directory<br></li>
<li><b>Add-on Supported</b> (Separate Purchase)</li>
<li><b>Support for customization/integration</b> - Customization based on site-specific requirements <b>(Separate Cost involved)</b><br><br></li>
</ul><br>
<a class="upgrade popupclosebutton">Close</a><br><br>
<!-- <a href="--><?php
?>
<!--" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
<!-- <br><br><br>-->
</div></div>
</div>
<div class="popup" id="directorySearchPlan">
<!-- <span class="helper"></span>-->
<div ><div style="height:auto; box-shadow: 0px 0px 0px 1px;">
<div class="title">
<header style=" font-size: 30px;">
<b>Directory Search Plan</b>
</header></div>
<p style="text-align: center; height: 20px; font-size:30px;"><b>Features</b></p>
<hr style="border-width: medium; display: inline-block; width:700px;">
<ul class="popli">
<li><b>Directory Search add-on bundled</b> - Search page for directory users</li>
<li><b>Advanced Role Mapping</b> - Map security group membership to WordPress roles</li>
<li><b>Custom Attribute Mapping</b> - Fetch attributes from directory and store in user profile</li>
<li><b>User Auto Registration</b> - Auto-create users if they do not exist in WordPress</li>
<li><b>Single LDAP Directory configuration</b> - Directory configuration for single server</li>
<li><b>Custom Search Filter with Group Restriction</b> - Define additional search constraints, such as group membership for authentication</li>
<li><b>Multiple Search Bases</b> - Multiple user search containers</li>
<!-- <li style="background: black; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>TLS connection</b> - Connect to directory server over TLS<br></li>
<!-- <li style="background: #e97d68; color: #FFFFFF; padding: 4px 7px; ">Additional Features</li>-->
<li><b>WP to LDAP updates of user profile</b> - Sync WordPress profile updates to directory<br></li>
<li><b>Support for customization/integration</b> - Customization based on site-specific requirements <b>(Separate Cost involved)</b><br><br></li>
</ul><br>
<a class="upgrade popupclosebutton">Close</a><br><br>
<!-- <a href="--><?php
?>
<!--" class=" cd-copy" style=" display:inline; justify-content: right; " >Compare Plans</a>-->
</div>
</div>
</div>
</div>
<form style="display:none;" id="loginform"
action="<?php
echo get_option("\x6d\157\x5f\154\x64\141\x70\137\154\157\x63\x61\x6c\137\x68\157\x73\164\137\x6e\141\155\145") . "\57\155\x6f\141\163\x2f\154\x6f\147\151\x6e";
?>
"
target="_blank" method="post">
<input type="email" name="username" value="<?php
echo esc_attr(get_option("\x6d\157\137\154\x64\141\x70\x5f\154\x6f\143\x61\x6c\137\141\144\x6d\x69\x6e\x5f\x65\x6d\x61\x69\x6c"));
?>
"/>
<input type="text" name="redirectUrl"
value="<?php
echo get_option("\x6d\157\137\x6c\144\x61\160\137\x6c\157\x63\x61\154\137\x68\157\163\x74\137\156\x61\x6d\x65") . "\57\155\157\141\163\57\151\156\x69\x74\x69\x61\x6c\151\172\145\x70\x61\171\155\145\x6e\164";
?>
"/>
<input type="text" name="requestOrigin" id="requestOrigin"/>
</form>
<a id="mo_backto_ldap_accountsetup_tab" style="display:none;" href="<?php
echo add_query_arg(array("\x74\x61\x62" => "\x61\x63\143\x6f\165\x6e\x74"), htmlentities($_SERVER["\122\x45\121\x55\x45\x53\124\x5f\x55\122\x49"]));
?>
">Back</a>
<br/><div style="align-content: center"><br><br><br>
<div id="upgradeSteps" style="margin-left: 110px; position: relative; font-size: medium;">
<h3>Steps to upgrade to premium plugin -</h3>
<p>1. You will be redirected to miniOrange Login Console. Enter your password with which you created an account with us. After that you will be redirected to payment page.</p>
<p>2. Enter you card details and complete the payment. On successful payment completion, you will see the link to download the premium plugin.</p>
<p>3. Download the premium plugin.</p>
<p>4. From the Wordpress admin dashboard, delete the free plugin currently installed.</p>
<p>5. Unzip the premium plugin and extract the files.</p>
<p>6. Upload the extracted files of premium plugin using FTP to path.</p>
<b><i>/wp-content/plugins/</i></b>
<p>Alternately, go to <b>Add New Upload Plugin</b> in Plugin's menu to install the .zip directly.</p>
<p>7. Activate plugin and login to the plugin with the miniOrange account</p>
<p>8. From this point on, do not update the plugin from the Wordpress store. We will notify you when we upload a new version of the plugin.</p>
<br>
<h3>10 Days Return Policy -</h3>
<p>If the premium plugin you purchased is not working as advertised and youve attempted to resolve any feature issues with our support team, which couldn't get resolved, we will refund the whole amount within 10 days of the purchase. Please email us at <a href="mailto:[email protected]">[email protected]</a> for any queries regarding the return policy.<br>
</p><br></div>
</div>
</div>
<!-- The Modal -->
<div id="licensingContactUsModal" name="licensingContactUsModal" class="mo_ldap_modal" style="margin-left: 26%">
<!-- Modal content -->
<div class="mo_ldap_modal-content" style="width: 700px; padding:30px;">
<h1 style="margin: 2%;">Contact Us For choosing the correct premium plan </h1>
<form name="f" method="post" action="" id="mo_ldap_licensing_contact_us" style="font-size: large;">
<input type="hidden" name="option" value="mo_ldap_login_send_feature_request_query"/>
<div>
<p style="font-size: large;">
<br>
<b >Email: </b>
<input style=" width: 77%; margin-left: 69px; " type="email" class="mo_ldap_table_textbox" id="query_email" name="query_email" value="<?php
echo $Of;
?>
" placeholder="Enter email address through which we can reach out to you" required />
<br><br>
<b style="display:inline-block; vertical-align: top;">Description: </b>
<textarea style="width:77%; margin-left: 21px;" id="query" name="query" required rows="5" style="width: 100%"
placeholder="Tell us which features you require" minlength="10"></textarea>
<br><br>
<div class="mo_ldap_modal-footer" style="text-align: center">
<input type="submit" style="font-size: medium" name="miniorange_ldap_feedback_submit" id="miniorange_ldap_feedback_submit"
class="button button-primary button-small" value="Submit"/>
<input type="button" style="font-size: medium" name="miniorange_ldap_licensing_contact_us_close" id="miniorange_ldap_licensing_contact_us_close" class="button button-primary button-small" value="Close" />
</div>
</div>
</form>
</div>
</div>
<style>
h1 {
margin: .67em 0;
font-size: 2em;
}
</style>
<script>
function upgradeform(planType) {
jQuery('#requestOrigin').val(planType);
if(jQuery('#mo_customer_registered').val()==1)
jQuery('#loginform').submit();
else{
location.href = jQuery('#mo_backto_ldap_accountsetup_tab').attr('href');
}
}
jQuery('.popupCloseButton').click(function(){
jQuery('.popup').hide();
});
jQuery('.popup').click(
function(){
jQuery('.popup').hide();
});
jQuery('#licensingContactUs').click(
function(){
jQuery('#licensingContactUsModal').show();
});
jQuery('#miniorange_ldap_licensing_contact_us_close').click(
function(){
jQuery('#licensingContactUsModal').hide();
});
function Ldapplan(planType){
if(planType == 'customAttributeMapping'){
jQuery('#customAttributeMappingPlan').show();
}
else if(planType == 'advanceRoleMapping'){
jQuery('#advanceRoleMappingPlan').show();
}
else if(planType == 'directorySyncPlan'){
jQuery('#directorySyncPlan').show();
}
else if(planType == 'kerberosNtlmPlan'){
jQuery('#kerberosNtlmPlan').show();
}
else if(planType == 'enterprisePlan'){
jQuery('#enterprisePlan').show();
}else if(planType == 'buddyPress'){
jQuery('#buddyPress').show();
}
else if(planType == 'multipleDirectoryPlan'){
jQuery('#multipleDirectoryPlan').show();
}
else if(planType == 'directorySearchPlan'){
jQuery('#directorySearchPlan').show();
}
}
<?php
if (isset($dh) && $dh == "\x61\144\144\x5f\x6f\156") {
goto gP;
}
?>
jQuery("input[name=sitetype]:radio").change(function() {
if (this.value == 'singlesite') {
jQuery('.mosslp').removeClass('is-hidden').addClass('is-visible');
jQuery('.momslp').addClass('is-hidden is-selected').removeClass('is-visible ');
}else if(this.value == 'multisite'){
jQuery('.mosslp').removeClass('is-visible').addClass('is-hidden');
jQuery('.momslp').addClass('is-visible is-selected').removeClass('is-hidden is-hidden2');
}
});
<?php
goto M7;
gP:
?>
this.value = 'Add-ons';
if(this.value == 'Add-ons'){
jQuery('.mosslp').removeClass('is-hidden is-visible').addClass('is-hidden');
jQuery('.momslp').addClass('is-hidden2 is-selected').removeClass('is-hidden is-visible ');
jQuery('.momslp1').addClass('is-visible is-selected').removeClass('is-hidden2 ')
}
jQuery("input[name=sitetype]:radio").change(function() {
if (this.value == 'singlesite') {
jQuery('.mosslp').removeClass('is-hidden').addClass('is-visible');
jQuery('.momslp').addClass('is-hidden is-selected').removeClass('is-visible ');
}else if(this.value == 'multisite'){
jQuery('.mosslp').removeClass('is-visible').addClass('is-hidden');
jQuery('.momslp').addClass('is-visible is-selected').removeClass('is-hidden ');
}
});
<?php
M7:
?>
setTimeout(function () {
var elmnt = document.getElementById("success");
var elmnt1 = document.getElementById("error");
if(elmnt1){
jQuery(elmnt1).css("display","block");
jQuery(elmnt1).css("margin-top","2%");
}
else if(elmnt){
jQuery(elmnt).css("display","block");
jQuery(elmnt).css("margin-top","2%");
}
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}, 60);
</script>
<?php
}
Function Calls
None |
Stats
MD5 | ee0a49e6cc76ec7a46ba585d9e3eeab1 |
Eval Count | 0 |
Decode Time | 84 ms |