Edit File by line
/home/barbar84/www/wp-conte.../plugins/minioran.../controll...
File: licensing.php
<?php
[0] Fix | Delete
[1] Fix | Delete
global $MoMmpUtility,$mmp_dirName;
[2] Fix | Delete
[3] Fix | Delete
$default_url = add_query_arg( array('page' => 'default' ), sanitize_text_field($_SERVER['REQUEST_URI'] ));
[4] Fix | Delete
$form_action = MoMmpConstants::HOST_NAME.'/moas/login';
[5] Fix | Delete
$admin_email = get_option('mo_wpns_admin_email');
[6] Fix | Delete
$redirect_url = MoMmpConstants::HOST_NAME .'/moas/initializepayment';
[7] Fix | Delete
[8] Fix | Delete
$basic_plan_price = '$9 / year';
[9] Fix | Delete
$premium_plan_price = '$9 / year + One Time Setup Fees';
[10] Fix | Delete
[11] Fix | Delete
[12] Fix | Delete
$basic_plan_features= array(
[13] Fix | Delete
"Brute Force Protection ( Login Security and Monitoring - Limit Login Attempts and track user logins. )",
[14] Fix | Delete
"User Registration Security - Disallow Disposable / Fake email addresses",
[15] Fix | Delete
"IP Blocking:(manual and automatic) [Blaclisting and whitelisting included",
[16] Fix | Delete
"Advanced Blocking based on: IP range",
[17] Fix | Delete
"Protection for WP files",
[18] Fix | Delete
"Security Log - Logs Blocked IPs, Spammers, Bots, HTTP 404,403 and 400 logging",
[19] Fix | Delete
"Database Backup",
[20] Fix | Delete
"Google reCAPTCHA",
[21] Fix | Delete
"Password protection - Enforce Strong Password : Check Password strength for all users",
[22] Fix | Delete
"Mobile authentication based on QR code, OTP over SMS and email, Push, Soft token (15+ methods to choose from)<br>For Unlimited Users",
[23] Fix | Delete
"Advanced activity logs auditing and reporting",
[24] Fix | Delete
"Risk based access - Contextual authentication based on device, location, time of access and user behavior",
[25] Fix | Delete
"Advanced User Verification",
[26] Fix | Delete
"Social Login Integration",
[27] Fix | Delete
""
[28] Fix | Delete
);
[29] Fix | Delete
[30] Fix | Delete
$premium_plan_features= array(
[31] Fix | Delete
"Brute Force Protection ( Login Security and Monitoring - Limit Login Attempts and track user logins. )",
[32] Fix | Delete
"User Registration Security - Disallow Disposable / Fake email addresses",
[33] Fix | Delete
"IP Blocking:(manual and automatic) [Blaclisting and whitelisting included",
[34] Fix | Delete
"Advanced Blocking based on: IP range",
[35] Fix | Delete
"Protection for WP files",
[36] Fix | Delete
"Security Log - Logs Blocked IPs, Spammers, Bots, HTTP 404,403 and 400 logging",
[37] Fix | Delete
"Database Backup",
[38] Fix | Delete
"Google reCAPTCHA",
[39] Fix | Delete
"Password protection - Enforce Strong Password : Check Password strength for all users",
[40] Fix | Delete
"Mobile authentication based on QR code, OTP over SMS and email, Push, Soft token (15+ methods to choose from)<br>For Unlimited Users",
[41] Fix | Delete
"Advanced activity logs auditing and reporting",
[42] Fix | Delete
"Risk based access - Contextual authentication based on device, location, time of access and user behavior",
[43] Fix | Delete
"Advanced User Verification",
[44] Fix | Delete
"Social Login Integration",
[45] Fix | Delete
'End to End Integration Support'
[46] Fix | Delete
);
[47] Fix | Delete
[48] Fix | Delete
include $mmp_dirName . 'views'.DIRECTORY_SEPARATOR.'licensing.php';
[49] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function