Version Description
Download this release
Release Info
Developer | AITpro |
Plugin | BulletProof Security |
Version | 5.1 |
Comparing to | |
See all releases |
Code changes from version 5.0 to 5.1
- admin/core/core.php +1 -1
- admin/htaccess/secure.htaccess +1 -1
- admin/htaccess/wpadmin-secure.htaccess +1 -1
- admin/wizard/pwizard-autofix-setup.php +5 -2
- bulletproof-security.php +4 -4
- includes/hud-autofix-setup.php +10 -2
- languages/bulletproof-security.pot +70 -70
- readme.txt +1 -1
admin/core/core.php
CHANGED
@@ -2191,7 +2191,7 @@ $text = '<h3><span class="blue-bold">'.__('The Complete Website Security Solutio
|
|
2191 |
|
2192 |
<div class="pro-links">
|
2193 |
<?php
|
2194 |
-
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.6', 'https://www.ait-pro.com/aitpro-blog/5704/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-6/' ).'<br>';
|
2195 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.5', 'https://www.ait-pro.com/aitpro-blog/5697/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-5/' ).'<br>';
|
2196 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.4', 'https://www.ait-pro.com/aitpro-blog/5689/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-4/' ).'<br>';
|
2197 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.3', 'https://www.ait-pro.com/aitpro-blog/5678/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-3/' ).'<br>';
|
2191 |
|
2192 |
<div class="pro-links">
|
2193 |
<?php
|
2194 |
+
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.6/15.7', 'https://www.ait-pro.com/aitpro-blog/5704/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-6/' ).'<br>';
|
2195 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.5', 'https://www.ait-pro.com/aitpro-blog/5697/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-5/' ).'<br>';
|
2196 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.4', 'https://www.ait-pro.com/aitpro-blog/5689/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-4/' ).'<br>';
|
2197 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.3', 'https://www.ait-pro.com/aitpro-blog/5678/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-3/' ).'<br>';
|
admin/htaccess/secure.htaccess
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# BULLETPROOF 5.
|
2 |
|
3 |
# PHP/PHP.INI HANDLER/CACHE CODE
|
4 |
# Use BPS Custom Code to add php/php.ini Handler and Cache htaccess code and to save it permanently.
|
1 |
+
# BULLETPROOF 5.1 SECURE .HTACCESS
|
2 |
|
3 |
# PHP/PHP.INI HANDLER/CACHE CODE
|
4 |
# Use BPS Custom Code to add php/php.ini Handler and Cache htaccess code and to save it permanently.
|
admin/htaccess/wpadmin-secure.htaccess
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# BULLETPROOF 5.
|
2 |
|
3 |
# DO NOT ADD URL REWRITING IN THIS FILE OR WORDPRESS WILL BREAK
|
4 |
# RewriteRule ^(.*)$ - [F] works in /wp-admin without breaking WordPress
|
1 |
+
# BULLETPROOF 5.1 WP-ADMIN SECURE .HTACCESS
|
2 |
|
3 |
# DO NOT ADD URL REWRITING IN THIS FILE OR WORDPRESS WILL BREAK
|
4 |
# RewriteRule ^(.*)$ - [F] works in /wp-admin without breaking WordPress
|
admin/wizard/pwizard-autofix-setup.php
CHANGED
@@ -1278,6 +1278,9 @@ function bpsPro_Pwizard_Autofix_Endurance() {
|
|
1278 |
// Notes: WPFC htaccess writing code is in: /inc/admin.php. Writes htaccess code to the top of the root htaccess file. WPFC Premium version tested: 1.3.9 released April 2017.
|
1279 |
// The premium version installs a new plugin folder: /wp-fastest-cache-premium/, but the free version must still be installed as well.
|
1280 |
// Note: htaccess code is created in the site root htaccess file for GWIOD site types, but WPFC fails to correctly detect the site root htaccess file.
|
|
|
|
|
|
|
1281 |
function bpsPro_Pwizard_Autofix_WPFC() {
|
1282 |
|
1283 |
$AutoFix_Options = get_option('bulletproof_security_options_wizard_autofix');
|
@@ -1293,7 +1296,7 @@ function bpsPro_Pwizard_Autofix_WPFC() {
|
|
1293 |
$bps_customcode_cache_array[] = $bps_customcode_cache;
|
1294 |
$cc_cache_array = array();
|
1295 |
|
1296 |
-
|
1297 |
$wpfc_plugin = 'wp-fastest-cache/wpFastestCache.php';
|
1298 |
$wpfc_plugin_active = in_array( $wpfc_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
1299 |
|
@@ -1374,7 +1377,7 @@ function bpsPro_Pwizard_Autofix_WPFC() {
|
|
1374 |
}
|
1375 |
|
1376 |
// Check the WPFC wpFastestCacheStatus == on db option value for the default Cache System enable|disable: creates default & page caching htaccess code.
|
1377 |
-
if (
|
1378 |
|
1379 |
$text = '<strong><font color="#fb0101">'.__('Error: WP Fastest Cache (WPFC) Plugin AutoSetup Unsuccessful: ', 'bulletproof-security').'</font><font color="black">'.__('The Setup Wizard did not find any WPFC htaccess code in your Root htaccess file. Do these steps to fix the problem: Go to the BPS htaccess File Editor page, click the Unlock htaccess File button, go to the WPFC plugin Settings page, click the Submit button, go back to this Setup Wizard page and run the Pre-Installation Wizard and Setup Wizard again.', 'bulletproof-security').'</font></strong><br>';
|
1380 |
echo $text;
|
1278 |
// Notes: WPFC htaccess writing code is in: /inc/admin.php. Writes htaccess code to the top of the root htaccess file. WPFC Premium version tested: 1.3.9 released April 2017.
|
1279 |
// The premium version installs a new plugin folder: /wp-fastest-cache-premium/, but the free version must still be installed as well.
|
1280 |
// Note: htaccess code is created in the site root htaccess file for GWIOD site types, but WPFC fails to correctly detect the site root htaccess file.
|
1281 |
+
// BPS 5.1: Commented out the WPFC option checking code. Things have changed in WPFC. So no longer use the WPFC option checking code.
|
1282 |
+
// Note: On WPFC plugin deactivation the htaccess code is removed from the root htaccess file.
|
1283 |
+
// The WPFC plugin deactivated condition will only fire if someone activates Root BPM if they still have WPFC htaccess code in CC.
|
1284 |
function bpsPro_Pwizard_Autofix_WPFC() {
|
1285 |
|
1286 |
$AutoFix_Options = get_option('bulletproof_security_options_wizard_autofix');
|
1296 |
$bps_customcode_cache_array[] = $bps_customcode_cache;
|
1297 |
$cc_cache_array = array();
|
1298 |
|
1299 |
+
//$wpfc_options = get_option('WpFastestCache');
|
1300 |
$wpfc_plugin = 'wp-fastest-cache/wpFastestCache.php';
|
1301 |
$wpfc_plugin_active = in_array( $wpfc_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
1302 |
|
1377 |
}
|
1378 |
|
1379 |
// Check the WPFC wpFastestCacheStatus == on db option value for the default Cache System enable|disable: creates default & page caching htaccess code.
|
1380 |
+
if ( /*@$wpfc_options['wpFastestCacheStatus'] == 'on' && */ empty($wpfc_default_code) ) {
|
1381 |
|
1382 |
$text = '<strong><font color="#fb0101">'.__('Error: WP Fastest Cache (WPFC) Plugin AutoSetup Unsuccessful: ', 'bulletproof-security').'</font><font color="black">'.__('The Setup Wizard did not find any WPFC htaccess code in your Root htaccess file. Do these steps to fix the problem: Go to the BPS htaccess File Editor page, click the Unlock htaccess File button, go to the WPFC plugin Settings page, click the Submit button, go back to this Setup Wizard page and run the Pre-Installation Wizard and Setup Wizard again.', 'bulletproof-security').'</font></strong><br>';
|
1383 |
echo $text;
|
bulletproof-security.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://forum.ait-pro.com/read-me-first/
|
|
5 |
Text Domain: bulletproof-security
|
6 |
Domain Path: /languages/
|
7 |
Description: <strong>Feature Highlights:</strong> Setup Wizard • MScan Malware Scanner • .htaccess Website Security Protection (Firewalls) • Security Logging|HTTP Error Logging • DB Backup • DB Table Prefix Changer • Login Security & Monitoring • JTC-Lite Login Form Bot Lockout Protection • Idle Session Logout (ISL) • Auth Cookie Expiration (ACE) • UI Theme Skin Changer • System Info: Extensive System, Server and Security Status Information • FrontEnd|BackEnd Maintenance Mode • WP Automatic Update Options (BPS MU Tools must-use plugin) • Force Strong Passwords.
|
8 |
-
Version: 5.
|
9 |
Author: AITpro Website Security
|
10 |
Author URI: https://forum.ait-pro.com/read-me-first/
|
11 |
*/
|
@@ -33,9 +33,9 @@ Author URI: https://forum.ait-pro.com/read-me-first/
|
|
33 |
// and cannot access the global variables within functions in BPS. Luckily this does not break BPS or WordPress in any way and PHP.net states this is technically not an error.
|
34 |
global $bps_last_version, $bps_version, $aitpro_bullet, $bps_topDiv, $bps_bottomDiv, $bpsPro_remote_addr, $bpsPro_http_client_ip, $bpsPro_http_forwarded, $bpsPro_http_x_forwarded_for, $bpsPro_http_x_cluster_client_ip, $bps_wpcontent_dir, $bps_plugin_dir, $plugin_hashes, $theme_hashes;
|
35 |
|
36 |
-
define( 'BULLETPROOF_VERSION', '5.
|
37 |
-
$bps_last_version = '
|
38 |
-
$bps_version = '5.
|
39 |
$aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
|
40 |
// Top div & bottom div
|
41 |
$bps_topDiv = '<div id="message" class="updated" style="background-color:#dfecf2;border:1px solid #999;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><p>';
|
5 |
Text Domain: bulletproof-security
|
6 |
Domain Path: /languages/
|
7 |
Description: <strong>Feature Highlights:</strong> Setup Wizard • MScan Malware Scanner • .htaccess Website Security Protection (Firewalls) • Security Logging|HTTP Error Logging • DB Backup • DB Table Prefix Changer • Login Security & Monitoring • JTC-Lite Login Form Bot Lockout Protection • Idle Session Logout (ISL) • Auth Cookie Expiration (ACE) • UI Theme Skin Changer • System Info: Extensive System, Server and Security Status Information • FrontEnd|BackEnd Maintenance Mode • WP Automatic Update Options (BPS MU Tools must-use plugin) • Force Strong Passwords.
|
8 |
+
Version: 5.1
|
9 |
Author: AITpro Website Security
|
10 |
Author URI: https://forum.ait-pro.com/read-me-first/
|
11 |
*/
|
33 |
// and cannot access the global variables within functions in BPS. Luckily this does not break BPS or WordPress in any way and PHP.net states this is technically not an error.
|
34 |
global $bps_last_version, $bps_version, $aitpro_bullet, $bps_topDiv, $bps_bottomDiv, $bpsPro_remote_addr, $bpsPro_http_client_ip, $bpsPro_http_forwarded, $bpsPro_http_x_forwarded_for, $bpsPro_http_x_cluster_client_ip, $bps_wpcontent_dir, $bps_plugin_dir, $plugin_hashes, $theme_hashes;
|
35 |
|
36 |
+
define( 'BULLETPROOF_VERSION', '5.1' );
|
37 |
+
$bps_last_version = '5.0';
|
38 |
+
$bps_version = '5.1';
|
39 |
$aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
|
40 |
// Top div & bottom div
|
41 |
$bps_topDiv = '<div id="message" class="updated" style="background-color:#dfecf2;border:1px solid #999;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><p>';
|
includes/hud-autofix-setup.php
CHANGED
@@ -322,6 +322,9 @@ function bpsPro_comet_cache_htaccess_check() {
|
|
322 |
}
|
323 |
|
324 |
// Heads Up Display - Check if WPFC is active or not and check root htaccess file for WPFC htaccess code
|
|
|
|
|
|
|
325 |
function bpsPro_wpfc_htaccess_check() {
|
326 |
|
327 |
if ( ! get_option('bulletproof_security_options_wizard_free') ) {
|
@@ -355,9 +358,14 @@ function bpsPro_wpfc_htaccess_check() {
|
|
355 |
$string = file_get_contents($filename);
|
356 |
|
357 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
358 |
-
|
359 |
|
360 |
-
|
|
|
|
|
|
|
|
|
|
|
361 |
$text = '<div class="update-nag" style="background-color:#dfecf2;border:1px solid #999;font-size:1em;font-weight:600;padding:2px 5px;margin-top:2px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><font color="#fb0101">'.__('WP Fastest Cache (WPFC) htaccess code was not found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Root Folder BulletProof Mode temporarily then disregard this message. When you activate Root Folder BulletProof Mode again this message will go away automatically.', 'bulletproof-security').'<br>'.__('If you just installed WP Fastest Cache then go to the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/core/core.php#bps-tabs-6' ).'" title="htaccess File Editor">'.__('BPS htaccess File Editor page', 'bulletproof-security').'</a>,'.__(' click the Unlock htaccess File button, then go to the WPFC plugin settings page, choose and save the WPFC plugin settings that you want to use and then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' to automatically setup/combine WPFC and BPS htaccess code together.', 'bulletproof-security').'</div>';
|
362 |
echo $text;
|
363 |
}
|
322 |
}
|
323 |
|
324 |
// Heads Up Display - Check if WPFC is active or not and check root htaccess file for WPFC htaccess code
|
325 |
+
// BPS 5.1: Commented out the WPFC option checking code. Things have changed in WPFC. So no longer use the WPFC option checking code.
|
326 |
+
// Note: On WPFC plugin deactivation the htaccess code is removed from the root htaccess file.
|
327 |
+
// The WPFC plugin deactivated condition will only fire if someone activates Root BPM if they still have WPFC htaccess code in CC.
|
328 |
function bpsPro_wpfc_htaccess_check() {
|
329 |
|
330 |
if ( ! get_option('bulletproof_security_options_wizard_free') ) {
|
358 |
$string = file_get_contents($filename);
|
359 |
|
360 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
361 |
+
//$wpfc_options = get_option('WpFastestCache');
|
362 |
|
363 |
+
// If someone has not chosen any WPFC htaccess code options then just return here.
|
364 |
+
if ( ! strpos($string, "WpFastestCache" ) && ! preg_match( $pattern, $bps_customcode_cache ) ) {
|
365 |
+
return;
|
366 |
+
}
|
367 |
+
|
368 |
+
if ( /*@$wpfc_options['wpFastestCacheStatus'] == 'on' && */ ! strpos($string, "WpFastestCache" ) ) {
|
369 |
$text = '<div class="update-nag" style="background-color:#dfecf2;border:1px solid #999;font-size:1em;font-weight:600;padding:2px 5px;margin-top:2px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><font color="#fb0101">'.__('WP Fastest Cache (WPFC) htaccess code was not found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Root Folder BulletProof Mode temporarily then disregard this message. When you activate Root Folder BulletProof Mode again this message will go away automatically.', 'bulletproof-security').'<br>'.__('If you just installed WP Fastest Cache then go to the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/core/core.php#bps-tabs-6' ).'" title="htaccess File Editor">'.__('BPS htaccess File Editor page', 'bulletproof-security').'</a>,'.__(' click the Unlock htaccess File button, then go to the WPFC plugin settings page, choose and save the WPFC plugin settings that you want to use and then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' to automatically setup/combine WPFC and BPS htaccess code together.', 'bulletproof-security').'</div>';
|
370 |
echo $text;
|
371 |
}
|
languages/bulletproof-security.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: bulletproof-security\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date: 2021-07-
|
7 |
"PO-Revision-Date: 2015-06-20 19:13-0800\n"
|
8 |
"Last-Translator: Ed Alexander <edward@ait-pro.com>\n"
|
9 |
"Language-Team: AITpro <info@ait-pro.com>\n"
|
@@ -10519,8 +10519,8 @@ msgstr ""
|
|
10519 |
#: admin/wizard/pwizard-autofix-setup.php:88
|
10520 |
#: admin/wizard/pwizard-autofix-setup.php:382
|
10521 |
#: admin/wizard/pwizard-autofix-setup.php:735
|
10522 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10523 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10524 |
msgid "Manually Edit the WordPress wp-config.php file"
|
10525 |
msgstr ""
|
10526 |
|
@@ -10691,21 +10691,21 @@ msgid ""
|
|
10691 |
"Endurance Page Cache plugin again."
|
10692 |
msgstr ""
|
10693 |
|
10694 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10695 |
msgid "WP Fastest Cache (WPFC) Plugin AutoSetup not required: "
|
10696 |
msgstr ""
|
10697 |
|
10698 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10699 |
msgid ""
|
10700 |
"GWIOD site types do not require AutoSetup because WPFC creates htaccess code "
|
10701 |
"in the site root htaccess file."
|
10702 |
msgstr ""
|
10703 |
|
10704 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10705 |
msgid "Error: WP Fastest Cache (WPFC) Plugin AutoSetup Unsuccessful: "
|
10706 |
msgstr ""
|
10707 |
|
10708 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10709 |
msgid ""
|
10710 |
"The Setup Wizard did not find any WPFC htaccess code in your Root htaccess "
|
10711 |
"file. Do these steps to fix the problem: Go to the BPS htaccess File Editor "
|
@@ -10714,21 +10714,21 @@ msgid ""
|
|
10714 |
"Pre-Installation Wizard and Setup Wizard again."
|
10715 |
msgstr ""
|
10716 |
|
10717 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10718 |
msgid "WP Fastest Cache (WPFC) Plugin AutoSetup Successful: "
|
10719 |
msgstr ""
|
10720 |
|
10721 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10722 |
msgid ""
|
10723 |
"Important Note: If you change any of your WP Fastest Cache settings at any "
|
10724 |
"time, re-run the Setup Wizards again."
|
10725 |
msgstr ""
|
10726 |
|
10727 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10728 |
msgid "WP Fastest Cache (WPFC) Plugin AutoCleanup Successful: "
|
10729 |
msgstr ""
|
10730 |
|
10731 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10732 |
msgid ""
|
10733 |
"AutoCleanup has removed all WPFC htaccess code from BPS Custom Code and your "
|
10734 |
"Root htaccess file if it existed. If you have WPFC installed and are still "
|
@@ -10736,23 +10736,23 @@ msgid ""
|
|
10736 |
"activated the WPFC plugin again and resaved your WPFC plugin settings again."
|
10737 |
msgstr ""
|
10738 |
|
10739 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10740 |
msgid "WP Rocket Plugin AutoSetup not required: "
|
10741 |
msgstr ""
|
10742 |
|
10743 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10744 |
msgid ""
|
10745 |
"GWIOD site types do not require AutoSetup because WP Rocket creates htaccess "
|
10746 |
"code in the site root htaccess file."
|
10747 |
msgstr ""
|
10748 |
|
10749 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10750 |
msgid ""
|
10751 |
"Error: The Pre-Installation Wizard is unable to add the WP Rocket WP_CACHE "
|
10752 |
"code in your wp-config.php file."
|
10753 |
msgstr ""
|
10754 |
|
10755 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10756 |
msgid ""
|
10757 |
"A wp-config.php file was NOT found in your WordPress website root folder. If "
|
10758 |
"you have moved your wp-config.php file to another folder location then you "
|
@@ -10762,21 +10762,21 @@ msgid ""
|
|
10762 |
"Click this link for the steps to manually edit your wp-config.php file: "
|
10763 |
msgstr ""
|
10764 |
|
10765 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10766 |
msgid "WP Rocket Plugin AutoSetup Successful: "
|
10767 |
msgstr ""
|
10768 |
|
10769 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10770 |
msgid ""
|
10771 |
"Important Note: If you change any of your WP Rocket settings at any time, re-"
|
10772 |
"run the Setup Wizards again."
|
10773 |
msgstr ""
|
10774 |
|
10775 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10776 |
msgid "WP Rocket Plugin AutoCleanup Successful: "
|
10777 |
msgstr ""
|
10778 |
|
10779 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10780 |
msgid ""
|
10781 |
"AutoCleanup has removed all WP Rocket htaccess code from BPS Custom Code and "
|
10782 |
"your Root htaccess file if it existed. If you have WP Rocket installed and "
|
@@ -10785,23 +10785,23 @@ msgid ""
|
|
10785 |
"plugin settings again."
|
10786 |
msgstr ""
|
10787 |
|
10788 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10789 |
msgid "LiteSpeed Cache Plugin AutoSetup not required: "
|
10790 |
msgstr ""
|
10791 |
|
10792 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10793 |
msgid ""
|
10794 |
"GWIOD site types do not require AutoSetup because LiteSpeed Cache creates "
|
10795 |
"htaccess code in the site root htaccess file."
|
10796 |
msgstr ""
|
10797 |
|
10798 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10799 |
msgid ""
|
10800 |
"Error: The Pre-Installation Wizard is unable to add the LiteSpeed Cache "
|
10801 |
"WP_CACHE code in your wp-config.php file."
|
10802 |
msgstr ""
|
10803 |
|
10804 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10805 |
msgid ""
|
10806 |
"A wp-config.php file was NOT found in your WordPress website root folder. If "
|
10807 |
"you have moved your wp-config.php file to another folder location then you "
|
@@ -10812,21 +10812,21 @@ msgid ""
|
|
10812 |
"file: "
|
10813 |
msgstr ""
|
10814 |
|
10815 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10816 |
msgid "LiteSpeed Cache Plugin AutoSetup Successful: "
|
10817 |
msgstr ""
|
10818 |
|
10819 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10820 |
msgid ""
|
10821 |
"Important Note: If you change any of your LiteSpeed Cache settings at any "
|
10822 |
"time, re-run the Setup Wizards again."
|
10823 |
msgstr ""
|
10824 |
|
10825 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10826 |
msgid "LiteSpeed Cache Plugin AutoCleanup Successful: "
|
10827 |
msgstr ""
|
10828 |
|
10829 |
-
#: admin/wizard/pwizard-autofix-setup.php:
|
10830 |
msgid ""
|
10831 |
"AutoCleanup has removed all LiteSpeed Cache htaccess code from BPS Custom "
|
10832 |
"Code and your Root htaccess file if it existed. If you have LiteSpeed Cache "
|
@@ -13001,10 +13001,10 @@ msgstr ""
|
|
13001 |
|
13002 |
#: includes/hud-autofix-setup.php:70 includes/hud-autofix-setup.php:132
|
13003 |
#: includes/hud-autofix-setup.php:209 includes/hud-autofix-setup.php:283
|
13004 |
-
#: includes/hud-autofix-setup.php:291 includes/hud-autofix-setup.php:
|
13005 |
-
#: includes/hud-autofix-setup.php:
|
13006 |
-
#: includes/hud-autofix-setup.php:
|
13007 |
-
#: includes/hud-autofix-setup.php:
|
13008 |
msgid "BPS htaccess File Editor page"
|
13009 |
msgstr ""
|
13010 |
|
@@ -13023,11 +13023,11 @@ msgstr ""
|
|
13023 |
#: includes/hud-autofix-setup.php:202 includes/hud-autofix-setup.php:209
|
13024 |
#: includes/hud-autofix-setup.php:234 includes/hud-autofix-setup.php:283
|
13025 |
#: includes/hud-autofix-setup.php:291 includes/hud-autofix-setup.php:316
|
13026 |
-
#: includes/hud-autofix-setup.php:
|
13027 |
-
#: includes/hud-autofix-setup.php:
|
13028 |
-
#: includes/hud-autofix-setup.php:
|
13029 |
-
#: includes/hud-autofix-setup.php:
|
13030 |
-
#: includes/hud-autofix-setup.php:
|
13031 |
msgid "BPS Setup Wizard"
|
13032 |
msgstr ""
|
13033 |
|
@@ -13041,8 +13041,8 @@ msgid ""
|
|
13041 |
msgstr ""
|
13042 |
|
13043 |
#: includes/hud-autofix-setup.php:125 includes/hud-autofix-setup.php:202
|
13044 |
-
#: includes/hud-autofix-setup.php:283 includes/hud-autofix-setup.php:
|
13045 |
-
#: includes/hud-autofix-setup.php:
|
13046 |
msgid ""
|
13047 |
"If you have deactivated Root Folder BulletProof Mode temporarily then "
|
13048 |
"disregard this message. When you activate Root Folder BulletProof Mode again "
|
@@ -13225,168 +13225,168 @@ msgstr ""
|
|
13225 |
msgid " after you have uninstalled/deleted the Comet Cache plugin."
|
13226 |
msgstr ""
|
13227 |
|
13228 |
-
#: includes/hud-autofix-setup.php:
|
13229 |
msgid ""
|
13230 |
"WP Fastest Cache (WPFC) htaccess code was not found in your Root htaccess "
|
13231 |
"file"
|
13232 |
msgstr ""
|
13233 |
|
13234 |
-
#: includes/hud-autofix-setup.php:
|
13235 |
msgid "If you just installed WP Fastest Cache then go to the "
|
13236 |
msgstr ""
|
13237 |
|
13238 |
-
#: includes/hud-autofix-setup.php:
|
13239 |
msgid ""
|
13240 |
" click the Unlock htaccess File button, then go to the WPFC plugin settings "
|
13241 |
"page, choose and save the WPFC plugin settings that you want to use and then "
|
13242 |
"run the "
|
13243 |
msgstr ""
|
13244 |
|
13245 |
-
#: includes/hud-autofix-setup.php:
|
13246 |
msgid " to automatically setup/combine WPFC and BPS htaccess code together."
|
13247 |
msgstr ""
|
13248 |
|
13249 |
-
#: includes/hud-autofix-setup.php:
|
13250 |
msgid ""
|
13251 |
"WP Fastest Cache (WPFC) Plugin htaccess code was not found in BPS Custom Code"
|
13252 |
msgstr ""
|
13253 |
|
13254 |
-
#: includes/hud-autofix-setup.php:
|
13255 |
msgid ""
|
13256 |
" click the Unlock htaccess File button, then go to the WP Fastest Cache "
|
13257 |
"plugin settings page, choose and save the WP Fastest Cache plugin settings "
|
13258 |
"that you want to use and then run the "
|
13259 |
msgstr ""
|
13260 |
|
13261 |
-
#: includes/hud-autofix-setup.php:
|
13262 |
msgid ""
|
13263 |
" to automatically setup/combine WP Fastest Cache and BPS htaccess code "
|
13264 |
"together."
|
13265 |
msgstr ""
|
13266 |
|
13267 |
-
#: includes/hud-autofix-setup.php:
|
13268 |
msgid ""
|
13269 |
"Note: If you change your WP Fastest Cache Plugin settings at a later time "
|
13270 |
"then repeat these steps."
|
13271 |
msgstr ""
|
13272 |
|
13273 |
-
#: includes/hud-autofix-setup.php:
|
13274 |
msgid ""
|
13275 |
"WP Fastest Cache (WPFC) is deactivated and WPFC htaccess code was found in "
|
13276 |
"your Root htaccess file"
|
13277 |
msgstr ""
|
13278 |
|
13279 |
-
#: includes/hud-autofix-setup.php:
|
13280 |
msgid "If you have deactivated WPFC temporarily then disregard this message."
|
13281 |
msgstr ""
|
13282 |
|
13283 |
-
#: includes/hud-autofix-setup.php:
|
13284 |
msgid "If you are planning on permanently uninstalling WPFC then run the "
|
13285 |
msgstr ""
|
13286 |
|
13287 |
-
#: includes/hud-autofix-setup.php:
|
13288 |
msgid " after you have uninstalled/deleted the WPFC plugin."
|
13289 |
msgstr ""
|
13290 |
|
13291 |
-
#: includes/hud-autofix-setup.php:
|
13292 |
msgid "WP Rocket htaccess code was not found in your Root htaccess file"
|
13293 |
msgstr ""
|
13294 |
|
13295 |
-
#: includes/hud-autofix-setup.php:
|
13296 |
msgid "If you just installed WP Rocket then go to the "
|
13297 |
msgstr ""
|
13298 |
|
13299 |
-
#: includes/hud-autofix-setup.php:
|
13300 |
msgid ""
|
13301 |
" click the Unlock htaccess File button, then go to the WP Rocket plugin "
|
13302 |
"settings page, choose and save the WP Rocket plugin settings that you want "
|
13303 |
"to use and then run the "
|
13304 |
msgstr ""
|
13305 |
|
13306 |
-
#: includes/hud-autofix-setup.php:
|
13307 |
msgid ""
|
13308 |
" to automatically setup/combine WP Rocket and BPS htaccess code together."
|
13309 |
msgstr ""
|
13310 |
|
13311 |
-
#: includes/hud-autofix-setup.php:
|
13312 |
msgid "WP Rocket Plugin htaccess code was not found in BPS Custom Code"
|
13313 |
msgstr ""
|
13314 |
|
13315 |
-
#: includes/hud-autofix-setup.php:
|
13316 |
msgid ""
|
13317 |
"Note: If you change your WP Rocket Plugin settings at a later time then "
|
13318 |
"repeat these steps."
|
13319 |
msgstr ""
|
13320 |
|
13321 |
-
#: includes/hud-autofix-setup.php:
|
13322 |
msgid ""
|
13323 |
"WP Rocket is deactivated and WP Rocket htaccess code was found in your Root "
|
13324 |
"htaccess file"
|
13325 |
msgstr ""
|
13326 |
|
13327 |
-
#: includes/hud-autofix-setup.php:
|
13328 |
msgid ""
|
13329 |
"If you have deactivated WP Rocket temporarily then disregard this message."
|
13330 |
msgstr ""
|
13331 |
|
13332 |
-
#: includes/hud-autofix-setup.php:
|
13333 |
msgid "If you are planning on permanently uninstalling WP Rocket then run the "
|
13334 |
msgstr ""
|
13335 |
|
13336 |
-
#: includes/hud-autofix-setup.php:
|
13337 |
msgid " after you have uninstalled/deleted the WP Rocket plugin."
|
13338 |
msgstr ""
|
13339 |
|
13340 |
-
#: includes/hud-autofix-setup.php:
|
13341 |
msgid ""
|
13342 |
"LiteSpeed Cache Plugin htaccess code was not found in your Root htaccess file"
|
13343 |
msgstr ""
|
13344 |
|
13345 |
-
#: includes/hud-autofix-setup.php:
|
13346 |
msgid "If you just installed LiteSpeed Cache then go to the "
|
13347 |
msgstr ""
|
13348 |
|
13349 |
-
#: includes/hud-autofix-setup.php:
|
13350 |
msgid ""
|
13351 |
" click the Unlock htaccess File button, then go to the LiteSpeed Cache "
|
13352 |
"plugin settings page, choose and save the LiteSpeed Cache plugin settings "
|
13353 |
"that you want to use and then run the "
|
13354 |
msgstr ""
|
13355 |
|
13356 |
-
#: includes/hud-autofix-setup.php:
|
13357 |
msgid ""
|
13358 |
" to automatically setup/combine LiteSpeed Cache and BPS htaccess code "
|
13359 |
"together."
|
13360 |
msgstr ""
|
13361 |
|
13362 |
-
#: includes/hud-autofix-setup.php:
|
13363 |
msgid "LiteSpeed Cache Plugin htaccess code was not found in BPS Custom Code"
|
13364 |
msgstr ""
|
13365 |
|
13366 |
-
#: includes/hud-autofix-setup.php:
|
13367 |
msgid ""
|
13368 |
"Note: If you change your LiteSpeed Cache Plugin settings at a later time "
|
13369 |
"then repeat these steps."
|
13370 |
msgstr ""
|
13371 |
|
13372 |
-
#: includes/hud-autofix-setup.php:
|
13373 |
msgid ""
|
13374 |
"LiteSpeed Cache Plugin is deactivated and LiteSpeed Cache htaccess code was "
|
13375 |
"found in your Root htaccess file"
|
13376 |
msgstr ""
|
13377 |
|
13378 |
-
#: includes/hud-autofix-setup.php:
|
13379 |
msgid ""
|
13380 |
"If you have deactivated LiteSpeed Cache temporarily then disregard this "
|
13381 |
"message."
|
13382 |
msgstr ""
|
13383 |
|
13384 |
-
#: includes/hud-autofix-setup.php:
|
13385 |
msgid ""
|
13386 |
"If you are planning on permanently uninstalling LiteSpeed Cache then run the "
|
13387 |
msgstr ""
|
13388 |
|
13389 |
-
#: includes/hud-autofix-setup.php:
|
13390 |
msgid " after you have uninstalled/deleted the LiteSpeed Cache plugin."
|
13391 |
msgstr ""
|
13392 |
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: bulletproof-security\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2021-07-28 12:47-0700\n"
|
7 |
"PO-Revision-Date: 2015-06-20 19:13-0800\n"
|
8 |
"Last-Translator: Ed Alexander <edward@ait-pro.com>\n"
|
9 |
"Language-Team: AITpro <info@ait-pro.com>\n"
|
10519 |
#: admin/wizard/pwizard-autofix-setup.php:88
|
10520 |
#: admin/wizard/pwizard-autofix-setup.php:382
|
10521 |
#: admin/wizard/pwizard-autofix-setup.php:735
|
10522 |
+
#: admin/wizard/pwizard-autofix-setup.php:1620
|
10523 |
+
#: admin/wizard/pwizard-autofix-setup.php:1912
|
10524 |
msgid "Manually Edit the WordPress wp-config.php file"
|
10525 |
msgstr ""
|
10526 |
|
10691 |
"Endurance Page Cache plugin again."
|
10692 |
msgstr ""
|
10693 |
|
10694 |
+
#: admin/wizard/pwizard-autofix-setup.php:1316
|
10695 |
msgid "WP Fastest Cache (WPFC) Plugin AutoSetup not required: "
|
10696 |
msgstr ""
|
10697 |
|
10698 |
+
#: admin/wizard/pwizard-autofix-setup.php:1316
|
10699 |
msgid ""
|
10700 |
"GWIOD site types do not require AutoSetup because WPFC creates htaccess code "
|
10701 |
"in the site root htaccess file."
|
10702 |
msgstr ""
|
10703 |
|
10704 |
+
#: admin/wizard/pwizard-autofix-setup.php:1382
|
10705 |
msgid "Error: WP Fastest Cache (WPFC) Plugin AutoSetup Unsuccessful: "
|
10706 |
msgstr ""
|
10707 |
|
10708 |
+
#: admin/wizard/pwizard-autofix-setup.php:1382
|
10709 |
msgid ""
|
10710 |
"The Setup Wizard did not find any WPFC htaccess code in your Root htaccess "
|
10711 |
"file. Do these steps to fix the problem: Go to the BPS htaccess File Editor "
|
10714 |
"Pre-Installation Wizard and Setup Wizard again."
|
10715 |
msgstr ""
|
10716 |
|
10717 |
+
#: admin/wizard/pwizard-autofix-setup.php:1439
|
10718 |
msgid "WP Fastest Cache (WPFC) Plugin AutoSetup Successful: "
|
10719 |
msgstr ""
|
10720 |
|
10721 |
+
#: admin/wizard/pwizard-autofix-setup.php:1439
|
10722 |
msgid ""
|
10723 |
"Important Note: If you change any of your WP Fastest Cache settings at any "
|
10724 |
"time, re-run the Setup Wizards again."
|
10725 |
msgstr ""
|
10726 |
|
10727 |
+
#: admin/wizard/pwizard-autofix-setup.php:1543
|
10728 |
msgid "WP Fastest Cache (WPFC) Plugin AutoCleanup Successful: "
|
10729 |
msgstr ""
|
10730 |
|
10731 |
+
#: admin/wizard/pwizard-autofix-setup.php:1543
|
10732 |
msgid ""
|
10733 |
"AutoCleanup has removed all WPFC htaccess code from BPS Custom Code and your "
|
10734 |
"Root htaccess file if it existed. If you have WPFC installed and are still "
|
10736 |
"activated the WPFC plugin again and resaved your WPFC plugin settings again."
|
10737 |
msgstr ""
|
10738 |
|
10739 |
+
#: admin/wizard/pwizard-autofix-setup.php:1595
|
10740 |
msgid "WP Rocket Plugin AutoSetup not required: "
|
10741 |
msgstr ""
|
10742 |
|
10743 |
+
#: admin/wizard/pwizard-autofix-setup.php:1595
|
10744 |
msgid ""
|
10745 |
"GWIOD site types do not require AutoSetup because WP Rocket creates htaccess "
|
10746 |
"code in the site root htaccess file."
|
10747 |
msgstr ""
|
10748 |
|
10749 |
+
#: admin/wizard/pwizard-autofix-setup.php:1620
|
10750 |
msgid ""
|
10751 |
"Error: The Pre-Installation Wizard is unable to add the WP Rocket WP_CACHE "
|
10752 |
"code in your wp-config.php file."
|
10753 |
msgstr ""
|
10754 |
|
10755 |
+
#: admin/wizard/pwizard-autofix-setup.php:1620
|
10756 |
msgid ""
|
10757 |
"A wp-config.php file was NOT found in your WordPress website root folder. If "
|
10758 |
"you have moved your wp-config.php file to another folder location then you "
|
10762 |
"Click this link for the steps to manually edit your wp-config.php file: "
|
10763 |
msgstr ""
|
10764 |
|
10765 |
+
#: admin/wizard/pwizard-autofix-setup.php:1723
|
10766 |
msgid "WP Rocket Plugin AutoSetup Successful: "
|
10767 |
msgstr ""
|
10768 |
|
10769 |
+
#: admin/wizard/pwizard-autofix-setup.php:1723
|
10770 |
msgid ""
|
10771 |
"Important Note: If you change any of your WP Rocket settings at any time, re-"
|
10772 |
"run the Setup Wizards again."
|
10773 |
msgstr ""
|
10774 |
|
10775 |
+
#: admin/wizard/pwizard-autofix-setup.php:1838
|
10776 |
msgid "WP Rocket Plugin AutoCleanup Successful: "
|
10777 |
msgstr ""
|
10778 |
|
10779 |
+
#: admin/wizard/pwizard-autofix-setup.php:1838
|
10780 |
msgid ""
|
10781 |
"AutoCleanup has removed all WP Rocket htaccess code from BPS Custom Code and "
|
10782 |
"your Root htaccess file if it existed. If you have WP Rocket installed and "
|
10785 |
"plugin settings again."
|
10786 |
msgstr ""
|
10787 |
|
10788 |
+
#: admin/wizard/pwizard-autofix-setup.php:1887
|
10789 |
msgid "LiteSpeed Cache Plugin AutoSetup not required: "
|
10790 |
msgstr ""
|
10791 |
|
10792 |
+
#: admin/wizard/pwizard-autofix-setup.php:1887
|
10793 |
msgid ""
|
10794 |
"GWIOD site types do not require AutoSetup because LiteSpeed Cache creates "
|
10795 |
"htaccess code in the site root htaccess file."
|
10796 |
msgstr ""
|
10797 |
|
10798 |
+
#: admin/wizard/pwizard-autofix-setup.php:1912
|
10799 |
msgid ""
|
10800 |
"Error: The Pre-Installation Wizard is unable to add the LiteSpeed Cache "
|
10801 |
"WP_CACHE code in your wp-config.php file."
|
10802 |
msgstr ""
|
10803 |
|
10804 |
+
#: admin/wizard/pwizard-autofix-setup.php:1912
|
10805 |
msgid ""
|
10806 |
"A wp-config.php file was NOT found in your WordPress website root folder. If "
|
10807 |
"you have moved your wp-config.php file to another folder location then you "
|
10812 |
"file: "
|
10813 |
msgstr ""
|
10814 |
|
10815 |
+
#: admin/wizard/pwizard-autofix-setup.php:2015
|
10816 |
msgid "LiteSpeed Cache Plugin AutoSetup Successful: "
|
10817 |
msgstr ""
|
10818 |
|
10819 |
+
#: admin/wizard/pwizard-autofix-setup.php:2015
|
10820 |
msgid ""
|
10821 |
"Important Note: If you change any of your LiteSpeed Cache settings at any "
|
10822 |
"time, re-run the Setup Wizards again."
|
10823 |
msgstr ""
|
10824 |
|
10825 |
+
#: admin/wizard/pwizard-autofix-setup.php:2109
|
10826 |
msgid "LiteSpeed Cache Plugin AutoCleanup Successful: "
|
10827 |
msgstr ""
|
10828 |
|
10829 |
+
#: admin/wizard/pwizard-autofix-setup.php:2109
|
10830 |
msgid ""
|
10831 |
"AutoCleanup has removed all LiteSpeed Cache htaccess code from BPS Custom "
|
10832 |
"Code and your Root htaccess file if it existed. If you have LiteSpeed Cache "
|
13001 |
|
13002 |
#: includes/hud-autofix-setup.php:70 includes/hud-autofix-setup.php:132
|
13003 |
#: includes/hud-autofix-setup.php:209 includes/hud-autofix-setup.php:283
|
13004 |
+
#: includes/hud-autofix-setup.php:291 includes/hud-autofix-setup.php:364
|
13005 |
+
#: includes/hud-autofix-setup.php:371 includes/hud-autofix-setup.php:440
|
13006 |
+
#: includes/hud-autofix-setup.php:447 includes/hud-autofix-setup.php:516
|
13007 |
+
#: includes/hud-autofix-setup.php:523
|
13008 |
msgid "BPS htaccess File Editor page"
|
13009 |
msgstr ""
|
13010 |
|
13023 |
#: includes/hud-autofix-setup.php:202 includes/hud-autofix-setup.php:209
|
13024 |
#: includes/hud-autofix-setup.php:234 includes/hud-autofix-setup.php:283
|
13025 |
#: includes/hud-autofix-setup.php:291 includes/hud-autofix-setup.php:316
|
13026 |
+
#: includes/hud-autofix-setup.php:364 includes/hud-autofix-setup.php:371
|
13027 |
+
#: includes/hud-autofix-setup.php:396 includes/hud-autofix-setup.php:440
|
13028 |
+
#: includes/hud-autofix-setup.php:447 includes/hud-autofix-setup.php:472
|
13029 |
+
#: includes/hud-autofix-setup.php:516 includes/hud-autofix-setup.php:523
|
13030 |
+
#: includes/hud-autofix-setup.php:549
|
13031 |
msgid "BPS Setup Wizard"
|
13032 |
msgstr ""
|
13033 |
|
13041 |
msgstr ""
|
13042 |
|
13043 |
#: includes/hud-autofix-setup.php:125 includes/hud-autofix-setup.php:202
|
13044 |
+
#: includes/hud-autofix-setup.php:283 includes/hud-autofix-setup.php:364
|
13045 |
+
#: includes/hud-autofix-setup.php:440 includes/hud-autofix-setup.php:516
|
13046 |
msgid ""
|
13047 |
"If you have deactivated Root Folder BulletProof Mode temporarily then "
|
13048 |
"disregard this message. When you activate Root Folder BulletProof Mode again "
|
13225 |
msgid " after you have uninstalled/deleted the Comet Cache plugin."
|
13226 |
msgstr ""
|
13227 |
|
13228 |
+
#: includes/hud-autofix-setup.php:364
|
13229 |
msgid ""
|
13230 |
"WP Fastest Cache (WPFC) htaccess code was not found in your Root htaccess "
|
13231 |
"file"
|
13232 |
msgstr ""
|
13233 |
|
13234 |
+
#: includes/hud-autofix-setup.php:364 includes/hud-autofix-setup.php:371
|
13235 |
msgid "If you just installed WP Fastest Cache then go to the "
|
13236 |
msgstr ""
|
13237 |
|
13238 |
+
#: includes/hud-autofix-setup.php:364
|
13239 |
msgid ""
|
13240 |
" click the Unlock htaccess File button, then go to the WPFC plugin settings "
|
13241 |
"page, choose and save the WPFC plugin settings that you want to use and then "
|
13242 |
"run the "
|
13243 |
msgstr ""
|
13244 |
|
13245 |
+
#: includes/hud-autofix-setup.php:364
|
13246 |
msgid " to automatically setup/combine WPFC and BPS htaccess code together."
|
13247 |
msgstr ""
|
13248 |
|
13249 |
+
#: includes/hud-autofix-setup.php:371
|
13250 |
msgid ""
|
13251 |
"WP Fastest Cache (WPFC) Plugin htaccess code was not found in BPS Custom Code"
|
13252 |
msgstr ""
|
13253 |
|
13254 |
+
#: includes/hud-autofix-setup.php:371
|
13255 |
msgid ""
|
13256 |
" click the Unlock htaccess File button, then go to the WP Fastest Cache "
|
13257 |
"plugin settings page, choose and save the WP Fastest Cache plugin settings "
|
13258 |
"that you want to use and then run the "
|
13259 |
msgstr ""
|
13260 |
|
13261 |
+
#: includes/hud-autofix-setup.php:371
|
13262 |
msgid ""
|
13263 |
" to automatically setup/combine WP Fastest Cache and BPS htaccess code "
|
13264 |
"together."
|
13265 |
msgstr ""
|
13266 |
|
13267 |
+
#: includes/hud-autofix-setup.php:371
|
13268 |
msgid ""
|
13269 |
"Note: If you change your WP Fastest Cache Plugin settings at a later time "
|
13270 |
"then repeat these steps."
|
13271 |
msgstr ""
|
13272 |
|
13273 |
+
#: includes/hud-autofix-setup.php:396
|
13274 |
msgid ""
|
13275 |
"WP Fastest Cache (WPFC) is deactivated and WPFC htaccess code was found in "
|
13276 |
"your Root htaccess file"
|
13277 |
msgstr ""
|
13278 |
|
13279 |
+
#: includes/hud-autofix-setup.php:396
|
13280 |
msgid "If you have deactivated WPFC temporarily then disregard this message."
|
13281 |
msgstr ""
|
13282 |
|
13283 |
+
#: includes/hud-autofix-setup.php:396
|
13284 |
msgid "If you are planning on permanently uninstalling WPFC then run the "
|
13285 |
msgstr ""
|
13286 |
|
13287 |
+
#: includes/hud-autofix-setup.php:396
|
13288 |
msgid " after you have uninstalled/deleted the WPFC plugin."
|
13289 |
msgstr ""
|
13290 |
|
13291 |
+
#: includes/hud-autofix-setup.php:440
|
13292 |
msgid "WP Rocket htaccess code was not found in your Root htaccess file"
|
13293 |
msgstr ""
|
13294 |
|
13295 |
+
#: includes/hud-autofix-setup.php:440 includes/hud-autofix-setup.php:447
|
13296 |
msgid "If you just installed WP Rocket then go to the "
|
13297 |
msgstr ""
|
13298 |
|
13299 |
+
#: includes/hud-autofix-setup.php:440 includes/hud-autofix-setup.php:447
|
13300 |
msgid ""
|
13301 |
" click the Unlock htaccess File button, then go to the WP Rocket plugin "
|
13302 |
"settings page, choose and save the WP Rocket plugin settings that you want "
|
13303 |
"to use and then run the "
|
13304 |
msgstr ""
|
13305 |
|
13306 |
+
#: includes/hud-autofix-setup.php:440 includes/hud-autofix-setup.php:447
|
13307 |
msgid ""
|
13308 |
" to automatically setup/combine WP Rocket and BPS htaccess code together."
|
13309 |
msgstr ""
|
13310 |
|
13311 |
+
#: includes/hud-autofix-setup.php:447
|
13312 |
msgid "WP Rocket Plugin htaccess code was not found in BPS Custom Code"
|
13313 |
msgstr ""
|
13314 |
|
13315 |
+
#: includes/hud-autofix-setup.php:447
|
13316 |
msgid ""
|
13317 |
"Note: If you change your WP Rocket Plugin settings at a later time then "
|
13318 |
"repeat these steps."
|
13319 |
msgstr ""
|
13320 |
|
13321 |
+
#: includes/hud-autofix-setup.php:472
|
13322 |
msgid ""
|
13323 |
"WP Rocket is deactivated and WP Rocket htaccess code was found in your Root "
|
13324 |
"htaccess file"
|
13325 |
msgstr ""
|
13326 |
|
13327 |
+
#: includes/hud-autofix-setup.php:472
|
13328 |
msgid ""
|
13329 |
"If you have deactivated WP Rocket temporarily then disregard this message."
|
13330 |
msgstr ""
|
13331 |
|
13332 |
+
#: includes/hud-autofix-setup.php:472
|
13333 |
msgid "If you are planning on permanently uninstalling WP Rocket then run the "
|
13334 |
msgstr ""
|
13335 |
|
13336 |
+
#: includes/hud-autofix-setup.php:472
|
13337 |
msgid " after you have uninstalled/deleted the WP Rocket plugin."
|
13338 |
msgstr ""
|
13339 |
|
13340 |
+
#: includes/hud-autofix-setup.php:516
|
13341 |
msgid ""
|
13342 |
"LiteSpeed Cache Plugin htaccess code was not found in your Root htaccess file"
|
13343 |
msgstr ""
|
13344 |
|
13345 |
+
#: includes/hud-autofix-setup.php:516 includes/hud-autofix-setup.php:523
|
13346 |
msgid "If you just installed LiteSpeed Cache then go to the "
|
13347 |
msgstr ""
|
13348 |
|
13349 |
+
#: includes/hud-autofix-setup.php:516 includes/hud-autofix-setup.php:523
|
13350 |
msgid ""
|
13351 |
" click the Unlock htaccess File button, then go to the LiteSpeed Cache "
|
13352 |
"plugin settings page, choose and save the LiteSpeed Cache plugin settings "
|
13353 |
"that you want to use and then run the "
|
13354 |
msgstr ""
|
13355 |
|
13356 |
+
#: includes/hud-autofix-setup.php:516 includes/hud-autofix-setup.php:523
|
13357 |
msgid ""
|
13358 |
" to automatically setup/combine LiteSpeed Cache and BPS htaccess code "
|
13359 |
"together."
|
13360 |
msgstr ""
|
13361 |
|
13362 |
+
#: includes/hud-autofix-setup.php:523
|
13363 |
msgid "LiteSpeed Cache Plugin htaccess code was not found in BPS Custom Code"
|
13364 |
msgstr ""
|
13365 |
|
13366 |
+
#: includes/hud-autofix-setup.php:523
|
13367 |
msgid ""
|
13368 |
"Note: If you change your LiteSpeed Cache Plugin settings at a later time "
|
13369 |
"then repeat these steps."
|
13370 |
msgstr ""
|
13371 |
|
13372 |
+
#: includes/hud-autofix-setup.php:549
|
13373 |
msgid ""
|
13374 |
"LiteSpeed Cache Plugin is deactivated and LiteSpeed Cache htaccess code was "
|
13375 |
"found in your Root htaccess file"
|
13376 |
msgstr ""
|
13377 |
|
13378 |
+
#: includes/hud-autofix-setup.php:549
|
13379 |
msgid ""
|
13380 |
"If you have deactivated LiteSpeed Cache temporarily then disregard this "
|
13381 |
"message."
|
13382 |
msgstr ""
|
13383 |
|
13384 |
+
#: includes/hud-autofix-setup.php:549
|
13385 |
msgid ""
|
13386 |
"If you are planning on permanently uninstalling LiteSpeed Cache then run the "
|
13387 |
msgstr ""
|
13388 |
|
13389 |
+
#: includes/hud-autofix-setup.php:549
|
13390 |
msgid " after you have uninstalled/deleted the LiteSpeed Cache plugin."
|
13391 |
msgstr ""
|
13392 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://wordpress.org/support/view/plugin-reviews/bulletproof-secur
|
|
4 |
Tags: security, secure, malware scanner, login security, firewall, security plugin, wordpress security, login, bruteforce, backup, exploit, infection, protection, virus, anti-virus, logout, spam, anti-spam
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 5.8
|
7 |
-
Stable tag: 5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Tags: security, secure, malware scanner, login security, firewall, security plugin, wordpress security, login, bruteforce, backup, exploit, infection, protection, virus, anti-virus, logout, spam, anti-spam
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 5.8
|
7 |
+
Stable tag: 5.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|