BulletProof Security - Version 3.5

Version Description

Download this release

Release Info

Developer AITpro
Plugin Icon 128x128 BulletProof Security
Version 3.5
Comparing to
See all releases

Code changes from version 3.4 to 3.5

admin/core/core-forms.php CHANGED
@@ -15,7 +15,7 @@ if ( isset( $_POST['Submit-WBM-Activate'] ) && current_user_can('manage_options'
15
 
16
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
17
  echo $bps_topDiv;
18
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: wp-admin htaccess file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
19
  echo $text;
20
  echo $bps_bottomDiv;
21
  return;
@@ -95,7 +95,7 @@ if ( isset( $_POST['Submit-WBM-Deactivate'] ) && current_user_can('manage_option
95
 
96
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
97
  echo $bps_topDiv;
98
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: wp-admin htaccess file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
99
  echo $text;
100
  echo $bps_bottomDiv;
101
  return;
@@ -193,7 +193,7 @@ if ( isset( $_POST['Submit-MBM-Activate'] ) && current_user_can('manage_options'
193
 
194
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
195
  echo $bps_topDiv;
196
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: Master htaccess file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
197
  echo $text;
198
  echo $bps_bottomDiv;
199
  return;
@@ -243,7 +243,7 @@ if ( isset( $_POST['Submit-MBM-Deactivate'] ) && current_user_can('manage_option
243
 
244
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
245
  echo $bps_topDiv;
246
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: Master htaccess file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
247
  echo $text;
248
  echo $bps_bottomDiv;
249
  return;
@@ -277,7 +277,7 @@ if ( isset( $_POST['Submit-BBM-Activate'] ) && current_user_can('manage_options'
277
 
278
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
279
  echo $bps_topDiv;
280
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: BPS Backup htaccess file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
281
  echo $text;
282
  echo $bps_bottomDiv;
283
  return;
@@ -327,7 +327,7 @@ if ( isset( $_POST['Submit-BBM-Deactivate'] ) && current_user_can('manage_option
327
 
328
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
329
  echo $bps_topDiv;
330
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: BPS Backup htaccess file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
331
  echo $text;
332
  echo $bps_bottomDiv;
333
  return;
@@ -361,7 +361,7 @@ if ( isset( $_POST['Submit-Backup-htaccess-Files'] ) && current_user_can('manage
361
 
362
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
363
  echo $bps_topDiv;
364
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: htaccess file Backup is disabled.', 'bulletproof-security').'</strong></font><br>';
365
  echo $text;
366
  echo $bps_bottomDiv;
367
  return;
@@ -427,7 +427,7 @@ if ( isset( $_POST['Submit-Restore-htaccess-Files'] ) && current_user_can('manag
427
 
428
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
429
  echo $bps_topDiv;
430
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: htaccess file Restore is disabled.', 'bulletproof-security').'</strong></font><br>';
431
  echo $text;
432
  echo $bps_bottomDiv;
433
  return;
15
 
16
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
17
  echo $bps_topDiv;
18
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: wp-admin htaccess file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
19
  echo $text;
20
  echo $bps_bottomDiv;
21
  return;
95
 
96
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
97
  echo $bps_topDiv;
98
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: wp-admin htaccess file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
99
  echo $text;
100
  echo $bps_bottomDiv;
101
  return;
193
 
194
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
195
  echo $bps_topDiv;
196
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: Master htaccess file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
197
  echo $text;
198
  echo $bps_bottomDiv;
199
  return;
243
 
244
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
245
  echo $bps_topDiv;
246
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: Master htaccess file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
247
  echo $text;
248
  echo $bps_bottomDiv;
249
  return;
277
 
278
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
279
  echo $bps_topDiv;
280
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: BPS Backup htaccess file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
281
  echo $text;
282
  echo $bps_bottomDiv;
283
  return;
327
 
328
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
329
  echo $bps_topDiv;
330
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: BPS Backup htaccess file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
331
  echo $text;
332
  echo $bps_bottomDiv;
333
  return;
361
 
362
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
363
  echo $bps_topDiv;
364
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: htaccess file Backup is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
365
  echo $text;
366
  echo $bps_bottomDiv;
367
  return;
427
 
428
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
429
  echo $bps_topDiv;
430
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: htaccess file Restore is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
431
  echo $text;
432
  echo $bps_bottomDiv;
433
  return;
admin/core/core-htaccess-code.php CHANGED
@@ -434,7 +434,7 @@ if ( isset( $_POST['Submit-RBM-Deactivate'] ) && current_user_can('manage_option
434
 
435
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
436
  echo $bps_topDiv;
437
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: Root htaccess file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
438
  echo $text;
439
  echo $bps_bottomDiv;
440
  return;
@@ -518,7 +518,7 @@ if ( isset( $_POST['Submit-RBM-Activate'] ) && current_user_can('manage_options'
518
 
519
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
520
  echo $bps_topDiv;
521
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: Root htaccess file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
522
  echo $text;
523
  echo $bps_bottomDiv;
524
  return;
@@ -587,7 +587,7 @@ if ( isset( $_POST['Submit-RBM-Deactivate-Network'] ) && current_user_can('manag
587
 
588
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
589
  echo $bps_topDiv;
590
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: Root htaccess file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
591
  echo $text;
592
  echo $bps_bottomDiv;
593
  return;
@@ -671,7 +671,7 @@ if ( isset( $_POST['Submit-RBM-Activate-Network'] ) && current_user_can('manage_
671
 
672
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
673
  echo $bps_topDiv;
674
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: Root htaccess file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
675
  echo $text;
676
  echo $bps_bottomDiv;
677
  return;
434
 
435
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
436
  echo $bps_topDiv;
437
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: Root htaccess file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
438
  echo $text;
439
  echo $bps_bottomDiv;
440
  return;
518
 
519
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
520
  echo $bps_topDiv;
521
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: Root htaccess file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
522
  echo $text;
523
  echo $bps_bottomDiv;
524
  return;
587
 
588
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
589
  echo $bps_topDiv;
590
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: Root htaccess file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
591
  echo $text;
592
  echo $bps_bottomDiv;
593
  return;
671
 
672
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
673
  echo $bps_topDiv;
674
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: Root htaccess file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
675
  echo $text;
676
  echo $bps_bottomDiv;
677
  return;
admin/core/core.php CHANGED
@@ -779,7 +779,7 @@ $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
779
 
780
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
781
  echo $bps_topDiv;
782
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: secure.htaccess Master file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
783
  echo $text;
784
  echo $bps_bottomDiv;
785
  return;
@@ -856,7 +856,7 @@ $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
856
 
857
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
858
  echo $bps_topDiv;
859
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: default.htaccess Master file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
860
  echo $text;
861
  echo $bps_bottomDiv;
862
  return;
@@ -958,7 +958,7 @@ $write_test = "";
958
 
959
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
960
  echo $bps_topDiv;
961
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: wpadmin-secure.htaccess Master file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
962
  echo $text;
963
  echo $bps_bottomDiv;
964
  return;
@@ -1036,7 +1036,7 @@ $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
1036
 
1037
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
1038
  echo $bps_topDiv;
1039
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: Root htaccess file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
1040
  echo $text;
1041
  echo $bps_bottomDiv;
1042
  return;
@@ -1124,7 +1124,7 @@ $write_test = "";
1124
 
1125
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
1126
  echo $bps_topDiv;
1127
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: wp-admin htaccess file writing is disabled.', 'bulletproof-security').'</strong></font><br>';
1128
  echo $text;
1129
  echo $bps_bottomDiv;
1130
  return;
@@ -1716,6 +1716,8 @@ $text = '<h3><span class="blue-bold">'.__('The Complete Website Security Solutio
1716
  <div id="milestone">8 Year Milestone: 8-1-2019 | First Public Release: 8-1-2011</div>
1717
  <div class="pro-links">
1718
  <?php
 
 
1719
  echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '13.8', 'https://www.ait-pro.com/aitpro-blog/5537/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-13-8/' ).'<br>';
1720
  echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '13.7', 'https://www.ait-pro.com/aitpro-blog/5518/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-13-7/' ).'<br>'; ?>
1721
  </div>
779
 
780
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
781
  echo $bps_topDiv;
782
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: secure.htaccess Master file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
783
  echo $text;
784
  echo $bps_bottomDiv;
785
  return;
856
 
857
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
858
  echo $bps_topDiv;
859
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: default.htaccess Master file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
860
  echo $text;
861
  echo $bps_bottomDiv;
862
  return;
958
 
959
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
960
  echo $bps_topDiv;
961
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: wpadmin-secure.htaccess Master file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
962
  echo $text;
963
  echo $bps_bottomDiv;
964
  return;
1036
 
1037
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
1038
  echo $bps_topDiv;
1039
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: Root htaccess file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
1040
  echo $text;
1041
  echo $bps_bottomDiv;
1042
  return;
1124
 
1125
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
1126
  echo $bps_topDiv;
1127
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: wp-admin htaccess file writing is disabled. ', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
1128
  echo $text;
1129
  echo $bps_bottomDiv;
1130
  return;
1716
  <div id="milestone">8 Year Milestone: 8-1-2019 | First Public Release: 8-1-2011</div>
1717
  <div class="pro-links">
1718
  <?php
1719
+ echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14', 'https://www.ait-pro.com/aitpro-blog/5551/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14/' ).'<br>';
1720
+ echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '13.9', 'https://www.ait-pro.com/aitpro-blog/5545/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-13-9/' ).'<br>';
1721
  echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '13.8', 'https://www.ait-pro.com/aitpro-blog/5537/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-13-8/' ).'<br>';
1722
  echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '13.7', 'https://www.ait-pro.com/aitpro-blog/5518/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-13-7/' ).'<br>'; ?>
1723
  </div>
admin/htaccess/secure.htaccess CHANGED
@@ -1,4 +1,4 @@
1
- # BULLETPROOF 3.4 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.
1
+ # BULLETPROOF 3.5 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 3.4 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
1
+ # BULLETPROOF 3.5 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/includes/admin.php CHANGED
@@ -378,6 +378,7 @@ if ( $bpsPro_SLF_options['bps_slf_filter'] == 'On' ) {
378
 
379
  // Prevents other plugin and theme Styles from loading in BPS plugin pages
380
  // .53.8: Added Debug option
 
381
  function bpsPro_style_loader_filter($tag){
382
 
383
  if ( preg_match( '/page=bulletproof-security/', esc_html($_SERVER['REQUEST_URI']), $matches) ) {
@@ -389,21 +390,14 @@ function bpsPro_style_loader_filter($tag){
389
 
390
  if ( ! strpos( $tag, 'bulletproof-security' ) && ! strpos( $tag, 'wp-admin' ) && ! strpos( $tag, 'wp-includes' ) )
391
 
392
- $tag = preg_replace( '/\.css/', ".css-script-nulled", $tag );
393
 
394
  if ( $Debug_options['bps_debug'] == 'On' ) {
395
 
396
- if ( preg_match( '/\/(plugins|themes)\/.*\.css-script-nulled/', $tag, $matches ) ) {
397
 
398
  echo $topDiv;
399
- echo '<font color="blue"><strong>'.__('BPS UI|UX Debug: SLF css Scripts Nulled', 'bulletproof-security').'</strong></font><br>';
400
- print_r($matches[0]);
401
- echo '</p></div>';
402
- }
403
-
404
- if ( ! preg_match( '/\/(plugins|themes)\/.*\.css-script-nulled/', $tag, $matches ) && preg_match( '/\/(plugins|themes)\/.*\.css/', $tag, $matches ) ) {
405
- echo $topDiv;
406
- echo '<font color="blue"><strong>'.__('BPS UI|UX Debug: SLF css Scripts Not Nulled|Allowed', 'bulletproof-security').'</strong></font><br>';
407
  print_r($matches[0]);
408
  echo '</p></div>';
409
  }
@@ -414,6 +408,7 @@ function bpsPro_style_loader_filter($tag){
414
 
415
  // Prevents other plugin and theme Scripts from loading in BPS plugin pages
416
  // .53.8: Added Debug option
 
417
  function bpsPro_script_loader_filter($tag){
418
 
419
  if ( preg_match( '/page=bulletproof-security/', esc_html($_SERVER['REQUEST_URI']), $matches) ) {
@@ -425,21 +420,14 @@ function bpsPro_script_loader_filter($tag){
425
 
426
  if ( ! strpos( $tag, 'bulletproof-security' ) && ! strpos( $tag, 'wp-admin' ) && ! strpos( $tag, 'wp-includes' ) )
427
 
428
- $tag = preg_replace( '/\.js/', ".js-script-nulled", $tag );
429
 
430
  if ( $Debug_options['bps_debug'] == 'On' ) {
431
 
432
- if ( preg_match( '/\/(plugins|themes)\/.*\.js-script-nulled/', $tag, $matches ) ) {
433
 
434
  echo $topDiv;
435
- echo '<font color="blue"><strong>'.__('BPS UI|UX Debug: SLF js Scripts Nulled', 'bulletproof-security').'</strong></font><br>';
436
- print_r($matches[0]);
437
- echo '</p></div>';
438
- }
439
-
440
- if ( ! preg_match( '/\/(plugins|themes)\/.*\.js-script-nulled/', $tag, $matches ) && preg_match( '/\/(plugins|themes)\/.*\.js/', $tag, $matches ) ) {
441
- echo $topDiv;
442
- echo '<font color="blue"><strong>'.__('BPS UI|UX Debug: SLF js Scripts Not Nulled|Allowed', 'bulletproof-security').'</strong></font><br>';
443
  print_r($matches[0]);
444
  echo '</p></div>';
445
  }
@@ -533,7 +521,7 @@ global $wp_scripts, $wp_styles, $bulletproof_security, $wp_version, $bps_version
533
  }
534
 
535
  if ( $Debug_options['bps_debug'] == 'On' && 0 == $NSCD ) {
536
- echo '<strong>'.__('No plugin or theme Scripts were Dequeued (prevented) from loading in BPS plugin pages', 'bulletproof-security') . '</strong><br>';
537
  }
538
 
539
  $NSTD = 0;
@@ -551,7 +539,7 @@ global $wp_scripts, $wp_styles, $bulletproof_security, $wp_version, $bps_version
551
  }
552
 
553
  if ( $Debug_options['bps_debug'] == 'On' && 0 == $NSTD ) {
554
- echo '<strong>'.__('No plugin or theme Styles were Dequeued (prevented) from loading in BPS plugin pages', 'bulletproof-security') . '</strong><br>';
555
  }
556
 
557
  if ( $Debug_options['bps_debug'] == 'On' ) {
@@ -1196,7 +1184,8 @@ function bulletproof_security_options_validate_wizard_autofix($input) {
1196
  function bulletproof_security_options_validate_SLF($input) {
1197
  $options = get_option('bulletproof_security_options_SLF');
1198
  $options['bps_slf_filter'] = wp_filter_nohtml_kses($input['bps_slf_filter']);
1199
-
 
1200
  return $options;
1201
  }
1202
 
378
 
379
  // Prevents other plugin and theme Styles from loading in BPS plugin pages
380
  // .53.8: Added Debug option
381
+ // 3.5: Modified SLF filter code.
382
  function bpsPro_style_loader_filter($tag){
383
 
384
  if ( preg_match( '/page=bulletproof-security/', esc_html($_SERVER['REQUEST_URI']), $matches) ) {
390
 
391
  if ( ! strpos( $tag, 'bulletproof-security' ) && ! strpos( $tag, 'wp-admin' ) && ! strpos( $tag, 'wp-includes' ) )
392
 
393
+ unset($tag);
394
 
395
  if ( $Debug_options['bps_debug'] == 'On' ) {
396
 
397
+ if ( preg_match( '/\/(plugins|themes)\/.*\.css/', $tag, $matches ) ) {
398
 
399
  echo $topDiv;
400
+ echo '<font color="blue"><strong>'.__('BPS UI|UX Debug: SLF: CSS Script Loaded', 'bulletproof-security').'</strong></font><br>';
 
 
 
 
 
 
 
401
  print_r($matches[0]);
402
  echo '</p></div>';
403
  }
408
 
409
  // Prevents other plugin and theme Scripts from loading in BPS plugin pages
410
  // .53.8: Added Debug option
411
+ // 3.5: Modified SLF filter code.
412
  function bpsPro_script_loader_filter($tag){
413
 
414
  if ( preg_match( '/page=bulletproof-security/', esc_html($_SERVER['REQUEST_URI']), $matches) ) {
420
 
421
  if ( ! strpos( $tag, 'bulletproof-security' ) && ! strpos( $tag, 'wp-admin' ) && ! strpos( $tag, 'wp-includes' ) )
422
 
423
+ unset($tag);
424
 
425
  if ( $Debug_options['bps_debug'] == 'On' ) {
426
 
427
+ if ( preg_match( '/\/(plugins|themes)\/.*\.js/', $tag, $matches ) ) {
428
 
429
  echo $topDiv;
430
+ echo '<font color="blue"><strong>'.__('BPS UI|UX Debug: SLF: js Script Loaded', 'bulletproof-security').'</strong></font><br>';
 
 
 
 
 
 
 
431
  print_r($matches[0]);
432
  echo '</p></div>';
433
  }
521
  }
522
 
523
  if ( $Debug_options['bps_debug'] == 'On' && 0 == $NSCD ) {
524
+ echo '<strong>'.__('No additional plugin or theme Scripts were found that needed to be Dequeued.', 'bulletproof-security') . '</strong><br>';
525
  }
526
 
527
  $NSTD = 0;
539
  }
540
 
541
  if ( $Debug_options['bps_debug'] == 'On' && 0 == $NSTD ) {
542
+ echo '<strong>'.__('No additional plugin or theme Styles were found that needed to be Dequeued.', 'bulletproof-security') . '</strong><br>';
543
  }
544
 
545
  if ( $Debug_options['bps_debug'] == 'On' ) {
1184
  function bulletproof_security_options_validate_SLF($input) {
1185
  $options = get_option('bulletproof_security_options_SLF');
1186
  $options['bps_slf_filter'] = wp_filter_nohtml_kses($input['bps_slf_filter']);
1187
+ $options['bps_slf_filter_new'] = wp_filter_nohtml_kses($input['bps_slf_filter_new']);
1188
+
1189
  return $options;
1190
  }
1191
 
admin/maintenance/maintenance.php CHANGED
@@ -53,20 +53,6 @@ require_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );
53
  echo '</div>';
54
  }
55
 
56
- // Oxygen plugin check: The Oxygen plugin breaks BPS MMode.
57
- function bpsPro_oxygen_plugin_check() {
58
-
59
- $oxygen = 'oxygen/functions.php';
60
- $oxygen_active = in_array( $oxygen, apply_filters('active_plugins', get_option('active_plugins')));
61
-
62
- if ( $oxygen_active == 1 || is_plugin_active_for_network( $oxygen ) ) {
63
-
64
- $text = '<div style="max-width:85%;background-color:#dfecf2;border:1px solid #999;font-size:1.13em;font-weight:600;padding:5px 5px;margin:0px 0px 10px 0px;-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">'.__('BPS Error: Oxygen Plugin', 'bulletproof-security').'</font><br>'.__('The Oxygen plugin is installed and activated, which prevents BPS MMode from being successfully turned On while the Oxygen plugin is activated.', 'bulletproof-security').'<br>'.__('Click this ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/oxygen-plugin-bps-maintenance-mode-not-working/" target="_blank" title="Link opens in a new Browser window">'.__('Oxygen plugin forum topic link', 'bulletproof-security').'</a>'.__(' for more information about how to make BPS MMode work with the Oxygen plugin.', 'bulletproof-security').'</div>';
65
- echo $text;
66
- }
67
- }
68
- bpsPro_oxygen_plugin_check();
69
-
70
  ?>
71
 
72
  <h2 class="bps-tab-title">
@@ -825,7 +811,7 @@ $format_error_2 = '/,[^\s]/'; // no whitespaces between commas
825
 
826
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
827
  echo $bps_topDiv;
828
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: BackEnd Maintenance Mode is disabled.', 'bulletproof-security').'</strong></font><br>';
829
  echo $text;
830
  echo $bps_bottomDiv;
831
 
@@ -1141,7 +1127,7 @@ $format_error_2 = '/,[^\s]/'; // no whitespaces between commas
1141
 
1142
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
1143
  echo $bps_topDiv;
1144
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: BackEnd Maintenance Mode is disabled.', 'bulletproof-security').'</strong></font><br>';
1145
  echo $text;
1146
  echo $bps_bottomDiv;
1147
 
@@ -1650,7 +1636,7 @@ $permsHtaccess = @substr(sprintf('%o', fileperms($wpadminHtaccess)), -4);
1650
 
1651
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
1652
  echo $bps_topDiv;
1653
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: BackEnd Maintenance Mode is disabled.', 'bulletproof-security').'</strong></font><br>';
1654
  echo $text;
1655
  echo $bps_bottomDiv;
1656
 
@@ -1780,7 +1766,7 @@ $permsHtaccess = @substr(sprintf('%o', fileperms($wpadminHtaccess)), -4);
1780
 
1781
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
1782
  echo $bps_topDiv;
1783
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: BackEnd Maintenance Mode is disabled.', 'bulletproof-security').'</strong></font><br>';
1784
  echo $text;
1785
  echo $bps_bottomDiv;
1786
 
@@ -1971,7 +1957,7 @@ $MMindexMaster = WP_PLUGIN_DIR . '/bulletproof-security/admin/htaccess/maintenan
1971
 
1972
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
1973
  echo $bps_topDiv;
1974
- $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: BackEnd Maintenance Mode is disabled.', 'bulletproof-security').'</strong></font><br>';
1975
  echo $text;
1976
  echo $bps_bottomDiv;
1977
 
53
  echo '</div>';
54
  }
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  ?>
57
 
58
  <h2 class="bps-tab-title">
811
 
812
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
813
  echo $bps_topDiv;
814
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: BackEnd Maintenance Mode is disabled.', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
815
  echo $text;
816
  echo $bps_bottomDiv;
817
 
1127
 
1128
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
1129
  echo $bps_topDiv;
1130
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: BackEnd Maintenance Mode is disabled.', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
1131
  echo $text;
1132
  echo $bps_bottomDiv;
1133
 
1636
 
1637
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
1638
  echo $bps_topDiv;
1639
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: BackEnd Maintenance Mode is disabled.', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
1640
  echo $text;
1641
  echo $bps_bottomDiv;
1642
 
1766
 
1767
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
1768
  echo $bps_topDiv;
1769
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: BackEnd Maintenance Mode is disabled.', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
1770
  echo $text;
1771
  echo $bps_bottomDiv;
1772
 
1957
 
1958
  if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
1959
  echo $bps_topDiv;
1960
+ $text = '<font color="blue"><strong>'.__('htaccess Files Disabled: BackEnd Maintenance Mode is disabled.', 'bulletproof-security').'</strong></font>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
1961
  echo $text;
1962
  echo $bps_bottomDiv;
1963
 
admin/system-info/system-info.php CHANGED
@@ -884,7 +884,7 @@ function bpsPro_count_network_activated_plugins($count) {
884
  if ( ! extension_loaded( 'suhosin' ) ) {
885
  echo '<strong><span class="sysinfo-label-text">'.__('PHP Disable Functions', 'bulletproof-security').':</span></strong> ';
886
  if ( ini_get('disable_functions') != '' && ini_get('disable_functions') != false ) {
887
- echo $disable_functions.'<br>';
888
  } else {
889
  $text = __('No PHP functions are disabled.', 'bulletproof-security');
890
  echo $text.'<br>';
884
  if ( ! extension_loaded( 'suhosin' ) ) {
885
  echo '<strong><span class="sysinfo-label-text">'.__('PHP Disable Functions', 'bulletproof-security').':</span></strong> ';
886
  if ( ini_get('disable_functions') != '' && ini_get('disable_functions') != false ) {
887
+ echo '<div style="max-width:300px;word-wrap:break-word;overflow-wrap:break-word">'.$disable_functions.'</div>';
888
  } else {
889
  $text = __('No PHP functions are disabled.', 'bulletproof-security');
890
  echo $text.'<br>';
admin/theme-skin/theme-skin.php CHANGED
@@ -107,7 +107,7 @@ $bps_bottomDiv = '</p></div>';
107
  <h3 style="margin:0px 0px 10px 0px;"><?php _e('UI|UX Settings', 'bulletproof-security'); ?> <button id="bps-open-modal1" class="button bps-modal-button"><?php _e('Read Me', 'bulletproof-security'); ?></button></h3>
108
 
109
  <div id="bps-modal-content1" class="bps-dialog-hide" title="<?php _e('UI|UX Settings', 'bulletproof-security'); ?>">
110
- <p><?php $text = '<strong>'.__('This Read Me Help window is draggable (top) and resizable (bottom right corner)', 'bulletproof-security').'</strong><br><br><strong>'.__('Select a UI Theme Skin', 'bulletproof-security').'</strong><br>'.__('Select a UI Theme Skin and click the Save Skin button.', 'bulletproof-security').'<br><br><strong>'.__('Notes:', 'bulletproof-security').'</strong><br>- '.__('All elements and CSS properties should automatically be refreshed when you select and save your Theme Skin. If some Theme Skin elements or properties are not displaying correctly, Refresh your Browser.', 'bulletproof-security').'<br><br><strong>'.__('Inpage Status Display', 'bulletproof-security').'</strong><br>'.__('The Inpage Status Display displays the status of BPS features, options and your site security in real-time. The Inpage Status Display automatically turns itself off when a Form is submitted using POST and displays a Reload BPS Status Display button. Automatically turning off the Status Display during Form processing is a performance enhancement|optimization. Clicking the Reload BPS Status Display button reloads|displays the Inpage Status Display.', 'bulletproof-security').'<br><br><strong>'.__('Turn On|Off The Processing Spinner:', 'bulletproof-security').'</strong><br>'.__('The Processing Spinner is displayed during processing of the Forms listed below. The Processing Spinner includes a Cancel button to cancel the Form processing. The Processing Spinner can be turned off if you do not want to see it. If the Processing Spinner is not displaying correctly or at all then either your theme or another plugin is interfering with it. Since the Processing Spinner is just a visual enhancement it is not critical that it is being displayed.', 'bulletproof-security').'<br><br><strong>'.__('Forms That Display The Processing Spinner:', 'bulletproof-security').'</strong><br>'.__('DB Backup Job Processing, DB Table Names & Character Length Table, DB Table Prefix Changer and Setup Wizard.', 'bulletproof-security').'<br><br><strong>'.__('Turn On|Off jQuery ScrollTop Animation:', 'bulletproof-security').'</strong><br>'.__('The jQuery ScrollTop Animation is the scrolling animation that you see after submitting BPS Forms, which automatically scrolls to the top of BPS plugin pages to display success or error messages. The jQuery ScrollTop animation code is conditional based on your Browser User Agent or Rendering Engine. The jQuery ScrollTop animation has been customized for each major Browser individually for best visual animation/appearance. jQuery ScrollTop Animation can be turned On or Off.', 'bulletproof-security').'<br><br><strong>'.__('WP Toolbar Functionality In BPS Plugin Pages:', 'bulletproof-security').'</strong><br>'.__('This option affects the WP Toolbar in BPS plugin pages ONLY and does not affect the WP Toolbar anywhere else on your site. WP Toolbar additional menu items (nodes) added by other plugins and themes can cause problems for BPS when the WP Toolbar is loaded in BPS plugin pages. This option allows you to load only the default WP Toolbar without any additional menu items (nodes) loading/displayed on BPS plugin pages or to load the WP Toolbar with any/all other menu items (nodes) that have been added by other plugins and themes. The default setting is: Load Only The Default WP Toolbar (without loading any additional menu items (nodes) from other plugins or themes). If the BPS Processing Spinner is not working/displaying correctly then set this option to the default setting: Load Only The Default WP Toolbar.', 'bulletproof-security').'<br><br><strong>'.__('Script|Style Loader Filter (SLF) In BPS Plugin Pages:', 'bulletproof-security').'</strong><br>'.__('SLF is set to Off by default. If BPS plugin pages are not displaying visually correct then select the SLF On option setting and click the Save Option button. This option prevents other plugin and theme scripts, which break BPS plugin pages visually, from loading in BPS plugin pages. In some cases turning the SLF option On can cause an even worse problem, which is that BPS plugin pages load extremely slowly. So if you turn On the SLF option and BPS plugin pages are displaying visually correct, but BPS plugin pages are loading extremely slowly then unfortunately turning Off SLF is the lesser of the two problems - BPS plugin pages will not display visually correct.', 'bulletproof-security').'<br><br><strong>'.__('BPS UI|UX|AutoFix Debug:', 'bulletproof-security').'</strong><br><strong>'.__('BPS UI|UX Debug: ', 'bulletproof-security').'</strong>'.__('BPS UI|UX|AutoFix Debug is set to Off by default. Turning On the BPS UI|UX|AutoFix Debug option will display: plugin or theme Scripts that were Dequeued (prevented) from loading in BPS plugin pages, plugin or theme Scripts that were Nulled (prevented) from loading in BPS plugin pages by the Script|Style Loader Filter (SLF) In BPS Plugin Pages option and WP Toolbar nodes|menu items that were Removed in BPS plugin pages by the WP Toolbar Functionality In BPS Plugin Pages option. The Debugger will also display any SLF js or css Scripts that were Not Nulled|Allowed to load in BPS plugin pages.', 'bulletproof-security').'<br><br><strong>'.__('BPS AutoFix Debug: ', 'bulletproof-security').'</strong>'.__('Turning On the BPS UI|UX|AutoFix Debug option will display: plugin or theme names and the BPS Custom Code text box where plugins or themes should be creating Custom Code whitelist rules. Usage: If the BPS Setup Wizard AutoFix (AutoWhitelist|AutoSetup|AutoCleanup) Notice is still being displayed after running the Pre-Installation Wizard and Setup Wizard then the BPS UI|UX|AutoFix Debug option should be turned On to find the exact plugin or theme and the Custom Code text box where the problem is occurring. Example Debug Displayed message: CC Root Text Box 10: WooCommerce Plugin. This option could also be used generally to see which plugins and themes BPS AutoFix is creating Custom Code whitelist rules for and which Custom Code text boxes the AutoFix whitelist rules will be created in.', 'bulletproof-security'); echo $text; ?></p>
111
  </div>
112
 
113
  <div id="UI-UX-options" style="width:340px;">
@@ -183,8 +183,8 @@ $bps_bottomDiv = '</p></div>';
183
  <label for="UI-UX-label"><?php _e('Script|Style Loader Filter (SLF) In BPS Plugin Pages:', 'bulletproof-security'); ?></label><br />
184
  <label for="UI-UX-label" style="color:#2ea2cc;"><?php _e('Click the Read Me help button for information', 'bulletproof-security'); ?></label><br />
185
  <select name="bulletproof_security_options_SLF[bps_slf_filter]" class="form-250">
186
- <option value="Off" <?php selected('Off', $bpsPro_SLF_options['bps_slf_filter']); ?>><?php _e('SLF Off', 'bulletproof-security'); ?></option>
187
  <option value="On" <?php selected('On', $bpsPro_SLF_options['bps_slf_filter']); ?>><?php _e('SLF On', 'bulletproof-security'); ?></option>
 
188
  </select>
189
  <input type="submit" name="Submit-SLF" class="button bps-button" style="margin:10px 0px 10px 0px;" value="<?php esc_attr_e('Save Option', 'bulletproof-security') ?>" />
190
  </form>
107
  <h3 style="margin:0px 0px 10px 0px;"><?php _e('UI|UX Settings', 'bulletproof-security'); ?> <button id="bps-open-modal1" class="button bps-modal-button"><?php _e('Read Me', 'bulletproof-security'); ?></button></h3>
108
 
109
  <div id="bps-modal-content1" class="bps-dialog-hide" title="<?php _e('UI|UX Settings', 'bulletproof-security'); ?>">
110
+ <p><?php $text = '<strong>'.__('This Read Me Help window is draggable (top) and resizable (bottom right corner)', 'bulletproof-security').'</strong><br><br><strong>'.__('Select a UI Theme Skin', 'bulletproof-security').'</strong><br>'.__('Select a UI Theme Skin and click the Save Skin button.', 'bulletproof-security').'<br><br><strong>'.__('Notes:', 'bulletproof-security').'</strong><br>- '.__('All elements and CSS properties should automatically be refreshed when you select and save your Theme Skin. If some Theme Skin elements or properties are not displaying correctly, Refresh your Browser.', 'bulletproof-security').'<br><br><strong>'.__('Inpage Status Display', 'bulletproof-security').'</strong><br>'.__('The Inpage Status Display displays the status of BPS features, options and your site security in real-time. The Inpage Status Display automatically turns itself off when a Form is submitted using POST and displays a Reload BPS Status Display button. Automatically turning off the Status Display during Form processing is a performance enhancement|optimization. Clicking the Reload BPS Status Display button reloads|displays the Inpage Status Display.', 'bulletproof-security').'<br><br><strong>'.__('Turn On|Off The Processing Spinner:', 'bulletproof-security').'</strong><br>'.__('The Processing Spinner is displayed during processing of the Forms listed below. The Processing Spinner includes a Cancel button to cancel the Form processing. The Processing Spinner can be turned off if you do not want to see it. If the Processing Spinner is not displaying correctly or at all then either your theme or another plugin is interfering with it. Since the Processing Spinner is just a visual enhancement it is not critical that it is being displayed.', 'bulletproof-security').'<br><br><strong>'.__('Forms That Display The Processing Spinner:', 'bulletproof-security').'</strong><br>'.__('DB Backup Job Processing, DB Table Names & Character Length Table, DB Table Prefix Changer and Setup Wizard.', 'bulletproof-security').'<br><br><strong>'.__('Turn On|Off jQuery ScrollTop Animation:', 'bulletproof-security').'</strong><br>'.__('The jQuery ScrollTop Animation is the scrolling animation that you see after submitting BPS Forms, which automatically scrolls to the top of BPS plugin pages to display success or error messages. The jQuery ScrollTop animation code is conditional based on your Browser User Agent or Rendering Engine. The jQuery ScrollTop animation has been customized for each major Browser individually for best visual animation/appearance. jQuery ScrollTop Animation can be turned On or Off.', 'bulletproof-security').'<br><br><strong>'.__('WP Toolbar Functionality In BPS Plugin Pages:', 'bulletproof-security').'</strong><br>'.__('This option affects the WP Toolbar in BPS plugin pages ONLY and does not affect the WP Toolbar anywhere else on your site. WP Toolbar additional menu items (nodes) added by other plugins and themes can cause problems for BPS when the WP Toolbar is loaded in BPS plugin pages. This option allows you to load only the default WP Toolbar without any additional menu items (nodes) loading/displayed on BPS plugin pages or to load the WP Toolbar with any/all other menu items (nodes) that have been added by other plugins and themes. The default setting is: Load Only The Default WP Toolbar (without loading any additional menu items (nodes) from other plugins or themes). If the BPS Processing Spinner is not working/displaying correctly then set this option to the default setting: Load Only The Default WP Toolbar.', 'bulletproof-security').'<br><br><strong>'.__('Script|Style Loader Filter (SLF) In BPS Plugin Pages:', 'bulletproof-security').'</strong><br>'.__('SLF is set to On by default. This option prevents other plugin and theme scripts from loading in BPS plugin pages, which can break BPS js and CSS scripts and cause BPS plugin pages to display visually broken.', 'bulletproof-security').'<br><br><strong>'.__('BPS UI|UX|AutoFix Debug:', 'bulletproof-security').'</strong><br>'.__('BPS UI|UX|AutoFix Debug is set to Off by default. Turning On the BPS UI|UX|AutoFix Debug option will display: plugin or theme Scripts that were Dequeued (prevented) from loading in BPS plugin pages, any plugin or theme Scripts that are loading in BPS plugin pages, WP Toolbar nodes|menu items that were Removed from the WP Toolbar in BPS plugin pages, plugin or theme names and the BPS Custom Code text box where plugins or themes should be creating Custom Code whitelist rules. Usage: If the BPS Setup Wizard AutoFix (AutoWhitelist|AutoSetup|AutoCleanup) Notice is still being displayed after running the Pre-Installation Wizard and Setup Wizard then the BPS UI|UX|AutoFix Debug option should be turned On to find the exact plugin or theme and the Custom Code text box where the problem is occurring. Example Debug Displayed message: CC Root Text Box 10: WooCommerce Plugin. This option could also be used generally to see which plugins and themes BPS AutoFix is creating Custom Code whitelist rules for and which Custom Code text boxes the AutoFix whitelist rules will be created in.', 'bulletproof-security'); echo $text; ?></p>
111
  </div>
112
 
113
  <div id="UI-UX-options" style="width:340px;">
183
  <label for="UI-UX-label"><?php _e('Script|Style Loader Filter (SLF) In BPS Plugin Pages:', 'bulletproof-security'); ?></label><br />
184
  <label for="UI-UX-label" style="color:#2ea2cc;"><?php _e('Click the Read Me help button for information', 'bulletproof-security'); ?></label><br />
185
  <select name="bulletproof_security_options_SLF[bps_slf_filter]" class="form-250">
 
186
  <option value="On" <?php selected('On', $bpsPro_SLF_options['bps_slf_filter']); ?>><?php _e('SLF On', 'bulletproof-security'); ?></option>
187
+ <option value="Off" <?php selected('Off', $bpsPro_SLF_options['bps_slf_filter']); ?>><?php _e('SLF Off', 'bulletproof-security'); ?></option>
188
  </select>
189
  <input type="submit" name="Submit-SLF" class="button bps-button" style="margin:10px 0px 10px 0px;" value="<?php esc_attr_e('Save Option', 'bulletproof-security') ?>" />
190
  </form>
admin/wizard/wizard-backup.php CHANGED
@@ -166,64 +166,89 @@ function bpsPro_root_precheck_download() {
166
 
167
  $get_root_contents = @file_get_contents($root_htaccess_file);
168
 
169
- if ( strpos( $get_root_contents, "BULLETPROOF" ) ) {
170
- return;
171
- }
172
 
173
- if ( ! is_multisite() ) {
 
 
 
 
 
 
 
 
 
174
 
175
- $wp_single_default = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}#\sBEGIN\sWordPress\s*<IfModule\smod_rewrite\.c>\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule(.*)\s*<\/IfModule>\s*#\sEND\sWordPress(\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
 
 
 
 
 
 
176
 
177
- $wp_single_default_no_code_top = '/#\sBEGIN\sWordPress\s*<IfModule\smod_rewrite\.c>\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule(.*)\s*<\/IfModule>\s*#\sEND\sWordPress(\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
178
 
179
- $wp_single_default_no_code_bottom = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}#\sBEGIN\sWordPress\s*<IfModule\smod_rewrite\.c>\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule(.*)\s*<\/IfModule>\s*#\sEND\sWordPress(\s*|){1,}/';
180
-
181
- if ( preg_match( $wp_single_default, $get_root_contents, $matches ) || preg_match( $wp_single_default_no_code_top, $get_root_contents, $matches ) || preg_match( $wp_single_default_no_code_bottom, $get_root_contents, $matches ) ) {
182
-
183
- // zip root htaccess file, display message with forum link and download button.
184
- bps_zip_root_htaccess_file();
 
 
 
 
 
 
 
 
 
 
 
185
 
186
- echo $bps_topDiv;
187
- $text = '<font color="green"><strong>'.__('Custom additional htaccess code was found in your current root htaccess file. Your root htaccess file has been backed up and zipped in this zip file: /bulletproof-security/admin/wizard/root-htaccess-file.zip. Click the Download Root htaccess File button to download your root-htaccess-file.zip file to your computer.', 'bulletproof-security').'<br>'.__('Click this forum link: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/setup-wizard-root-htaccess-file-backup/" target="_blank" style="text-decoration:underline;">'.__('Setup Wizard Root htaccess File Backup', 'bulletproof-security').'</a>'.__(' for help information about what this means and what to do.', 'bulletproof-security').'<br>'.__('If you see a 403 error and/or are unable to download the zip file then click here: ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php#bps-tabs-2' ).'" target="_blank">'.__('Setup Wizard Options', 'bulletproof-security').'</a>'.__(' and select the Zip File Download Fix On setting for the Zile File Download Fix option. You should now be able to download the root-htaccess-file.zip file.', 'bulletproof-security').'</strong></font><br><div style="width:170px;font-size:1em;text-align:center;margin:10px 0px 0px 0px;padding:4px 6px 4px 6px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.plugins_url( '/bulletproof-security/admin/wizard/root-htaccess-file.zip' ).'" style="font-size:1em;font-weight:bold;text-decoration:none;">'.__('Download Root htaccess File', 'bulletproof-security').'</a></div>';
188
- echo $text;
189
- echo $bps_bottomDiv;
190
- }
191
-
192
- } else {
 
 
193
 
194
- // WP 3.5+ Subfolder & Subdomain Sites
195
- $subfolder_subdomain35 = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\sadd(.*)wp-admin\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){3}RewriteRule\s\.\s(.*)index\.php\s\[L\](\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
196
-
197
- $subfolder_subdomain35_no_code_top = '/RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\sadd(.*)wp-admin\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){3}RewriteRule\s\.\s(.*)index\.php\s\[L\](\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
198
-
199
- $subfolder_subdomain35_no_code_bottom = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\sadd(.*)wp-admin\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){3}RewriteRule\s\.\s(.*)index\.php\s\[L\](\s*|){1,}/';
200
-
201
- // WP 3.4 or older Subfolder
202
- $subfolder34 = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}#\sBEGIN\sWordPress\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\suploaded(.*)\s*RewriteRule(.*)\s*#\sadd(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){4}#\sEND\sWordPress(\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
203
 
204
- $subfolder34_no_code_top = '/#\sBEGIN\sWordPress\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\suploaded(.*)\s*RewriteRule(.*)\s*#\sadd(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){4}#\sEND\sWordPress(\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
205
-
206
- $subfolder34_no_code_bottom = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}#\sBEGIN\sWordPress\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\suploaded(.*)\s*RewriteRule(.*)\s*#\sadd(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){4}#\sEND\sWordPress(\s*|){1,}/';
207
-
208
- // WP 3.4 or older Subdomain
209
- $subdomain34 = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}#\sBEGIN\sWordPress\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\suploaded(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){4}#\sEND\sWordPress(\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
210
-
211
- $subdomain34_no_code_top = '/#\sBEGIN\sWordPress\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\suploaded(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){4}#\sEND\sWordPress(\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
212
 
213
- $subdomain34_no_code_bottom = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}#\sBEGIN\sWordPress\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\suploaded(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){4}#\sEND\sWordPress(\s*|){1,}/';
 
214
 
215
- if ( preg_match( $subfolder_subdomain35, $get_root_contents, $matches ) || preg_match( $subfolder_subdomain35_no_code_top, $get_root_contents, $matches ) || preg_match( $subfolder_subdomain35_no_code_bottom, $get_root_contents, $matches ) || preg_match( $subfolder34, $get_root_contents, $matches ) || preg_match( $subfolder34_no_code_top, $get_root_contents, $matches ) || preg_match( $subfolder34_no_code_bottom, $get_root_contents, $matches ) || preg_match( $subdomain34, $get_root_contents, $matches ) || preg_match( $subdomain34_no_code_top, $get_root_contents, $matches ) || preg_match( $subdomain34_no_code_bottom, $get_root_contents, $matches ) ) {
216
-
217
- // zip root htaccess file, display message with forum link and download button.
218
- bps_zip_root_htaccess_file();
219
-
220
- echo $bps_topDiv;
221
- $text = '<font color="green"><strong>'.__('Custom additional htaccess code was found in your current root htaccess file. Your root htaccess file has been backed up and zipped in this zip file: /bulletproof-security/admin/wizard/root-htaccess-file.zip. Click the Download Root htaccess File button to download your root-htaccess-file.zip file to your computer.', 'bulletproof-security').'<br>'.__('Click this forum link: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/setup-wizard-root-htaccess-file-backup/" target="_blank" style="text-decoration:underline;">'.__('Setup Wizard Root htaccess File Backup', 'bulletproof-security').'</a>'.__(' for help information about what this means and what to do.', 'bulletproof-security').'<br>'.__('If you see a 403 error and/or are unable to download the zip file then click here: ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php#bps-tabs-2' ).'" target="_blank">'.__('Setup Wizard Options', 'bulletproof-security').'</a>'.__(' and select the Zip File Download Fix On setting for the Zile File Download Fix option. You should now be able to download the root-htaccess-file.zip file.', 'bulletproof-security').'</strong></font><br><div style="width:170px;font-size:1em;text-align:center;margin:10px 0px 0px 0px;padding:4px 6px 4px 6px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.plugins_url( '/bulletproof-security/admin/wizard/root-htaccess-file.zip' ).'" style="font-size:1em;font-weight:bold;text-decoration:none;">'.__('Download Root htaccess File', 'bulletproof-security').'</a></div>';
222
- echo $text;
223
- echo $bps_bottomDiv;
 
 
 
 
 
 
 
 
 
 
 
 
224
  }
225
  }
226
- }
227
  }
228
 
229
  ?>
166
 
167
  $get_root_contents = @file_get_contents($root_htaccess_file);
168
 
169
+ if ( strpos( $get_root_contents, "BULLETPROOF" ) ) {
170
+ return;
171
+ }
172
 
173
+ $gmt_offset = get_option( 'gmt_offset' ) * 3600;
174
+ $rootHtaccess = ABSPATH . '.htaccess';
175
+ $rootHtaccessBackupTime = WP_CONTENT_DIR . '/bps-backup/master-backups/root.htaccess-'.date( 'Y-m-d-g-i-s-a', time() + $gmt_offset );
176
+ $wpadminHtaccess = ABSPATH . 'wp-admin/.htaccess';
177
+
178
+ if ( file_exists($wpadminHtaccess) ) {
179
+ $wpadminHtaccessBackupTime = WP_CONTENT_DIR . '/bps-backup/master-backups/wpadmin.htaccess-'.date( 'Y-m-d-g-i-s-a', time() + $gmt_offset );
180
+ } else {
181
+ $wpadminHtaccessBackupTime = 'NA';
182
+ }
183
 
184
+ if ( ! is_multisite() ) {
185
+
186
+ $wp_single_default = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}#\sBEGIN\sWordPress\s*<IfModule\smod_rewrite\.c>\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule(.*)\s*<\/IfModule>\s*#\sEND\sWordPress(\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
187
+
188
+ $wp_single_default_no_code_top = '/#\sBEGIN\sWordPress\s*<IfModule\smod_rewrite\.c>\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule(.*)\s*<\/IfModule>\s*#\sEND\sWordPress(\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
189
+
190
+ $wp_single_default_no_code_bottom = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}#\sBEGIN\sWordPress\s*<IfModule\smod_rewrite\.c>\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule(.*)\s*<\/IfModule>\s*#\sEND\sWordPress(\s*|){1,}/';
191
 
192
+ if ( preg_match( $wp_single_default, $get_root_contents, $matches ) || preg_match( $wp_single_default_no_code_top, $get_root_contents, $matches ) || preg_match( $wp_single_default_no_code_bottom, $get_root_contents, $matches ) ) {
193
 
194
+ // zip root htaccess file, display message with forum link and download button.
195
+ bps_zip_root_htaccess_file();
196
+ // root + wp-admin htaccess file backups with timestamp: root.htaccess-2017-11-02-3-00-00
197
+ if ( file_exists($rootHtaccess) ) {
198
+ copy($rootHtaccess, $rootHtaccessBackupTime);
199
+ }
200
+ if ( file_exists($wpadminHtaccess) ) {
201
+ copy($wpadminHtaccess, $wpadminHtaccessBackupTime);
202
+ }
203
+
204
+ echo $bps_topDiv;
205
+ $text = '<font color="green"><strong>'.__('Custom additional htaccess code was found in your current root htaccess file. Your root and wp-admin htaccess files have been backed up and zipped in this zip file: /bulletproof-security/admin/wizard/htaccess-files.zip. Click the Download Root htaccess File button below to download your htaccess-files.zip file to your computer.', 'bulletproof-security').'<br>'.__('Click this forum link: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/setup-wizard-root-htaccess-file-backup/" target="_blank" style="text-decoration:underline;">'.__('Setup Wizard Root and wp-admin htaccess File Backup', 'bulletproof-security').'</a>'.__(' for help information about what this means and what to do.', 'bulletproof-security').'<br>'.__('If you see a 403 error and/or are unable to download the zip file then click here: ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php#bps-tabs-2' ).'" target="_blank">'.__('Setup Wizard Options', 'bulletproof-security').'</a>'.__(' and select the Zip File Download Fix On setting for the Zile File Download Fix option. You should now be able to download the htaccess-files.zip file. If you are still unable to download the zip file then click the forum link above for what to do next.', 'bulletproof-security').'</strong></font><br><div style="width:200px;font-size:1em;text-align:center;margin:10px 0px 5px 0px;padding:4px 6px 4px 6px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.plugins_url( '/bulletproof-security/admin/wizard/htaccess-files.zip' ).'" style="font-size:1em;font-weight:bold;text-decoration:none;">'.__('Download htaccess-files.zip File', 'bulletproof-security').'</a></div><font color="blue"><strong>'.__('Additional Plain Text htaccess file backups: ', 'bulletproof-security').'</strong></font><br><strong>'.__('Root htaccess File: ', 'bulletproof-security').'</strong>'.$rootHtaccessBackupTime.'<br><strong>'.__('wp-admin htaccess File: ', 'bulletproof-security').'</strong>'.$wpadminHtaccessBackupTime;
206
+ echo $text;
207
+ echo $bps_bottomDiv;
208
+ }
209
+
210
+ } else {
211
 
212
+ // WP 3.5+ Subfolder & Subdomain Sites
213
+ $subfolder_subdomain35 = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\sadd(.*)wp-admin\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){3}RewriteRule\s\.\s(.*)index\.php\s\[L\](\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
214
+
215
+ $subfolder_subdomain35_no_code_top = '/RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\sadd(.*)wp-admin\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){3}RewriteRule\s\.\s(.*)index\.php\s\[L\](\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
216
+
217
+ $subfolder_subdomain35_no_code_bottom = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\sadd(.*)wp-admin\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){3}RewriteRule\s\.\s(.*)index\.php\s\[L\](\s*|){1,}/';
218
+
219
+ // WP 3.4 or older Subfolder
220
+ $subfolder34 = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}#\sBEGIN\sWordPress\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\suploaded(.*)\s*RewriteRule(.*)\s*#\sadd(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){4}#\sEND\sWordPress(\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
221
 
222
+ $subfolder34_no_code_top = '/#\sBEGIN\sWordPress\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\suploaded(.*)\s*RewriteRule(.*)\s*#\sadd(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){4}#\sEND\sWordPress(\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
 
 
 
 
 
 
 
 
223
 
224
+ $subfolder34_no_code_bottom = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}#\sBEGIN\sWordPress\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\suploaded(.*)\s*RewriteRule(.*)\s*#\sadd(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){4}#\sEND\sWordPress(\s*|){1,}/';
 
 
 
 
 
 
 
225
 
226
+ // WP 3.4 or older Subdomain
227
+ $subdomain34 = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}#\sBEGIN\sWordPress\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\suploaded(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){4}#\sEND\sWordPress(\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
228
 
229
+ $subdomain34_no_code_top = '/#\sBEGIN\sWordPress\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\suploaded(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){4}#\sEND\sWordPress(\s*|){1,}[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}/';
230
+
231
+ $subdomain34_no_code_bottom = '/[a-zA-Z0-9\#\^\/\$\:\.\[\]\<\>\*\=\%\{\}_\-\(\)\,\;@\\\\|\?\'\"\&\+\!]{1,}(\s*|){1,}#\sBEGIN\sWordPress\s*RewriteEngine\sOn\s*RewriteBase(.*)\s*RewriteRule(.*)\s*#\suploaded(.*)\s*RewriteRule(.*)\s*RewriteCond((.*)\s*){2}RewriteRule((.*)\s*){4}#\sEND\sWordPress(\s*|){1,}/';
232
+
233
+ if ( preg_match( $subfolder_subdomain35, $get_root_contents, $matches ) || preg_match( $subfolder_subdomain35_no_code_top, $get_root_contents, $matches ) || preg_match( $subfolder_subdomain35_no_code_bottom, $get_root_contents, $matches ) || preg_match( $subfolder34, $get_root_contents, $matches ) || preg_match( $subfolder34_no_code_top, $get_root_contents, $matches ) || preg_match( $subfolder34_no_code_bottom, $get_root_contents, $matches ) || preg_match( $subdomain34, $get_root_contents, $matches ) || preg_match( $subdomain34_no_code_top, $get_root_contents, $matches ) || preg_match( $subdomain34_no_code_bottom, $get_root_contents, $matches ) ) {
234
+
235
+ // zip root htaccess file, display message with forum link and download button.
236
+ bps_zip_root_htaccess_file();
237
+ // root + wp-admin htaccess file backups with timestamp: root.htaccess-2017-11-02-3-00-00
238
+ if ( file_exists($rootHtaccess) ) {
239
+ copy($rootHtaccess, $rootHtaccessBackupTime);
240
+ }
241
+ if ( file_exists($wpadminHtaccess) ) {
242
+ copy($wpadminHtaccess, $wpadminHtaccessBackupTime);
243
+ }
244
+
245
+ echo $bps_topDiv;
246
+ $text = '<font color="green"><strong>'.__('Custom additional htaccess code was found in your current root htaccess file. Your root and wp-admin htaccess files have been backed up and zipped in this zip file: /bulletproof-security/admin/wizard/htaccess-files.zip. Click the Download Root htaccess File button below to download your htaccess-files.zip file to your computer.', 'bulletproof-security').'<br>'.__('Click this forum link: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/setup-wizard-root-htaccess-file-backup/" target="_blank" style="text-decoration:underline;">'.__('Setup Wizard Root and wp-admin htaccess File Backup', 'bulletproof-security').'</a>'.__(' for help information about what this means and what to do.', 'bulletproof-security').'<br>'.__('If you see a 403 error and/or are unable to download the zip file then click here: ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php#bps-tabs-2' ).'" target="_blank">'.__('Setup Wizard Options', 'bulletproof-security').'</a>'.__(' and select the Zip File Download Fix On setting for the Zile File Download Fix option. You should now be able to download the htaccess-files.zip file. If you are still unable to download the zip file then click the forum link above for what to do next.', 'bulletproof-security').'</strong></font><br><div style="width:200px;font-size:1em;text-align:center;margin:10px 0px 5px 0px;padding:4px 6px 4px 6px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.plugins_url( '/bulletproof-security/admin/wizard/htaccess-files.zip' ).'" style="font-size:1em;font-weight:bold;text-decoration:none;">'.__('Download htaccess-files.zip File', 'bulletproof-security').'</a></div><font color="blue"><strong>'.__('Additional Plain Text htaccess file backups: ', 'bulletproof-security').'</strong></font><br><strong>'.__('Root htaccess File: ', 'bulletproof-security').'</strong>'.$rootHtaccessBackupTime.'<br><strong>'.__('wp-admin htaccess File: ', 'bulletproof-security').'</strong>'.$wpadminHtaccessBackupTime;
247
+ echo $text;
248
+ echo $bps_bottomDiv;
249
+ }
250
  }
251
  }
 
252
  }
253
 
254
  ?>
admin/wizard/wizard-functions.php CHANGED
@@ -41,7 +41,8 @@ function bpsSetupWizard_delete_htaccess_files() {
41
  unlink($file);
42
  }
43
  }
44
- echo '<strong><font color="blue">'.__('htaccess Files Disabled: Existing BPS htaccess files have been deleted and new BPS htaccess files will not be created. All BPS htaccess features are disabled.', 'bulletproof-security').'</font></strong><br>';
 
45
  }
46
  }
47
  }
@@ -510,7 +511,7 @@ $bps_secure_bottom_misc_code = "# HOTLINKING/FORBID COMMENT SPAMMERS/BLOCK BOTS/
510
  @copy($bps_auto_write_secure_file_root, $bps_master_backup_root_file);
511
  // root htaccess file backup with timestamp: root.htaccess-2017-11-02-3-00-00
512
  copy($bps_auto_write_secure_file_root, $rootHtaccessBackupTime);
513
- echo $successTextBegin.$bps_master_backup_root_file.__(' Root .htaccess File backup Successful!', 'bulletproof-security').$successTextEnd;
514
  }
515
 
516
  // PHP/php.ini handler check: continue or return and do not create a root htaccess file
41
  unlink($file);
42
  }
43
  }
44
+ echo '<strong><font color="blue">'.__('htaccess Files Disabled: Existing BPS htaccess files have been deleted and new BPS htaccess files will not be created. All BPS htaccess features are disabled.', 'bulletproof-security').'</font></strong>'.__('Click this link for help information: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><br>';
45
+
46
  }
47
  }
48
  }
511
  @copy($bps_auto_write_secure_file_root, $bps_master_backup_root_file);
512
  // root htaccess file backup with timestamp: root.htaccess-2017-11-02-3-00-00
513
  copy($bps_auto_write_secure_file_root, $rootHtaccessBackupTime);
514
+ echo $successTextBegin.$bps_master_backup_root_file.__(' Root .htaccess File backup Successful! ', 'bulletproof-security').$rootHtaccessBackupTime.$successTextEnd;
515
  }
516
 
517
  // PHP/php.ini handler check: continue or return and do not create a root htaccess file
admin/wizard/wizard.php CHANGED
@@ -283,6 +283,8 @@ switch ( $memoryLimit ) {
283
 
284
  // BPS .52.6: Pre-save UI Theme Skin with Blue Theme if DB option does not exist. function is in general-functions.php
285
  bpsPro_presave_ui_theme_skin_options();
 
 
286
 
287
  // PHP/php.ini htaccess code pre-check - Check if root .htaccess file has php.ini handler code and if that code has been added to BPS Custom Code
288
  bpsSetupWizardPhpiniHandlerCheck();
@@ -917,7 +919,7 @@ $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
917
  echo '</span>';
918
 
919
  echo '<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>';
920
- $text = '<strong><font color="green">'.__('The Setup Wizard has completed BPS Setup.', 'bulletproof-security').'<br>'.__('Check the "BPS Setup Verification & Error Checks" section below for any errors in Red Font.', 'bulletproof-security').'</font></strong><br>';
921
  echo $text;
922
  echo '</p></div>';
923
 
283
 
284
  // BPS .52.6: Pre-save UI Theme Skin with Blue Theme if DB option does not exist. function is in general-functions.php
285
  bpsPro_presave_ui_theme_skin_options();
286
+ // 3.5: Pre-Save the SLF filter options. The default is now set to On. New option added to use to check against for BPS upgrades: bps_slf_filter_new
287
+ bpsPro_presave_ui_theme_skin_SLF_options();
288
 
289
  // PHP/php.ini htaccess code pre-check - Check if root .htaccess file has php.ini handler code and if that code has been added to BPS Custom Code
290
  bpsSetupWizardPhpiniHandlerCheck();
919
  echo '</span>';
920
 
921
  echo '<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>';
922
+ $text = '<strong><font color="green">'.__('The Setup Wizard has completed BPS Setup.', 'bulletproof-security').'<br>'.__('Check the "BPS Setup Verification & Error Checks" section below for any errors in Red Font.', 'bulletproof-security').'<br>'.__('Your existing root htaccess file has been backed up here: /wp-content/bps-backup/master-backups/root.htaccess-[Date-Timestamp]. If you run into a problem or need to restore your old root htaccess file do the steps in this forum topic: ', 'bulletproof-security').'</font><a href="https://forum.ait-pro.com/forums/topic/setup-wizard-root-htaccess-file-backup/" target="_blank" style="text-decoration:underline;">'.__('Setup Wizard Root htaccess File Backup', 'bulletproof-security').'</a></strong><br>';;
923
  echo $text;
924
  echo '</p></div>';
925
 
bulletproof-security.php CHANGED
@@ -5,12 +5,12 @@ 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 &bull; MScan Malware Scanner &bull; .htaccess Website Security Protection (Firewalls) &bull; Security Logging|HTTP Error Logging &bull; DB Backup &bull; DB Table Prefix Changer &bull; Login Security & Monitoring &bull; JTC-Lite Login Form Bot Lockout Protection &bull; Idle Session Logout (ISL) &bull; Auth Cookie Expiration (ACE) &bull; UI Theme Skin Changer &bull; System Info: Extensive System, Server and Security Status Information &bull; FrontEnd|BackEnd Maintenance Mode
8
- Version: 3.4
9
  Author: AITpro Website Security
10
  Author URI: https://forum.ait-pro.com/read-me-first/
11
  */
12
 
13
- /* Copyright (C) 2010-2018 Edward Alexander | AITpro.com
14
 
15
  This program is free software; you can redistribute it and/or modify
16
  it under the terms of the GNU General Public License as published by
@@ -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;
35
 
36
- define( 'BULLETPROOF_VERSION', '3.4' );
37
- $bps_last_version = '3.3';
38
- $bps_version = '3.4';
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 &bull; MScan Malware Scanner &bull; .htaccess Website Security Protection (Firewalls) &bull; Security Logging|HTTP Error Logging &bull; DB Backup &bull; DB Table Prefix Changer &bull; Login Security & Monitoring &bull; JTC-Lite Login Form Bot Lockout Protection &bull; Idle Session Logout (ISL) &bull; Auth Cookie Expiration (ACE) &bull; UI Theme Skin Changer &bull; System Info: Extensive System, Server and Security Status Information &bull; FrontEnd|BackEnd Maintenance Mode
8
+ Version: 3.5
9
  Author: AITpro Website Security
10
  Author URI: https://forum.ait-pro.com/read-me-first/
11
  */
12
 
13
+ /* Copyright (C) 2010-2019 Edward Alexander | AITpro.com
14
 
15
  This program is free software; you can redistribute it and/or modify
16
  it under the terms of the GNU General Public License as published by
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;
35
 
36
+ define( 'BULLETPROOF_VERSION', '3.5' );
37
+ $bps_last_version = '3.4';
38
+ $bps_version = '3.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>';
includes/general-functions.php CHANGED
@@ -530,6 +530,25 @@ function bpsPro_presave_ui_theme_skin_options() {
530
  }
531
  }
532
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
533
  // .52.9: POST Request Attack Protection code correction|addition
534
  // .53: Condition added to allow commenting out wp-admin URI whitelist rule
535
  function bpsPro_post_request_protection_check() {
@@ -1006,6 +1025,21 @@ function bpsPro_new_version_db_options_files_autoupdate() {
1006
  if ( current_user_can('manage_options') ) {
1007
  global $bps_version, $bps_last_version, $wp_version, $wpdb, $aitpro_bullet, $pagenow, $current_user;
1008
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1009
  // 2.9: BPS plugin 30 day review/rating request Dismiss Notice
1010
  $bps_rate_options = 'bulletproof_security_options_rate_free';
1011
  $gmt_offset = get_option( 'gmt_offset' ) * 3600;
530
  }
531
  }
532
 
533
+ ## 3.5: Pre-Save the SLF filter options. Used in the Pre-Installation Wizard.
534
+ ## The default is now set to On. New option added to use to check against for BPS upgrades: bps_slf_filter_new
535
+ function bpsPro_presave_ui_theme_skin_SLF_options() {
536
+
537
+ $bpsPro_SLF_options = get_option('bulletproof_security_options_SLF');
538
+
539
+ if ( $bpsPro_SLF_options['bps_slf_filter_new'] != '14' ) {
540
+
541
+ $BPS_SLF_Options = array(
542
+ 'bps_slf_filter' => 'On',
543
+ 'bps_slf_filter_new' => '14'
544
+ );
545
+
546
+ foreach( $BPS_SLF_Options as $key => $value ) {
547
+ update_option('bulletproof_security_options_SLF', $BPS_SLF_Options);
548
+ }
549
+ }
550
+ }
551
+
552
  // .52.9: POST Request Attack Protection code correction|addition
553
  // .53: Condition added to allow commenting out wp-admin URI whitelist rule
554
  function bpsPro_post_request_protection_check() {
1025
  if ( current_user_can('manage_options') ) {
1026
  global $bps_version, $bps_last_version, $wp_version, $wpdb, $aitpro_bullet, $pagenow, $current_user;
1027
 
1028
+ // 3.5: Pre-save the SLF option. The default is now set to On. New option added to use to check against for BPS upgrades: bps_slf_filter_new
1029
+ $bpsPro_SLF_options = get_option('bulletproof_security_options_SLF');
1030
+
1031
+ if ( $bpsPro_SLF_options['bps_slf_filter_new'] != '14' ) {
1032
+
1033
+ $BPS_SLF_Options = array(
1034
+ 'bps_slf_filter' => 'On',
1035
+ 'bps_slf_filter_new' => '14'
1036
+ );
1037
+
1038
+ foreach( $BPS_SLF_Options as $key => $value ) {
1039
+ update_option('bulletproof_security_options_SLF', $BPS_SLF_Options);
1040
+ }
1041
+ }
1042
+
1043
  // 2.9: BPS plugin 30 day review/rating request Dismiss Notice
1044
  $bps_rate_options = 'bulletproof_security_options_rate_free';
1045
  $gmt_offset = get_option( 'gmt_offset' ) * 3600;
includes/hud-dismiss-functions.php CHANGED
@@ -418,38 +418,33 @@ $user_id = $current_user->ID;
418
 
419
  // Heads Up Display w/ Dismiss - Sucuri Restrict wp-content access Hardening Option wp-content .htaccess file problem - breaks BPS and lots of other stuff
420
  // Unfortunately the limited whitelisting options provided by Sucuri in their settings don't provide any workable solutions for BPS.
 
421
  function bps_hud_check_sucuri() {
422
  $filename = WP_CONTENT_DIR . '/.htaccess';
423
- $sucuri = 'sucuri-scanner/sucuri.php';
424
- $sucuri_active = in_array( $sucuri, apply_filters('active_plugins', get_option('active_plugins') ) );
425
 
426
- if ( $sucuri_active == 1 && ! file_exists($filename) ) {
427
  return;
428
  }
429
 
430
- if ( function_exists('sucuriscan_harden_wpcontent') ) {
431
 
432
- if ( $sucuri_active == 1 || is_plugin_active_for_network( $sucuri ) ) {
433
 
434
- if ( file_exists($filename) && preg_match( '/WP-content\sdirectory\sproperly\shardened/', sucuriscan_harden_wpcontent(), $matches ) ) {
435
-
436
- global $current_user;
437
- $user_id = $current_user->ID;
438
 
439
- if ( ! get_user_meta($user_id, 'bps_ignore_sucuri_notice') ) {
440
-
441
- if ( esc_html($_SERVER['QUERY_STRING']) == '' && basename(esc_html($_SERVER['REQUEST_URI'])) != 'wp-admin' ) {
442
- $bps_base = basename(esc_html($_SERVER['REQUEST_URI'])) . '?';
443
- } elseif ( esc_html($_SERVER['QUERY_STRING']) == '' && basename(esc_html($_SERVER['REQUEST_URI'])) == 'wp-admin' ) {
444
- $bps_base = basename( str_replace( 'wp-admin', 'index.php?', esc_html($_SERVER['REQUEST_URI'])));
445
- } else {
446
- $bps_base = str_replace( admin_url(), '', esc_html($_SERVER['REQUEST_URI']) ) . '&';
447
- }
448
-
449
- $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">'.__('Sucuri Restrict wp-content access Hardening Option problem detected', 'bulletproof-security').'</font><br>'.__('Using the Sucuri Restrict wp-content access Hardening Option breaks BPS Security Logging, Plugin Firewall, Uploads Anti-Exploit Guard & probably other things in BPS and other plugins as well.', 'bulletproof-security').'<br>'.__('To fix this problem click this link: ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=sucuriscan_hardening#hardening' ).'">'.__('Sucuri Hardening Options', 'bulletproof-security').'</a>'.__(' and click the Sucuri Restrict wp-content access Revert hardening button.', 'bulletproof-security').'<br>'.__('To Dismiss this Notice click the Dismiss Notice button below. To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Custom Code page.', 'bulletproof-security').'<br><div style="float:left;margin:3px 0px 3px 0px;padding:2px 6px 2px 6px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.$bps_base.'bps_sucuri_nag_ignore=0'.'" style="text-decoration:none;font-weight:600;">'.__('Dismiss Notice', 'bulletproof-security').'</a></div></div>';
450
- echo $text;
451
- }
452
- }
453
  }
454
  }
455
  }
418
 
419
  // Heads Up Display w/ Dismiss - Sucuri Restrict wp-content access Hardening Option wp-content .htaccess file problem - breaks BPS and lots of other stuff
420
  // Unfortunately the limited whitelisting options provided by Sucuri in their settings don't provide any workable solutions for BPS.
421
+ ## 3.5: updated this check due to changes in the Sucuri wp-content htaccess file.
422
  function bps_hud_check_sucuri() {
423
  $filename = WP_CONTENT_DIR . '/.htaccess';
 
 
424
 
425
+ if ( ! file_exists($filename) ) {
426
  return;
427
  }
428
 
429
+ $file_contents = @file_get_contents($filename);
430
 
431
+ if ( file_exists($filename) && preg_match( '/Require\sall\sdenied/', $file_contents ) ) {
432
 
433
+ global $current_user;
434
+ $user_id = $current_user->ID;
 
 
435
 
436
+ if ( ! get_user_meta($user_id, 'bps_ignore_sucuri_notice') ) {
437
+
438
+ if ( esc_html($_SERVER['QUERY_STRING']) == '' && basename(esc_html($_SERVER['REQUEST_URI'])) != 'wp-admin' ) {
439
+ $bps_base = basename(esc_html($_SERVER['REQUEST_URI'])) . '?';
440
+ } elseif ( esc_html($_SERVER['QUERY_STRING']) == '' && basename(esc_html($_SERVER['REQUEST_URI'])) == 'wp-admin' ) {
441
+ $bps_base = basename( str_replace( 'wp-admin', 'index.php?', esc_html($_SERVER['REQUEST_URI'])));
442
+ } else {
443
+ $bps_base = str_replace( admin_url(), '', esc_html($_SERVER['REQUEST_URI']) ) . '&';
444
+ }
445
+
446
+ $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">'.__('Sucuri Block PHP Files in WP-CONTENT Directory Hardening Option problem detected', 'bulletproof-security').'</font><br>'.__('Using the Sucuri Block PHP Files in WP-CONTENT Directory Hardening Option breaks BPS Pro Security Logging, Plugin Firewall, Uploads Anti-Exploit Guard & probably other things in BPS Pro and other plugins as well.', 'bulletproof-security').'<br>'.__('To fix this problem go to the Sucuri Settings page, click the Hardening tab and click the Revert Hardening button for the Block PHP Files in WP-CONTENT Directory option setting.', 'bulletproof-security').'<br>'.__('To Dismiss this Notice click the Dismiss Notice button below. To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Custom Code page.', 'bulletproof-security').'<br><div style="float:left;margin:3px 0px 3px 0px;padding:2px 6px 2px 6px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.$bps_base.'bps_sucuri_nag_ignore=0'.'" style="text-decoration:none;font-weight:600;">'.__('Dismiss Notice', 'bulletproof-security').'</a></div></div>';
447
+ echo $text;
 
 
448
  }
449
  }
450
  }
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: 2019-01-23 15:45-0800\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"
@@ -292,16 +292,16 @@ msgid ""
292
  msgstr ""
293
 
294
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
295
- #: admin/wizard/wizard-backup.php:187 admin/wizard/wizard-backup.php:221
296
  msgid ""
297
  "If you see a 403 error and/or are unable to download the zip file then click "
298
  "here: "
299
  msgstr ""
300
 
301
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
302
- #: admin/wizard/wizard-backup.php:187 admin/wizard/wizard-backup.php:221
303
- #: admin/wizard/wizard.php:997 admin/wizard/wizard.php:1095
304
- #: admin/wizard/wizard.php:1097 includes/hud-autofix-whitelist.php:761
305
  msgid "Setup Wizard Options"
306
  msgstr ""
307
 
@@ -393,7 +393,38 @@ msgstr ""
393
 
394
  #: admin/core/core-forms.php:18 admin/core/core-forms.php:98
395
  #: admin/core/core.php:1127
396
- msgid "htaccess Files Disabled: wp-admin htaccess file writing is disabled."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
397
  msgstr ""
398
 
399
  #: admin/core/core-forms.php:29 admin/core/core-forms.php:109
@@ -451,7 +482,7 @@ msgid "Current HPF Ignore Rules: "
451
  msgstr ""
452
 
453
  #: admin/core/core-forms.php:196 admin/core/core-forms.php:246
454
- msgid "htaccess Files Disabled: Master htaccess file writing is disabled."
455
  msgstr ""
456
 
457
  #: admin/core/core-forms.php:212 admin/core/core-forms.php:226
@@ -477,7 +508,7 @@ msgid "Master htaccess Folder BulletProof Mode deactivated successfully."
477
  msgstr ""
478
 
479
  #: admin/core/core-forms.php:280 admin/core/core-forms.php:330
480
- msgid "htaccess Files Disabled: BPS Backup htaccess file writing is disabled."
481
  msgstr ""
482
 
483
  #: admin/core/core-forms.php:296 admin/core/core-forms.php:310
@@ -506,7 +537,7 @@ msgid "BPS Backup Folder BulletProof Mode deactivated successfully."
506
  msgstr ""
507
 
508
  #: admin/core/core-forms.php:364
509
- msgid "htaccess Files Disabled: htaccess file Backup is disabled."
510
  msgstr ""
511
 
512
  #: admin/core/core-forms.php:377
@@ -546,7 +577,7 @@ msgid ""
546
  msgstr ""
547
 
548
  #: admin/core/core-forms.php:430
549
- msgid "htaccess Files Disabled: htaccess file Restore is disabled."
550
  msgstr ""
551
 
552
  #: admin/core/core-forms.php:451
@@ -898,7 +929,7 @@ msgid ""
898
  "Read Me help file for BPS troubleshooting steps."
899
  msgstr ""
900
 
901
- #: admin/core/core-help-text.php:15 admin/wizard/wizard.php:1049
902
  msgid "Notes: "
903
  msgstr ""
904
 
@@ -1097,11 +1128,11 @@ msgstr ""
1097
  #: admin/db-backup-security/db-backup-security.php:281
1098
  #: admin/email-log-settings/email-log-settings.php:106
1099
  #: admin/login/login.php:192 admin/login/login.php:803
1100
- #: admin/login/login.php:998 admin/maintenance/maintenance.php:200
1101
  #: admin/mscan/mscan-help-text.php:44 admin/mscan/mscan.php:134
1102
  #: admin/security-log/security-log.php:246
1103
  #: admin/system-info/system-info.php:103 admin/theme-skin/theme-skin.php:110
1104
- #: admin/wizard/wizard.php:1035 admin/wizard/wizard.php:1103
1105
  msgid ""
1106
  "This Read Me Help window is draggable (top) and resizable (bottom right "
1107
  "corner)"
@@ -1536,12 +1567,12 @@ msgid "Modify wp-admin Query String Exploit code here"
1536
  msgstr ""
1537
 
1538
  #: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:118
1539
- #: admin/maintenance/maintenance.php:390 admin/maintenance/maintenance.php:410
1540
  msgid "The file "
1541
  msgstr ""
1542
 
1543
  #: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:118
1544
- #: admin/maintenance/maintenance.php:390 admin/maintenance/maintenance.php:410
1545
  msgid " is not writable or does not exist."
1546
  msgstr ""
1547
 
@@ -1570,7 +1601,7 @@ msgstr ""
1570
  #: admin/core/core-htaccess-code.php:437 admin/core/core-htaccess-code.php:521
1571
  #: admin/core/core-htaccess-code.php:590 admin/core/core-htaccess-code.php:674
1572
  #: admin/core/core.php:1039
1573
- msgid "htaccess Files Disabled: Root htaccess file writing is disabled."
1574
  msgstr ""
1575
 
1576
  #: admin/core/core-htaccess-code.php:459 admin/core/core-htaccess-code.php:612
@@ -1628,7 +1659,7 @@ msgstr ""
1628
 
1629
  #: admin/core/core.php:152 admin/db-backup-security/db-backup-security.php:69
1630
  #: admin/email-log-settings/email-log-settings.php:64 admin/login/login.php:126
1631
- #: admin/maintenance/maintenance.php:89 admin/mscan/mscan.php:78
1632
  #: admin/security-log/security-log.php:64 admin/system-info/system-info.php:64
1633
  #: admin/theme-skin/theme-skin.php:69 admin/wizard/wizard.php:198
1634
  msgid "Settings Saved"
@@ -1657,14 +1688,14 @@ msgstr ""
1657
  #: admin/core/core.php:184 admin/db-backup-security/db-backup-security.php:262
1658
  #: admin/db-backup-security/db-backup-security.php:1697
1659
  #: admin/email-log-settings/email-log-settings.php:87 admin/login/login.php:164
1660
- #: admin/maintenance/maintenance.php:164 admin/mscan/mscan.php:115
1661
  #: admin/mscan/mscan.php:1914 admin/security-log/security-log.php:227
1662
  #: admin/system-info/system-info.php:90 admin/theme-skin/theme-skin.php:92
1663
  #: admin/theme-skin/theme-skin.php:215
1664
  msgid "Help &amp; FAQ"
1665
  msgstr ""
1666
 
1667
- #: admin/core/core.php:185 bulletproof-security.php:145
1668
  msgid "BPS Pro Features"
1669
  msgstr ""
1670
 
@@ -1682,19 +1713,19 @@ msgstr ""
1682
  #: admin/db-backup-security/db-backup-security.php:1201
1683
  #: admin/db-backup-security/db-backup-security.php:1357
1684
  #: admin/email-log-settings/email-log-settings.php:95 admin/login/login.php:181
1685
- #: admin/login/login.php:792 admin/maintenance/maintenance.php:184
1686
- #: admin/maintenance/maintenance.php:186 admin/mscan/mscan.php:123
1687
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
1688
- #: admin/wizard/wizard.php:1020 admin/wizard/wizard.php:1089
1689
  msgid "Want even more security protection?"
1690
  msgstr ""
1691
 
1692
  #: admin/core/core.php:193 admin/core/core.php:711 admin/core/core.php:1423
1693
  #: admin/core/core.php:1546 admin/core/core.php:1601
1694
  #: admin/email-log-settings/email-log-settings.php:95
1695
- #: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
1696
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
1697
- #: admin/wizard/wizard.php:1020 admin/wizard/wizard.php:1089
1698
  msgid ""
1699
  "Protect all of your Plugins (plugin folders and files) with an IP Firewall: "
1700
  msgstr ""
@@ -1702,18 +1733,18 @@ msgstr ""
1702
  #: admin/core/core.php:193 admin/core/core.php:711 admin/core/core.php:1423
1703
  #: admin/core/core.php:1546 admin/core/core.php:1601
1704
  #: admin/email-log-settings/email-log-settings.php:95
1705
- #: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
1706
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
1707
- #: admin/wizard/wizard.php:1020 admin/wizard/wizard.php:1089
1708
  msgid "Get BPS Pro Plugin Firewall"
1709
  msgstr ""
1710
 
1711
  #: admin/core/core.php:193 admin/core/core.php:711 admin/core/core.php:1423
1712
  #: admin/core/core.php:1546 admin/core/core.php:1601
1713
  #: admin/email-log-settings/email-log-settings.php:95
1714
- #: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
1715
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
1716
- #: admin/wizard/wizard.php:1020 admin/wizard/wizard.php:1089
1717
  msgid ""
1718
  "Protect your WordPress uploads folder against remote access or execution of "
1719
  "files: "
@@ -1722,9 +1753,9 @@ msgstr ""
1722
  #: admin/core/core.php:193 admin/core/core.php:711 admin/core/core.php:1423
1723
  #: admin/core/core.php:1546 admin/core/core.php:1601
1724
  #: admin/email-log-settings/email-log-settings.php:95
1725
- #: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
1726
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
1727
- #: admin/wizard/wizard.php:1020 admin/wizard/wizard.php:1089
1728
  msgid "Get BPS Pro Uploads Anti-Exploit Guard"
1729
  msgstr ""
1730
 
@@ -1752,18 +1783,18 @@ msgstr ""
1752
  #: admin/db-backup-security/db-backup-security.php:1363
1753
  #: admin/email-log-settings/email-log-settings.php:101
1754
  #: admin/login/login.php:187 admin/login/login.php:798
1755
- #: admin/login/login.php:989 admin/maintenance/maintenance.php:195
1756
  #: admin/mscan/mscan.php:129 admin/mscan/mscan.php:1715
1757
  #: admin/security-log/security-log.php:241 admin/system-info/system-info.php:98
1758
- #: admin/theme-skin/theme-skin.php:107 admin/wizard/wizard.php:1026
1759
- #: admin/wizard/wizard.php:1095
1760
  msgid "Read Me"
1761
  msgstr ""
1762
 
1763
  #: admin/core/core.php:210 admin/core/core.php:320 admin/core/core.php:1447
1764
  #: admin/db-backup-security/db-backup-security.php:284
1765
  #: admin/email-log-settings/email-log-settings.php:109
1766
- #: admin/login/login.php:1001 admin/maintenance/maintenance.php:203
1767
  #: admin/mscan/mscan.php:136 admin/system-info/system-info.php:106
1768
  msgid "Forum Help Links: "
1769
  msgstr ""
@@ -1920,7 +1951,7 @@ msgid ""
1920
  "other buttons."
1921
  msgstr ""
1922
 
1923
- #: admin/core/core.php:496 admin/maintenance/maintenance.php:655
1924
  #: admin/security-log/security-log.php:465
1925
  #: admin/security-log/security-log.php:480
1926
  #: admin/security-log/security-log.php:698
@@ -2024,7 +2055,7 @@ msgstr ""
2024
 
2025
  #: admin/core/core.php:782
2026
  msgid ""
2027
- "htaccess Files Disabled: secure.htaccess Master file writing is disabled."
2028
  msgstr ""
2029
 
2030
  #: admin/core/core.php:790
@@ -2051,7 +2082,7 @@ msgstr ""
2051
 
2052
  #: admin/core/core.php:859
2053
  msgid ""
2054
- "htaccess Files Disabled: default.htaccess Master file writing is disabled."
2055
  msgstr ""
2056
 
2057
  #: admin/core/core.php:867
@@ -2095,7 +2126,7 @@ msgstr ""
2095
  #: admin/core/core.php:961
2096
  msgid ""
2097
  "htaccess Files Disabled: wpadmin-secure.htaccess Master file writing is "
2098
- "disabled."
2099
  msgstr ""
2100
 
2101
  #: admin/core/core.php:969
@@ -2306,7 +2337,7 @@ msgid "Brute Force Login Page Protection code"
2306
  msgstr ""
2307
 
2308
  #: admin/core/core.php:1458 admin/core/core.php:1644
2309
- #: admin/wizard/wizard.php:1041
2310
  msgid "Custom Code Video Tutorial"
2311
  msgstr ""
2312
 
@@ -2391,9 +2422,9 @@ msgstr ""
2391
  #: admin/db-backup-security/db-backup-security.php:1201
2392
  #: admin/db-backup-security/db-backup-security.php:1357
2393
  #: admin/email-log-settings/email-log-settings.php:95
2394
- #: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
2395
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
2396
- #: admin/wizard/wizard.php:1020 admin/wizard/wizard.php:1089
2397
  msgid ""
2398
  "Protect all of your website files with AutoRestore|Quarantine Intrusion "
2399
  "Detection & Prevention System: "
@@ -2403,17 +2434,17 @@ msgstr ""
2403
  #: admin/db-backup-security/db-backup-security.php:1201
2404
  #: admin/db-backup-security/db-backup-security.php:1357
2405
  #: admin/email-log-settings/email-log-settings.php:95
2406
- #: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
2407
  #: admin/mscan/mscan.php:123 admin/security-log/security-log.php:235
2408
- #: admin/theme-skin/theme-skin.php:101 admin/wizard/wizard.php:1020
2409
- #: admin/wizard/wizard.php:1089
2410
  msgid "Get BPS Pro ARQ IDPS"
2411
  msgstr ""
2412
 
2413
  #: admin/core/core.php:1601 admin/email-log-settings/email-log-settings.php:95
2414
- #: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
2415
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
2416
- #: admin/wizard/wizard.php:1020 admin/wizard/wizard.php:1089
2417
  msgid ""
2418
  "Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-"
2419
  "posting, auto-commenting): "
@@ -2421,9 +2452,9 @@ msgstr ""
2421
 
2422
  #: admin/core/core.php:1601 admin/email-log-settings/email-log-settings.php:95
2423
  #: admin/login/login.php:181 admin/login/login.php:792
2424
- #: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
2425
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
2426
- #: admin/wizard/wizard.php:1020 admin/wizard/wizard.php:1089
2427
  msgid "Get BPS Pro JTC Anti-Spam|Anti-Hacker"
2428
  msgstr ""
2429
 
@@ -2464,12 +2495,12 @@ msgid ""
2464
  "with a solution/whitelist rule in the Forum."
2465
  msgstr ""
2466
 
2467
- #: admin/core/core.php:1635 admin/maintenance/maintenance.php:2092
2468
  msgid "Help & FAQ"
2469
  msgstr ""
2470
 
2471
  #: admin/core/core.php:1639 admin/email-log-settings/email-log-settings.php:220
2472
- #: admin/login/login.php:1355 admin/maintenance/maintenance.php:2097
2473
  #: admin/security-log/security-log.php:806
2474
  #: admin/system-info/system-info.php:1109
2475
  msgid "Contributors Page"
@@ -2480,7 +2511,7 @@ msgid "WP Permalinks - Custom Permalink Structure Help Info"
2480
  msgstr ""
2481
 
2482
  #: admin/core/core.php:1641 admin/email-log-settings/email-log-settings.php:219
2483
- #: admin/login/login.php:1354 admin/maintenance/maintenance.php:2098
2484
  #: admin/security-log/security-log.php:805
2485
  #: admin/system-info/system-info.php:1108
2486
  msgid "Security Log Event Codes"
@@ -2493,7 +2524,7 @@ msgstr ""
2493
  #: admin/core/core.php:1643
2494
  #: admin/db-backup-security/db-backup-security.php:1705
2495
  #: admin/email-log-settings/email-log-settings.php:221
2496
- #: admin/login/login.php:1356 admin/maintenance/maintenance.php:2099
2497
  #: admin/mscan/mscan.php:1921 admin/security-log/security-log.php:807
2498
  #: admin/system-info/system-info.php:1110 admin/theme-skin/theme-skin.php:222
2499
  msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
@@ -2749,32 +2780,32 @@ msgstr ""
2749
  msgid "BPS Pro Version Release Dates"
2750
  msgstr ""
2751
 
2752
- #: admin/core/core.php:1719 admin/core/core.php:1720 admin/core/core.php:1725
2753
- #: admin/core/core.php:1726 admin/core/core.php:1727 admin/core/core.php:1728
2754
- #: admin/core/core.php:1729 admin/core/core.php:1734 admin/core/core.php:1735
2755
  #: admin/core/core.php:1736 admin/core/core.php:1737 admin/core/core.php:1738
2756
  #: admin/core/core.php:1739 admin/core/core.php:1740 admin/core/core.php:1741
2757
- #: admin/core/core.php:1742 admin/core/core.php:1747 admin/core/core.php:1748
2758
  #: admin/core/core.php:1749 admin/core/core.php:1750 admin/core/core.php:1751
2759
  #: admin/core/core.php:1752 admin/core/core.php:1753 admin/core/core.php:1754
2760
  #: admin/core/core.php:1755 admin/core/core.php:1756 admin/core/core.php:1757
2761
- #: admin/core/core.php:1758 admin/core/core.php:1759 admin/core/core.php:1765
2762
- #: admin/core/core.php:1766 admin/core/core.php:1767 admin/core/core.php:1768
2763
  #: admin/core/core.php:1769 admin/core/core.php:1770 admin/core/core.php:1771
2764
  #: admin/core/core.php:1772 admin/core/core.php:1773 admin/core/core.php:1774
2765
  #: admin/core/core.php:1775 admin/core/core.php:1776 admin/core/core.php:1777
2766
- #: admin/core/core.php:1778 admin/core/core.php:1784 admin/core/core.php:1785
2767
  #: admin/core/core.php:1786 admin/core/core.php:1787 admin/core/core.php:1788
2768
  #: admin/core/core.php:1789 admin/core/core.php:1790 admin/core/core.php:1791
2769
  #: admin/core/core.php:1792 admin/core/core.php:1793 admin/core/core.php:1794
2770
- #: admin/core/core.php:1795 admin/core/core.php:1796 admin/core/core.php:1802
2771
- #: admin/core/core.php:1803 admin/core/core.php:1804 admin/core/core.php:1805
2772
  #: admin/core/core.php:1806 admin/core/core.php:1807 admin/core/core.php:1808
2773
  #: admin/core/core.php:1809 admin/core/core.php:1810 admin/core/core.php:1811
2774
- #: admin/core/core.php:1817 admin/core/core.php:1818 admin/core/core.php:1819
2775
  #: admin/core/core.php:1820 admin/core/core.php:1821 admin/core/core.php:1822
2776
  #: admin/core/core.php:1823 admin/core/core.php:1824 admin/core/core.php:1825
2777
- #: admin/core/core.php:1826
2778
  #, php-format
2779
  msgid ""
2780
  "<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
@@ -4462,8 +4493,8 @@ msgid "JTC-Lite"
4462
  msgstr ""
4463
 
4464
  #: admin/includes/admin.php:321 admin/includes/admin.php:347
4465
- #: admin/maintenance/maintenance.php:163 admin/maintenance/maintenance.php:195
4466
- #: admin/maintenance/maintenance.php:197
4467
  msgid "Maintenance Mode"
4468
  msgstr ""
4469
 
@@ -4510,9 +4541,9 @@ msgstr ""
4510
  msgid "Security Log"
4511
  msgstr ""
4512
 
4513
- #: admin/includes/admin.php:353 admin/wizard/wizard.php:996
4514
- #: admin/wizard/wizard.php:1026 admin/wizard/wizard.php:1028
4515
- #: bulletproof-security.php:120 bulletproof-security.php:123
4516
  msgid "Setup Wizard"
4517
  msgstr ""
4518
 
@@ -4521,55 +4552,45 @@ msgstr ""
4521
  msgid "BPS Plugin Uninstall Options"
4522
  msgstr ""
4523
 
4524
- #: admin/includes/admin.php:399
4525
- msgid "BPS UI|UX Debug: SLF css Scripts Nulled"
4526
- msgstr ""
4527
-
4528
- #: admin/includes/admin.php:406
4529
- msgid "BPS UI|UX Debug: SLF css Scripts Not Nulled|Allowed"
4530
  msgstr ""
4531
 
4532
- #: admin/includes/admin.php:435
4533
- msgid "BPS UI|UX Debug: SLF js Scripts Nulled"
4534
  msgstr ""
4535
 
4536
- #: admin/includes/admin.php:442
4537
- msgid "BPS UI|UX Debug: SLF js Scripts Not Nulled|Allowed"
4538
- msgstr ""
4539
-
4540
- #: admin/includes/admin.php:518
4541
  msgid "BPS UI|UX Debug: Scripts|Styles Dequeued"
4542
  msgstr ""
4543
 
4544
- #: admin/includes/admin.php:530
4545
  msgid "Script Dequeued: "
4546
  msgstr ""
4547
 
4548
- #: admin/includes/admin.php:536
4549
  msgid ""
4550
- "No plugin or theme Scripts were Dequeued (prevented) from loading in BPS "
4551
- "plugin pages"
4552
  msgstr ""
4553
 
4554
- #: admin/includes/admin.php:548
4555
  msgid "Style Dequeued: "
4556
  msgstr ""
4557
 
4558
- #: admin/includes/admin.php:554
4559
  msgid ""
4560
- "No plugin or theme Styles were Dequeued (prevented) from loading in BPS "
4561
- "plugin pages"
4562
  msgstr ""
4563
 
4564
- #: admin/includes/admin.php:592 admin/includes/admin.php:625
4565
  msgid "BPS UI|UX Debug: WP Toolbar nodes|menu items Removed"
4566
  msgstr ""
4567
 
4568
- #: admin/includes/admin.php:604 admin/includes/admin.php:637
4569
  msgid "WP Toolbar node|menu item Removed: "
4570
  msgstr ""
4571
 
4572
- #: admin/includes/admin.php:612 admin/includes/admin.php:645
4573
  msgid "No WP Toolbar nodes|menu items were Removed in BPS plugin pages"
4574
  msgstr ""
4575
 
@@ -4620,21 +4641,21 @@ msgid "Idle Session Logout|Auth Cookie Expiration"
4620
  msgstr ""
4621
 
4622
  #: admin/login/login.php:173 admin/login/login.php:784
4623
- #: admin/maintenance/maintenance.php:173
4624
  msgid "Notice: "
4625
  msgstr ""
4626
 
4627
- #: admin/login/login.php:173 admin/maintenance/maintenance.php:173
4628
  msgid "You have disabled wp-admin BulletProof Mode on the Security Modes page."
4629
  msgstr ""
4630
 
4631
  #: admin/login/login.php:173 admin/login/login.php:784
4632
- #: admin/maintenance/maintenance.php:173
4633
  msgid "If you have Go Daddy \"Managed WordPress Hosting\" click this link: "
4634
  msgstr ""
4635
 
4636
  #: admin/login/login.php:173 admin/login/login.php:784
4637
- #: admin/maintenance/maintenance.php:173
4638
  msgid "Go Daddy Managed WordPress Hosting"
4639
  msgstr ""
4640
 
@@ -5429,7 +5450,7 @@ msgid ""
5429
  "be displayed. "
5430
  msgstr ""
5431
 
5432
- #: admin/login/lsm-help-text.php:10 admin/maintenance/maintenance.php:542
5433
  #: includes/hud-dismiss-functions.php:345
5434
  #: includes/hud-dismiss-functions.php:388
5435
  msgid "CAUTION: "
@@ -6072,63 +6093,38 @@ msgid ""
6072
  "Roles: Administrator, Editor, Author, Contributor, Subscriber."
6073
  msgstr ""
6074
 
6075
- #: admin/maintenance/maintenance.php:64
6076
- msgid "BPS Error: Oxygen Plugin"
6077
- msgstr ""
6078
-
6079
- #: admin/maintenance/maintenance.php:64
6080
- msgid ""
6081
- "The Oxygen plugin is installed and activated, which prevents BPS MMode from "
6082
- "being successfully turned On while the Oxygen plugin is activated."
6083
- msgstr ""
6084
-
6085
- #: admin/maintenance/maintenance.php:64 includes/hud-autofix-whitelist.php:761
6086
- #: includes/hud-dismiss-functions.php:827
6087
- msgid "Click this "
6088
- msgstr ""
6089
-
6090
- #: admin/maintenance/maintenance.php:64
6091
- msgid "Oxygen plugin forum topic link"
6092
- msgstr ""
6093
-
6094
- #: admin/maintenance/maintenance.php:64
6095
- msgid ""
6096
- " for more information about how to make BPS MMode work with the Oxygen "
6097
- "plugin."
6098
- msgstr ""
6099
-
6100
- #: admin/maintenance/maintenance.php:76
6101
  msgid "BulletProof Security ~ Maintenance Mode"
6102
  msgstr ""
6103
 
6104
- #: admin/maintenance/maintenance.php:78
6105
  msgid "Maintenance Mode ~ FrontEnd ~ BackEnd"
6106
  msgstr ""
6107
 
6108
- #: admin/maintenance/maintenance.php:184
6109
  msgid "FrontEnd Maintenance Mode Page ~ "
6110
  msgstr ""
6111
 
6112
- #: admin/maintenance/maintenance.php:184
6113
  msgid "Display a website under maintenance page to website visitors"
6114
  msgstr ""
6115
 
6116
- #: admin/maintenance/maintenance.php:186
6117
  msgid "FrontEnd & BackEnd Maintenance Mode ~ "
6118
  msgstr ""
6119
 
6120
- #: admin/maintenance/maintenance.php:186
6121
  msgid ""
6122
  "Display a website under maintenance page to website visitors ~ Lock wp-admin "
6123
  "BackEnd by IP Address"
6124
  msgstr ""
6125
 
6126
- #: admin/maintenance/maintenance.php:206 admin/maintenance/maintenance.php:212
6127
- #: admin/maintenance/maintenance.php:2096
6128
  msgid "Maintenance Mode Guide"
6129
  msgstr ""
6130
 
6131
- #: admin/maintenance/maintenance.php:208
6132
  msgid ""
6133
  "Create/add whatever messages, images, videos, etc. you want to display to "
6134
  "website visitors with the MMode Editor, select your MMode options/settings, "
@@ -6137,20 +6133,20 @@ msgid ""
6137
  "options/settings."
6138
  msgstr ""
6139
 
6140
- #: admin/maintenance/maintenance.php:208
6141
  msgid ""
6142
  "For more extensive help info, CSS, HTML code examples, Image & Video "
6143
  "embedding code examples to add in the MMode Editor see Forum Help Links at "
6144
  "the top of this Read Me help window."
6145
  msgstr ""
6146
 
6147
- #: admin/maintenance/maintenance.php:208 admin/maintenance/maintenance.php:506
6148
  msgid ""
6149
  "Maintenance Mode Text, CSS Style Code, Images, Videos Displayed To Website "
6150
  "Visitors:"
6151
  msgstr ""
6152
 
6153
- #: admin/maintenance/maintenance.php:208
6154
  msgid ""
6155
  "This is a standard WordPress TinyMCE WYSIWYG editor that has a Visual Editor "
6156
  "and a Text Editor for adding CSS or HTML code. Enter plain text, CSS, HTML "
@@ -6162,11 +6158,11 @@ msgid ""
6162
  "Save Options button to save your edits."
6163
  msgstr ""
6164
 
6165
- #: admin/maintenance/maintenance.php:208
6166
  msgid "Enable Countdown Timer:"
6167
  msgstr ""
6168
 
6169
- #: admin/maintenance/maintenance.php:208
6170
  msgid ""
6171
  "Check this checkbox to enable a javascript Countdown Timer that will be "
6172
  "displayed to visitors. When the Countdown Timer reaches 0/has completed your "
@@ -6175,42 +6171,42 @@ msgid ""
6175
  "off Maintenance Mode when the Countdown Timer reaches 0/has completed."
6176
  msgstr ""
6177
 
6178
- #: admin/maintenance/maintenance.php:208 admin/maintenance/maintenance.php:521
6179
  msgid "Countdown Timer Text Color:"
6180
  msgstr ""
6181
 
6182
- #: admin/maintenance/maintenance.php:208
6183
  msgid "Select the text color for the Countdown Timer."
6184
  msgstr ""
6185
 
6186
- #: admin/maintenance/maintenance.php:208 admin/maintenance/maintenance.php:529
6187
  msgid "Maintenance Mode Time (in Minutes):"
6188
  msgstr ""
6189
 
6190
- #: admin/maintenance/maintenance.php:208
6191
  msgid ""
6192
  "Enter the amount of time that you want to put your site into Maintenance "
6193
  "Mode in minutes. Example: 10 = 10 minutes, 180 = 3 hours, 1440 = 24 hours, "
6194
  "4320 = 3 days."
6195
  msgstr ""
6196
 
6197
- #: admin/maintenance/maintenance.php:208 admin/maintenance/maintenance.php:533
6198
  msgid ""
6199
  "Header Retry-After (enter the same time as Maintenance Mode Time above):"
6200
  msgstr ""
6201
 
6202
- #: admin/maintenance/maintenance.php:208
6203
  msgid ""
6204
  "This is the amount of time that you are telling Search Engines to wait "
6205
  "before visiting your website again. Enter the same time in minutes that you "
6206
  "entered for Maintenance Mode Time."
6207
  msgstr ""
6208
 
6209
- #: admin/maintenance/maintenance.php:208
6210
  msgid "Enable FrontEnd Maintenance Mode:"
6211
  msgstr ""
6212
 
6213
- #: admin/maintenance/maintenance.php:208
6214
  msgid ""
6215
  "Check this checkbox to enable FrontEnd Maintenance Mode. When you Turn On "
6216
  "FrontEnd Maintenance Mode your website Maintenance Mode page will be "
@@ -6221,11 +6217,11 @@ msgid ""
6221
  "be locked out of your WordPress Dashboard."
6222
  msgstr ""
6223
 
6224
- #: admin/maintenance/maintenance.php:208
6225
  msgid "Enable BackEnd Maintenance Mode:"
6226
  msgstr ""
6227
 
6228
- #: admin/maintenance/maintenance.php:208
6229
  msgid ""
6230
  "Check this checkbox to enable BackEnd Maintenance Mode. Be sure to enter the "
6231
  "Your IP address/the Recommended IP address in the Maintenance Mode IP "
@@ -6237,17 +6233,17 @@ msgid ""
6237
  "your WordPress Dashboard."
6238
  msgstr ""
6239
 
6240
- #: admin/maintenance/maintenance.php:208 admin/maintenance/maintenance.php:548
6241
  msgid "Maintenance Mode IP Address Whitelist Text Box:"
6242
  msgstr ""
6243
 
6244
- #: admin/maintenance/maintenance.php:208
6245
  msgid ""
6246
  "Enter The IP Address That Can View The Website Normally (not in Maintenance "
6247
  "Mode):"
6248
  msgstr ""
6249
 
6250
- #: admin/maintenance/maintenance.php:208
6251
  msgid ""
6252
  "Enter Multiple IP addresses separated by a comma and a single space. "
6253
  "Example: 100.99.88.77, 200.66.55.44, 44.33.22.1 It is recommended that you "
@@ -6259,83 +6255,83 @@ msgid ""
6259
  "octets or your current IP address to whitelist your IP address."
6260
  msgstr ""
6261
 
6262
- #: admin/maintenance/maintenance.php:208 admin/maintenance/maintenance.php:563
6263
  msgid "Background Images:"
6264
  msgstr ""
6265
 
6266
- #: admin/maintenance/maintenance.php:208
6267
  msgid ""
6268
  "Select a background image that you want to use. BPS includes 20 background "
6269
  "images and 15 center images (text box images) that you can mix and match to "
6270
  "your design/color scheme preference."
6271
  msgstr ""
6272
 
6273
- #: admin/maintenance/maintenance.php:208 admin/maintenance/maintenance.php:588
6274
  msgid "Center Images:"
6275
  msgstr ""
6276
 
6277
- #: admin/maintenance/maintenance.php:208
6278
  msgid ""
6279
  "Select a center image that you want to use. BPS includes 20 background "
6280
  "images and 15 center images (text box images) that you can mix and match to "
6281
  "your design/color scheme preference."
6282
  msgstr ""
6283
 
6284
- #: admin/maintenance/maintenance.php:208 admin/maintenance/maintenance.php:608
6285
  msgid "Background Colors (If not using a Background Image):"
6286
  msgstr ""
6287
 
6288
- #: admin/maintenance/maintenance.php:208
6289
  msgid ""
6290
  "Select a background color that you want to use. If you do not want to use a "
6291
  "background image then you can instead choose a background color."
6292
  msgstr ""
6293
 
6294
- #: admin/maintenance/maintenance.php:208
6295
  msgid "Display Visitor IP Address:"
6296
  msgstr ""
6297
 
6298
- #: admin/maintenance/maintenance.php:208
6299
  msgid "Check this checkbox to display the website visitor's IP addresses."
6300
  msgstr ""
6301
 
6302
- #: admin/maintenance/maintenance.php:208 admin/maintenance/maintenance.php:618
6303
  msgid "Display Admin|Login Link"
6304
  msgstr ""
6305
 
6306
- #: admin/maintenance/maintenance.php:208
6307
  msgid ""
6308
  "Check this checkbox to display a Login link that points to your wp-admin "
6309
  "folder/Login page."
6310
  msgstr ""
6311
 
6312
- #: admin/maintenance/maintenance.php:208
6313
  msgid "Display Dashboard Reminder Message when site is in Maintenance Mode:"
6314
  msgstr ""
6315
 
6316
- #: admin/maintenance/maintenance.php:208
6317
  msgid ""
6318
  "Check this checkbox to display a WordPress Dashboard Reminder Notice that "
6319
  "your website is in Maintenance Mode."
6320
  msgstr ""
6321
 
6322
- #: admin/maintenance/maintenance.php:208
6323
  msgid "Enable Visitor Logging:"
6324
  msgstr ""
6325
 
6326
- #: admin/maintenance/maintenance.php:208
6327
  msgid ""
6328
  "Check this checkbox to enable visitor logging. Logs all visitors to your "
6329
  "site while your site is in Maintenance Mode. Log entries are created in the "
6330
  "BPS Security Log file. "
6331
  msgstr ""
6332
 
6333
- #: admin/maintenance/maintenance.php:209
6334
  msgid ""
6335
  "Send Email Reminder when Maintenance Mode Countdown Timer has completed:"
6336
  msgstr ""
6337
 
6338
- #: admin/maintenance/maintenance.php:209
6339
  msgid ""
6340
  "Check this checkbox to enable the javascript Countdown Timer to send you an "
6341
  "email reminder when the Countdown Timer reaches 0/is completed. More "
@@ -6347,11 +6343,11 @@ msgid ""
6347
  "the Countdown Timer reaches 0/has completed."
6348
  msgstr ""
6349
 
6350
- #: admin/maintenance/maintenance.php:209
6351
  msgid "Testing the Countdown Timer Send Email Option:"
6352
  msgstr ""
6353
 
6354
- #: admin/maintenance/maintenance.php:209
6355
  msgid ""
6356
  "There is a 1 minute buffer so that when the Maintenance Mode page is created "
6357
  "an email will not be sent immediately. To test the Send Email option use 2 "
@@ -6362,21 +6358,21 @@ msgid ""
6362
  "how fast your Mail Server sends the email to you."
6363
  msgstr ""
6364
 
6365
- #: admin/maintenance/maintenance.php:209
6366
  msgid "Send Countdown Timer Email:"
6367
  msgstr ""
6368
 
6369
- #: admin/maintenance/maintenance.php:209
6370
  msgid ""
6371
  "Enter the email addresses that you would like the Countdown Timer reminder "
6372
  "email sent to, from, cc or bcc."
6373
  msgstr ""
6374
 
6375
- #: admin/maintenance/maintenance.php:209
6376
  msgid "Network/Multisite Primary Site Options ONLY:"
6377
  msgstr ""
6378
 
6379
- #: admin/maintenance/maintenance.php:209
6380
  msgid ""
6381
  "These options/settings are for Network/Multisite ONLY and are ONLY displayed "
6382
  "on the Primary Network/Multisite site. Checking these options on a Single/"
@@ -6384,11 +6380,11 @@ msgid ""
6384
  "for Network/Multisite WordPress installations."
6385
  msgstr ""
6386
 
6387
- #: admin/maintenance/maintenance.php:209
6388
  msgid "Steps to use these special Network/Multisite options:"
6389
  msgstr ""
6390
 
6391
- #: admin/maintenance/maintenance.php:209
6392
  msgid ""
6393
  "To turn On either of these special options, check the checkbox, click the "
6394
  "Save Options button and click the Turn On button. To turn Off either of "
@@ -6400,29 +6396,29 @@ msgid ""
6400
  "special option settings in that template file."
6401
  msgstr ""
6402
 
6403
- #: admin/maintenance/maintenance.php:209
6404
  msgid "Put The Primary Site And All Subsites In Maintenance Mode:"
6405
  msgstr ""
6406
 
6407
- #: admin/maintenance/maintenance.php:209
6408
  msgid "Check this checkbox to put all of the sites into Maintenance Mode."
6409
  msgstr ""
6410
 
6411
- #: admin/maintenance/maintenance.php:209
6412
  msgid "Put All Subsites In Maintenance Mode, But Not The Primary Site:"
6413
  msgstr ""
6414
 
6415
- #: admin/maintenance/maintenance.php:209
6416
  msgid ""
6417
  "Check this checkbox to put all of the subsites into Maintenance Mode except "
6418
  "for the Primary site."
6419
  msgstr ""
6420
 
6421
- #: admin/maintenance/maintenance.php:209
6422
  msgid "Save Options Button"
6423
  msgstr ""
6424
 
6425
- #: admin/maintenance/maintenance.php:209
6426
  msgid ""
6427
  "Clicking the Save Options button does 2 things: Saves all your options/"
6428
  "settings to your Database and creates all necessary Maintenance Mode files/"
@@ -6430,11 +6426,11 @@ msgid ""
6430
  "Click the Turn On button after clicking the Save Options button."
6431
  msgstr ""
6432
 
6433
- #: admin/maintenance/maintenance.php:209
6434
  msgid "Preview Button"
6435
  msgstr ""
6436
 
6437
- #: admin/maintenance/maintenance.php:209
6438
  msgid ""
6439
  "Clicking the Preview button allows you to preview the Maintenance Mode files/"
6440
  "Forms that were created when you clicked the Save Options button. Preview "
@@ -6444,11 +6440,11 @@ msgid ""
6444
  "On button."
6445
  msgstr ""
6446
 
6447
- #: admin/maintenance/maintenance.php:209
6448
  msgid "Turn On Button"
6449
  msgstr ""
6450
 
6451
- #: admin/maintenance/maintenance.php:209
6452
  msgid ""
6453
  "Clicking the Turn On button turns On Maintenance Mode. Turn On is "
6454
  "conditional and allows you to make changes to your Maintenance Mode page "
@@ -6458,11 +6454,11 @@ msgid ""
6458
  "on your Maintenance Mode page."
6459
  msgstr ""
6460
 
6461
- #: admin/maintenance/maintenance.php:209
6462
  msgid "Turn Off Button"
6463
  msgstr ""
6464
 
6465
- #: admin/maintenance/maintenance.php:209
6466
  msgid ""
6467
  "Clicking the Turn Off button turns Off Maintenance Mode. Turn Off is non-"
6468
  "conditional and works like a Form Reset, but does not remove any of your "
@@ -6472,23 +6468,23 @@ msgid ""
6472
  "remain in your website root folder, but Maintenance Mode will be turned Off."
6473
  msgstr ""
6474
 
6475
- #: admin/maintenance/maintenance.php:209
6476
  msgid "BPS help links can be found in the Help & FAQ pages."
6477
  msgstr ""
6478
 
6479
- #: admin/maintenance/maintenance.php:245
6480
  msgid ""
6481
  "Error: You did not enter anything in the Maintenance Mode Time Text Box."
6482
  msgstr ""
6483
 
6484
- #: admin/maintenance/maintenance.php:253 admin/maintenance/maintenance.php:748
6485
- #: admin/maintenance/maintenance.php:956
6486
  msgid ""
6487
  "Error: You did not enter an IP Address in the Maintenance Mode IP Address "
6488
  "Whitelist Text Box."
6489
  msgstr ""
6490
 
6491
- #: admin/maintenance/maintenance.php:383 admin/maintenance/maintenance.php:403
6492
  msgid ""
6493
  "Success! Your Options have been saved and your Maintenance Mode Form has "
6494
  "been created successfully! Click the Preview button to preview your Website "
@@ -6496,328 +6492,328 @@ msgid ""
6496
  "button."
6497
  msgstr ""
6498
 
6499
- #: admin/maintenance/maintenance.php:390
6500
  msgid ""
6501
  "Check that the file exists in the /bulletproof-security/admin/htaccess/ "
6502
  "master folder. If this is not the problem "
6503
  msgstr ""
6504
 
6505
- #: admin/maintenance/maintenance.php:390 admin/maintenance/maintenance.php:410
6506
  #: admin/wizard/wizard.php:176 includes/general-functions.php:509
6507
  #: includes/hud-dismiss-functions.php:345
6508
  #: includes/hud-dismiss-functions.php:388
6509
- #: includes/hud-dismiss-functions.php:492
6510
  msgid "Click Here"
6511
  msgstr ""
6512
 
6513
- #: admin/maintenance/maintenance.php:390 admin/maintenance/maintenance.php:410
6514
  msgid " for assistance."
6515
  msgstr ""
6516
 
6517
- #: admin/maintenance/maintenance.php:410
6518
  msgid ""
6519
  "Check that the bps-maintenance-values.php file exists in the /bulletproof-"
6520
  "security/admin/htaccess/ master folder. If this is not the problem "
6521
  msgstr ""
6522
 
6523
- #: admin/maintenance/maintenance.php:471 admin/maintenance/maintenance.php:478
6524
- #: admin/maintenance/maintenance.php:485
6525
  msgid "Your Current IP Address: "
6526
  msgstr ""
6527
 
6528
- #: admin/maintenance/maintenance.php:471 admin/maintenance/maintenance.php:478
6529
- #: admin/maintenance/maintenance.php:485
6530
  msgid "Recommended IP Address: "
6531
  msgstr ""
6532
 
6533
- #: admin/maintenance/maintenance.php:503
6534
  msgid "MMode Editor"
6535
  msgstr ""
6536
 
6537
- #: admin/maintenance/maintenance.php:507
6538
  msgid ""
6539
  "Click the Maintenance Mode Guide link above for CSS Code, Image & Video "
6540
  "Embed examples."
6541
  msgstr ""
6542
 
6543
- #: admin/maintenance/maintenance.php:516
6544
  msgid "MMode Option Settings"
6545
  msgstr ""
6546
 
6547
- #: admin/maintenance/maintenance.php:519
6548
  msgid "Enable Countdown Timer"
6549
  msgstr ""
6550
 
6551
- #: admin/maintenance/maintenance.php:523
6552
  msgid "LCD|Lime Green"
6553
  msgstr ""
6554
 
6555
- #: admin/maintenance/maintenance.php:524 admin/maintenance/maintenance.php:611
6556
  msgid "White"
6557
  msgstr ""
6558
 
6559
- #: admin/maintenance/maintenance.php:525
6560
  msgid "Silver"
6561
  msgstr ""
6562
 
6563
- #: admin/maintenance/maintenance.php:526 admin/maintenance/maintenance.php:613
6564
  msgid "Gray"
6565
  msgstr ""
6566
 
6567
- #: admin/maintenance/maintenance.php:530 admin/maintenance/maintenance.php:534
6568
  msgid "Example: 10 = 10 minutes, 180 = 3 hours, 1440 = 24 hours."
6569
  msgstr ""
6570
 
6571
- #: admin/maintenance/maintenance.php:537
6572
  msgid "Enable FrontEnd Maintenance Mode"
6573
  msgstr ""
6574
 
6575
- #: admin/maintenance/maintenance.php:542
6576
  msgid "You MUST enter Your Current IP Address or the"
6577
  msgstr ""
6578
 
6579
- #: admin/maintenance/maintenance.php:542
6580
  msgid "Recommended IP Address if you Enable BackEnd Maintenance Mode"
6581
  msgstr ""
6582
 
6583
- #: admin/maintenance/maintenance.php:542
6584
  msgid "or you will be locked out of your WordPress Dashboard."
6585
  msgstr ""
6586
 
6587
- #: admin/maintenance/maintenance.php:543
6588
  msgid "Enable BackEnd Maintenance Mode "
6589
  msgstr ""
6590
 
6591
- #: admin/maintenance/maintenance.php:551
6592
  msgid ""
6593
  "Enter The IP Address That Can View The Website Normally (not in Maintenance "
6594
  "Mode)."
6595
  msgstr ""
6596
 
6597
- #: admin/maintenance/maintenance.php:552
6598
  msgid "Enter Multiple IP addresses separated by a comma and a single space."
6599
  msgstr ""
6600
 
6601
- #: admin/maintenance/maintenance.php:553
6602
  msgid "Example IPv4 IP Addresses: 100.99.88.77, 200.66.55.44, 44.33.22.1"
6603
  msgstr ""
6604
 
6605
- #: admin/maintenance/maintenance.php:554
6606
  msgid ""
6607
  "Example IPv6 IP Addresses: 0:0:0:0:0:ffff:6463:584d, 0:0:0:0:0:ffff:c842:372c"
6608
  msgstr ""
6609
 
6610
- #: admin/maintenance/maintenance.php:565
6611
  msgid "No Background Image"
6612
  msgstr ""
6613
 
6614
- #: admin/maintenance/maintenance.php:566
6615
  msgid "Black Honeycomb Large"
6616
  msgstr ""
6617
 
6618
- #: admin/maintenance/maintenance.php:567
6619
  msgid "Black Honeycomb Large Grey Line"
6620
  msgstr ""
6621
 
6622
- #: admin/maintenance/maintenance.php:568
6623
  msgid "Black Mesh Small"
6624
  msgstr ""
6625
 
6626
- #: admin/maintenance/maintenance.php:569
6627
  msgid "Black Mesh Small Grey Line"
6628
  msgstr ""
6629
 
6630
- #: admin/maintenance/maintenance.php:570
6631
  msgid "Blue Honeycomb Large"
6632
  msgstr ""
6633
 
6634
- #: admin/maintenance/maintenance.php:571
6635
  msgid "Blue Mesh Small"
6636
  msgstr ""
6637
 
6638
- #: admin/maintenance/maintenance.php:572
6639
  msgid "Brown Honeycomb Large"
6640
  msgstr ""
6641
 
6642
- #: admin/maintenance/maintenance.php:573
6643
  msgid "Brown Mesh Small"
6644
  msgstr ""
6645
 
6646
- #: admin/maintenance/maintenance.php:574
6647
  msgid "Green Honeycomb Large"
6648
  msgstr ""
6649
 
6650
- #: admin/maintenance/maintenance.php:575
6651
  msgid "Green Mesh Small"
6652
  msgstr ""
6653
 
6654
- #: admin/maintenance/maintenance.php:576
6655
  msgid "Gray Honeycomb Large"
6656
  msgstr ""
6657
 
6658
- #: admin/maintenance/maintenance.php:577
6659
  msgid "Gray Mesh Small"
6660
  msgstr ""
6661
 
6662
- #: admin/maintenance/maintenance.php:578
6663
  msgid "Orange Honeycomb Large"
6664
  msgstr ""
6665
 
6666
- #: admin/maintenance/maintenance.php:579
6667
  msgid "Orange Mesh Small"
6668
  msgstr ""
6669
 
6670
- #: admin/maintenance/maintenance.php:580
6671
  msgid "Purple Honeycomb Large"
6672
  msgstr ""
6673
 
6674
- #: admin/maintenance/maintenance.php:581
6675
  msgid "Purple Mesh Small"
6676
  msgstr ""
6677
 
6678
- #: admin/maintenance/maintenance.php:582
6679
  msgid "Red|Burgundy Honeycomb Large"
6680
  msgstr ""
6681
 
6682
- #: admin/maintenance/maintenance.php:583
6683
  msgid "Red|Burgundy Mesh Small"
6684
  msgstr ""
6685
 
6686
- #: admin/maintenance/maintenance.php:584
6687
  msgid "Yellow Honeycomb Large"
6688
  msgstr ""
6689
 
6690
- #: admin/maintenance/maintenance.php:585
6691
  msgid "Yellow Mesh Small"
6692
  msgstr ""
6693
 
6694
- #: admin/maintenance/maintenance.php:590
6695
  msgid "No Center Image"
6696
  msgstr ""
6697
 
6698
- #: admin/maintenance/maintenance.php:591
6699
  msgid "Basic Black"
6700
  msgstr ""
6701
 
6702
- #: admin/maintenance/maintenance.php:592
6703
  msgid "Black Veins"
6704
  msgstr ""
6705
 
6706
- #: admin/maintenance/maintenance.php:593
6707
  msgid "Blue Glass"
6708
  msgstr ""
6709
 
6710
- #: admin/maintenance/maintenance.php:594
6711
  msgid "Brushed Metal Stamped"
6712
  msgstr ""
6713
 
6714
- #: admin/maintenance/maintenance.php:595
6715
  msgid "Chrome"
6716
  msgstr ""
6717
 
6718
- #: admin/maintenance/maintenance.php:596
6719
  msgid "Chrome Slick"
6720
  msgstr ""
6721
 
6722
- #: admin/maintenance/maintenance.php:597
6723
  msgid "Fire"
6724
  msgstr ""
6725
 
6726
- #: admin/maintenance/maintenance.php:598
6727
  msgid "Gun Metal"
6728
  msgstr ""
6729
 
6730
- #: admin/maintenance/maintenance.php:599
6731
  msgid "Mercury"
6732
  msgstr ""
6733
 
6734
- #: admin/maintenance/maintenance.php:600
6735
  msgid "Smoke"
6736
  msgstr ""
6737
 
6738
- #: admin/maintenance/maintenance.php:601
6739
  msgid "Striped Cone"
6740
  msgstr ""
6741
 
6742
- #: admin/maintenance/maintenance.php:602
6743
  msgid "Swamp Bevel"
6744
  msgstr ""
6745
 
6746
- #: admin/maintenance/maintenance.php:603
6747
  msgid "Toy"
6748
  msgstr ""
6749
 
6750
- #: admin/maintenance/maintenance.php:604
6751
  msgid "Water Reflection"
6752
  msgstr ""
6753
 
6754
- #: admin/maintenance/maintenance.php:605
6755
  msgid "Wood Grain"
6756
  msgstr ""
6757
 
6758
- #: admin/maintenance/maintenance.php:610
6759
  msgid "No Background Color"
6760
  msgstr ""
6761
 
6762
- #: admin/maintenance/maintenance.php:612
6763
  msgid "Black"
6764
  msgstr ""
6765
 
6766
- #: admin/maintenance/maintenance.php:616
6767
  msgid "Display Visitor IP Address"
6768
  msgstr ""
6769
 
6770
- #: admin/maintenance/maintenance.php:620
6771
  msgid "Display Dashboard Reminder Message when site is in Maintenance Mode"
6772
  msgstr ""
6773
 
6774
- #: admin/maintenance/maintenance.php:622
6775
  msgid "Enable Visitor Logging"
6776
  msgstr ""
6777
 
6778
- #: admin/maintenance/maintenance.php:624
6779
  msgid "Send Email Reminder when Maintenance Mode Countdown Timer has completed"
6780
  msgstr ""
6781
 
6782
- #: admin/maintenance/maintenance.php:626
6783
  msgid "Send Countdown Timer Email To:"
6784
  msgstr ""
6785
 
6786
- #: admin/maintenance/maintenance.php:628
6787
  msgid "Send Countdown Timer Email From:"
6788
  msgstr ""
6789
 
6790
- #: admin/maintenance/maintenance.php:630
6791
  msgid "Send Countdown Timer Email Cc:"
6792
  msgstr ""
6793
 
6794
- #: admin/maintenance/maintenance.php:632
6795
  msgid "Send Countdown Timer Email Bcc:"
6796
  msgstr ""
6797
 
6798
- #: admin/maintenance/maintenance.php:637
6799
  msgid "MMode Network|Multisite Options"
6800
  msgstr ""
6801
 
6802
- #: admin/maintenance/maintenance.php:640
6803
  msgid "Network|Multisite Primary Site Options ONLY"
6804
  msgstr ""
6805
 
6806
- #: admin/maintenance/maintenance.php:644
6807
  msgid ""
6808
  "Click the Maintenance Mode Read Me help button for the steps to use these "
6809
  "special options:"
6810
  msgstr ""
6811
 
6812
- #: admin/maintenance/maintenance.php:645
6813
  msgid "Put The Primary Site And All Subsites In Maintenance Mode"
6814
  msgstr ""
6815
 
6816
- #: admin/maintenance/maintenance.php:647
6817
  msgid "Put All Subsites In Maintenance Mode, But Not The Primary Site"
6818
  msgstr ""
6819
 
6820
- #: admin/maintenance/maintenance.php:655
6821
  msgid ""
6822
  "Clicking OK Saves your Options/Settings to your Database and also creates "
6823
  "your Maintenance Mode page. Click the Preview button to preview your "
@@ -6825,91 +6821,91 @@ msgid ""
6825
  "Turn On button to enable Maintenance Mode on your website."
6826
  msgstr ""
6827
 
6828
- #: admin/maintenance/maintenance.php:759 admin/maintenance/maintenance.php:967
6829
  msgid ""
6830
  "IP Address Format Error: You have entered multiple IP Addresses using an "
6831
  "incorrect Format."
6832
  msgstr ""
6833
 
6834
- #: admin/maintenance/maintenance.php:759 admin/maintenance/maintenance.php:967
6835
  msgid ""
6836
  "The correct IP Address Format is: IP Address comma single space. Example: "
6837
  "100.99.88.77, 200.66.55.44, 44.33.22.1 or 100.99.88., 200.66.55., 44.33.22. "
6838
  "if you are using the recommended 3 octet IP addresses."
6839
  msgstr ""
6840
 
6841
- #: admin/maintenance/maintenance.php:759 admin/maintenance/maintenance.php:967
6842
  msgid ""
6843
  "Correct the IP Address Format and click the Save Options button again. If "
6844
  "you have an IPv6 IP address use the same general format as an IPv4 IP "
6845
  "address - comma single space."
6846
  msgstr ""
6847
 
6848
- #: admin/maintenance/maintenance.php:810 admin/maintenance/maintenance.php:1018
6849
- #: admin/maintenance/maintenance.php:1120
6850
  msgid "FrontEnd Maintenance Mode has been Turned On."
6851
  msgstr ""
6852
 
6853
- #: admin/maintenance/maintenance.php:828 admin/maintenance/maintenance.php:1144
6854
- #: admin/maintenance/maintenance.php:1653
6855
- #: admin/maintenance/maintenance.php:1783
6856
- #: admin/maintenance/maintenance.php:1974
6857
  msgid "htaccess Files Disabled: BackEnd Maintenance Mode is disabled."
6858
  msgstr ""
6859
 
6860
- #: admin/maintenance/maintenance.php:903 admin/maintenance/maintenance.php:1221
6861
  msgid "BackEnd Maintenance Mode has been Turned On."
6862
  msgstr ""
6863
 
6864
- #: admin/maintenance/maintenance.php:1237
6865
- #: admin/maintenance/maintenance.php:2026
6866
  msgid ""
6867
  "Error: You have not saved your option settings yet. Click the Save Options "
6868
  "button."
6869
  msgstr ""
6870
 
6871
- #: admin/maintenance/maintenance.php:1314
6872
  msgid ""
6873
  "Error: Unable to get/find the site root index.php file for this GWIOD - "
6874
  "Giving WordPress Its Own Directory - website."
6875
  msgstr ""
6876
 
6877
- #: admin/maintenance/maintenance.php:1314
6878
  msgid "GWIOD Site Root index.php File Path Checked: "
6879
  msgstr ""
6880
 
6881
- #: admin/maintenance/maintenance.php:1314
6882
  msgid ""
6883
  "BPS Maintenance Mode will not work correctly with your WordPress GWIOD "
6884
  "setup. Try another WordPress Maintenance Mode plugin."
6885
  msgstr ""
6886
 
6887
- #: admin/maintenance/maintenance.php:1380
6888
  msgid ""
6889
  "Error: Unable to get/find the site root index.php file for this Network "
6890
  "GWIOD - Giving WordPress Its Own Directory - website."
6891
  msgstr ""
6892
 
6893
- #: admin/maintenance/maintenance.php:1380
6894
  msgid "Network GWIOD Site Root index.php File Path Checked: "
6895
  msgstr ""
6896
 
6897
- #: admin/maintenance/maintenance.php:1380
6898
  msgid ""
6899
  "Please copy this error message and send it in an email to info@ait-pro.com "
6900
  "for assistance."
6901
  msgstr ""
6902
 
6903
- #: admin/maintenance/maintenance.php:1465
6904
- #: admin/maintenance/maintenance.php:1590
6905
- #: admin/maintenance/maintenance.php:1746
6906
- #: admin/maintenance/maintenance.php:1926
6907
  msgid "FrontEnd Maintenance Mode has been Turned Off."
6908
  msgstr ""
6909
 
6910
- #: admin/maintenance/maintenance.php:1693
6911
- #: admin/maintenance/maintenance.php:1819
6912
- #: admin/maintenance/maintenance.php:2010
6913
  msgid "BackEnd Maintenance Mode has been Turned Off."
6914
  msgstr ""
6915
 
@@ -7210,7 +7206,7 @@ msgid ""
7210
  "malware scanners: "
7211
  msgstr ""
7212
 
7213
- #: admin/mscan/mscan.php:139 includes/hud-dismiss-functions.php:676
7214
  msgid "MScan Malware Scanner Guide"
7215
  msgstr ""
7216
 
@@ -8309,9 +8305,9 @@ msgid ""
8309
  msgstr ""
8310
 
8311
  #: admin/security-log/security-log.php:400
8312
- #: admin/security-log/security-log.php:533 admin/wizard/wizard.php:302
8313
- #: admin/wizard/wizard.php:308 admin/wizard/wizard.php:314
8314
- #: admin/wizard/wizard.php:320 admin/wizard/wizard.php:326
8315
  msgid "Error: The "
8316
  msgstr ""
8317
 
@@ -9405,46 +9401,22 @@ msgstr ""
9405
 
9406
  #: admin/theme-skin/theme-skin.php:110
9407
  msgid ""
9408
- "SLF is set to Off by default. If BPS plugin pages are not displaying "
9409
- "visually correct then select the SLF On option setting and click the Save "
9410
- "Option button. This option prevents other plugin and theme scripts, which "
9411
- "break BPS plugin pages visually, from loading in BPS plugin pages. In some "
9412
- "cases turning the SLF option On can cause an even worse problem, which is "
9413
- "that BPS plugin pages load extremely slowly. So if you turn On the SLF "
9414
- "option and BPS plugin pages are displaying visually correct, but BPS plugin "
9415
- "pages are loading extremely slowly then unfortunately turning Off SLF is the "
9416
- "lesser of the two problems - BPS plugin pages will not display visually "
9417
- "correct."
9418
  msgstr ""
9419
 
9420
  #: admin/theme-skin/theme-skin.php:110 admin/theme-skin/theme-skin.php:196
9421
  msgid "BPS UI|UX|AutoFix Debug:"
9422
  msgstr ""
9423
 
9424
- #: admin/theme-skin/theme-skin.php:110
9425
- msgid "BPS UI|UX Debug: "
9426
- msgstr ""
9427
-
9428
  #: admin/theme-skin/theme-skin.php:110
9429
  msgid ""
9430
  "BPS UI|UX|AutoFix Debug is set to Off by default. Turning On the BPS UI|UX|"
9431
  "AutoFix Debug option will display: plugin or theme Scripts that were "
9432
- "Dequeued (prevented) from loading in BPS plugin pages, plugin or theme "
9433
- "Scripts that were Nulled (prevented) from loading in BPS plugin pages by the "
9434
- "Script|Style Loader Filter (SLF) In BPS Plugin Pages option and WP Toolbar "
9435
- "nodes|menu items that were Removed in BPS plugin pages by the WP Toolbar "
9436
- "Functionality In BPS Plugin Pages option. The Debugger will also display any "
9437
- "SLF js or css Scripts that were Not Nulled|Allowed to load in BPS plugin "
9438
- "pages."
9439
- msgstr ""
9440
-
9441
- #: admin/theme-skin/theme-skin.php:110
9442
- msgid "BPS AutoFix Debug: "
9443
- msgstr ""
9444
-
9445
- #: admin/theme-skin/theme-skin.php:110
9446
- msgid ""
9447
- "Turning On the BPS UI|UX|AutoFix Debug option will display: plugin or theme "
9448
  "names and the BPS Custom Code text box where plugins or themes should be "
9449
  "creating Custom Code whitelist rules. Usage: If the BPS Setup Wizard AutoFix "
9450
  "(AutoWhitelist|AutoSetup|AutoCleanup) Notice is still being displayed after "
@@ -9515,11 +9487,11 @@ msgid "Load WP Toolbar With All Menu Items"
9515
  msgstr ""
9516
 
9517
  #: admin/theme-skin/theme-skin.php:186
9518
- msgid "SLF Off"
9519
  msgstr ""
9520
 
9521
  #: admin/theme-skin/theme-skin.php:187
9522
- msgid "SLF On"
9523
  msgstr ""
9524
 
9525
  #: admin/theme-skin/theme-skin.php:199
@@ -10209,36 +10181,49 @@ msgstr ""
10209
  msgid "UberGrid (code canyon) Plugin wp-admin BPSQSE AutoWhitelist successful"
10210
  msgstr ""
10211
 
10212
- #: admin/wizard/wizard-backup.php:187 admin/wizard/wizard-backup.php:221
10213
  msgid ""
10214
  "Custom additional htaccess code was found in your current root htaccess "
10215
- "file. Your root htaccess file has been backed up and zipped in this zip "
10216
- "file: /bulletproof-security/admin/wizard/root-htaccess-file.zip. Click the "
10217
- "Download Root htaccess File button to download your root-htaccess-file.zip "
10218
- "file to your computer."
10219
  msgstr ""
10220
 
10221
- #: admin/wizard/wizard-backup.php:187 admin/wizard/wizard-backup.php:221
10222
  msgid "Click this forum link: "
10223
  msgstr ""
10224
 
10225
- #: admin/wizard/wizard-backup.php:187 admin/wizard/wizard-backup.php:221
10226
- msgid "Setup Wizard Root htaccess File Backup"
10227
  msgstr ""
10228
 
10229
- #: admin/wizard/wizard-backup.php:187 admin/wizard/wizard-backup.php:221
10230
  msgid " for help information about what this means and what to do."
10231
  msgstr ""
10232
 
10233
- #: admin/wizard/wizard-backup.php:187 admin/wizard/wizard-backup.php:221
10234
  msgid ""
10235
  " and select the Zip File Download Fix On setting for the Zile File Download "
10236
- "Fix option. You should now be able to download the root-htaccess-file.zip "
10237
- "file."
 
 
 
 
 
 
 
 
 
10238
  msgstr ""
10239
 
10240
- #: admin/wizard/wizard-backup.php:187 admin/wizard/wizard-backup.php:221
10241
- msgid "Download Root htaccess File"
 
 
 
 
10242
  msgstr ""
10243
 
10244
  #: admin/wizard/wizard-functions.php:44
@@ -10248,45 +10233,45 @@ msgid ""
10248
  "disabled."
10249
  msgstr ""
10250
 
10251
- #: admin/wizard/wizard-functions.php:108
10252
  msgid "The secure.htaccess Root Master htaccess file was created successfully."
10253
  msgstr ""
10254
 
10255
- #: admin/wizard/wizard-functions.php:108
10256
  msgid "Root Folder BulletProof Mode activated successfully."
10257
  msgstr ""
10258
 
10259
- #: admin/wizard/wizard-functions.php:110
10260
  msgid ""
10261
  "Error: The secure.htaccess Root Master htaccess file and root .htaccess file "
10262
  "cannot be created. Root Folder BulletProof Mode has NOT been activated."
10263
  msgstr ""
10264
 
10265
- #: admin/wizard/wizard-functions.php:110 admin/wizard/wizard-functions.php:634
10266
- #: admin/wizard/wizard-functions.php:727
10267
  msgid ""
10268
  "If your Server configuration is DSO you must first make some one-time manual "
10269
  "changes to your website before running the Setup Wizard. Please click this "
10270
  "Forum Link for instructions: "
10271
  msgstr ""
10272
 
10273
- #: admin/wizard/wizard-functions.php:110 admin/wizard/wizard-functions.php:634
10274
- #: admin/wizard/wizard-functions.php:727 admin/wizard/wizard.php:237
10275
- #: admin/wizard/wizard.php:302 admin/wizard/wizard.php:308
10276
- #: admin/wizard/wizard.php:314 admin/wizard/wizard.php:320
10277
- #: admin/wizard/wizard.php:326
10278
  msgid "DSO Setup Steps"
10279
  msgstr ""
10280
 
10281
- #: admin/wizard/wizard-functions.php:513
10282
- msgid " Root .htaccess File backup Successful!"
10283
  msgstr ""
10284
 
10285
- #: admin/wizard/wizard-functions.php:523
10286
  msgid "Error: PHP/php.ini handler htaccess code check"
10287
  msgstr ""
10288
 
10289
- #: admin/wizard/wizard-functions.php:523
10290
  msgid ""
10291
  "PHP/php.ini handler htaccess code was found in your root .htaccess file, but "
10292
  "was NOT found in BPS Custom Code. A new root .htaccess file was NOT created "
@@ -10294,85 +10279,85 @@ msgid ""
10294
  "Link "
10295
  msgstr ""
10296
 
10297
- #: admin/wizard/wizard-functions.php:523
10298
  msgid "Add PHP/php.ini handler htaccess code to BPS Custom Code"
10299
  msgstr ""
10300
 
10301
- #: admin/wizard/wizard-functions.php:523
10302
  msgid ""
10303
  " for instructions on how to copy your PHP/php.ini handler htaccess code to "
10304
  "BPS Custom Code."
10305
  msgstr ""
10306
 
10307
- #: admin/wizard/wizard-functions.php:562 admin/wizard/wizard-functions.php:591
10308
  msgid ""
10309
  "Root .htaccess File writing completed. File Locked with 404 file permissions."
10310
  msgstr ""
10311
 
10312
- #: admin/wizard/wizard-functions.php:566 admin/wizard/wizard-functions.php:595
10313
  msgid ""
10314
  "Root .htaccess File writing completed. File Locked with 444 file permissions."
10315
  msgstr ""
10316
 
10317
- #: admin/wizard/wizard-functions.php:613 admin/wizard/wizard-functions.php:622
10318
- #: admin/wizard/wizard-functions.php:821 admin/wizard/wizard.php:642
10319
- #: admin/wizard/wizard.php:680 admin/wizard/wizard.php:738
10320
- #: admin/wizard/wizard.php:778 admin/wizard/wizard.php:827
10321
- #: includes/general-functions.php:972
10322
  msgid " DB Option created or updated Successfully!"
10323
  msgstr ""
10324
 
10325
- #: admin/wizard/wizard-functions.php:632
10326
  msgid ""
10327
  "The wpadmin-secure.htaccess wp-admin Master htaccess file was created "
10328
  "successfully."
10329
  msgstr ""
10330
 
10331
- #: admin/wizard/wizard-functions.php:632
10332
  msgid "wp-admin Folder BulletProof Mode activated successfully."
10333
  msgstr ""
10334
 
10335
- #: admin/wizard/wizard-functions.php:634
10336
  msgid ""
10337
  "Error: The wpadmin-secure.htaccess wp-admin Master htaccess file and wp-"
10338
  "admin .htaccess file cannot be created. wp-admin Folder BulletProof Mode has "
10339
  "NOT been activated."
10340
  msgstr ""
10341
 
10342
- #: admin/wizard/wizard-functions.php:640
10343
  msgid ""
10344
  "Go Daddy Managed WordPress Hosting option is set to Yes or Enable|Disable wp-"
10345
  "admin BulletProof Mode option is set to disabled. GDMW hosting does not "
10346
  "allow wp-admin htaccess files."
10347
  msgstr ""
10348
 
10349
- #: admin/wizard/wizard-functions.php:664
10350
  msgid " wp-admin .htaccess File backup Successful!"
10351
  msgstr ""
10352
 
10353
- #: admin/wizard/wizard-functions.php:725
10354
  msgid "The default.htaccess Master htaccess file was created successfully."
10355
  msgstr ""
10356
 
10357
- #: admin/wizard/wizard-functions.php:727
10358
  msgid "Error: The default.htaccess Master htaccess file cannot be created."
10359
  msgstr ""
10360
 
10361
- #: admin/wizard/wizard-functions.php:822 admin/wizard/wizard.php:457
10362
  msgid " Folder created Successfully!"
10363
  msgstr ""
10364
 
10365
- #: admin/wizard/wizard-functions.php:919
10366
  msgid ""
10367
  "Security Log User Agent Filter Check Successful! 0 User Agent Filters to "
10368
  "update."
10369
  msgstr ""
10370
 
10371
- #: admin/wizard/wizard-functions.php:929
10372
  msgid "Security Log User Agent Filter "
10373
  msgstr ""
10374
 
10375
- #: admin/wizard/wizard-functions.php:929
10376
  msgid " created or updated Successfully!"
10377
  msgstr ""
10378
 
@@ -10405,11 +10390,11 @@ msgid ""
10405
  "Code"
10406
  msgstr ""
10407
 
10408
- #: admin/wizard/wizard.php:210 admin/wizard/wizard.php:358
10409
  msgid " DB Table created Successfully!"
10410
  msgstr ""
10411
 
10412
- #: admin/wizard/wizard.php:213 admin/wizard/wizard.php:361
10413
  msgid "Error: Unable to create DB Table "
10414
  msgstr ""
10415
 
@@ -10505,17 +10490,17 @@ msgid ""
10505
  "features will be disabled."
10506
  msgstr ""
10507
 
10508
- #: admin/wizard/wizard.php:300 admin/wizard/wizard.php:306
10509
- #: admin/wizard/wizard.php:312 admin/wizard/wizard.php:318
10510
- #: admin/wizard/wizard.php:324
10511
  msgid "Pass! The "
10512
  msgstr ""
10513
 
10514
- #: admin/wizard/wizard.php:300 admin/wizard/wizard.php:306
10515
  msgid " Folder is writable."
10516
  msgstr ""
10517
 
10518
- #: admin/wizard/wizard.php:302 admin/wizard/wizard.php:308
10519
  msgid ""
10520
  " Folder is NOT writable. If your Server type is DSO and the WP Filesystem "
10521
  "API Method is NOT \"direct\" you can use the Setup Wizard, but you must "
@@ -10523,19 +10508,19 @@ msgid ""
10523
  "Setup Wizard. Please click this Forum Link for instructions: "
10524
  msgstr ""
10525
 
10526
- #: admin/wizard/wizard.php:302 admin/wizard/wizard.php:308
10527
  msgid ""
10528
  " If your Server type is CGI check the folder permissions. Folder permissions "
10529
  "should be either 755 or 705."
10530
  msgstr ""
10531
 
10532
- #: admin/wizard/wizard.php:312 admin/wizard/wizard.php:318
10533
- #: admin/wizard/wizard.php:324
10534
  msgid " File is writable."
10535
  msgstr ""
10536
 
10537
- #: admin/wizard/wizard.php:314 admin/wizard/wizard.php:320
10538
- #: admin/wizard/wizard.php:326
10539
  msgid ""
10540
  " File is NOT writable. If your Server type is DSO and the WP Filesystem API "
10541
  "Method is NOT \"direct\" you can use the Setup Wizard, but you must first "
@@ -10543,157 +10528,165 @@ msgid ""
10543
  "Wizard. Please click this Forum Link for instructions: "
10544
  msgstr ""
10545
 
10546
- #: admin/wizard/wizard.php:314 admin/wizard/wizard.php:320
10547
- #: admin/wizard/wizard.php:326
10548
  msgid ""
10549
  " If your Server type is CGI check the file permissions. File permissions "
10550
  "should be either 644 or 604."
10551
  msgstr ""
10552
 
10553
- #: admin/wizard/wizard.php:395
10554
  msgid "BPS Setup Verification & Error Checks"
10555
  msgstr ""
10556
 
10557
- #: admin/wizard/wizard.php:397
10558
  msgid ""
10559
  "If you see all Green font messages displayed below, the Setup Wizard setup "
10560
  "completed successfully."
10561
  msgstr ""
10562
 
10563
- #: admin/wizard/wizard.php:397
10564
  msgid ""
10565
  "If you see any Red font or Blue font messages displayed below, click the "
10566
  "Read Me help button above and read the \"Notes\" help section."
10567
  msgstr ""
10568
 
10569
- #: admin/wizard/wizard.php:397
10570
  msgid ""
10571
  "Click the Read Me help button above for a list of recommended BPS Video "
10572
  "Tutorials to watch."
10573
  msgstr ""
10574
 
10575
- #: admin/wizard/wizard.php:404 admin/wizard/wizard.php:1113
10576
  msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup)"
10577
  msgstr ""
10578
 
10579
- #: admin/wizard/wizard.php:425
10580
  msgid "BulletProof Security Database Tables Setup"
10581
  msgstr ""
10582
 
10583
- #: admin/wizard/wizard.php:454
10584
  msgid "BulletProof Security Core Folders Setup"
10585
  msgstr ""
10586
 
10587
- #: admin/wizard/wizard.php:458
10588
  msgid "Error: Unable to create Folder "
10589
  msgstr ""
10590
 
10591
- #: admin/wizard/wizard.php:486
10592
  msgid "BulletProof Security Core Files Setup"
10593
  msgstr ""
10594
 
10595
- #: admin/wizard/wizard.php:489
10596
  msgid " File created or updated Successfully!"
10597
  msgstr ""
10598
 
10599
- #: admin/wizard/wizard.php:490
10600
  msgid "Error: Unable to create or update File "
10601
  msgstr ""
10602
 
10603
- #: admin/wizard/wizard.php:637
10604
  msgid "BulletProof Security MScan Malware Scanner Setup"
10605
  msgstr ""
10606
 
10607
- #: admin/wizard/wizard.php:658
10608
  msgid "BulletProof Security DB Backup Setup"
10609
  msgstr ""
10610
 
10611
- #: admin/wizard/wizard.php:677
10612
  msgid "BulletProof Security Hidden Plugin Folders|Files (HPF) Setup"
10613
  msgstr ""
10614
 
10615
- #: admin/wizard/wizard.php:710
10616
  msgid ""
10617
  "Hidden Plugin Folders|Files (HPF) DB Options created or updated Successfully!"
10618
  msgstr ""
10619
 
10620
- #: admin/wizard/wizard.php:713
10621
  msgid "BulletProof Security Security Log User Agent Filter Setup"
10622
  msgstr ""
10623
 
10624
- #: admin/wizard/wizard.php:734
10625
  msgid "BulletProof Security Email Alerting & Log File Options Setup"
10626
  msgstr ""
10627
 
10628
- #: admin/wizard/wizard.php:775
10629
  msgid "BulletProof Security Login Security & Monitoring Options Setup"
10630
  msgstr ""
10631
 
10632
- #: admin/wizard/wizard.php:822
10633
  msgid "BulletProof Security JTC-Lite Options Setup"
10634
  msgstr ""
10635
 
10636
- #: admin/wizard/wizard.php:920
10637
  msgid "The Setup Wizard has completed BPS Setup."
10638
  msgstr ""
10639
 
10640
- #: admin/wizard/wizard.php:920
10641
  msgid ""
10642
  "Check the \"BPS Setup Verification & Error Checks\" section below for any "
10643
  "errors in Red Font."
10644
  msgstr ""
10645
 
10646
- #: admin/wizard/wizard.php:926
 
 
 
 
 
 
 
 
 
 
 
 
10647
  msgid "Setup Wizard Completion Time: "
10648
  msgstr ""
10649
 
10650
- #: admin/wizard/wizard.php:943
10651
  msgid "BulletProof Security ~ Setup Wizard"
10652
  msgstr ""
10653
 
10654
- #: admin/wizard/wizard.php:1008
10655
  msgid "htaccess Files Disabled Notice: "
10656
  msgstr ""
10657
 
10658
- #: admin/wizard/wizard.php:1008
10659
  msgid ""
10660
  "BPS has detected that htaccess files cannot be used on your website/server. "
10661
  "Click this "
10662
  msgstr ""
10663
 
10664
- #: admin/wizard/wizard.php:1008
10665
- msgid "htaccess Files Disabled Forum Topic"
10666
- msgstr ""
10667
-
10668
- #: admin/wizard/wizard.php:1008
10669
  msgid " link for more information before running the Wizards."
10670
  msgstr ""
10671
 
10672
- #: admin/wizard/wizard.php:1020
10673
  msgid "Setup Wizard ~ "
10674
  msgstr ""
10675
 
10676
- #: admin/wizard/wizard.php:1020
10677
  msgid "One-Click Complete Setup"
10678
  msgstr ""
10679
 
10680
- #: admin/wizard/wizard.php:1037
10681
  msgid "Recommended Video Tutorials: "
10682
  msgstr ""
10683
 
10684
- #: admin/wizard/wizard.php:1042
10685
  msgid "Security Log Video Tutorial"
10686
  msgstr ""
10687
 
10688
- #: admin/wizard/wizard.php:1045
10689
  msgid "Setup Wizard Steps: "
10690
  msgstr ""
10691
 
10692
- #: admin/wizard/wizard.php:1045
10693
  msgid "1. Click the Setup Wizard button."
10694
  msgstr ""
10695
 
10696
- #: admin/wizard/wizard.php:1049
10697
  msgid ""
10698
  "Setup Wizard Pre-Installation Checks are automatically performed and "
10699
  "displayed on the Setup Wizard page. Green font messages mean everything is "
@@ -10704,67 +10697,67 @@ msgid ""
10704
  "to be fixed before running the Setup Wizard."
10705
  msgstr ""
10706
 
10707
- #: admin/wizard/wizard.php:1049
10708
  msgid ""
10709
  "You can re-run the Setup Wizard again at any time. Your existing settings "
10710
  "will NOT be overwritten and will be re-saved. Any new or additional settings "
10711
  "that the Setup Wizard finds on your website will be saved/setup."
10712
  msgstr ""
10713
 
10714
- #: admin/wizard/wizard.php:1049
10715
  msgid ""
10716
  "When the Setup Wizard has completed you will see \"The Setup Wizard has "
10717
  "completed BPS Setup.\""
10718
  msgstr ""
10719
 
10720
- #: admin/wizard/wizard.php:1049
10721
  msgid ""
10722
  "Your existing Root and wp-admin htaccess files are backed up before new Root "
10723
  "and wp-admin htaccess files are created by the Setup Wizard. The BPS backup "
10724
  "folder is here: "
10725
  msgstr ""
10726
 
10727
- #: admin/wizard/wizard.php:1052
10728
  msgid ""
10729
  " and the backed up htaccess file names are: root.htaccess and wpadmin."
10730
  "htaccess."
10731
  msgstr ""
10732
 
10733
- #: admin/wizard/wizard.php:1062
10734
  msgid "Setup Wizard & Overview Video Tutorial"
10735
  msgstr ""
10736
 
10737
- #: admin/wizard/wizard.php:1089
10738
  msgid "Setup Wizard Options ~ "
10739
  msgstr ""
10740
 
10741
- #: admin/wizard/wizard.php:1089
10742
  msgid ""
10743
  "Click the Setup Wizard Options Read Me help button for help info about each "
10744
  "option setting"
10745
  msgstr ""
10746
 
10747
- #: admin/wizard/wizard.php:1103
10748
  msgid "Forum Help Links:"
10749
  msgstr ""
10750
 
10751
- #: admin/wizard/wizard.php:1107
10752
  msgid "Go Daddy Managed WordPress Hosting (GDMW)"
10753
  msgstr ""
10754
 
10755
- #: admin/wizard/wizard.php:1108 admin/wizard/wizard.php:1113
10756
  msgid "Enable|Disable htaccess Files"
10757
  msgstr ""
10758
 
10759
- #: admin/wizard/wizard.php:1109
10760
  msgid "AutoFix Forum Topic"
10761
  msgstr ""
10762
 
10763
- #: admin/wizard/wizard.php:1110
10764
  msgid "GDPR Compliance Forum Topic"
10765
  msgstr ""
10766
 
10767
- #: admin/wizard/wizard.php:1113
10768
  msgid ""
10769
  "Setup Wizard AutoFix is turned On by default. When AutoFix is turned On the "
10770
  "Setup Wizard will automatically create htaccess whitelist rules in BPS "
@@ -10785,11 +10778,11 @@ msgid ""
10785
  "AutoFix Debug information so that we can figure out what the problem is."
10786
  msgstr ""
10787
 
10788
- #: admin/wizard/wizard.php:1113
10789
  msgid "GDPR Compliance (IP Address Logging On|Off)"
10790
  msgstr ""
10791
 
10792
- #: admin/wizard/wizard.php:1113
10793
  msgid ""
10794
  "The GDPR Compliance option setting is set to Off by default. Choosing the "
10795
  "GDPR Compliance On option setting will disable IP address logging in all BPS "
@@ -10803,11 +10796,11 @@ msgid ""
10803
  "at the top of this Read Me help window."
10804
  msgstr ""
10805
 
10806
- #: admin/wizard/wizard.php:1113 admin/wizard/wizard.php:1151
10807
  msgid "Go Daddy Managed WordPress Hosting (GDMW):"
10808
  msgstr ""
10809
 
10810
- #: admin/wizard/wizard.php:1113
10811
  msgid ""
10812
  "This option is ONLY for a special type of Go Daddy Hosting account called "
10813
  "\"Managed WordPress Hosting\" and is NOT for regular/standard Go Daddy "
@@ -10816,15 +10809,15 @@ msgid ""
10816
  "section above for more information."
10817
  msgstr ""
10818
 
10819
- #: admin/wizard/wizard.php:1113 admin/wizard/wizard.php:1163
10820
  msgid "Enable|Disable htaccess Files:"
10821
  msgstr ""
10822
 
10823
- #: admin/wizard/wizard.php:1113
10824
  msgid "Before changing this option setting, click the "
10825
  msgstr ""
10826
 
10827
- #: admin/wizard/wizard.php:1113
10828
  msgid ""
10829
  " Forum Help Link at the top of this Read Me help window to find out exactly "
10830
  "what this option setting does and when it should or should not be used. "
@@ -10832,22 +10825,22 @@ msgid ""
10832
  "htaccess Files Enabled: Will enable all BPS htaccess freatures and files."
10833
  msgstr ""
10834
 
10835
- #: admin/wizard/wizard.php:1113
10836
  msgid "Enable|Disable wp-admin BulletProof Mode"
10837
  msgstr ""
10838
 
10839
- #: admin/wizard/wizard.php:1113
10840
  msgid ""
10841
  "The default setting is already set to: wp-admin BulletProof Mode Enabled. If "
10842
  "you would like to disable wp-admin BulletProof Mode select wp-admin "
10843
  "BulletProof Mode Disabled."
10844
  msgstr ""
10845
 
10846
- #: admin/wizard/wizard.php:1113 admin/wizard/wizard.php:1187
10847
  msgid "Zip File Download Fix (Incapsula, Proxy, Other Cause):"
10848
  msgstr ""
10849
 
10850
- #: admin/wizard/wizard.php:1113
10851
  msgid ""
10852
  "This option should only be set to On if you are seeing a 403 error and/or "
10853
  "unable to download these Zip files: Custom Code Export Zip file, Login "
@@ -10863,11 +10856,11 @@ msgid ""
10863
  "Firewall again."
10864
  msgstr ""
10865
 
10866
- #: admin/wizard/wizard.php:1113 admin/wizard/wizard.php:1199
10867
  msgid "Multisite Hide|Display System Info Page for Subsites:"
10868
  msgstr ""
10869
 
10870
- #: admin/wizard/wizard.php:1113
10871
  msgid ""
10872
  "This option is for Network|Multisite sites only. Choosing Hide System Info "
10873
  "Page will hide the System Info menu link under the BPS navigational menus. "
@@ -10875,11 +10868,11 @@ msgid ""
10875
  "under the BPS navigational mensus."
10876
  msgstr ""
10877
 
10878
- #: admin/wizard/wizard.php:1113 admin/wizard/wizard.php:1210
10879
  msgid "Network|Multisite Sitewide Login Security Settings"
10880
  msgstr ""
10881
 
10882
- #: admin/wizard/wizard.php:1113
10883
  msgid ""
10884
  "This option is for Network|Multisite sites only. This is an independent "
10885
  "option Form that creates and saves Login Security DB option settings for all "
@@ -10896,11 +10889,11 @@ msgid ""
10896
  "Reset, Sort DB Rows: Ascending - Show Oldest Login First."
10897
  msgstr ""
10898
 
10899
- #: admin/wizard/wizard.php:1113 admin/wizard/wizard.php:1218
10900
  msgid "Network|Multisite Sitewide JTC-Lite Settings"
10901
  msgstr ""
10902
 
10903
- #: admin/wizard/wizard.php:1113
10904
  msgid ""
10905
  "This option is for Network|Multisite sites only. This is an independent "
10906
  "option Form that creates and saves JTC-Lite DB option settings for all "
@@ -10915,80 +10908,80 @@ msgid ""
10915
  "box on the Login Form."
10916
  msgstr ""
10917
 
10918
- #: admin/wizard/wizard.php:1127
10919
  msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup):"
10920
  msgstr ""
10921
 
10922
- #: admin/wizard/wizard.php:1129
10923
  msgid "AutoFix On"
10924
  msgstr ""
10925
 
10926
- #: admin/wizard/wizard.php:1130
10927
  msgid "AutoFix Off"
10928
  msgstr ""
10929
 
10930
- #: admin/wizard/wizard.php:1139
10931
  msgid "GDPR Compliance (IP Address Logging On|Off):"
10932
  msgstr ""
10933
 
10934
- #: admin/wizard/wizard.php:1141
10935
  msgid "GDPR Compliance Off"
10936
  msgstr ""
10937
 
10938
- #: admin/wizard/wizard.php:1142
10939
  msgid "GDPR Compliance On"
10940
  msgstr ""
10941
 
10942
- #: admin/wizard/wizard.php:1153
10943
  msgid "No (default setting)"
10944
  msgstr ""
10945
 
10946
- #: admin/wizard/wizard.php:1154
10947
  msgid "Yes (ONLY if you have Managed WordPress Hosting)"
10948
  msgstr ""
10949
 
10950
- #: admin/wizard/wizard.php:1164
10951
  msgid ""
10952
  "CAUTION: Click the Read Me help button before changing this option setting"
10953
  msgstr ""
10954
 
10955
- #: admin/wizard/wizard.php:1166
10956
  msgid "htaccess Files Enabled"
10957
  msgstr ""
10958
 
10959
- #: admin/wizard/wizard.php:1167
10960
  msgid "htaccess Files Disabled"
10961
  msgstr ""
10962
 
10963
- #: admin/wizard/wizard.php:1175
10964
  msgid "Enable|Disable wp-admin BulletProof Mode:"
10965
  msgstr ""
10966
 
10967
- #: admin/wizard/wizard.php:1177
10968
  msgid "wp-admin BulletProof Mode Enabled"
10969
  msgstr ""
10970
 
10971
- #: admin/wizard/wizard.php:1178
10972
  msgid "wp-admin BulletProof Mode Disabled"
10973
  msgstr ""
10974
 
10975
- #: admin/wizard/wizard.php:1189
10976
  msgid "Zip File Download Fix Off"
10977
  msgstr ""
10978
 
10979
- #: admin/wizard/wizard.php:1190
10980
  msgid "Zip File Download Fix On"
10981
  msgstr ""
10982
 
10983
- #: admin/wizard/wizard.php:1201
10984
  msgid "Display System Info Page"
10985
  msgstr ""
10986
 
10987
- #: admin/wizard/wizard.php:1202
10988
  msgid "Hide System Info Page"
10989
  msgstr ""
10990
 
10991
- #: admin/wizard/wizard.php:1249
10992
  msgid ""
10993
  "The Zip File Download Fix option is set to On. This option should only be "
10994
  "set to On if you are unable to download these Zip files: Custom Code Export "
@@ -10996,15 +10989,15 @@ msgid ""
10996
  "htaccess file backup Zip file."
10997
  msgstr ""
10998
 
10999
- #: admin/wizard/wizard.php:1262
11000
  msgid "The Zip File Download Fix option is set to Off."
11001
  msgstr ""
11002
 
11003
- #: admin/wizard/wizard.php:1286
11004
  msgid "Multisite Hide|Display System Info Page for Subsites option saved."
11005
  msgstr ""
11006
 
11007
- #: admin/wizard/wizard.php:1299
11008
  msgid ""
11009
  "Error: Your Network site exceeds the default WP criteria for a large network "
11010
  "site. Either you have more than 10,000 users or more than 10,000 sites. "
@@ -11012,11 +11005,11 @@ msgid ""
11012
  "org for assistance."
11013
  msgstr ""
11014
 
11015
- #: admin/wizard/wizard.php:1306
11016
  msgid " LSM DB Options created or updated Successfully!"
11017
  msgstr ""
11018
 
11019
- #: admin/wizard/wizard.php:1376
11020
  msgid ""
11021
  "Error: Your Network site exceeds the default WP criteria for a large network "
11022
  "site. Either you have more than 10,000 users or more than 10,000 sites. "
@@ -11024,19 +11017,19 @@ msgid ""
11024
  "line: Setup Wizard Options Large Network Site Help."
11025
  msgstr ""
11026
 
11027
- #: admin/wizard/wizard.php:1383
11028
  msgid " JTC DB Options created or updated Successfully!"
11029
  msgstr ""
11030
 
11031
- #: bulletproof-security.php:121
11032
  msgid "Uninstall Options"
11033
  msgstr ""
11034
 
11035
- #: bulletproof-security.php:143
11036
  msgid "Forum - Support"
11037
  msgstr ""
11038
 
11039
- #: bulletproof-security.php:144
11040
  msgid "Upgrade"
11041
  msgstr ""
11042
 
@@ -11078,7 +11071,7 @@ msgstr ""
11078
 
11079
  #: includes/functions.php:345 includes/functions.php:566
11080
  #: includes/functions.php:621 includes/hud-autofix-setup.php:69
11081
- #: includes/hud-dismiss-functions.php:543
11082
  msgid "Go to the "
11083
  msgstr ""
11084
 
@@ -11531,32 +11524,32 @@ msgstr ""
11531
  msgid "2. Click the wp-admin Folder BulletProof Mode Activate button."
11532
  msgstr ""
11533
 
11534
- #: includes/general-functions.php:609
11535
  msgid "WordPress Debugging is turned On in your wp-config.php file"
11536
  msgstr ""
11537
 
11538
- #: includes/general-functions.php:609 includes/general-functions.php:615
11539
  msgid "You are currently using "
11540
  msgstr ""
11541
 
11542
- #: includes/general-functions.php:609
11543
  msgid ""
11544
  " in your wp-config.php file. To turn WP Debugging Off, change true to false "
11545
  "in your wp-config.php file."
11546
  msgstr ""
11547
 
11548
- #: includes/general-functions.php:615
11549
  msgid "WordPress Debug Logging is turned On in your wp-config.php file"
11550
  msgstr ""
11551
 
11552
- #: includes/general-functions.php:615
11553
  msgid ""
11554
  " in your wp-config.php file to log errors to the WordPress debug.log file. "
11555
  "To turn WP Debug Logging Off, change true to false in your wp-config.php "
11556
  "file."
11557
  msgstr ""
11558
 
11559
- #: includes/general-functions.php:973
11560
  msgid " Hosting Account Root Folder Option setup or updated Successfully!"
11561
  msgstr ""
11562
 
@@ -11765,9 +11758,9 @@ msgstr ""
11765
  #: includes/hud-dismiss-functions.php:350
11766
  #: includes/hud-dismiss-functions.php:388
11767
  #: includes/hud-dismiss-functions.php:393
11768
- #: includes/hud-dismiss-functions.php:449
11769
- #: includes/hud-dismiss-functions.php:492
11770
- #: includes/hud-dismiss-functions.php:648
11771
  msgid ""
11772
  "To Dismiss this Notice click the Dismiss Notice button below. To Reset "
11773
  "Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Custom "
@@ -11789,15 +11782,15 @@ msgstr ""
11789
  #: includes/hud-dismiss-functions.php:350
11790
  #: includes/hud-dismiss-functions.php:388
11791
  #: includes/hud-dismiss-functions.php:393
11792
- #: includes/hud-dismiss-functions.php:449
11793
- #: includes/hud-dismiss-functions.php:492
11794
- #: includes/hud-dismiss-functions.php:581
11795
- #: includes/hud-dismiss-functions.php:648
11796
- #: includes/hud-dismiss-functions.php:676
11797
- #: includes/hud-dismiss-functions.php:713
11798
- #: includes/hud-dismiss-functions.php:756
11799
- #: includes/hud-dismiss-functions.php:794
11800
- #: includes/hud-dismiss-functions.php:827
11801
  msgid "Dismiss Notice"
11802
  msgstr ""
11803
 
@@ -12340,6 +12333,11 @@ msgid ""
12340
  "whitelist rule to be automatically created by the Setup Wizard."
12341
  msgstr ""
12342
 
 
 
 
 
 
12343
  #: includes/hud-autofix-whitelist.php:761
12344
  msgid "Setup Wizard link"
12345
  msgstr ""
@@ -12589,161 +12587,157 @@ msgstr ""
12589
  msgid " for the steps to fix this Wordfence problem."
12590
  msgstr ""
12591
 
12592
- #: includes/hud-dismiss-functions.php:449
12593
- msgid "Sucuri Restrict wp-content access Hardening Option problem detected"
12594
- msgstr ""
12595
-
12596
- #: includes/hud-dismiss-functions.php:449
12597
  msgid ""
12598
- "Using the Sucuri Restrict wp-content access Hardening Option breaks BPS "
12599
- "Security Logging, Plugin Firewall, Uploads Anti-Exploit Guard & probably "
12600
- "other things in BPS and other plugins as well."
12601
  msgstr ""
12602
 
12603
- #: includes/hud-dismiss-functions.php:449
12604
- msgid "To fix this problem click this link: "
12605
- msgstr ""
12606
-
12607
- #: includes/hud-dismiss-functions.php:449
12608
- msgid "Sucuri Hardening Options"
12609
  msgstr ""
12610
 
12611
- #: includes/hud-dismiss-functions.php:449
12612
  msgid ""
12613
- " and click the Sucuri Restrict wp-content access Revert hardening button."
 
 
12614
  msgstr ""
12615
 
12616
- #: includes/hud-dismiss-functions.php:492
12617
  msgid "The WordPress Firewall 2 plugin is installed and activated"
12618
  msgstr ""
12619
 
12620
- #: includes/hud-dismiss-functions.php:492
12621
  msgid "It is recommended that you delete the WordPress Firewall 2 plugin."
12622
  msgstr ""
12623
 
12624
- #: includes/hud-dismiss-functions.php:492
12625
  msgid " for more information."
12626
  msgstr ""
12627
 
12628
- #: includes/hud-dismiss-functions.php:524
12629
  msgid "Notice: BPS Query String Exploits Code Changes"
12630
  msgstr ""
12631
 
12632
- #: includes/hud-dismiss-functions.php:524
12633
  msgid ""
12634
  "Older BPS Query String Exploits code was found in BPS Custom Code. Several "
12635
  "Query String Exploits rules were changed/added/modified in the root ."
12636
  "htaccess file in BPS .49.6, .50.2 & .50.3."
12637
  msgstr ""
12638
 
12639
- #: includes/hud-dismiss-functions.php:524
12640
  msgid ""
12641
  "Copy the new Query String Exploits section of code from your root .htaccess "
12642
  "file and paste it into this BPS Custom Code text box: CUSTOM CODE BPSQSE BPS "
12643
  "QUERY STRING EXPLOITS and click the Save Root Custom Code button."
12644
  msgstr ""
12645
 
12646
- #: includes/hud-dismiss-functions.php:524
12647
  msgid ""
12648
  "This Notice will go away once you have copied the new Query String Exploits "
12649
  "code to BPS Custom Code and clicked the Save Root Custom Code button."
12650
  msgstr ""
12651
 
12652
- #: includes/hud-dismiss-functions.php:543
12653
  msgid "BPS Alert! A BPS htaccess file was NOT found in the BPS Backup folder: "
12654
  msgstr ""
12655
 
12656
- #: includes/hud-dismiss-functions.php:543
12657
  msgid " and click the BPS Backup Folder BulletProof Mode Activate button."
12658
  msgstr ""
12659
 
12660
- #: includes/hud-dismiss-functions.php:581
12661
  msgid "New Improved BPS Speed Boost Cache Code"
12662
  msgstr ""
12663
 
12664
- #: includes/hud-dismiss-functions.php:581
12665
  msgid ""
12666
  "Older BPS Speed Boost Cache Code was found saved in this BPS Custom Code "
12667
  "text box: CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE"
12668
  msgstr ""
12669
 
12670
- #: includes/hud-dismiss-functions.php:581
12671
  msgid ""
12672
  "Newer improved BPS Speed Boost Cache Code has been created, which should "
12673
  "improve website load speed performance even more."
12674
  msgstr ""
12675
 
12676
- #: includes/hud-dismiss-functions.php:581
12677
  msgid "Get The New Improved BPS Speed Boost Cache Code"
12678
  msgstr ""
12679
 
12680
- #: includes/hud-dismiss-functions.php:581
12681
  msgid ". To dismiss this Notice click the Dismiss Notice button below."
12682
  msgstr ""
12683
 
12684
- #: includes/hud-dismiss-functions.php:581
12685
  msgid ""
12686
  "To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on "
12687
  "the Custom Code page."
12688
  msgstr ""
12689
 
12690
- #: includes/hud-dismiss-functions.php:588
12691
  msgid "BPS Speed Boost Cache Custom Code Notice"
12692
  msgstr ""
12693
 
12694
- #: includes/hud-dismiss-functions.php:588
12695
  msgid ""
12696
  "BPS Speed Boost Cache Code was found in this BPS Custom Code text box: "
12697
  "CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE"
12698
  msgstr ""
12699
 
12700
- #: includes/hud-dismiss-functions.php:588
12701
  msgid ""
12702
  "and another caching plugin's Marker text was also found in this BPS Custom "
12703
  "Code text box."
12704
  msgstr ""
12705
 
12706
- #: includes/hud-dismiss-functions.php:588
12707
  msgid "Click this link: "
12708
  msgstr ""
12709
 
12710
- #: includes/hud-dismiss-functions.php:588
12711
  msgid "BPS Speed Boost Cache Custom Code Notice Forum Topic"
12712
  msgstr ""
12713
 
12714
- #: includes/hud-dismiss-functions.php:588
12715
  msgid " for help information on what this Notice means and what to do next."
12716
  msgstr ""
12717
 
12718
- #: includes/hud-dismiss-functions.php:648
12719
  msgid "BPS Plugin Automatic Update Notice"
12720
  msgstr ""
12721
 
12722
- #: includes/hud-dismiss-functions.php:648
12723
  msgid ""
12724
  "Would you like to have BPS plugin updates installed automatically? Click "
12725
  "this link: "
12726
  msgstr ""
12727
 
12728
- #: includes/hud-dismiss-functions.php:648
12729
  msgid " and click the BPS MU Tools Enable BPS Plugin AutoUpdates link."
12730
  msgstr ""
12731
 
12732
- #: includes/hud-dismiss-functions.php:676
12733
  msgid "MScan First Run Notice"
12734
  msgstr ""
12735
 
12736
- #: includes/hud-dismiss-functions.php:676
12737
  msgid ""
12738
  "Please take a few minutes to read the \"Basic Info|Recommendations|"
12739
  "Limitations|Restrictions\" help section in the"
12740
  msgstr ""
12741
 
12742
- #: includes/hud-dismiss-functions.php:676
12743
  msgid "before running a scan."
12744
  msgstr ""
12745
 
12746
- #: includes/hud-dismiss-functions.php:676
12747
  msgid ""
12748
  "It is highly recommended that you use the Scan Time Estimate Tool before "
12749
  "running an actual scan. The Scan Time Estimate Tool calculates the total "
@@ -12753,117 +12747,117 @@ msgid ""
12753
  "Notices button on the BPS Custom Code page."
12754
  msgstr ""
12755
 
12756
- #: includes/hud-dismiss-functions.php:713
12757
  msgid "BPS New Feature Notice: JTC-Lite"
12758
  msgstr ""
12759
 
12760
- #: includes/hud-dismiss-functions.php:713
12761
  msgid ""
12762
  "JTC-Lite protects the WordPress Login page Form against automated SpamBot "
12763
  "and HackerBot Brute Force Login attacks"
12764
  msgstr ""
12765
 
12766
- #: includes/hud-dismiss-functions.php:713
12767
  msgid ""
12768
  "and also prevents User Accounts from being locked repeatedly by Brute Force "
12769
  "Login Bot attacks on your Login page Form."
12770
  msgstr ""
12771
 
12772
- #: includes/hud-dismiss-functions.php:713
12773
  msgid "To enable/turn On JTC-Lite, click this "
12774
  msgstr ""
12775
 
12776
- #: includes/hud-dismiss-functions.php:713
12777
  msgid ""
12778
  ". Click/check the Login Form Checkbox and click the Save Options button."
12779
  msgstr ""
12780
 
12781
- #: includes/hud-dismiss-functions.php:713
12782
- #: includes/hud-dismiss-functions.php:794
12783
- #: includes/hud-dismiss-functions.php:827
12784
  msgid ""
12785
  "To Dismiss this Notice click the Dismiss Notice button below. To Reset "
12786
  "Dismiss Notices click the Reset|Recheck Dismiss Notices button on the BPS "
12787
  "Custom Code page."
12788
  msgstr ""
12789
 
12790
- #: includes/hud-dismiss-functions.php:756
12791
  msgid "BPS Plugin Star Rating Request"
12792
  msgstr ""
12793
 
12794
- #: includes/hud-dismiss-functions.php:756
12795
  msgid ""
12796
  "A BPS star rating only takes a couple of minutes and would be very much "
12797
  "appreciated. We are looking for 5 star ratings and not \"fancy\" reviews."
12798
  msgstr ""
12799
 
12800
- #: includes/hud-dismiss-functions.php:756
12801
  msgid ""
12802
  "A simple review like \"works great\" or \"has been protecting my website for "
12803
  "X months or X years\" is perfect."
12804
  msgstr ""
12805
 
12806
- #: includes/hud-dismiss-functions.php:756
12807
  msgid "Click this link to submit a BPS Plugin Star Rating: "
12808
  msgstr ""
12809
 
12810
- #: includes/hud-dismiss-functions.php:756
12811
  msgid "BPS Plugin Star Rating"
12812
  msgstr ""
12813
 
12814
- #: includes/hud-dismiss-functions.php:756
12815
  msgid ""
12816
  "login to the WordPress.org site and scroll to the bottom of the Reviews page."
12817
  msgstr ""
12818
 
12819
- #: includes/hud-dismiss-functions.php:756
12820
  msgid ""
12821
  "To Dismiss this one-time Notice click the Dismiss Notice button below. To "
12822
  "Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the "
12823
  "BPS Custom Code page."
12824
  msgstr ""
12825
 
12826
- #: includes/hud-dismiss-functions.php:794
12827
  msgid "BPS Notice: Mod Security Module is Loaded|Enabled"
12828
  msgstr ""
12829
 
12830
- #: includes/hud-dismiss-functions.php:794
12831
  msgid "Please take a minute to view this Mod Security help forum topic: "
12832
  msgstr ""
12833
 
12834
- #: includes/hud-dismiss-functions.php:794
12835
  msgid "Mod Security Common Known Problems"
12836
  msgstr ""
12837
 
12838
- #: includes/hud-dismiss-functions.php:794
12839
  msgid ""
12840
  "If you are not experiencing any of the problems listed in the Mod Security "
12841
  "help forum topic then you can dismiss this Dismiss Notice."
12842
  msgstr ""
12843
 
12844
- #: includes/hud-dismiss-functions.php:827
12845
  msgid "BPS GDPR Compliance Notice"
12846
  msgstr ""
12847
 
12848
- #: includes/hud-dismiss-functions.php:827
12849
  msgid ""
12850
  "A new Setup Wizard Option has been created which allows you to turn off all "
12851
  "IP address logging in BPS to make your website GDPR Compliant."
12852
  msgstr ""
12853
 
12854
- #: includes/hud-dismiss-functions.php:827
12855
  msgid "GDPR Compliance Setup Wizard Option link"
12856
  msgstr ""
12857
 
12858
- #: includes/hud-dismiss-functions.php:827
12859
  msgid "Choose the GDPR Compliance On setting."
12860
  msgstr ""
12861
 
12862
- #: includes/hud-dismiss-functions.php:827
12863
  msgid "For more information about GDPR Compliance click this "
12864
  msgstr ""
12865
 
12866
- #: includes/hud-dismiss-functions.php:827
12867
  msgid "GDPR Compliance Forum Topic link"
12868
  msgstr ""
12869
 
3
  msgstr ""
4
  "Project-Id-Version: bulletproof-security\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2019-07-01 16:18-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"
292
  msgstr ""
293
 
294
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
295
+ #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
296
  msgid ""
297
  "If you see a 403 error and/or are unable to download the zip file then click "
298
  "here: "
299
  msgstr ""
300
 
301
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
302
+ #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
303
+ #: admin/wizard/wizard.php:999 admin/wizard/wizard.php:1097
304
+ #: admin/wizard/wizard.php:1099 includes/hud-autofix-whitelist.php:761
305
  msgid "Setup Wizard Options"
306
  msgstr ""
307
 
393
 
394
  #: admin/core/core-forms.php:18 admin/core/core-forms.php:98
395
  #: admin/core/core.php:1127
396
+ msgid "htaccess Files Disabled: wp-admin htaccess file writing is disabled. "
397
+ msgstr ""
398
+
399
+ #: admin/core/core-forms.php:18 admin/core/core-forms.php:98
400
+ #: admin/core/core-forms.php:196 admin/core/core-forms.php:246
401
+ #: admin/core/core-forms.php:280 admin/core/core-forms.php:330
402
+ #: admin/core/core-forms.php:364 admin/core/core-forms.php:430
403
+ #: admin/core/core-htaccess-code.php:437 admin/core/core-htaccess-code.php:521
404
+ #: admin/core/core-htaccess-code.php:590 admin/core/core-htaccess-code.php:674
405
+ #: admin/core/core.php:782 admin/core/core.php:859 admin/core/core.php:961
406
+ #: admin/core/core.php:1039 admin/core/core.php:1127
407
+ #: admin/maintenance/maintenance.php:814 admin/maintenance/maintenance.php:1130
408
+ #: admin/maintenance/maintenance.php:1639
409
+ #: admin/maintenance/maintenance.php:1769
410
+ #: admin/maintenance/maintenance.php:1960 admin/wizard/wizard-functions.php:44
411
+ msgid "Click this link for help information: "
412
+ msgstr ""
413
+
414
+ #: admin/core/core-forms.php:18 admin/core/core-forms.php:98
415
+ #: admin/core/core-forms.php:196 admin/core/core-forms.php:246
416
+ #: admin/core/core-forms.php:280 admin/core/core-forms.php:330
417
+ #: admin/core/core-forms.php:364 admin/core/core-forms.php:430
418
+ #: admin/core/core-htaccess-code.php:437 admin/core/core-htaccess-code.php:521
419
+ #: admin/core/core-htaccess-code.php:590 admin/core/core-htaccess-code.php:674
420
+ #: admin/core/core.php:782 admin/core/core.php:859 admin/core/core.php:961
421
+ #: admin/core/core.php:1039 admin/core/core.php:1127
422
+ #: admin/maintenance/maintenance.php:814 admin/maintenance/maintenance.php:1130
423
+ #: admin/maintenance/maintenance.php:1639
424
+ #: admin/maintenance/maintenance.php:1769
425
+ #: admin/maintenance/maintenance.php:1960 admin/wizard/wizard-functions.php:44
426
+ #: admin/wizard/wizard.php:1010
427
+ msgid "htaccess Files Disabled Forum Topic"
428
  msgstr ""
429
 
430
  #: admin/core/core-forms.php:29 admin/core/core-forms.php:109
482
  msgstr ""
483
 
484
  #: admin/core/core-forms.php:196 admin/core/core-forms.php:246
485
+ msgid "htaccess Files Disabled: Master htaccess file writing is disabled. "
486
  msgstr ""
487
 
488
  #: admin/core/core-forms.php:212 admin/core/core-forms.php:226
508
  msgstr ""
509
 
510
  #: admin/core/core-forms.php:280 admin/core/core-forms.php:330
511
+ msgid "htaccess Files Disabled: BPS Backup htaccess file writing is disabled. "
512
  msgstr ""
513
 
514
  #: admin/core/core-forms.php:296 admin/core/core-forms.php:310
537
  msgstr ""
538
 
539
  #: admin/core/core-forms.php:364
540
+ msgid "htaccess Files Disabled: htaccess file Backup is disabled. "
541
  msgstr ""
542
 
543
  #: admin/core/core-forms.php:377
577
  msgstr ""
578
 
579
  #: admin/core/core-forms.php:430
580
+ msgid "htaccess Files Disabled: htaccess file Restore is disabled. "
581
  msgstr ""
582
 
583
  #: admin/core/core-forms.php:451
929
  "Read Me help file for BPS troubleshooting steps."
930
  msgstr ""
931
 
932
+ #: admin/core/core-help-text.php:15 admin/wizard/wizard.php:1051
933
  msgid "Notes: "
934
  msgstr ""
935
 
1128
  #: admin/db-backup-security/db-backup-security.php:281
1129
  #: admin/email-log-settings/email-log-settings.php:106
1130
  #: admin/login/login.php:192 admin/login/login.php:803
1131
+ #: admin/login/login.php:998 admin/maintenance/maintenance.php:186
1132
  #: admin/mscan/mscan-help-text.php:44 admin/mscan/mscan.php:134
1133
  #: admin/security-log/security-log.php:246
1134
  #: admin/system-info/system-info.php:103 admin/theme-skin/theme-skin.php:110
1135
+ #: admin/wizard/wizard.php:1037 admin/wizard/wizard.php:1105
1136
  msgid ""
1137
  "This Read Me Help window is draggable (top) and resizable (bottom right "
1138
  "corner)"
1567
  msgstr ""
1568
 
1569
  #: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:118
1570
+ #: admin/maintenance/maintenance.php:376 admin/maintenance/maintenance.php:396
1571
  msgid "The file "
1572
  msgstr ""
1573
 
1574
  #: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:118
1575
+ #: admin/maintenance/maintenance.php:376 admin/maintenance/maintenance.php:396
1576
  msgid " is not writable or does not exist."
1577
  msgstr ""
1578
 
1601
  #: admin/core/core-htaccess-code.php:437 admin/core/core-htaccess-code.php:521
1602
  #: admin/core/core-htaccess-code.php:590 admin/core/core-htaccess-code.php:674
1603
  #: admin/core/core.php:1039
1604
+ msgid "htaccess Files Disabled: Root htaccess file writing is disabled. "
1605
  msgstr ""
1606
 
1607
  #: admin/core/core-htaccess-code.php:459 admin/core/core-htaccess-code.php:612
1659
 
1660
  #: admin/core/core.php:152 admin/db-backup-security/db-backup-security.php:69
1661
  #: admin/email-log-settings/email-log-settings.php:64 admin/login/login.php:126
1662
+ #: admin/maintenance/maintenance.php:75 admin/mscan/mscan.php:78
1663
  #: admin/security-log/security-log.php:64 admin/system-info/system-info.php:64
1664
  #: admin/theme-skin/theme-skin.php:69 admin/wizard/wizard.php:198
1665
  msgid "Settings Saved"
1688
  #: admin/core/core.php:184 admin/db-backup-security/db-backup-security.php:262
1689
  #: admin/db-backup-security/db-backup-security.php:1697
1690
  #: admin/email-log-settings/email-log-settings.php:87 admin/login/login.php:164
1691
+ #: admin/maintenance/maintenance.php:150 admin/mscan/mscan.php:115
1692
  #: admin/mscan/mscan.php:1914 admin/security-log/security-log.php:227
1693
  #: admin/system-info/system-info.php:90 admin/theme-skin/theme-skin.php:92
1694
  #: admin/theme-skin/theme-skin.php:215
1695
  msgid "Help &amp; FAQ"
1696
  msgstr ""
1697
 
1698
+ #: admin/core/core.php:185 bulletproof-security.php:152
1699
  msgid "BPS Pro Features"
1700
  msgstr ""
1701
 
1713
  #: admin/db-backup-security/db-backup-security.php:1201
1714
  #: admin/db-backup-security/db-backup-security.php:1357
1715
  #: admin/email-log-settings/email-log-settings.php:95 admin/login/login.php:181
1716
+ #: admin/login/login.php:792 admin/maintenance/maintenance.php:170
1717
+ #: admin/maintenance/maintenance.php:172 admin/mscan/mscan.php:123
1718
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
1719
+ #: admin/wizard/wizard.php:1022 admin/wizard/wizard.php:1091
1720
  msgid "Want even more security protection?"
1721
  msgstr ""
1722
 
1723
  #: admin/core/core.php:193 admin/core/core.php:711 admin/core/core.php:1423
1724
  #: admin/core/core.php:1546 admin/core/core.php:1601
1725
  #: admin/email-log-settings/email-log-settings.php:95
1726
+ #: admin/maintenance/maintenance.php:170 admin/maintenance/maintenance.php:172
1727
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
1728
+ #: admin/wizard/wizard.php:1022 admin/wizard/wizard.php:1091
1729
  msgid ""
1730
  "Protect all of your Plugins (plugin folders and files) with an IP Firewall: "
1731
  msgstr ""
1733
  #: admin/core/core.php:193 admin/core/core.php:711 admin/core/core.php:1423
1734
  #: admin/core/core.php:1546 admin/core/core.php:1601
1735
  #: admin/email-log-settings/email-log-settings.php:95
1736
+ #: admin/maintenance/maintenance.php:170 admin/maintenance/maintenance.php:172
1737
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
1738
+ #: admin/wizard/wizard.php:1022 admin/wizard/wizard.php:1091
1739
  msgid "Get BPS Pro Plugin Firewall"
1740
  msgstr ""
1741
 
1742
  #: admin/core/core.php:193 admin/core/core.php:711 admin/core/core.php:1423
1743
  #: admin/core/core.php:1546 admin/core/core.php:1601
1744
  #: admin/email-log-settings/email-log-settings.php:95
1745
+ #: admin/maintenance/maintenance.php:170 admin/maintenance/maintenance.php:172
1746
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
1747
+ #: admin/wizard/wizard.php:1022 admin/wizard/wizard.php:1091
1748
  msgid ""
1749
  "Protect your WordPress uploads folder against remote access or execution of "
1750
  "files: "
1753
  #: admin/core/core.php:193 admin/core/core.php:711 admin/core/core.php:1423
1754
  #: admin/core/core.php:1546 admin/core/core.php:1601
1755
  #: admin/email-log-settings/email-log-settings.php:95
1756
+ #: admin/maintenance/maintenance.php:170 admin/maintenance/maintenance.php:172
1757
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
1758
+ #: admin/wizard/wizard.php:1022 admin/wizard/wizard.php:1091
1759
  msgid "Get BPS Pro Uploads Anti-Exploit Guard"
1760
  msgstr ""
1761
 
1783
  #: admin/db-backup-security/db-backup-security.php:1363
1784
  #: admin/email-log-settings/email-log-settings.php:101
1785
  #: admin/login/login.php:187 admin/login/login.php:798
1786
+ #: admin/login/login.php:989 admin/maintenance/maintenance.php:181
1787
  #: admin/mscan/mscan.php:129 admin/mscan/mscan.php:1715
1788
  #: admin/security-log/security-log.php:241 admin/system-info/system-info.php:98
1789
+ #: admin/theme-skin/theme-skin.php:107 admin/wizard/wizard.php:1028
1790
+ #: admin/wizard/wizard.php:1097
1791
  msgid "Read Me"
1792
  msgstr ""
1793
 
1794
  #: admin/core/core.php:210 admin/core/core.php:320 admin/core/core.php:1447
1795
  #: admin/db-backup-security/db-backup-security.php:284
1796
  #: admin/email-log-settings/email-log-settings.php:109
1797
+ #: admin/login/login.php:1001 admin/maintenance/maintenance.php:189
1798
  #: admin/mscan/mscan.php:136 admin/system-info/system-info.php:106
1799
  msgid "Forum Help Links: "
1800
  msgstr ""
1951
  "other buttons."
1952
  msgstr ""
1953
 
1954
+ #: admin/core/core.php:496 admin/maintenance/maintenance.php:641
1955
  #: admin/security-log/security-log.php:465
1956
  #: admin/security-log/security-log.php:480
1957
  #: admin/security-log/security-log.php:698
2055
 
2056
  #: admin/core/core.php:782
2057
  msgid ""
2058
+ "htaccess Files Disabled: secure.htaccess Master file writing is disabled. "
2059
  msgstr ""
2060
 
2061
  #: admin/core/core.php:790
2082
 
2083
  #: admin/core/core.php:859
2084
  msgid ""
2085
+ "htaccess Files Disabled: default.htaccess Master file writing is disabled. "
2086
  msgstr ""
2087
 
2088
  #: admin/core/core.php:867
2126
  #: admin/core/core.php:961
2127
  msgid ""
2128
  "htaccess Files Disabled: wpadmin-secure.htaccess Master file writing is "
2129
+ "disabled. "
2130
  msgstr ""
2131
 
2132
  #: admin/core/core.php:969
2337
  msgstr ""
2338
 
2339
  #: admin/core/core.php:1458 admin/core/core.php:1644
2340
+ #: admin/wizard/wizard.php:1043
2341
  msgid "Custom Code Video Tutorial"
2342
  msgstr ""
2343
 
2422
  #: admin/db-backup-security/db-backup-security.php:1201
2423
  #: admin/db-backup-security/db-backup-security.php:1357
2424
  #: admin/email-log-settings/email-log-settings.php:95
2425
+ #: admin/maintenance/maintenance.php:170 admin/maintenance/maintenance.php:172
2426
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
2427
+ #: admin/wizard/wizard.php:1022 admin/wizard/wizard.php:1091
2428
  msgid ""
2429
  "Protect all of your website files with AutoRestore|Quarantine Intrusion "
2430
  "Detection & Prevention System: "
2434
  #: admin/db-backup-security/db-backup-security.php:1201
2435
  #: admin/db-backup-security/db-backup-security.php:1357
2436
  #: admin/email-log-settings/email-log-settings.php:95
2437
+ #: admin/maintenance/maintenance.php:170 admin/maintenance/maintenance.php:172
2438
  #: admin/mscan/mscan.php:123 admin/security-log/security-log.php:235
2439
+ #: admin/theme-skin/theme-skin.php:101 admin/wizard/wizard.php:1022
2440
+ #: admin/wizard/wizard.php:1091
2441
  msgid "Get BPS Pro ARQ IDPS"
2442
  msgstr ""
2443
 
2444
  #: admin/core/core.php:1601 admin/email-log-settings/email-log-settings.php:95
2445
+ #: admin/maintenance/maintenance.php:170 admin/maintenance/maintenance.php:172
2446
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
2447
+ #: admin/wizard/wizard.php:1022 admin/wizard/wizard.php:1091
2448
  msgid ""
2449
  "Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-"
2450
  "posting, auto-commenting): "
2452
 
2453
  #: admin/core/core.php:1601 admin/email-log-settings/email-log-settings.php:95
2454
  #: admin/login/login.php:181 admin/login/login.php:792
2455
+ #: admin/maintenance/maintenance.php:170 admin/maintenance/maintenance.php:172
2456
  #: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
2457
+ #: admin/wizard/wizard.php:1022 admin/wizard/wizard.php:1091
2458
  msgid "Get BPS Pro JTC Anti-Spam|Anti-Hacker"
2459
  msgstr ""
2460
 
2495
  "with a solution/whitelist rule in the Forum."
2496
  msgstr ""
2497
 
2498
+ #: admin/core/core.php:1635 admin/maintenance/maintenance.php:2078
2499
  msgid "Help & FAQ"
2500
  msgstr ""
2501
 
2502
  #: admin/core/core.php:1639 admin/email-log-settings/email-log-settings.php:220
2503
+ #: admin/login/login.php:1355 admin/maintenance/maintenance.php:2083
2504
  #: admin/security-log/security-log.php:806
2505
  #: admin/system-info/system-info.php:1109
2506
  msgid "Contributors Page"
2511
  msgstr ""
2512
 
2513
  #: admin/core/core.php:1641 admin/email-log-settings/email-log-settings.php:219
2514
+ #: admin/login/login.php:1354 admin/maintenance/maintenance.php:2084
2515
  #: admin/security-log/security-log.php:805
2516
  #: admin/system-info/system-info.php:1108
2517
  msgid "Security Log Event Codes"
2524
  #: admin/core/core.php:1643
2525
  #: admin/db-backup-security/db-backup-security.php:1705
2526
  #: admin/email-log-settings/email-log-settings.php:221
2527
+ #: admin/login/login.php:1356 admin/maintenance/maintenance.php:2085
2528
  #: admin/mscan/mscan.php:1921 admin/security-log/security-log.php:807
2529
  #: admin/system-info/system-info.php:1110 admin/theme-skin/theme-skin.php:222
2530
  msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
2780
  msgid "BPS Pro Version Release Dates"
2781
  msgstr ""
2782
 
2783
+ #: admin/core/core.php:1719 admin/core/core.php:1720 admin/core/core.php:1721
2784
+ #: admin/core/core.php:1722 admin/core/core.php:1727 admin/core/core.php:1728
2785
+ #: admin/core/core.php:1729 admin/core/core.php:1730 admin/core/core.php:1731
2786
  #: admin/core/core.php:1736 admin/core/core.php:1737 admin/core/core.php:1738
2787
  #: admin/core/core.php:1739 admin/core/core.php:1740 admin/core/core.php:1741
2788
+ #: admin/core/core.php:1742 admin/core/core.php:1743 admin/core/core.php:1744
2789
  #: admin/core/core.php:1749 admin/core/core.php:1750 admin/core/core.php:1751
2790
  #: admin/core/core.php:1752 admin/core/core.php:1753 admin/core/core.php:1754
2791
  #: admin/core/core.php:1755 admin/core/core.php:1756 admin/core/core.php:1757
2792
+ #: admin/core/core.php:1758 admin/core/core.php:1759 admin/core/core.php:1760
2793
+ #: admin/core/core.php:1761 admin/core/core.php:1767 admin/core/core.php:1768
2794
  #: admin/core/core.php:1769 admin/core/core.php:1770 admin/core/core.php:1771
2795
  #: admin/core/core.php:1772 admin/core/core.php:1773 admin/core/core.php:1774
2796
  #: admin/core/core.php:1775 admin/core/core.php:1776 admin/core/core.php:1777
2797
+ #: admin/core/core.php:1778 admin/core/core.php:1779 admin/core/core.php:1780
2798
  #: admin/core/core.php:1786 admin/core/core.php:1787 admin/core/core.php:1788
2799
  #: admin/core/core.php:1789 admin/core/core.php:1790 admin/core/core.php:1791
2800
  #: admin/core/core.php:1792 admin/core/core.php:1793 admin/core/core.php:1794
2801
+ #: admin/core/core.php:1795 admin/core/core.php:1796 admin/core/core.php:1797
2802
+ #: admin/core/core.php:1798 admin/core/core.php:1804 admin/core/core.php:1805
2803
  #: admin/core/core.php:1806 admin/core/core.php:1807 admin/core/core.php:1808
2804
  #: admin/core/core.php:1809 admin/core/core.php:1810 admin/core/core.php:1811
2805
+ #: admin/core/core.php:1812 admin/core/core.php:1813 admin/core/core.php:1819
2806
  #: admin/core/core.php:1820 admin/core/core.php:1821 admin/core/core.php:1822
2807
  #: admin/core/core.php:1823 admin/core/core.php:1824 admin/core/core.php:1825
2808
+ #: admin/core/core.php:1826 admin/core/core.php:1827 admin/core/core.php:1828
2809
  #, php-format
2810
  msgid ""
2811
  "<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
4493
  msgstr ""
4494
 
4495
  #: admin/includes/admin.php:321 admin/includes/admin.php:347
4496
+ #: admin/maintenance/maintenance.php:149 admin/maintenance/maintenance.php:181
4497
+ #: admin/maintenance/maintenance.php:183
4498
  msgid "Maintenance Mode"
4499
  msgstr ""
4500
 
4541
  msgid "Security Log"
4542
  msgstr ""
4543
 
4544
+ #: admin/includes/admin.php:353 admin/wizard/wizard.php:998
4545
+ #: admin/wizard/wizard.php:1028 admin/wizard/wizard.php:1030
4546
+ #: bulletproof-security.php:127 bulletproof-security.php:130
4547
  msgid "Setup Wizard"
4548
  msgstr ""
4549
 
4552
  msgid "BPS Plugin Uninstall Options"
4553
  msgstr ""
4554
 
4555
+ #: admin/includes/admin.php:400
4556
+ msgid "BPS UI|UX Debug: SLF: CSS Script Loaded"
 
 
 
 
4557
  msgstr ""
4558
 
4559
+ #: admin/includes/admin.php:430
4560
+ msgid "BPS UI|UX Debug: SLF: js Script Loaded"
4561
  msgstr ""
4562
 
4563
+ #: admin/includes/admin.php:506
 
 
 
 
4564
  msgid "BPS UI|UX Debug: Scripts|Styles Dequeued"
4565
  msgstr ""
4566
 
4567
+ #: admin/includes/admin.php:518
4568
  msgid "Script Dequeued: "
4569
  msgstr ""
4570
 
4571
+ #: admin/includes/admin.php:524
4572
  msgid ""
4573
+ "No additional plugin or theme Scripts were found that needed to be Dequeued."
 
4574
  msgstr ""
4575
 
4576
+ #: admin/includes/admin.php:536
4577
  msgid "Style Dequeued: "
4578
  msgstr ""
4579
 
4580
+ #: admin/includes/admin.php:542
4581
  msgid ""
4582
+ "No additional plugin or theme Styles were found that needed to be Dequeued."
 
4583
  msgstr ""
4584
 
4585
+ #: admin/includes/admin.php:580 admin/includes/admin.php:613
4586
  msgid "BPS UI|UX Debug: WP Toolbar nodes|menu items Removed"
4587
  msgstr ""
4588
 
4589
+ #: admin/includes/admin.php:592 admin/includes/admin.php:625
4590
  msgid "WP Toolbar node|menu item Removed: "
4591
  msgstr ""
4592
 
4593
+ #: admin/includes/admin.php:600 admin/includes/admin.php:633
4594
  msgid "No WP Toolbar nodes|menu items were Removed in BPS plugin pages"
4595
  msgstr ""
4596
 
4641
  msgstr ""
4642
 
4643
  #: admin/login/login.php:173 admin/login/login.php:784
4644
+ #: admin/maintenance/maintenance.php:159
4645
  msgid "Notice: "
4646
  msgstr ""
4647
 
4648
+ #: admin/login/login.php:173 admin/maintenance/maintenance.php:159
4649
  msgid "You have disabled wp-admin BulletProof Mode on the Security Modes page."
4650
  msgstr ""
4651
 
4652
  #: admin/login/login.php:173 admin/login/login.php:784
4653
+ #: admin/maintenance/maintenance.php:159
4654
  msgid "If you have Go Daddy \"Managed WordPress Hosting\" click this link: "
4655
  msgstr ""
4656
 
4657
  #: admin/login/login.php:173 admin/login/login.php:784
4658
+ #: admin/maintenance/maintenance.php:159
4659
  msgid "Go Daddy Managed WordPress Hosting"
4660
  msgstr ""
4661
 
5450
  "be displayed. "
5451
  msgstr ""
5452
 
5453
+ #: admin/login/lsm-help-text.php:10 admin/maintenance/maintenance.php:528
5454
  #: includes/hud-dismiss-functions.php:345
5455
  #: includes/hud-dismiss-functions.php:388
5456
  msgid "CAUTION: "
6093
  "Roles: Administrator, Editor, Author, Contributor, Subscriber."
6094
  msgstr ""
6095
 
6096
+ #: admin/maintenance/maintenance.php:62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6097
  msgid "BulletProof Security ~ Maintenance Mode"
6098
  msgstr ""
6099
 
6100
+ #: admin/maintenance/maintenance.php:64
6101
  msgid "Maintenance Mode ~ FrontEnd ~ BackEnd"
6102
  msgstr ""
6103
 
6104
+ #: admin/maintenance/maintenance.php:170
6105
  msgid "FrontEnd Maintenance Mode Page ~ "
6106
  msgstr ""
6107
 
6108
+ #: admin/maintenance/maintenance.php:170
6109
  msgid "Display a website under maintenance page to website visitors"
6110
  msgstr ""
6111
 
6112
+ #: admin/maintenance/maintenance.php:172
6113
  msgid "FrontEnd & BackEnd Maintenance Mode ~ "
6114
  msgstr ""
6115
 
6116
+ #: admin/maintenance/maintenance.php:172
6117
  msgid ""
6118
  "Display a website under maintenance page to website visitors ~ Lock wp-admin "
6119
  "BackEnd by IP Address"
6120
  msgstr ""
6121
 
6122
+ #: admin/maintenance/maintenance.php:192 admin/maintenance/maintenance.php:198
6123
+ #: admin/maintenance/maintenance.php:2082
6124
  msgid "Maintenance Mode Guide"
6125
  msgstr ""
6126
 
6127
+ #: admin/maintenance/maintenance.php:194
6128
  msgid ""
6129
  "Create/add whatever messages, images, videos, etc. you want to display to "
6130
  "website visitors with the MMode Editor, select your MMode options/settings, "
6133
  "options/settings."
6134
  msgstr ""
6135
 
6136
+ #: admin/maintenance/maintenance.php:194
6137
  msgid ""
6138
  "For more extensive help info, CSS, HTML code examples, Image & Video "
6139
  "embedding code examples to add in the MMode Editor see Forum Help Links at "
6140
  "the top of this Read Me help window."
6141
  msgstr ""
6142
 
6143
+ #: admin/maintenance/maintenance.php:194 admin/maintenance/maintenance.php:492
6144
  msgid ""
6145
  "Maintenance Mode Text, CSS Style Code, Images, Videos Displayed To Website "
6146
  "Visitors:"
6147
  msgstr ""
6148
 
6149
+ #: admin/maintenance/maintenance.php:194
6150
  msgid ""
6151
  "This is a standard WordPress TinyMCE WYSIWYG editor that has a Visual Editor "
6152
  "and a Text Editor for adding CSS or HTML code. Enter plain text, CSS, HTML "
6158
  "Save Options button to save your edits."
6159
  msgstr ""
6160
 
6161
+ #: admin/maintenance/maintenance.php:194
6162
  msgid "Enable Countdown Timer:"
6163
  msgstr ""
6164
 
6165
+ #: admin/maintenance/maintenance.php:194
6166
  msgid ""
6167
  "Check this checkbox to enable a javascript Countdown Timer that will be "
6168
  "displayed to visitors. When the Countdown Timer reaches 0/has completed your "
6171
  "off Maintenance Mode when the Countdown Timer reaches 0/has completed."
6172
  msgstr ""
6173
 
6174
+ #: admin/maintenance/maintenance.php:194 admin/maintenance/maintenance.php:507
6175
  msgid "Countdown Timer Text Color:"
6176
  msgstr ""
6177
 
6178
+ #: admin/maintenance/maintenance.php:194
6179
  msgid "Select the text color for the Countdown Timer."
6180
  msgstr ""
6181
 
6182
+ #: admin/maintenance/maintenance.php:194 admin/maintenance/maintenance.php:515
6183
  msgid "Maintenance Mode Time (in Minutes):"
6184
  msgstr ""
6185
 
6186
+ #: admin/maintenance/maintenance.php:194
6187
  msgid ""
6188
  "Enter the amount of time that you want to put your site into Maintenance "
6189
  "Mode in minutes. Example: 10 = 10 minutes, 180 = 3 hours, 1440 = 24 hours, "
6190
  "4320 = 3 days."
6191
  msgstr ""
6192
 
6193
+ #: admin/maintenance/maintenance.php:194 admin/maintenance/maintenance.php:519
6194
  msgid ""
6195
  "Header Retry-After (enter the same time as Maintenance Mode Time above):"
6196
  msgstr ""
6197
 
6198
+ #: admin/maintenance/maintenance.php:194
6199
  msgid ""
6200
  "This is the amount of time that you are telling Search Engines to wait "
6201
  "before visiting your website again. Enter the same time in minutes that you "
6202
  "entered for Maintenance Mode Time."
6203
  msgstr ""
6204
 
6205
+ #: admin/maintenance/maintenance.php:194
6206
  msgid "Enable FrontEnd Maintenance Mode:"
6207
  msgstr ""
6208
 
6209
+ #: admin/maintenance/maintenance.php:194
6210
  msgid ""
6211
  "Check this checkbox to enable FrontEnd Maintenance Mode. When you Turn On "
6212
  "FrontEnd Maintenance Mode your website Maintenance Mode page will be "
6217
  "be locked out of your WordPress Dashboard."
6218
  msgstr ""
6219
 
6220
+ #: admin/maintenance/maintenance.php:194
6221
  msgid "Enable BackEnd Maintenance Mode:"
6222
  msgstr ""
6223
 
6224
+ #: admin/maintenance/maintenance.php:194
6225
  msgid ""
6226
  "Check this checkbox to enable BackEnd Maintenance Mode. Be sure to enter the "
6227
  "Your IP address/the Recommended IP address in the Maintenance Mode IP "
6233
  "your WordPress Dashboard."
6234
  msgstr ""
6235
 
6236
+ #: admin/maintenance/maintenance.php:194 admin/maintenance/maintenance.php:534
6237
  msgid "Maintenance Mode IP Address Whitelist Text Box:"
6238
  msgstr ""
6239
 
6240
+ #: admin/maintenance/maintenance.php:194
6241
  msgid ""
6242
  "Enter The IP Address That Can View The Website Normally (not in Maintenance "
6243
  "Mode):"
6244
  msgstr ""
6245
 
6246
+ #: admin/maintenance/maintenance.php:194
6247
  msgid ""
6248
  "Enter Multiple IP addresses separated by a comma and a single space. "
6249
  "Example: 100.99.88.77, 200.66.55.44, 44.33.22.1 It is recommended that you "
6255
  "octets or your current IP address to whitelist your IP address."
6256
  msgstr ""
6257
 
6258
+ #: admin/maintenance/maintenance.php:194 admin/maintenance/maintenance.php:549
6259
  msgid "Background Images:"
6260
  msgstr ""
6261
 
6262
+ #: admin/maintenance/maintenance.php:194
6263
  msgid ""
6264
  "Select a background image that you want to use. BPS includes 20 background "
6265
  "images and 15 center images (text box images) that you can mix and match to "
6266
  "your design/color scheme preference."
6267
  msgstr ""
6268
 
6269
+ #: admin/maintenance/maintenance.php:194 admin/maintenance/maintenance.php:574
6270
  msgid "Center Images:"
6271
  msgstr ""
6272
 
6273
+ #: admin/maintenance/maintenance.php:194
6274
  msgid ""
6275
  "Select a center image that you want to use. BPS includes 20 background "
6276
  "images and 15 center images (text box images) that you can mix and match to "
6277
  "your design/color scheme preference."
6278
  msgstr ""
6279
 
6280
+ #: admin/maintenance/maintenance.php:194 admin/maintenance/maintenance.php:594
6281
  msgid "Background Colors (If not using a Background Image):"
6282
  msgstr ""
6283
 
6284
+ #: admin/maintenance/maintenance.php:194
6285
  msgid ""
6286
  "Select a background color that you want to use. If you do not want to use a "
6287
  "background image then you can instead choose a background color."
6288
  msgstr ""
6289
 
6290
+ #: admin/maintenance/maintenance.php:194
6291
  msgid "Display Visitor IP Address:"
6292
  msgstr ""
6293
 
6294
+ #: admin/maintenance/maintenance.php:194
6295
  msgid "Check this checkbox to display the website visitor's IP addresses."
6296
  msgstr ""
6297
 
6298
+ #: admin/maintenance/maintenance.php:194 admin/maintenance/maintenance.php:604
6299
  msgid "Display Admin|Login Link"
6300
  msgstr ""
6301
 
6302
+ #: admin/maintenance/maintenance.php:194
6303
  msgid ""
6304
  "Check this checkbox to display a Login link that points to your wp-admin "
6305
  "folder/Login page."
6306
  msgstr ""
6307
 
6308
+ #: admin/maintenance/maintenance.php:194
6309
  msgid "Display Dashboard Reminder Message when site is in Maintenance Mode:"
6310
  msgstr ""
6311
 
6312
+ #: admin/maintenance/maintenance.php:194
6313
  msgid ""
6314
  "Check this checkbox to display a WordPress Dashboard Reminder Notice that "
6315
  "your website is in Maintenance Mode."
6316
  msgstr ""
6317
 
6318
+ #: admin/maintenance/maintenance.php:194
6319
  msgid "Enable Visitor Logging:"
6320
  msgstr ""
6321
 
6322
+ #: admin/maintenance/maintenance.php:194
6323
  msgid ""
6324
  "Check this checkbox to enable visitor logging. Logs all visitors to your "
6325
  "site while your site is in Maintenance Mode. Log entries are created in the "
6326
  "BPS Security Log file. "
6327
  msgstr ""
6328
 
6329
+ #: admin/maintenance/maintenance.php:195
6330
  msgid ""
6331
  "Send Email Reminder when Maintenance Mode Countdown Timer has completed:"
6332
  msgstr ""
6333
 
6334
+ #: admin/maintenance/maintenance.php:195
6335
  msgid ""
6336
  "Check this checkbox to enable the javascript Countdown Timer to send you an "
6337
  "email reminder when the Countdown Timer reaches 0/is completed. More "
6343
  "the Countdown Timer reaches 0/has completed."
6344
  msgstr ""
6345
 
6346
+ #: admin/maintenance/maintenance.php:195
6347
  msgid "Testing the Countdown Timer Send Email Option:"
6348
  msgstr ""
6349
 
6350
+ #: admin/maintenance/maintenance.php:195
6351
  msgid ""
6352
  "There is a 1 minute buffer so that when the Maintenance Mode page is created "
6353
  "an email will not be sent immediately. To test the Send Email option use 2 "
6358
  "how fast your Mail Server sends the email to you."
6359
  msgstr ""
6360
 
6361
+ #: admin/maintenance/maintenance.php:195
6362
  msgid "Send Countdown Timer Email:"
6363
  msgstr ""
6364
 
6365
+ #: admin/maintenance/maintenance.php:195
6366
  msgid ""
6367
  "Enter the email addresses that you would like the Countdown Timer reminder "
6368
  "email sent to, from, cc or bcc."
6369
  msgstr ""
6370
 
6371
+ #: admin/maintenance/maintenance.php:195
6372
  msgid "Network/Multisite Primary Site Options ONLY:"
6373
  msgstr ""
6374
 
6375
+ #: admin/maintenance/maintenance.php:195
6376
  msgid ""
6377
  "These options/settings are for Network/Multisite ONLY and are ONLY displayed "
6378
  "on the Primary Network/Multisite site. Checking these options on a Single/"
6380
  "for Network/Multisite WordPress installations."
6381
  msgstr ""
6382
 
6383
+ #: admin/maintenance/maintenance.php:195
6384
  msgid "Steps to use these special Network/Multisite options:"
6385
  msgstr ""
6386
 
6387
+ #: admin/maintenance/maintenance.php:195
6388
  msgid ""
6389
  "To turn On either of these special options, check the checkbox, click the "
6390
  "Save Options button and click the Turn On button. To turn Off either of "
6396
  "special option settings in that template file."
6397
  msgstr ""
6398
 
6399
+ #: admin/maintenance/maintenance.php:195
6400
  msgid "Put The Primary Site And All Subsites In Maintenance Mode:"
6401
  msgstr ""
6402
 
6403
+ #: admin/maintenance/maintenance.php:195
6404
  msgid "Check this checkbox to put all of the sites into Maintenance Mode."
6405
  msgstr ""
6406
 
6407
+ #: admin/maintenance/maintenance.php:195
6408
  msgid "Put All Subsites In Maintenance Mode, But Not The Primary Site:"
6409
  msgstr ""
6410
 
6411
+ #: admin/maintenance/maintenance.php:195
6412
  msgid ""
6413
  "Check this checkbox to put all of the subsites into Maintenance Mode except "
6414
  "for the Primary site."
6415
  msgstr ""
6416
 
6417
+ #: admin/maintenance/maintenance.php:195
6418
  msgid "Save Options Button"
6419
  msgstr ""
6420
 
6421
+ #: admin/maintenance/maintenance.php:195
6422
  msgid ""
6423
  "Clicking the Save Options button does 2 things: Saves all your options/"
6424
  "settings to your Database and creates all necessary Maintenance Mode files/"
6426
  "Click the Turn On button after clicking the Save Options button."
6427
  msgstr ""
6428
 
6429
+ #: admin/maintenance/maintenance.php:195
6430
  msgid "Preview Button"
6431
  msgstr ""
6432
 
6433
+ #: admin/maintenance/maintenance.php:195
6434
  msgid ""
6435
  "Clicking the Preview button allows you to preview the Maintenance Mode files/"
6436
  "Forms that were created when you clicked the Save Options button. Preview "
6440
  "On button."
6441
  msgstr ""
6442
 
6443
+ #: admin/maintenance/maintenance.php:195
6444
  msgid "Turn On Button"
6445
  msgstr ""
6446
 
6447
+ #: admin/maintenance/maintenance.php:195
6448
  msgid ""
6449
  "Clicking the Turn On button turns On Maintenance Mode. Turn On is "
6450
  "conditional and allows you to make changes to your Maintenance Mode page "
6454
  "on your Maintenance Mode page."
6455
  msgstr ""
6456
 
6457
+ #: admin/maintenance/maintenance.php:195
6458
  msgid "Turn Off Button"
6459
  msgstr ""
6460
 
6461
+ #: admin/maintenance/maintenance.php:195
6462
  msgid ""
6463
  "Clicking the Turn Off button turns Off Maintenance Mode. Turn Off is non-"
6464
  "conditional and works like a Form Reset, but does not remove any of your "
6468
  "remain in your website root folder, but Maintenance Mode will be turned Off."
6469
  msgstr ""
6470
 
6471
+ #: admin/maintenance/maintenance.php:195
6472
  msgid "BPS help links can be found in the Help & FAQ pages."
6473
  msgstr ""
6474
 
6475
+ #: admin/maintenance/maintenance.php:231
6476
  msgid ""
6477
  "Error: You did not enter anything in the Maintenance Mode Time Text Box."
6478
  msgstr ""
6479
 
6480
+ #: admin/maintenance/maintenance.php:239 admin/maintenance/maintenance.php:734
6481
+ #: admin/maintenance/maintenance.php:942
6482
  msgid ""
6483
  "Error: You did not enter an IP Address in the Maintenance Mode IP Address "
6484
  "Whitelist Text Box."
6485
  msgstr ""
6486
 
6487
+ #: admin/maintenance/maintenance.php:369 admin/maintenance/maintenance.php:389
6488
  msgid ""
6489
  "Success! Your Options have been saved and your Maintenance Mode Form has "
6490
  "been created successfully! Click the Preview button to preview your Website "
6492
  "button."
6493
  msgstr ""
6494
 
6495
+ #: admin/maintenance/maintenance.php:376
6496
  msgid ""
6497
  "Check that the file exists in the /bulletproof-security/admin/htaccess/ "
6498
  "master folder. If this is not the problem "
6499
  msgstr ""
6500
 
6501
+ #: admin/maintenance/maintenance.php:376 admin/maintenance/maintenance.php:396
6502
  #: admin/wizard/wizard.php:176 includes/general-functions.php:509
6503
  #: includes/hud-dismiss-functions.php:345
6504
  #: includes/hud-dismiss-functions.php:388
6505
+ #: includes/hud-dismiss-functions.php:487
6506
  msgid "Click Here"
6507
  msgstr ""
6508
 
6509
+ #: admin/maintenance/maintenance.php:376 admin/maintenance/maintenance.php:396
6510
  msgid " for assistance."
6511
  msgstr ""
6512
 
6513
+ #: admin/maintenance/maintenance.php:396
6514
  msgid ""
6515
  "Check that the bps-maintenance-values.php file exists in the /bulletproof-"
6516
  "security/admin/htaccess/ master folder. If this is not the problem "
6517
  msgstr ""
6518
 
6519
+ #: admin/maintenance/maintenance.php:457 admin/maintenance/maintenance.php:464
6520
+ #: admin/maintenance/maintenance.php:471
6521
  msgid "Your Current IP Address: "
6522
  msgstr ""
6523
 
6524
+ #: admin/maintenance/maintenance.php:457 admin/maintenance/maintenance.php:464
6525
+ #: admin/maintenance/maintenance.php:471
6526
  msgid "Recommended IP Address: "
6527
  msgstr ""
6528
 
6529
+ #: admin/maintenance/maintenance.php:489
6530
  msgid "MMode Editor"
6531
  msgstr ""
6532
 
6533
+ #: admin/maintenance/maintenance.php:493
6534
  msgid ""
6535
  "Click the Maintenance Mode Guide link above for CSS Code, Image & Video "
6536
  "Embed examples."
6537
  msgstr ""
6538
 
6539
+ #: admin/maintenance/maintenance.php:502
6540
  msgid "MMode Option Settings"
6541
  msgstr ""
6542
 
6543
+ #: admin/maintenance/maintenance.php:505
6544
  msgid "Enable Countdown Timer"
6545
  msgstr ""
6546
 
6547
+ #: admin/maintenance/maintenance.php:509
6548
  msgid "LCD|Lime Green"
6549
  msgstr ""
6550
 
6551
+ #: admin/maintenance/maintenance.php:510 admin/maintenance/maintenance.php:597
6552
  msgid "White"
6553
  msgstr ""
6554
 
6555
+ #: admin/maintenance/maintenance.php:511
6556
  msgid "Silver"
6557
  msgstr ""
6558
 
6559
+ #: admin/maintenance/maintenance.php:512 admin/maintenance/maintenance.php:599
6560
  msgid "Gray"
6561
  msgstr ""
6562
 
6563
+ #: admin/maintenance/maintenance.php:516 admin/maintenance/maintenance.php:520
6564
  msgid "Example: 10 = 10 minutes, 180 = 3 hours, 1440 = 24 hours."
6565
  msgstr ""
6566
 
6567
+ #: admin/maintenance/maintenance.php:523
6568
  msgid "Enable FrontEnd Maintenance Mode"
6569
  msgstr ""
6570
 
6571
+ #: admin/maintenance/maintenance.php:528
6572
  msgid "You MUST enter Your Current IP Address or the"
6573
  msgstr ""
6574
 
6575
+ #: admin/maintenance/maintenance.php:528
6576
  msgid "Recommended IP Address if you Enable BackEnd Maintenance Mode"
6577
  msgstr ""
6578
 
6579
+ #: admin/maintenance/maintenance.php:528
6580
  msgid "or you will be locked out of your WordPress Dashboard."
6581
  msgstr ""
6582
 
6583
+ #: admin/maintenance/maintenance.php:529
6584
  msgid "Enable BackEnd Maintenance Mode "
6585
  msgstr ""
6586
 
6587
+ #: admin/maintenance/maintenance.php:537
6588
  msgid ""
6589
  "Enter The IP Address That Can View The Website Normally (not in Maintenance "
6590
  "Mode)."
6591
  msgstr ""
6592
 
6593
+ #: admin/maintenance/maintenance.php:538
6594
  msgid "Enter Multiple IP addresses separated by a comma and a single space."
6595
  msgstr ""
6596
 
6597
+ #: admin/maintenance/maintenance.php:539
6598
  msgid "Example IPv4 IP Addresses: 100.99.88.77, 200.66.55.44, 44.33.22.1"
6599
  msgstr ""
6600
 
6601
+ #: admin/maintenance/maintenance.php:540
6602
  msgid ""
6603
  "Example IPv6 IP Addresses: 0:0:0:0:0:ffff:6463:584d, 0:0:0:0:0:ffff:c842:372c"
6604
  msgstr ""
6605
 
6606
+ #: admin/maintenance/maintenance.php:551
6607
  msgid "No Background Image"
6608
  msgstr ""
6609
 
6610
+ #: admin/maintenance/maintenance.php:552
6611
  msgid "Black Honeycomb Large"
6612
  msgstr ""
6613
 
6614
+ #: admin/maintenance/maintenance.php:553
6615
  msgid "Black Honeycomb Large Grey Line"
6616
  msgstr ""
6617
 
6618
+ #: admin/maintenance/maintenance.php:554
6619
  msgid "Black Mesh Small"
6620
  msgstr ""
6621
 
6622
+ #: admin/maintenance/maintenance.php:555
6623
  msgid "Black Mesh Small Grey Line"
6624
  msgstr ""
6625
 
6626
+ #: admin/maintenance/maintenance.php:556
6627
  msgid "Blue Honeycomb Large"
6628
  msgstr ""
6629
 
6630
+ #: admin/maintenance/maintenance.php:557
6631
  msgid "Blue Mesh Small"
6632
  msgstr ""
6633
 
6634
+ #: admin/maintenance/maintenance.php:558
6635
  msgid "Brown Honeycomb Large"
6636
  msgstr ""
6637
 
6638
+ #: admin/maintenance/maintenance.php:559
6639
  msgid "Brown Mesh Small"
6640
  msgstr ""
6641
 
6642
+ #: admin/maintenance/maintenance.php:560
6643
  msgid "Green Honeycomb Large"
6644
  msgstr ""
6645
 
6646
+ #: admin/maintenance/maintenance.php:561
6647
  msgid "Green Mesh Small"
6648
  msgstr ""
6649
 
6650
+ #: admin/maintenance/maintenance.php:562
6651
  msgid "Gray Honeycomb Large"
6652
  msgstr ""
6653
 
6654
+ #: admin/maintenance/maintenance.php:563
6655
  msgid "Gray Mesh Small"
6656
  msgstr ""
6657
 
6658
+ #: admin/maintenance/maintenance.php:564
6659
  msgid "Orange Honeycomb Large"
6660
  msgstr ""
6661
 
6662
+ #: admin/maintenance/maintenance.php:565
6663
  msgid "Orange Mesh Small"
6664
  msgstr ""
6665
 
6666
+ #: admin/maintenance/maintenance.php:566
6667
  msgid "Purple Honeycomb Large"
6668
  msgstr ""
6669
 
6670
+ #: admin/maintenance/maintenance.php:567
6671
  msgid "Purple Mesh Small"
6672
  msgstr ""
6673
 
6674
+ #: admin/maintenance/maintenance.php:568
6675
  msgid "Red|Burgundy Honeycomb Large"
6676
  msgstr ""
6677
 
6678
+ #: admin/maintenance/maintenance.php:569
6679
  msgid "Red|Burgundy Mesh Small"
6680
  msgstr ""
6681
 
6682
+ #: admin/maintenance/maintenance.php:570
6683
  msgid "Yellow Honeycomb Large"
6684
  msgstr ""
6685
 
6686
+ #: admin/maintenance/maintenance.php:571
6687
  msgid "Yellow Mesh Small"
6688
  msgstr ""
6689
 
6690
+ #: admin/maintenance/maintenance.php:576
6691
  msgid "No Center Image"
6692
  msgstr ""
6693
 
6694
+ #: admin/maintenance/maintenance.php:577
6695
  msgid "Basic Black"
6696
  msgstr ""
6697
 
6698
+ #: admin/maintenance/maintenance.php:578
6699
  msgid "Black Veins"
6700
  msgstr ""
6701
 
6702
+ #: admin/maintenance/maintenance.php:579
6703
  msgid "Blue Glass"
6704
  msgstr ""
6705
 
6706
+ #: admin/maintenance/maintenance.php:580
6707
  msgid "Brushed Metal Stamped"
6708
  msgstr ""
6709
 
6710
+ #: admin/maintenance/maintenance.php:581
6711
  msgid "Chrome"
6712
  msgstr ""
6713
 
6714
+ #: admin/maintenance/maintenance.php:582
6715
  msgid "Chrome Slick"
6716
  msgstr ""
6717
 
6718
+ #: admin/maintenance/maintenance.php:583
6719
  msgid "Fire"
6720
  msgstr ""
6721
 
6722
+ #: admin/maintenance/maintenance.php:584
6723
  msgid "Gun Metal"
6724
  msgstr ""
6725
 
6726
+ #: admin/maintenance/maintenance.php:585
6727
  msgid "Mercury"
6728
  msgstr ""
6729
 
6730
+ #: admin/maintenance/maintenance.php:586
6731
  msgid "Smoke"
6732
  msgstr ""
6733
 
6734
+ #: admin/maintenance/maintenance.php:587
6735
  msgid "Striped Cone"
6736
  msgstr ""
6737
 
6738
+ #: admin/maintenance/maintenance.php:588
6739
  msgid "Swamp Bevel"
6740
  msgstr ""
6741
 
6742
+ #: admin/maintenance/maintenance.php:589
6743
  msgid "Toy"
6744
  msgstr ""
6745
 
6746
+ #: admin/maintenance/maintenance.php:590
6747
  msgid "Water Reflection"
6748
  msgstr ""
6749
 
6750
+ #: admin/maintenance/maintenance.php:591
6751
  msgid "Wood Grain"
6752
  msgstr ""
6753
 
6754
+ #: admin/maintenance/maintenance.php:596
6755
  msgid "No Background Color"
6756
  msgstr ""
6757
 
6758
+ #: admin/maintenance/maintenance.php:598
6759
  msgid "Black"
6760
  msgstr ""
6761
 
6762
+ #: admin/maintenance/maintenance.php:602
6763
  msgid "Display Visitor IP Address"
6764
  msgstr ""
6765
 
6766
+ #: admin/maintenance/maintenance.php:606
6767
  msgid "Display Dashboard Reminder Message when site is in Maintenance Mode"
6768
  msgstr ""
6769
 
6770
+ #: admin/maintenance/maintenance.php:608
6771
  msgid "Enable Visitor Logging"
6772
  msgstr ""
6773
 
6774
+ #: admin/maintenance/maintenance.php:610
6775
  msgid "Send Email Reminder when Maintenance Mode Countdown Timer has completed"
6776
  msgstr ""
6777
 
6778
+ #: admin/maintenance/maintenance.php:612
6779
  msgid "Send Countdown Timer Email To:"
6780
  msgstr ""
6781
 
6782
+ #: admin/maintenance/maintenance.php:614
6783
  msgid "Send Countdown Timer Email From:"
6784
  msgstr ""
6785
 
6786
+ #: admin/maintenance/maintenance.php:616
6787
  msgid "Send Countdown Timer Email Cc:"
6788
  msgstr ""
6789
 
6790
+ #: admin/maintenance/maintenance.php:618
6791
  msgid "Send Countdown Timer Email Bcc:"
6792
  msgstr ""
6793
 
6794
+ #: admin/maintenance/maintenance.php:623
6795
  msgid "MMode Network|Multisite Options"
6796
  msgstr ""
6797
 
6798
+ #: admin/maintenance/maintenance.php:626
6799
  msgid "Network|Multisite Primary Site Options ONLY"
6800
  msgstr ""
6801
 
6802
+ #: admin/maintenance/maintenance.php:630
6803
  msgid ""
6804
  "Click the Maintenance Mode Read Me help button for the steps to use these "
6805
  "special options:"
6806
  msgstr ""
6807
 
6808
+ #: admin/maintenance/maintenance.php:631
6809
  msgid "Put The Primary Site And All Subsites In Maintenance Mode"
6810
  msgstr ""
6811
 
6812
+ #: admin/maintenance/maintenance.php:633
6813
  msgid "Put All Subsites In Maintenance Mode, But Not The Primary Site"
6814
  msgstr ""
6815
 
6816
+ #: admin/maintenance/maintenance.php:641
6817
  msgid ""
6818
  "Clicking OK Saves your Options/Settings to your Database and also creates "
6819
  "your Maintenance Mode page. Click the Preview button to preview your "
6821
  "Turn On button to enable Maintenance Mode on your website."
6822
  msgstr ""
6823
 
6824
+ #: admin/maintenance/maintenance.php:745 admin/maintenance/maintenance.php:953
6825
  msgid ""
6826
  "IP Address Format Error: You have entered multiple IP Addresses using an "
6827
  "incorrect Format."
6828
  msgstr ""
6829
 
6830
+ #: admin/maintenance/maintenance.php:745 admin/maintenance/maintenance.php:953
6831
  msgid ""
6832
  "The correct IP Address Format is: IP Address comma single space. Example: "
6833
  "100.99.88.77, 200.66.55.44, 44.33.22.1 or 100.99.88., 200.66.55., 44.33.22. "
6834
  "if you are using the recommended 3 octet IP addresses."
6835
  msgstr ""
6836
 
6837
+ #: admin/maintenance/maintenance.php:745 admin/maintenance/maintenance.php:953
6838
  msgid ""
6839
  "Correct the IP Address Format and click the Save Options button again. If "
6840
  "you have an IPv6 IP address use the same general format as an IPv4 IP "
6841
  "address - comma single space."
6842
  msgstr ""
6843
 
6844
+ #: admin/maintenance/maintenance.php:796 admin/maintenance/maintenance.php:1004
6845
+ #: admin/maintenance/maintenance.php:1106
6846
  msgid "FrontEnd Maintenance Mode has been Turned On."
6847
  msgstr ""
6848
 
6849
+ #: admin/maintenance/maintenance.php:814 admin/maintenance/maintenance.php:1130
6850
+ #: admin/maintenance/maintenance.php:1639
6851
+ #: admin/maintenance/maintenance.php:1769
6852
+ #: admin/maintenance/maintenance.php:1960
6853
  msgid "htaccess Files Disabled: BackEnd Maintenance Mode is disabled."
6854
  msgstr ""
6855
 
6856
+ #: admin/maintenance/maintenance.php:889 admin/maintenance/maintenance.php:1207
6857
  msgid "BackEnd Maintenance Mode has been Turned On."
6858
  msgstr ""
6859
 
6860
+ #: admin/maintenance/maintenance.php:1223
6861
+ #: admin/maintenance/maintenance.php:2012
6862
  msgid ""
6863
  "Error: You have not saved your option settings yet. Click the Save Options "
6864
  "button."
6865
  msgstr ""
6866
 
6867
+ #: admin/maintenance/maintenance.php:1300
6868
  msgid ""
6869
  "Error: Unable to get/find the site root index.php file for this GWIOD - "
6870
  "Giving WordPress Its Own Directory - website."
6871
  msgstr ""
6872
 
6873
+ #: admin/maintenance/maintenance.php:1300
6874
  msgid "GWIOD Site Root index.php File Path Checked: "
6875
  msgstr ""
6876
 
6877
+ #: admin/maintenance/maintenance.php:1300
6878
  msgid ""
6879
  "BPS Maintenance Mode will not work correctly with your WordPress GWIOD "
6880
  "setup. Try another WordPress Maintenance Mode plugin."
6881
  msgstr ""
6882
 
6883
+ #: admin/maintenance/maintenance.php:1366
6884
  msgid ""
6885
  "Error: Unable to get/find the site root index.php file for this Network "
6886
  "GWIOD - Giving WordPress Its Own Directory - website."
6887
  msgstr ""
6888
 
6889
+ #: admin/maintenance/maintenance.php:1366
6890
  msgid "Network GWIOD Site Root index.php File Path Checked: "
6891
  msgstr ""
6892
 
6893
+ #: admin/maintenance/maintenance.php:1366
6894
  msgid ""
6895
  "Please copy this error message and send it in an email to info@ait-pro.com "
6896
  "for assistance."
6897
  msgstr ""
6898
 
6899
+ #: admin/maintenance/maintenance.php:1451
6900
+ #: admin/maintenance/maintenance.php:1576
6901
+ #: admin/maintenance/maintenance.php:1732
6902
+ #: admin/maintenance/maintenance.php:1912
6903
  msgid "FrontEnd Maintenance Mode has been Turned Off."
6904
  msgstr ""
6905
 
6906
+ #: admin/maintenance/maintenance.php:1679
6907
+ #: admin/maintenance/maintenance.php:1805
6908
+ #: admin/maintenance/maintenance.php:1996
6909
  msgid "BackEnd Maintenance Mode has been Turned Off."
6910
  msgstr ""
6911
 
7206
  "malware scanners: "
7207
  msgstr ""
7208
 
7209
+ #: admin/mscan/mscan.php:139 includes/hud-dismiss-functions.php:671
7210
  msgid "MScan Malware Scanner Guide"
7211
  msgstr ""
7212
 
8305
  msgstr ""
8306
 
8307
  #: admin/security-log/security-log.php:400
8308
+ #: admin/security-log/security-log.php:533 admin/wizard/wizard.php:304
8309
+ #: admin/wizard/wizard.php:310 admin/wizard/wizard.php:316
8310
+ #: admin/wizard/wizard.php:322 admin/wizard/wizard.php:328
8311
  msgid "Error: The "
8312
  msgstr ""
8313
 
9401
 
9402
  #: admin/theme-skin/theme-skin.php:110
9403
  msgid ""
9404
+ "SLF is set to On by default. This option prevents other plugin and theme "
9405
+ "scripts from loading in BPS plugin pages, which can break BPS js and CSS "
9406
+ "scripts and cause BPS plugin pages to display visually broken."
 
 
 
 
 
 
 
9407
  msgstr ""
9408
 
9409
  #: admin/theme-skin/theme-skin.php:110 admin/theme-skin/theme-skin.php:196
9410
  msgid "BPS UI|UX|AutoFix Debug:"
9411
  msgstr ""
9412
 
 
 
 
 
9413
  #: admin/theme-skin/theme-skin.php:110
9414
  msgid ""
9415
  "BPS UI|UX|AutoFix Debug is set to Off by default. Turning On the BPS UI|UX|"
9416
  "AutoFix Debug option will display: plugin or theme Scripts that were "
9417
+ "Dequeued (prevented) from loading in BPS plugin pages, any plugin or theme "
9418
+ "Scripts that are loading in BPS plugin pages, WP Toolbar nodes|menu items "
9419
+ "that were Removed from the WP Toolbar in BPS plugin pages, plugin or theme "
 
 
 
 
 
 
 
 
 
 
 
 
 
9420
  "names and the BPS Custom Code text box where plugins or themes should be "
9421
  "creating Custom Code whitelist rules. Usage: If the BPS Setup Wizard AutoFix "
9422
  "(AutoWhitelist|AutoSetup|AutoCleanup) Notice is still being displayed after "
9487
  msgstr ""
9488
 
9489
  #: admin/theme-skin/theme-skin.php:186
9490
+ msgid "SLF On"
9491
  msgstr ""
9492
 
9493
  #: admin/theme-skin/theme-skin.php:187
9494
+ msgid "SLF Off"
9495
  msgstr ""
9496
 
9497
  #: admin/theme-skin/theme-skin.php:199
10181
  msgid "UberGrid (code canyon) Plugin wp-admin BPSQSE AutoWhitelist successful"
10182
  msgstr ""
10183
 
10184
+ #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10185
  msgid ""
10186
  "Custom additional htaccess code was found in your current root htaccess "
10187
+ "file. Your root and wp-admin htaccess files have been backed up and zipped "
10188
+ "in this zip file: /bulletproof-security/admin/wizard/htaccess-files.zip. "
10189
+ "Click the Download Root htaccess File button below to download your htaccess-"
10190
+ "files.zip file to your computer."
10191
  msgstr ""
10192
 
10193
+ #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10194
  msgid "Click this forum link: "
10195
  msgstr ""
10196
 
10197
+ #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10198
+ msgid "Setup Wizard Root and wp-admin htaccess File Backup"
10199
  msgstr ""
10200
 
10201
+ #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10202
  msgid " for help information about what this means and what to do."
10203
  msgstr ""
10204
 
10205
+ #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10206
  msgid ""
10207
  " and select the Zip File Download Fix On setting for the Zile File Download "
10208
+ "Fix option. You should now be able to download the htaccess-files.zip file. "
10209
+ "If you are still unable to download the zip file then click the forum link "
10210
+ "above for what to do next."
10211
+ msgstr ""
10212
+
10213
+ #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10214
+ msgid "Download htaccess-files.zip File"
10215
+ msgstr ""
10216
+
10217
+ #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10218
+ msgid "Additional Plain Text htaccess file backups: "
10219
  msgstr ""
10220
 
10221
+ #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10222
+ msgid "Root htaccess File: "
10223
+ msgstr ""
10224
+
10225
+ #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10226
+ msgid "wp-admin htaccess File: "
10227
  msgstr ""
10228
 
10229
  #: admin/wizard/wizard-functions.php:44
10233
  "disabled."
10234
  msgstr ""
10235
 
10236
+ #: admin/wizard/wizard-functions.php:109
10237
  msgid "The secure.htaccess Root Master htaccess file was created successfully."
10238
  msgstr ""
10239
 
10240
+ #: admin/wizard/wizard-functions.php:109
10241
  msgid "Root Folder BulletProof Mode activated successfully."
10242
  msgstr ""
10243
 
10244
+ #: admin/wizard/wizard-functions.php:111
10245
  msgid ""
10246
  "Error: The secure.htaccess Root Master htaccess file and root .htaccess file "
10247
  "cannot be created. Root Folder BulletProof Mode has NOT been activated."
10248
  msgstr ""
10249
 
10250
+ #: admin/wizard/wizard-functions.php:111 admin/wizard/wizard-functions.php:635
10251
+ #: admin/wizard/wizard-functions.php:728
10252
  msgid ""
10253
  "If your Server configuration is DSO you must first make some one-time manual "
10254
  "changes to your website before running the Setup Wizard. Please click this "
10255
  "Forum Link for instructions: "
10256
  msgstr ""
10257
 
10258
+ #: admin/wizard/wizard-functions.php:111 admin/wizard/wizard-functions.php:635
10259
+ #: admin/wizard/wizard-functions.php:728 admin/wizard/wizard.php:237
10260
+ #: admin/wizard/wizard.php:304 admin/wizard/wizard.php:310
10261
+ #: admin/wizard/wizard.php:316 admin/wizard/wizard.php:322
10262
+ #: admin/wizard/wizard.php:328
10263
  msgid "DSO Setup Steps"
10264
  msgstr ""
10265
 
10266
+ #: admin/wizard/wizard-functions.php:514
10267
+ msgid " Root .htaccess File backup Successful! "
10268
  msgstr ""
10269
 
10270
+ #: admin/wizard/wizard-functions.php:524
10271
  msgid "Error: PHP/php.ini handler htaccess code check"
10272
  msgstr ""
10273
 
10274
+ #: admin/wizard/wizard-functions.php:524
10275
  msgid ""
10276
  "PHP/php.ini handler htaccess code was found in your root .htaccess file, but "
10277
  "was NOT found in BPS Custom Code. A new root .htaccess file was NOT created "
10279
  "Link "
10280
  msgstr ""
10281
 
10282
+ #: admin/wizard/wizard-functions.php:524
10283
  msgid "Add PHP/php.ini handler htaccess code to BPS Custom Code"
10284
  msgstr ""
10285
 
10286
+ #: admin/wizard/wizard-functions.php:524
10287
  msgid ""
10288
  " for instructions on how to copy your PHP/php.ini handler htaccess code to "
10289
  "BPS Custom Code."
10290
  msgstr ""
10291
 
10292
+ #: admin/wizard/wizard-functions.php:563 admin/wizard/wizard-functions.php:592
10293
  msgid ""
10294
  "Root .htaccess File writing completed. File Locked with 404 file permissions."
10295
  msgstr ""
10296
 
10297
+ #: admin/wizard/wizard-functions.php:567 admin/wizard/wizard-functions.php:596
10298
  msgid ""
10299
  "Root .htaccess File writing completed. File Locked with 444 file permissions."
10300
  msgstr ""
10301
 
10302
+ #: admin/wizard/wizard-functions.php:614 admin/wizard/wizard-functions.php:623
10303
+ #: admin/wizard/wizard-functions.php:822 admin/wizard/wizard.php:644
10304
+ #: admin/wizard/wizard.php:682 admin/wizard/wizard.php:740
10305
+ #: admin/wizard/wizard.php:780 admin/wizard/wizard.php:829
10306
+ #: includes/general-functions.php:991
10307
  msgid " DB Option created or updated Successfully!"
10308
  msgstr ""
10309
 
10310
+ #: admin/wizard/wizard-functions.php:633
10311
  msgid ""
10312
  "The wpadmin-secure.htaccess wp-admin Master htaccess file was created "
10313
  "successfully."
10314
  msgstr ""
10315
 
10316
+ #: admin/wizard/wizard-functions.php:633
10317
  msgid "wp-admin Folder BulletProof Mode activated successfully."
10318
  msgstr ""
10319
 
10320
+ #: admin/wizard/wizard-functions.php:635
10321
  msgid ""
10322
  "Error: The wpadmin-secure.htaccess wp-admin Master htaccess file and wp-"
10323
  "admin .htaccess file cannot be created. wp-admin Folder BulletProof Mode has "
10324
  "NOT been activated."
10325
  msgstr ""
10326
 
10327
+ #: admin/wizard/wizard-functions.php:641
10328
  msgid ""
10329
  "Go Daddy Managed WordPress Hosting option is set to Yes or Enable|Disable wp-"
10330
  "admin BulletProof Mode option is set to disabled. GDMW hosting does not "
10331
  "allow wp-admin htaccess files."
10332
  msgstr ""
10333
 
10334
+ #: admin/wizard/wizard-functions.php:665
10335
  msgid " wp-admin .htaccess File backup Successful!"
10336
  msgstr ""
10337
 
10338
+ #: admin/wizard/wizard-functions.php:726
10339
  msgid "The default.htaccess Master htaccess file was created successfully."
10340
  msgstr ""
10341
 
10342
+ #: admin/wizard/wizard-functions.php:728
10343
  msgid "Error: The default.htaccess Master htaccess file cannot be created."
10344
  msgstr ""
10345
 
10346
+ #: admin/wizard/wizard-functions.php:823 admin/wizard/wizard.php:459
10347
  msgid " Folder created Successfully!"
10348
  msgstr ""
10349
 
10350
+ #: admin/wizard/wizard-functions.php:920
10351
  msgid ""
10352
  "Security Log User Agent Filter Check Successful! 0 User Agent Filters to "
10353
  "update."
10354
  msgstr ""
10355
 
10356
+ #: admin/wizard/wizard-functions.php:930
10357
  msgid "Security Log User Agent Filter "
10358
  msgstr ""
10359
 
10360
+ #: admin/wizard/wizard-functions.php:930
10361
  msgid " created or updated Successfully!"
10362
  msgstr ""
10363
 
10390
  "Code"
10391
  msgstr ""
10392
 
10393
+ #: admin/wizard/wizard.php:210 admin/wizard/wizard.php:360
10394
  msgid " DB Table created Successfully!"
10395
  msgstr ""
10396
 
10397
+ #: admin/wizard/wizard.php:213 admin/wizard/wizard.php:363
10398
  msgid "Error: Unable to create DB Table "
10399
  msgstr ""
10400
 
10490
  "features will be disabled."
10491
  msgstr ""
10492
 
10493
+ #: admin/wizard/wizard.php:302 admin/wizard/wizard.php:308
10494
+ #: admin/wizard/wizard.php:314 admin/wizard/wizard.php:320
10495
+ #: admin/wizard/wizard.php:326
10496
  msgid "Pass! The "
10497
  msgstr ""
10498
 
10499
+ #: admin/wizard/wizard.php:302 admin/wizard/wizard.php:308
10500
  msgid " Folder is writable."
10501
  msgstr ""
10502
 
10503
+ #: admin/wizard/wizard.php:304 admin/wizard/wizard.php:310
10504
  msgid ""
10505
  " Folder is NOT writable. If your Server type is DSO and the WP Filesystem "
10506
  "API Method is NOT \"direct\" you can use the Setup Wizard, but you must "
10508
  "Setup Wizard. Please click this Forum Link for instructions: "
10509
  msgstr ""
10510
 
10511
+ #: admin/wizard/wizard.php:304 admin/wizard/wizard.php:310
10512
  msgid ""
10513
  " If your Server type is CGI check the folder permissions. Folder permissions "
10514
  "should be either 755 or 705."
10515
  msgstr ""
10516
 
10517
+ #: admin/wizard/wizard.php:314 admin/wizard/wizard.php:320
10518
+ #: admin/wizard/wizard.php:326
10519
  msgid " File is writable."
10520
  msgstr ""
10521
 
10522
+ #: admin/wizard/wizard.php:316 admin/wizard/wizard.php:322
10523
+ #: admin/wizard/wizard.php:328
10524
  msgid ""
10525
  " File is NOT writable. If your Server type is DSO and the WP Filesystem API "
10526
  "Method is NOT \"direct\" you can use the Setup Wizard, but you must first "
10528
  "Wizard. Please click this Forum Link for instructions: "
10529
  msgstr ""
10530
 
10531
+ #: admin/wizard/wizard.php:316 admin/wizard/wizard.php:322
10532
+ #: admin/wizard/wizard.php:328
10533
  msgid ""
10534
  " If your Server type is CGI check the file permissions. File permissions "
10535
  "should be either 644 or 604."
10536
  msgstr ""
10537
 
10538
+ #: admin/wizard/wizard.php:397
10539
  msgid "BPS Setup Verification & Error Checks"
10540
  msgstr ""
10541
 
10542
+ #: admin/wizard/wizard.php:399
10543
  msgid ""
10544
  "If you see all Green font messages displayed below, the Setup Wizard setup "
10545
  "completed successfully."
10546
  msgstr ""
10547
 
10548
+ #: admin/wizard/wizard.php:399
10549
  msgid ""
10550
  "If you see any Red font or Blue font messages displayed below, click the "
10551
  "Read Me help button above and read the \"Notes\" help section."
10552
  msgstr ""
10553
 
10554
+ #: admin/wizard/wizard.php:399
10555
  msgid ""
10556
  "Click the Read Me help button above for a list of recommended BPS Video "
10557
  "Tutorials to watch."
10558
  msgstr ""
10559
 
10560
+ #: admin/wizard/wizard.php:406 admin/wizard/wizard.php:1115
10561
  msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup)"
10562
  msgstr ""
10563
 
10564
+ #: admin/wizard/wizard.php:427
10565
  msgid "BulletProof Security Database Tables Setup"
10566
  msgstr ""
10567
 
10568
+ #: admin/wizard/wizard.php:456
10569
  msgid "BulletProof Security Core Folders Setup"
10570
  msgstr ""
10571
 
10572
+ #: admin/wizard/wizard.php:460
10573
  msgid "Error: Unable to create Folder "
10574
  msgstr ""
10575
 
10576
+ #: admin/wizard/wizard.php:488
10577
  msgid "BulletProof Security Core Files Setup"
10578
  msgstr ""
10579
 
10580
+ #: admin/wizard/wizard.php:491
10581
  msgid " File created or updated Successfully!"
10582
  msgstr ""
10583
 
10584
+ #: admin/wizard/wizard.php:492
10585
  msgid "Error: Unable to create or update File "
10586
  msgstr ""
10587
 
10588
+ #: admin/wizard/wizard.php:639
10589
  msgid "BulletProof Security MScan Malware Scanner Setup"
10590
  msgstr ""
10591
 
10592
+ #: admin/wizard/wizard.php:660
10593
  msgid "BulletProof Security DB Backup Setup"
10594
  msgstr ""
10595
 
10596
+ #: admin/wizard/wizard.php:679
10597
  msgid "BulletProof Security Hidden Plugin Folders|Files (HPF) Setup"
10598
  msgstr ""
10599
 
10600
+ #: admin/wizard/wizard.php:712
10601
  msgid ""
10602
  "Hidden Plugin Folders|Files (HPF) DB Options created or updated Successfully!"
10603
  msgstr ""
10604
 
10605
+ #: admin/wizard/wizard.php:715
10606
  msgid "BulletProof Security Security Log User Agent Filter Setup"
10607
  msgstr ""
10608
 
10609
+ #: admin/wizard/wizard.php:736
10610
  msgid "BulletProof Security Email Alerting & Log File Options Setup"
10611
  msgstr ""
10612
 
10613
+ #: admin/wizard/wizard.php:777
10614
  msgid "BulletProof Security Login Security & Monitoring Options Setup"
10615
  msgstr ""
10616
 
10617
+ #: admin/wizard/wizard.php:824
10618
  msgid "BulletProof Security JTC-Lite Options Setup"
10619
  msgstr ""
10620
 
10621
+ #: admin/wizard/wizard.php:922
10622
  msgid "The Setup Wizard has completed BPS Setup."
10623
  msgstr ""
10624
 
10625
+ #: admin/wizard/wizard.php:922
10626
  msgid ""
10627
  "Check the \"BPS Setup Verification & Error Checks\" section below for any "
10628
  "errors in Red Font."
10629
  msgstr ""
10630
 
10631
+ #: admin/wizard/wizard.php:922
10632
+ msgid ""
10633
+ "Your existing root htaccess file has been backed up here: /wp-content/bps-"
10634
+ "backup/master-backups/root.htaccess-[Date-Timestamp]. If you run into a "
10635
+ "problem or need to restore your old root htaccess file do the steps in this "
10636
+ "forum topic: "
10637
+ msgstr ""
10638
+
10639
+ #: admin/wizard/wizard.php:922
10640
+ msgid "Setup Wizard Root htaccess File Backup"
10641
+ msgstr ""
10642
+
10643
+ #: admin/wizard/wizard.php:928
10644
  msgid "Setup Wizard Completion Time: "
10645
  msgstr ""
10646
 
10647
+ #: admin/wizard/wizard.php:945
10648
  msgid "BulletProof Security ~ Setup Wizard"
10649
  msgstr ""
10650
 
10651
+ #: admin/wizard/wizard.php:1010
10652
  msgid "htaccess Files Disabled Notice: "
10653
  msgstr ""
10654
 
10655
+ #: admin/wizard/wizard.php:1010
10656
  msgid ""
10657
  "BPS has detected that htaccess files cannot be used on your website/server. "
10658
  "Click this "
10659
  msgstr ""
10660
 
10661
+ #: admin/wizard/wizard.php:1010
 
 
 
 
10662
  msgid " link for more information before running the Wizards."
10663
  msgstr ""
10664
 
10665
+ #: admin/wizard/wizard.php:1022
10666
  msgid "Setup Wizard ~ "
10667
  msgstr ""
10668
 
10669
+ #: admin/wizard/wizard.php:1022
10670
  msgid "One-Click Complete Setup"
10671
  msgstr ""
10672
 
10673
+ #: admin/wizard/wizard.php:1039
10674
  msgid "Recommended Video Tutorials: "
10675
  msgstr ""
10676
 
10677
+ #: admin/wizard/wizard.php:1044
10678
  msgid "Security Log Video Tutorial"
10679
  msgstr ""
10680
 
10681
+ #: admin/wizard/wizard.php:1047
10682
  msgid "Setup Wizard Steps: "
10683
  msgstr ""
10684
 
10685
+ #: admin/wizard/wizard.php:1047
10686
  msgid "1. Click the Setup Wizard button."
10687
  msgstr ""
10688
 
10689
+ #: admin/wizard/wizard.php:1051
10690
  msgid ""
10691
  "Setup Wizard Pre-Installation Checks are automatically performed and "
10692
  "displayed on the Setup Wizard page. Green font messages mean everything is "
10697
  "to be fixed before running the Setup Wizard."
10698
  msgstr ""
10699
 
10700
+ #: admin/wizard/wizard.php:1051
10701
  msgid ""
10702
  "You can re-run the Setup Wizard again at any time. Your existing settings "
10703
  "will NOT be overwritten and will be re-saved. Any new or additional settings "
10704
  "that the Setup Wizard finds on your website will be saved/setup."
10705
  msgstr ""
10706
 
10707
+ #: admin/wizard/wizard.php:1051
10708
  msgid ""
10709
  "When the Setup Wizard has completed you will see \"The Setup Wizard has "
10710
  "completed BPS Setup.\""
10711
  msgstr ""
10712
 
10713
+ #: admin/wizard/wizard.php:1051
10714
  msgid ""
10715
  "Your existing Root and wp-admin htaccess files are backed up before new Root "
10716
  "and wp-admin htaccess files are created by the Setup Wizard. The BPS backup "
10717
  "folder is here: "
10718
  msgstr ""
10719
 
10720
+ #: admin/wizard/wizard.php:1054
10721
  msgid ""
10722
  " and the backed up htaccess file names are: root.htaccess and wpadmin."
10723
  "htaccess."
10724
  msgstr ""
10725
 
10726
+ #: admin/wizard/wizard.php:1064
10727
  msgid "Setup Wizard & Overview Video Tutorial"
10728
  msgstr ""
10729
 
10730
+ #: admin/wizard/wizard.php:1091
10731
  msgid "Setup Wizard Options ~ "
10732
  msgstr ""
10733
 
10734
+ #: admin/wizard/wizard.php:1091
10735
  msgid ""
10736
  "Click the Setup Wizard Options Read Me help button for help info about each "
10737
  "option setting"
10738
  msgstr ""
10739
 
10740
+ #: admin/wizard/wizard.php:1105
10741
  msgid "Forum Help Links:"
10742
  msgstr ""
10743
 
10744
+ #: admin/wizard/wizard.php:1109
10745
  msgid "Go Daddy Managed WordPress Hosting (GDMW)"
10746
  msgstr ""
10747
 
10748
+ #: admin/wizard/wizard.php:1110 admin/wizard/wizard.php:1115
10749
  msgid "Enable|Disable htaccess Files"
10750
  msgstr ""
10751
 
10752
+ #: admin/wizard/wizard.php:1111
10753
  msgid "AutoFix Forum Topic"
10754
  msgstr ""
10755
 
10756
+ #: admin/wizard/wizard.php:1112
10757
  msgid "GDPR Compliance Forum Topic"
10758
  msgstr ""
10759
 
10760
+ #: admin/wizard/wizard.php:1115
10761
  msgid ""
10762
  "Setup Wizard AutoFix is turned On by default. When AutoFix is turned On the "
10763
  "Setup Wizard will automatically create htaccess whitelist rules in BPS "
10778
  "AutoFix Debug information so that we can figure out what the problem is."
10779
  msgstr ""
10780
 
10781
+ #: admin/wizard/wizard.php:1115
10782
  msgid "GDPR Compliance (IP Address Logging On|Off)"
10783
  msgstr ""
10784
 
10785
+ #: admin/wizard/wizard.php:1115
10786
  msgid ""
10787
  "The GDPR Compliance option setting is set to Off by default. Choosing the "
10788
  "GDPR Compliance On option setting will disable IP address logging in all BPS "
10796
  "at the top of this Read Me help window."
10797
  msgstr ""
10798
 
10799
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1153
10800
  msgid "Go Daddy Managed WordPress Hosting (GDMW):"
10801
  msgstr ""
10802
 
10803
+ #: admin/wizard/wizard.php:1115
10804
  msgid ""
10805
  "This option is ONLY for a special type of Go Daddy Hosting account called "
10806
  "\"Managed WordPress Hosting\" and is NOT for regular/standard Go Daddy "
10809
  "section above for more information."
10810
  msgstr ""
10811
 
10812
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1165
10813
  msgid "Enable|Disable htaccess Files:"
10814
  msgstr ""
10815
 
10816
+ #: admin/wizard/wizard.php:1115
10817
  msgid "Before changing this option setting, click the "
10818
  msgstr ""
10819
 
10820
+ #: admin/wizard/wizard.php:1115
10821
  msgid ""
10822
  " Forum Help Link at the top of this Read Me help window to find out exactly "
10823
  "what this option setting does and when it should or should not be used. "
10825
  "htaccess Files Enabled: Will enable all BPS htaccess freatures and files."
10826
  msgstr ""
10827
 
10828
+ #: admin/wizard/wizard.php:1115
10829
  msgid "Enable|Disable wp-admin BulletProof Mode"
10830
  msgstr ""
10831
 
10832
+ #: admin/wizard/wizard.php:1115
10833
  msgid ""
10834
  "The default setting is already set to: wp-admin BulletProof Mode Enabled. If "
10835
  "you would like to disable wp-admin BulletProof Mode select wp-admin "
10836
  "BulletProof Mode Disabled."
10837
  msgstr ""
10838
 
10839
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1189
10840
  msgid "Zip File Download Fix (Incapsula, Proxy, Other Cause):"
10841
  msgstr ""
10842
 
10843
+ #: admin/wizard/wizard.php:1115
10844
  msgid ""
10845
  "This option should only be set to On if you are seeing a 403 error and/or "
10846
  "unable to download these Zip files: Custom Code Export Zip file, Login "
10856
  "Firewall again."
10857
  msgstr ""
10858
 
10859
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1201
10860
  msgid "Multisite Hide|Display System Info Page for Subsites:"
10861
  msgstr ""
10862
 
10863
+ #: admin/wizard/wizard.php:1115
10864
  msgid ""
10865
  "This option is for Network|Multisite sites only. Choosing Hide System Info "
10866
  "Page will hide the System Info menu link under the BPS navigational menus. "
10868
  "under the BPS navigational mensus."
10869
  msgstr ""
10870
 
10871
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1212
10872
  msgid "Network|Multisite Sitewide Login Security Settings"
10873
  msgstr ""
10874
 
10875
+ #: admin/wizard/wizard.php:1115
10876
  msgid ""
10877
  "This option is for Network|Multisite sites only. This is an independent "
10878
  "option Form that creates and saves Login Security DB option settings for all "
10889
  "Reset, Sort DB Rows: Ascending - Show Oldest Login First."
10890
  msgstr ""
10891
 
10892
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1220
10893
  msgid "Network|Multisite Sitewide JTC-Lite Settings"
10894
  msgstr ""
10895
 
10896
+ #: admin/wizard/wizard.php:1115
10897
  msgid ""
10898
  "This option is for Network|Multisite sites only. This is an independent "
10899
  "option Form that creates and saves JTC-Lite DB option settings for all "
10908
  "box on the Login Form."
10909
  msgstr ""
10910
 
10911
+ #: admin/wizard/wizard.php:1129
10912
  msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup):"
10913
  msgstr ""
10914
 
10915
+ #: admin/wizard/wizard.php:1131
10916
  msgid "AutoFix On"
10917
  msgstr ""
10918
 
10919
+ #: admin/wizard/wizard.php:1132
10920
  msgid "AutoFix Off"
10921
  msgstr ""
10922
 
10923
+ #: admin/wizard/wizard.php:1141
10924
  msgid "GDPR Compliance (IP Address Logging On|Off):"
10925
  msgstr ""
10926
 
10927
+ #: admin/wizard/wizard.php:1143
10928
  msgid "GDPR Compliance Off"
10929
  msgstr ""
10930
 
10931
+ #: admin/wizard/wizard.php:1144
10932
  msgid "GDPR Compliance On"
10933
  msgstr ""
10934
 
10935
+ #: admin/wizard/wizard.php:1155
10936
  msgid "No (default setting)"
10937
  msgstr ""
10938
 
10939
+ #: admin/wizard/wizard.php:1156
10940
  msgid "Yes (ONLY if you have Managed WordPress Hosting)"
10941
  msgstr ""
10942
 
10943
+ #: admin/wizard/wizard.php:1166
10944
  msgid ""
10945
  "CAUTION: Click the Read Me help button before changing this option setting"
10946
  msgstr ""
10947
 
10948
+ #: admin/wizard/wizard.php:1168
10949
  msgid "htaccess Files Enabled"
10950
  msgstr ""
10951
 
10952
+ #: admin/wizard/wizard.php:1169
10953
  msgid "htaccess Files Disabled"
10954
  msgstr ""
10955
 
10956
+ #: admin/wizard/wizard.php:1177
10957
  msgid "Enable|Disable wp-admin BulletProof Mode:"
10958
  msgstr ""
10959
 
10960
+ #: admin/wizard/wizard.php:1179
10961
  msgid "wp-admin BulletProof Mode Enabled"
10962
  msgstr ""
10963
 
10964
+ #: admin/wizard/wizard.php:1180
10965
  msgid "wp-admin BulletProof Mode Disabled"
10966
  msgstr ""
10967
 
10968
+ #: admin/wizard/wizard.php:1191
10969
  msgid "Zip File Download Fix Off"
10970
  msgstr ""
10971
 
10972
+ #: admin/wizard/wizard.php:1192
10973
  msgid "Zip File Download Fix On"
10974
  msgstr ""
10975
 
10976
+ #: admin/wizard/wizard.php:1203
10977
  msgid "Display System Info Page"
10978
  msgstr ""
10979
 
10980
+ #: admin/wizard/wizard.php:1204
10981
  msgid "Hide System Info Page"
10982
  msgstr ""
10983
 
10984
+ #: admin/wizard/wizard.php:1251
10985
  msgid ""
10986
  "The Zip File Download Fix option is set to On. This option should only be "
10987
  "set to On if you are unable to download these Zip files: Custom Code Export "
10989
  "htaccess file backup Zip file."
10990
  msgstr ""
10991
 
10992
+ #: admin/wizard/wizard.php:1264
10993
  msgid "The Zip File Download Fix option is set to Off."
10994
  msgstr ""
10995
 
10996
+ #: admin/wizard/wizard.php:1288
10997
  msgid "Multisite Hide|Display System Info Page for Subsites option saved."
10998
  msgstr ""
10999
 
11000
+ #: admin/wizard/wizard.php:1301
11001
  msgid ""
11002
  "Error: Your Network site exceeds the default WP criteria for a large network "
11003
  "site. Either you have more than 10,000 users or more than 10,000 sites. "
11005
  "org for assistance."
11006
  msgstr ""
11007
 
11008
+ #: admin/wizard/wizard.php:1308
11009
  msgid " LSM DB Options created or updated Successfully!"
11010
  msgstr ""
11011
 
11012
+ #: admin/wizard/wizard.php:1378
11013
  msgid ""
11014
  "Error: Your Network site exceeds the default WP criteria for a large network "
11015
  "site. Either you have more than 10,000 users or more than 10,000 sites. "
11017
  "line: Setup Wizard Options Large Network Site Help."
11018
  msgstr ""
11019
 
11020
+ #: admin/wizard/wizard.php:1385
11021
  msgid " JTC DB Options created or updated Successfully!"
11022
  msgstr ""
11023
 
11024
+ #: bulletproof-security.php:128
11025
  msgid "Uninstall Options"
11026
  msgstr ""
11027
 
11028
+ #: bulletproof-security.php:150
11029
  msgid "Forum - Support"
11030
  msgstr ""
11031
 
11032
+ #: bulletproof-security.php:151
11033
  msgid "Upgrade"
11034
  msgstr ""
11035
 
11071
 
11072
  #: includes/functions.php:345 includes/functions.php:566
11073
  #: includes/functions.php:621 includes/hud-autofix-setup.php:69
11074
+ #: includes/hud-dismiss-functions.php:538
11075
  msgid "Go to the "
11076
  msgstr ""
11077
 
11524
  msgid "2. Click the wp-admin Folder BulletProof Mode Activate button."
11525
  msgstr ""
11526
 
11527
+ #: includes/general-functions.php:628
11528
  msgid "WordPress Debugging is turned On in your wp-config.php file"
11529
  msgstr ""
11530
 
11531
+ #: includes/general-functions.php:628 includes/general-functions.php:634
11532
  msgid "You are currently using "
11533
  msgstr ""
11534
 
11535
+ #: includes/general-functions.php:628
11536
  msgid ""
11537
  " in your wp-config.php file. To turn WP Debugging Off, change true to false "
11538
  "in your wp-config.php file."
11539
  msgstr ""
11540
 
11541
+ #: includes/general-functions.php:634
11542
  msgid "WordPress Debug Logging is turned On in your wp-config.php file"
11543
  msgstr ""
11544
 
11545
+ #: includes/general-functions.php:634
11546
  msgid ""
11547
  " in your wp-config.php file to log errors to the WordPress debug.log file. "
11548
  "To turn WP Debug Logging Off, change true to false in your wp-config.php "
11549
  "file."
11550
  msgstr ""
11551
 
11552
+ #: includes/general-functions.php:992
11553
  msgid " Hosting Account Root Folder Option setup or updated Successfully!"
11554
  msgstr ""
11555
 
11758
  #: includes/hud-dismiss-functions.php:350
11759
  #: includes/hud-dismiss-functions.php:388
11760
  #: includes/hud-dismiss-functions.php:393
11761
+ #: includes/hud-dismiss-functions.php:446
11762
+ #: includes/hud-dismiss-functions.php:487
11763
+ #: includes/hud-dismiss-functions.php:643
11764
  msgid ""
11765
  "To Dismiss this Notice click the Dismiss Notice button below. To Reset "
11766
  "Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Custom "
11782
  #: includes/hud-dismiss-functions.php:350
11783
  #: includes/hud-dismiss-functions.php:388
11784
  #: includes/hud-dismiss-functions.php:393
11785
+ #: includes/hud-dismiss-functions.php:446
11786
+ #: includes/hud-dismiss-functions.php:487
11787
+ #: includes/hud-dismiss-functions.php:576
11788
+ #: includes/hud-dismiss-functions.php:643
11789
+ #: includes/hud-dismiss-functions.php:671
11790
+ #: includes/hud-dismiss-functions.php:708
11791
+ #: includes/hud-dismiss-functions.php:751
11792
+ #: includes/hud-dismiss-functions.php:789
11793
+ #: includes/hud-dismiss-functions.php:822
11794
  msgid "Dismiss Notice"
11795
  msgstr ""
11796
 
12333
  "whitelist rule to be automatically created by the Setup Wizard."
12334
  msgstr ""
12335
 
12336
+ #: includes/hud-autofix-whitelist.php:761
12337
+ #: includes/hud-dismiss-functions.php:822
12338
+ msgid "Click this "
12339
+ msgstr ""
12340
+
12341
  #: includes/hud-autofix-whitelist.php:761
12342
  msgid "Setup Wizard link"
12343
  msgstr ""
12587
  msgid " for the steps to fix this Wordfence problem."
12588
  msgstr ""
12589
 
12590
+ #: includes/hud-dismiss-functions.php:446
 
 
 
 
12591
  msgid ""
12592
+ "Sucuri Block PHP Files in WP-CONTENT Directory Hardening Option problem "
12593
+ "detected"
 
12594
  msgstr ""
12595
 
12596
+ #: includes/hud-dismiss-functions.php:446
12597
+ msgid ""
12598
+ "Using the Sucuri Block PHP Files in WP-CONTENT Directory Hardening Option "
12599
+ "breaks BPS Pro Security Logging, Plugin Firewall, Uploads Anti-Exploit Guard "
12600
+ "& probably other things in BPS Pro and other plugins as well."
 
12601
  msgstr ""
12602
 
12603
+ #: includes/hud-dismiss-functions.php:446
12604
  msgid ""
12605
+ "To fix this problem go to the Sucuri Settings page, click the Hardening tab "
12606
+ "and click the Revert Hardening button for the Block PHP Files in WP-CONTENT "
12607
+ "Directory option setting."
12608
  msgstr ""
12609
 
12610
+ #: includes/hud-dismiss-functions.php:487
12611
  msgid "The WordPress Firewall 2 plugin is installed and activated"
12612
  msgstr ""
12613
 
12614
+ #: includes/hud-dismiss-functions.php:487
12615
  msgid "It is recommended that you delete the WordPress Firewall 2 plugin."
12616
  msgstr ""
12617
 
12618
+ #: includes/hud-dismiss-functions.php:487
12619
  msgid " for more information."
12620
  msgstr ""
12621
 
12622
+ #: includes/hud-dismiss-functions.php:519
12623
  msgid "Notice: BPS Query String Exploits Code Changes"
12624
  msgstr ""
12625
 
12626
+ #: includes/hud-dismiss-functions.php:519
12627
  msgid ""
12628
  "Older BPS Query String Exploits code was found in BPS Custom Code. Several "
12629
  "Query String Exploits rules were changed/added/modified in the root ."
12630
  "htaccess file in BPS .49.6, .50.2 & .50.3."
12631
  msgstr ""
12632
 
12633
+ #: includes/hud-dismiss-functions.php:519
12634
  msgid ""
12635
  "Copy the new Query String Exploits section of code from your root .htaccess "
12636
  "file and paste it into this BPS Custom Code text box: CUSTOM CODE BPSQSE BPS "
12637
  "QUERY STRING EXPLOITS and click the Save Root Custom Code button."
12638
  msgstr ""
12639
 
12640
+ #: includes/hud-dismiss-functions.php:519
12641
  msgid ""
12642
  "This Notice will go away once you have copied the new Query String Exploits "
12643
  "code to BPS Custom Code and clicked the Save Root Custom Code button."
12644
  msgstr ""
12645
 
12646
+ #: includes/hud-dismiss-functions.php:538
12647
  msgid "BPS Alert! A BPS htaccess file was NOT found in the BPS Backup folder: "
12648
  msgstr ""
12649
 
12650
+ #: includes/hud-dismiss-functions.php:538
12651
  msgid " and click the BPS Backup Folder BulletProof Mode Activate button."
12652
  msgstr ""
12653
 
12654
+ #: includes/hud-dismiss-functions.php:576
12655
  msgid "New Improved BPS Speed Boost Cache Code"
12656
  msgstr ""
12657
 
12658
+ #: includes/hud-dismiss-functions.php:576
12659
  msgid ""
12660
  "Older BPS Speed Boost Cache Code was found saved in this BPS Custom Code "
12661
  "text box: CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE"
12662
  msgstr ""
12663
 
12664
+ #: includes/hud-dismiss-functions.php:576
12665
  msgid ""
12666
  "Newer improved BPS Speed Boost Cache Code has been created, which should "
12667
  "improve website load speed performance even more."
12668
  msgstr ""
12669
 
12670
+ #: includes/hud-dismiss-functions.php:576
12671
  msgid "Get The New Improved BPS Speed Boost Cache Code"
12672
  msgstr ""
12673
 
12674
+ #: includes/hud-dismiss-functions.php:576
12675
  msgid ". To dismiss this Notice click the Dismiss Notice button below."
12676
  msgstr ""
12677
 
12678
+ #: includes/hud-dismiss-functions.php:576
12679
  msgid ""
12680
  "To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on "
12681
  "the Custom Code page."
12682
  msgstr ""
12683
 
12684
+ #: includes/hud-dismiss-functions.php:583
12685
  msgid "BPS Speed Boost Cache Custom Code Notice"
12686
  msgstr ""
12687
 
12688
+ #: includes/hud-dismiss-functions.php:583
12689
  msgid ""
12690
  "BPS Speed Boost Cache Code was found in this BPS Custom Code text box: "
12691
  "CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE"
12692
  msgstr ""
12693
 
12694
+ #: includes/hud-dismiss-functions.php:583
12695
  msgid ""
12696
  "and another caching plugin's Marker text was also found in this BPS Custom "
12697
  "Code text box."
12698
  msgstr ""
12699
 
12700
+ #: includes/hud-dismiss-functions.php:583
12701
  msgid "Click this link: "
12702
  msgstr ""
12703
 
12704
+ #: includes/hud-dismiss-functions.php:583
12705
  msgid "BPS Speed Boost Cache Custom Code Notice Forum Topic"
12706
  msgstr ""
12707
 
12708
+ #: includes/hud-dismiss-functions.php:583
12709
  msgid " for help information on what this Notice means and what to do next."
12710
  msgstr ""
12711
 
12712
+ #: includes/hud-dismiss-functions.php:643
12713
  msgid "BPS Plugin Automatic Update Notice"
12714
  msgstr ""
12715
 
12716
+ #: includes/hud-dismiss-functions.php:643
12717
  msgid ""
12718
  "Would you like to have BPS plugin updates installed automatically? Click "
12719
  "this link: "
12720
  msgstr ""
12721
 
12722
+ #: includes/hud-dismiss-functions.php:643
12723
  msgid " and click the BPS MU Tools Enable BPS Plugin AutoUpdates link."
12724
  msgstr ""
12725
 
12726
+ #: includes/hud-dismiss-functions.php:671
12727
  msgid "MScan First Run Notice"
12728
  msgstr ""
12729
 
12730
+ #: includes/hud-dismiss-functions.php:671
12731
  msgid ""
12732
  "Please take a few minutes to read the \"Basic Info|Recommendations|"
12733
  "Limitations|Restrictions\" help section in the"
12734
  msgstr ""
12735
 
12736
+ #: includes/hud-dismiss-functions.php:671
12737
  msgid "before running a scan."
12738
  msgstr ""
12739
 
12740
+ #: includes/hud-dismiss-functions.php:671
12741
  msgid ""
12742
  "It is highly recommended that you use the Scan Time Estimate Tool before "
12743
  "running an actual scan. The Scan Time Estimate Tool calculates the total "
12747
  "Notices button on the BPS Custom Code page."
12748
  msgstr ""
12749
 
12750
+ #: includes/hud-dismiss-functions.php:708
12751
  msgid "BPS New Feature Notice: JTC-Lite"
12752
  msgstr ""
12753
 
12754
+ #: includes/hud-dismiss-functions.php:708
12755
  msgid ""
12756
  "JTC-Lite protects the WordPress Login page Form against automated SpamBot "
12757
  "and HackerBot Brute Force Login attacks"
12758
  msgstr ""
12759
 
12760
+ #: includes/hud-dismiss-functions.php:708
12761
  msgid ""
12762
  "and also prevents User Accounts from being locked repeatedly by Brute Force "
12763
  "Login Bot attacks on your Login page Form."
12764
  msgstr ""
12765
 
12766
+ #: includes/hud-dismiss-functions.php:708
12767
  msgid "To enable/turn On JTC-Lite, click this "
12768
  msgstr ""
12769
 
12770
+ #: includes/hud-dismiss-functions.php:708
12771
  msgid ""
12772
  ". Click/check the Login Form Checkbox and click the Save Options button."
12773
  msgstr ""
12774
 
12775
+ #: includes/hud-dismiss-functions.php:708
12776
+ #: includes/hud-dismiss-functions.php:789
12777
+ #: includes/hud-dismiss-functions.php:822
12778
  msgid ""
12779
  "To Dismiss this Notice click the Dismiss Notice button below. To Reset "
12780
  "Dismiss Notices click the Reset|Recheck Dismiss Notices button on the BPS "
12781
  "Custom Code page."
12782
  msgstr ""
12783
 
12784
+ #: includes/hud-dismiss-functions.php:751
12785
  msgid "BPS Plugin Star Rating Request"
12786
  msgstr ""
12787
 
12788
+ #: includes/hud-dismiss-functions.php:751
12789
  msgid ""
12790
  "A BPS star rating only takes a couple of minutes and would be very much "
12791
  "appreciated. We are looking for 5 star ratings and not \"fancy\" reviews."
12792
  msgstr ""
12793
 
12794
+ #: includes/hud-dismiss-functions.php:751
12795
  msgid ""
12796
  "A simple review like \"works great\" or \"has been protecting my website for "
12797
  "X months or X years\" is perfect."
12798
  msgstr ""
12799
 
12800
+ #: includes/hud-dismiss-functions.php:751
12801
  msgid "Click this link to submit a BPS Plugin Star Rating: "
12802
  msgstr ""
12803
 
12804
+ #: includes/hud-dismiss-functions.php:751
12805
  msgid "BPS Plugin Star Rating"
12806
  msgstr ""
12807
 
12808
+ #: includes/hud-dismiss-functions.php:751
12809
  msgid ""
12810
  "login to the WordPress.org site and scroll to the bottom of the Reviews page."
12811
  msgstr ""
12812
 
12813
+ #: includes/hud-dismiss-functions.php:751
12814
  msgid ""
12815
  "To Dismiss this one-time Notice click the Dismiss Notice button below. To "
12816
  "Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the "
12817
  "BPS Custom Code page."
12818
  msgstr ""
12819
 
12820
+ #: includes/hud-dismiss-functions.php:789
12821
  msgid "BPS Notice: Mod Security Module is Loaded|Enabled"
12822
  msgstr ""
12823
 
12824
+ #: includes/hud-dismiss-functions.php:789
12825
  msgid "Please take a minute to view this Mod Security help forum topic: "
12826
  msgstr ""
12827
 
12828
+ #: includes/hud-dismiss-functions.php:789
12829
  msgid "Mod Security Common Known Problems"
12830
  msgstr ""
12831
 
12832
+ #: includes/hud-dismiss-functions.php:789
12833
  msgid ""
12834
  "If you are not experiencing any of the problems listed in the Mod Security "
12835
  "help forum topic then you can dismiss this Dismiss Notice."
12836
  msgstr ""
12837
 
12838
+ #: includes/hud-dismiss-functions.php:822
12839
  msgid "BPS GDPR Compliance Notice"
12840
  msgstr ""
12841
 
12842
+ #: includes/hud-dismiss-functions.php:822
12843
  msgid ""
12844
  "A new Setup Wizard Option has been created which allows you to turn off all "
12845
  "IP address logging in BPS to make your website GDPR Compliant."
12846
  msgstr ""
12847
 
12848
+ #: includes/hud-dismiss-functions.php:822
12849
  msgid "GDPR Compliance Setup Wizard Option link"
12850
  msgstr ""
12851
 
12852
+ #: includes/hud-dismiss-functions.php:822
12853
  msgid "Choose the GDPR Compliance On setting."
12854
  msgstr ""
12855
 
12856
+ #: includes/hud-dismiss-functions.php:822
12857
  msgid "For more information about GDPR Compliance click this "
12858
  msgstr ""
12859
 
12860
+ #: includes/hud-dismiss-functions.php:822
12861
  msgid "GDPR Compliance Forum Topic link"
12862
  msgstr ""
12863
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: AITpro
3
  Donate link: https://wordpress.org/support/view/plugin-reviews/bulletproof-security?rate=5#postform
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.2
7
- Stable tag: 3.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -14,6 +14,9 @@ WordPress Security Protection: Malware scanner, Firewall, Login Security, DB Bac
14
 
15
  WordPress Security Protection: Malware scanner, Firewall, Login Security, DB Backup, Anti-Spam & much more. View Security feature highlights below. View BulletProof Security feature details under the FAQ help section below. Secure your WordPress website even further by adding additional BulletProof Security Bonus Custom Code. See BulletProof Security Bonus Custom Code under the FAQ help section below. Effective, Reliable & Easy to use WordPress Security Plugin.
16
 
 
 
 
17
  = BulletProof Security Feature Highlights =
18
 
19
  * One-Click Setup Wizard
@@ -67,9 +70,6 @@ WordPress Security Protection: Malware scanner, Firewall, Login Security, DB Bac
67
  * Extensive System Info
68
  * <a href="https://www.ait-pro.com/bps-features/" title="BulletProof Security Features" rel="nofollow" target="_blank">View All BulletProof Security Pro Feature Details</a>
69
 
70
- = BulletProof Security Installation and Setup Video Tutorial =
71
- https://www.youtube.com/watch?v=qTX-SjOVZdw
72
-
73
  = BulletProof Security Recommended Video Tutorials =
74
  * <a href="https://forum.ait-pro.com/video-tutorials/#custom-code" title="BulletProof Security Custom Code Video Tutorial" rel="nofollow" target="_blank">BulletProof Security Custom Code Video Tutorial</a>
75
  * <a href="https://forum.ait-pro.com/video-tutorials/#security-log-firewall" title="BulletProof Security Security Log Video Tutorial" rel="nofollow" target="_blank">BulletProof Security Security Log Video Tutorial</a>
3
  Donate link: https://wordpress.org/support/view/plugin-reviews/bulletproof-security?rate=5#postform
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.2.2
7
+ Stable tag: 3.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
14
 
15
  WordPress Security Protection: Malware scanner, Firewall, Login Security, DB Backup, Anti-Spam & much more. View Security feature highlights below. View BulletProof Security feature details under the FAQ help section below. Secure your WordPress website even further by adding additional BulletProof Security Bonus Custom Code. See BulletProof Security Bonus Custom Code under the FAQ help section below. Effective, Reliable & Easy to use WordPress Security Plugin.
16
 
17
+ = BulletProof Security Installation and Setup Video Tutorial =
18
+ https://www.youtube.com/watch?v=FMv58aLUMT0
19
+
20
  = BulletProof Security Feature Highlights =
21
 
22
  * One-Click Setup Wizard
70
  * Extensive System Info
71
  * <a href="https://www.ait-pro.com/bps-features/" title="BulletProof Security Features" rel="nofollow" target="_blank">View All BulletProof Security Pro Feature Details</a>
72
 
 
 
 
73
  = BulletProof Security Recommended Video Tutorials =
74
  * <a href="https://forum.ait-pro.com/video-tutorials/#custom-code" title="BulletProof Security Custom Code Video Tutorial" rel="nofollow" target="_blank">BulletProof Security Custom Code Video Tutorial</a>
75
  * <a href="https://forum.ait-pro.com/video-tutorials/#security-log-firewall" title="BulletProof Security Security Log Video Tutorial" rel="nofollow" target="_blank">BulletProof Security Security Log Video Tutorial</a>