Edit File by line
/home/barbar84/www/wp-conte.../plugins/minioran.../views
File: licensing.php
<?php
[0] Fix | Delete
[1] Fix | Delete
echo' <div class="mo_wpns_table_layout">
[2] Fix | Delete
<table class="mo_wpns_local_pricing_table">
[3] Fix | Delete
<h2>Licensing Plans
[4] Fix | Delete
<span style="float:right"><input type="button" name="ok_btn" id="ok_btn" class="mo_wpns_button mo_wpns_button1" value="OK, Got It" onclick="window.location.href=\''. esc_attr($default_url) .'\'" /></span>
[5] Fix | Delete
</h2><hr>
[6] Fix | Delete
<tr style="vertical-align:top;">
[7] Fix | Delete
[8] Fix | Delete
<td>
[9] Fix | Delete
<div class="mo_wpns_local_thumbnail mo_wpns_local_pricing_paid_tab" >
[10] Fix | Delete
[11] Fix | Delete
<h3 class="mo_wpns_local_pricing_header">Do it yourself</h3>
[12] Fix | Delete
<p></p>
[13] Fix | Delete
[14] Fix | Delete
[15] Fix | Delete
<hr>
[16] Fix | Delete
<p class="mo_wpns_pricing_text" >'.esc_attr($basic_plan_price).'<br>+ <br>
[17] Fix | Delete
<span style="font-size:12px">( Additional Discounts available for <br>multiple instances and years)</span><br></p>
[18] Fix | Delete
<p><a class="mo_wpns_button mo_wpns_button1" onclick="upgradeform(\'wp_security_pro_basic_plan\')">Click here to upgrade</a></p>
[19] Fix | Delete
<hr>
[20] Fix | Delete
<p class="mo_wpns_pricing_text" >';
[21] Fix | Delete
foreach($basic_plan_features as $feature)
[22] Fix | Delete
echo esc_attr($feature) . '<br/><br/>';
[23] Fix | Delete
echo' <hr>
[24] Fix | Delete
</p>
[25] Fix | Delete
[26] Fix | Delete
[27] Fix | Delete
<p class="mo_wpns_pricing_text" >Basic Support by Email</p>
[28] Fix | Delete
</div></td>
[29] Fix | Delete
<td>
[30] Fix | Delete
<div class="mo_wpns_local_thumbnail mo_wpns_local_pricing_free_tab" >
[31] Fix | Delete
<h3 class="mo_wpns_local_pricing_header">Premium</h3>
[32] Fix | Delete
<p></p>
[33] Fix | Delete
[34] Fix | Delete
[35] Fix | Delete
<hr>
[36] Fix | Delete
<p class="mo_wpns_pricing_text">'.esc_attr($premium_plan_price).'<br>
[37] Fix | Delete
( $60 per hour )<br>
[38] Fix | Delete
<span style="font-size:12px">( Additional Discounts available for <br>multiple instances and years)</span><br></p>
[39] Fix | Delete
<p><a class="mo_wpns_button mo_wpns_button1" onclick="upgradeform(\'wp_security_pro_premium_plan\')">Click here to upgrade</a></p>
[40] Fix | Delete
<hr>
[41] Fix | Delete
[42] Fix | Delete
<p class="mo_wpns_pricing_text">';
[43] Fix | Delete
foreach($premium_plan_features as $feature)
[44] Fix | Delete
echo esc_attr($feature) . '<br/><br/>';
[45] Fix | Delete
echo' <hr>
[46] Fix | Delete
</p>
[47] Fix | Delete
[48] Fix | Delete
[49] Fix | Delete
[50] Fix | Delete
<p class="mo_wpns_pricing_text">Premium Support Plans Available</p>
[51] Fix | Delete
[52] Fix | Delete
</div></td>
[53] Fix | Delete
[54] Fix | Delete
</tr>
[55] Fix | Delete
</table>
[56] Fix | Delete
<form style="display:none;" id="loginform" action="'.esc_attr($form_action).'"
[57] Fix | Delete
target="_blank" method="post">
[58] Fix | Delete
<input type="email" name="username" value="'.esc_attr($admin_email).'" />
[59] Fix | Delete
<input type="text" name="redirectUrl" value="'.esc_attr($redirect_url).'" />
[60] Fix | Delete
<input type="text" name="requestOrigin" id="requestOrigin" />
[61] Fix | Delete
</form>
[62] Fix | Delete
<script>
[63] Fix | Delete
function upgradeform(planType){
[64] Fix | Delete
$("#requestOrigin").val(planType);
[65] Fix | Delete
$("#loginform").submit();
[66] Fix | Delete
}
[67] Fix | Delete
</script>
[68] Fix | Delete
<br>
[69] Fix | Delete
<h3>* Steps to upgrade to premium plugin -</h3>
[70] Fix | Delete
<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>
[71] Fix | Delete
<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>
[72] Fix | Delete
<p>3. Once you download the premium plugin, just unzip it and replace the folder with existing plugin. </p>
[73] Fix | Delete
<b>Note: Do not delete the plugin from the Wordpress Admin Panel and upload the plugin using zip. Your saved settings will get lost.</b>
[74] Fix | Delete
<p>4. 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>
[75] Fix | Delete
[76] Fix | Delete
<h3>** End to End Integration - We will setup a conference and do end to end configuration for you. We provide services to do the configuration on your behalf. </h3>
[77] Fix | Delete
[78] Fix | Delete
<h3>10 Days Return Policy -</h3>
[79] Fix | Delete
<p>At miniOrange, we want to ensure you are 100% happy with your purchase. If you feel that the premium plugin you purchased is not the best fit for your requirements or you’ve 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:info@xecurify.com">info@xecurify.com</a> for any queries regarding the return policy.<br><br>
[80] Fix | Delete
If you have any doubts regarding the licensing plans, you can mail us at <a href="mailto:info@xecurify.com">info@xecurify.com</a> or submit a query using the support form.</p>
[81] Fix | Delete
[82] Fix | Delete
</div>';
[83] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function