BulletProof Security - Version 4.5

Version Description

Download this release

Release Info

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

Code changes from version 4.4 to 4.5

admin/core/core-custom-code.php CHANGED
@@ -346,7 +346,7 @@ global $bps_topDiv, $bps_bottomDiv;
346
  <tr>
347
  <td class="bps-table_cell_help_custom_code">
348
  <strong><label for="bps-CCode"><?php echo number_format_i18n( 8 ).'. '; _e('CUSTOM CODE WP REWRITE LOOP START: www/non-www http/https Rewrite code here', 'bulletproof-security'); ?> </label></strong><br />
349
- <strong><?php $text = '<font color="#2ea2cc">'.__('You MUST copy and paste the entire WP REWRITE LOOP START section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.', 'bulletproof-security').'</font>'; echo $text ; ?></strong><br />
350
  <textarea id="crypt8" class="bps-text-area-custom-code" name="bps_customcode_wp_rewrite_start" tabindex="8"><?php echo $CC_Options_root['bps_customcode_wp_rewrite_start']; ?></textarea>
351
  </td>
352
  <td class="bps-table_cell_help_custom_code" style="padding-top:75px;"><span style="color:#2ea2cc;font-weight:bold;">Example Code: Click the Read Me help button for Custom Code Setup Steps. This example code is a visual reference to show you which root htaccess file code goes in the CUSTOM CODE WP REWRITE LOOP START text box. Go to the htaccess File Editor tab page and copy your actual WP REWRITE LOOP START root htaccess file code and paste it into the CUSTOM CODE WP REWRITE LOOP START text box to the left.</span><br /><pre># CUSTOM CODE WP REWRITE LOOP START<br /># WP REWRITE LOOP START<br />RewriteEngine On<br />RewriteBase /<br />RewriteRule ^index\.php$ - [L]</pre></td>
346
  <tr>
347
  <td class="bps-table_cell_help_custom_code">
348
  <strong><label for="bps-CCode"><?php echo number_format_i18n( 8 ).'. '; _e('CUSTOM CODE WP REWRITE LOOP START: www/non-www http/https Rewrite code here', 'bulletproof-security'); ?> </label></strong><br />
349
+ <strong><?php $text = '<font color="#2ea2cc">'.__('You MUST copy and paste the entire WP REWRITE LOOP START section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.', 'bulletproof-security').' <a href="https://forum.ait-pro.com/forums/topic/wordpress-ssl-htaccess-code-rewrite-ssl-rewritecond-server_port/#post-7233" title="Link opens in a new Browser window" target="_blank">Get HTTPS/SSL Rewrite htaccess Code</a>.</font>'; echo $text ; ?></strong><br />
350
  <textarea id="crypt8" class="bps-text-area-custom-code" name="bps_customcode_wp_rewrite_start" tabindex="8"><?php echo $CC_Options_root['bps_customcode_wp_rewrite_start']; ?></textarea>
351
  </td>
352
  <td class="bps-table_cell_help_custom_code" style="padding-top:75px;"><span style="color:#2ea2cc;font-weight:bold;">Example Code: Click the Read Me help button for Custom Code Setup Steps. This example code is a visual reference to show you which root htaccess file code goes in the CUSTOM CODE WP REWRITE LOOP START text box. Go to the htaccess File Editor tab page and copy your actual WP REWRITE LOOP START root htaccess file code and paste it into the CUSTOM CODE WP REWRITE LOOP START text box to the left.</span><br /><pre># CUSTOM CODE WP REWRITE LOOP START<br /># WP REWRITE LOOP START<br />RewriteEngine On<br />RewriteBase /<br />RewriteRule ^index\.php$ - [L]</pre></td>
admin/core/core-htaccess-code.php CHANGED
@@ -59,6 +59,7 @@ $bpsBeginWP = "# CUSTOM CODE WP REWRITE LOOP START\n" . htmlspecialchars_decode(
59
  } else {
60
  $bpsBeginWP = "# WP REWRITE LOOP START
61
  RewriteEngine On
 
62
  RewriteBase $bps_get_wp_root_default
63
  RewriteRule ^index\.php$ - [L]\n";
64
  }
@@ -71,6 +72,7 @@ $bps_default_content_top = "# BULLETPROOF DEFAULT .HTACCESS \n
71
 
72
  $bps_default_content_bottom = "<IfModule mod_rewrite.c>
73
  RewriteEngine On
 
74
  RewriteBase $bps_get_wp_root_default
75
  RewriteRule ^index\.php$ - [L]
76
  RewriteCond %{REQUEST_FILENAME} !-f
@@ -88,6 +90,7 @@ $bpsMUSDirTop = "# CUSTOM CODE WP REWRITE LOOP START\n" . htmlspecialchars_decod
88
  } else {
89
  $bpsMUSDirTop = "# WP REWRITE LOOP START
90
  RewriteEngine On
 
91
  RewriteBase $bps_get_wp_root_default
92
  RewriteRule ^index\.php$ - [L]\n
93
  {$ms_files_rewriting}
59
  } else {
60
  $bpsBeginWP = "# WP REWRITE LOOP START
61
  RewriteEngine On
62
+ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
63
  RewriteBase $bps_get_wp_root_default
64
  RewriteRule ^index\.php$ - [L]\n";
65
  }
72
 
73
  $bps_default_content_bottom = "<IfModule mod_rewrite.c>
74
  RewriteEngine On
75
+ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
76
  RewriteBase $bps_get_wp_root_default
77
  RewriteRule ^index\.php$ - [L]
78
  RewriteCond %{REQUEST_FILENAME} !-f
90
  } else {
91
  $bpsMUSDirTop = "# WP REWRITE LOOP START
92
  RewriteEngine On
93
+ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
94
  RewriteBase $bps_get_wp_root_default
95
  RewriteRule ^index\.php$ - [L]\n
96
  {$ms_files_rewriting}
admin/core/core.php CHANGED
@@ -68,19 +68,58 @@ if ( isset( $ScrollTop_options['bps_scrolltop'] ) && $ScrollTop_options['bps_scr
68
  // Get Real IP address - USE EXTREME CAUTION!!!
69
  function bpsPro_get_real_ip_address_cc() {
70
 
71
- if ( is_admin() && wp_script_is( 'bps-accordion', $list = 'queue' ) && current_user_can('manage_options') ) {
72
 
73
- if ( isset($_SERVER['HTTP_CLIENT_IP'] ) ) {
74
- $ip = esc_html($_SERVER['HTTP_CLIENT_IP']);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
 
 
 
 
 
 
76
  } elseif ( isset( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) {
77
- $ip = esc_html($_SERVER['HTTP_X_FORWARDED_FOR']);
78
 
79
- } elseif ( isset( $_SERVER['REMOTE_ADDR'] ) ) {
80
- $ip = esc_html($_SERVER['REMOTE_ADDR']);
 
 
 
 
 
 
 
 
 
 
 
 
81
 
 
 
 
 
 
 
 
 
82
  }
83
- return $ip;
84
  }
85
  }
86
 
@@ -1618,13 +1657,23 @@ function bpsWpadminSecureFileDecrypt() {
1618
  <?php
1619
  // File Editor Root .htaccess file Lock check with pop up Confirm message
1620
  function bpsStatusRHE() {
1621
- clearstatcache();
1622
- $file = ABSPATH . '.htaccess';
1623
- $perms = @substr(sprintf('%o', fileperms($file)), -4);
1624
- $sapi_type = php_sapi_name();
 
 
 
 
1625
 
1626
- if ( file_exists($file) && @substr( $sapi_type, 0, 6) != 'apache' ) {
1627
- return $perms;
 
 
 
 
 
 
1628
  }
1629
  }
1630
  ?>
@@ -1643,7 +1692,9 @@ $sapi_type = php_sapi_name();
1643
  <p class="submit">
1644
 
1645
  <?php if ( bpsStatusRHE($perms) == '0404' ) { ?>
1646
- <input type="submit" name="submit5" value="<?php esc_attr_e('Update File', 'bulletproof-security') ?>" class="button bps-button" onClick="return confirm('<?php $text = __('YOUR ROOT HTACCESS FILE IS LOCKED.', 'bulletproof-security').'\n\n'.__('YOUR FILE EDITS|CHANGES CANNOT BE SAVED.', 'bulletproof-security').'\n\n'.__('Click Cancel, copy the file editing changes you made to save them and then click the Unlock .htaccess File button to unlock your Root .htaccess file. After your Root .htaccess file is unlocked paste your file editing changes back into your Root .htaccess file and click this Update File button again to save your file edits/changes.', 'bulletproof-security'); echo $text; ?>')" />
 
 
1647
  <?php } else { ?>
1648
 
1649
  <?php echo '<div id="bps-edittabs-tooltip" style="margin:-40px 0px 10px 0px"><label for="bps-mscan-label" style="">'.__('If you see an error or are unable to save your editing changes then click the Encrypt htaccess Code button first and then click the Update File button. Mouse over the question mark image to the right for help info.', 'bulletproof-security').'</label><strong><font color="black"><span class="tooltip-350-225"><img src="'.plugins_url('/bulletproof-security/admin/images/question-mark.png').'" style="position:relative;top:3px;left:5px;" /><span>'.__('If your web host currently has ModSecurity installed or installs ModSecurity at a later time then ModSecurity will prevent you from saving your htaccess code unless you encrypt it first by clicking the Encrypt htaccess Code button.', 'bulletproof-security').'<br><br>'.__('If you click the Encrypt htaccess Code button and then want to edit your code again click the Decrypt htaccess Code button. After you are done editing click the Encrypt htaccess Code button before clicking the Update File button.', 'bulletproof-security').'<br><br>'.__('Click the htaccess File Editing Read Me help button for more help info.', 'bulletproof-security').'</span></span></font></strong></div>'; ?>
@@ -2155,6 +2206,7 @@ $text = '<h3><span class="blue-bold">'.__('The Complete Website Security Solutio
2155
 
2156
  <div class="pro-links">
2157
  <?php
 
2158
  echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15', 'https://www.ait-pro.com/aitpro-blog/5665/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15/' ).'<br>';
2159
  echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.9', 'https://www.ait-pro.com/aitpro-blog/5662/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-9/' ).'<br>';
2160
  echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.8', 'https://www.ait-pro.com/aitpro-blog/5657/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-8/' ).'<br>';
68
  // Get Real IP address - USE EXTREME CAUTION!!!
69
  function bpsPro_get_real_ip_address_cc() {
70
 
71
+ if ( is_admin() && current_user_can('manage_options') ) {
72
 
73
+ if ( isset( $_SERVER['HTTP_CLIENT_IP'] ) ) {
74
+ $ip = esc_html( $_SERVER['HTTP_CLIENT_IP'] );
75
+
76
+ if ( ! is_array($ip) ) {
77
+
78
+ if ( preg_match( '/(\d+\.){3}\d+/', $ip, $matches ) ) {
79
+
80
+ return $matches[0];
81
+
82
+ } elseif ( preg_match( '/[:\d\w]+/', $ip, $matches ) ) {
83
+
84
+ return $matches[0];
85
+
86
+ } else {
87
+
88
+ return $ip;
89
+ }
90
 
91
+ } else {
92
+
93
+ return current($ip);
94
+ }
95
+
96
  } elseif ( isset( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) {
97
+ $ip = esc_html( $_SERVER['HTTP_X_FORWARDED_FOR'] );
98
 
99
+ if ( ! is_array($ip) ) {
100
+
101
+ if ( preg_match( '/(\d+\.){3}\d+/', $ip, $matches ) ) {
102
+
103
+ return $matches[0];
104
+
105
+ } elseif ( preg_match( '/[:\d\w]+/', $ip, $matches ) ) {
106
+
107
+ return $matches[0];
108
+
109
+ } else {
110
+
111
+ return $ip;
112
+ }
113
 
114
+ } else {
115
+
116
+ return current($ip);
117
+ }
118
+
119
+ } elseif ( isset( $_SERVER['REMOTE_ADDR'] ) ) {
120
+ $ip = esc_html( $_SERVER['REMOTE_ADDR'] );
121
+ return $ip;
122
  }
 
123
  }
124
  }
125
 
1657
  <?php
1658
  // File Editor Root .htaccess file Lock check with pop up Confirm message
1659
  function bpsStatusRHE() {
1660
+
1661
+ $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
1662
+
1663
+ if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
1664
+ $perms = '';
1665
+
1666
+ return $perms;
1667
+ }
1668
 
1669
+ clearstatcache();
1670
+ $filename = ABSPATH . '.htaccess';
1671
+ $sapi_type = php_sapi_name();
1672
+
1673
+ if ( file_exists($filename) && substr($sapi_type, 0, 6) != 'apache') {
1674
+ $perms = substr(sprintf('%o', fileperms($filename)), -4);
1675
+
1676
+ return $perms;
1677
  }
1678
  }
1679
  ?>
1692
  <p class="submit">
1693
 
1694
  <?php if ( bpsStatusRHE($perms) == '0404' ) { ?>
1695
+
1696
+ <input type="submit" name="submit5" value="<?php esc_attr_e('Update File', 'bulletproof-security') ?>" class="button bps-button" onClick="return confirm('<?php $text = __('YOUR ROOT HTACCESS FILE IS LOCKED.', 'bulletproof-security').'\n\n'.__('YOUR FILE EDITS|CHANGES CANNOT BE SAVED.', 'bulletproof-security').'\n\n'.__('Click Cancel, copy the file editing changes you made to save them and then click the Unlock .htaccess File button to unlock your Root .htaccess file. After your Root .htaccess file is unlocked paste your file editing changes back into your Root .htaccess file and click this Update File button again to save your file edits/changes.', 'bulletproof-security'); echo $text; ?>')" />
1697
+
1698
  <?php } else { ?>
1699
 
1700
  <?php echo '<div id="bps-edittabs-tooltip" style="margin:-40px 0px 10px 0px"><label for="bps-mscan-label" style="">'.__('If you see an error or are unable to save your editing changes then click the Encrypt htaccess Code button first and then click the Update File button. Mouse over the question mark image to the right for help info.', 'bulletproof-security').'</label><strong><font color="black"><span class="tooltip-350-225"><img src="'.plugins_url('/bulletproof-security/admin/images/question-mark.png').'" style="position:relative;top:3px;left:5px;" /><span>'.__('If your web host currently has ModSecurity installed or installs ModSecurity at a later time then ModSecurity will prevent you from saving your htaccess code unless you encrypt it first by clicking the Encrypt htaccess Code button.', 'bulletproof-security').'<br><br>'.__('If you click the Encrypt htaccess Code button and then want to edit your code again click the Decrypt htaccess Code button. After you are done editing click the Encrypt htaccess Code button before clicking the Update File button.', 'bulletproof-security').'<br><br>'.__('Click the htaccess File Editing Read Me help button for more help info.', 'bulletproof-security').'</span></span></font></strong></div>'; ?>
2206
 
2207
  <div class="pro-links">
2208
  <?php
2209
+ echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.1', 'https://www.ait-pro.com/aitpro-blog/5671/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-1/' ).'<br>';
2210
  echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15', 'https://www.ait-pro.com/aitpro-blog/5665/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15/' ).'<br>';
2211
  echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.9', 'https://www.ait-pro.com/aitpro-blog/5662/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-9/' ).'<br>';
2212
  echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.8', 'https://www.ait-pro.com/aitpro-blog/5657/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-8/' ).'<br>';
admin/db-backup-security/db-backup-security.php CHANGED
@@ -92,19 +92,58 @@ $UIoptions = get_option('bulletproof_security_options_theme_skin');
92
  // Get Real IP address - USE EXTREME CAUTION!!!
93
  function bpsPro_get_real_ip_address() {
94
 
95
- if ( is_admin() && wp_script_is( 'bps-accordion', $list = 'queue' ) && current_user_can('manage_options') ) {
96
 
97
- if ( isset($_SERVER['HTTP_CLIENT_IP'] ) ) {
98
- $ip = esc_html($_SERVER['HTTP_CLIENT_IP']);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
 
 
 
 
 
 
100
  } elseif ( isset( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) {
101
- $ip = esc_html($_SERVER['HTTP_X_FORWARDED_FOR']);
102
 
103
- } elseif ( isset( $_SERVER['REMOTE_ADDR'] ) ) {
104
- $ip = esc_html($_SERVER['REMOTE_ADDR']);
 
 
 
 
 
 
 
 
 
 
 
 
105
 
 
 
 
 
 
 
 
 
106
  }
107
- return $ip;
108
  }
109
  }
110
 
92
  // Get Real IP address - USE EXTREME CAUTION!!!
93
  function bpsPro_get_real_ip_address() {
94
 
95
+ if ( is_admin() && current_user_can('manage_options') ) {
96
 
97
+ if ( isset( $_SERVER['HTTP_CLIENT_IP'] ) ) {
98
+ $ip = esc_html( $_SERVER['HTTP_CLIENT_IP'] );
99
+
100
+ if ( ! is_array($ip) ) {
101
+
102
+ if ( preg_match( '/(\d+\.){3}\d+/', $ip, $matches ) ) {
103
+
104
+ return $matches[0];
105
+
106
+ } elseif ( preg_match( '/[:\d\w]+/', $ip, $matches ) ) {
107
+
108
+ return $matches[0];
109
+
110
+ } else {
111
+
112
+ return $ip;
113
+ }
114
 
115
+ } else {
116
+
117
+ return current($ip);
118
+ }
119
+
120
  } elseif ( isset( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) {
121
+ $ip = esc_html( $_SERVER['HTTP_X_FORWARDED_FOR'] );
122
 
123
+ if ( ! is_array($ip) ) {
124
+
125
+ if ( preg_match( '/(\d+\.){3}\d+/', $ip, $matches ) ) {
126
+
127
+ return $matches[0];
128
+
129
+ } elseif ( preg_match( '/[:\d\w]+/', $ip, $matches ) ) {
130
+
131
+ return $matches[0];
132
+
133
+ } else {
134
+
135
+ return $ip;
136
+ }
137
 
138
+ } else {
139
+
140
+ return current($ip);
141
+ }
142
+
143
+ } elseif ( isset( $_SERVER['REMOTE_ADDR'] ) ) {
144
+ $ip = esc_html( $_SERVER['REMOTE_ADDR'] );
145
+ return $ip;
146
  }
 
147
  }
148
  }
149
 
admin/htaccess/secure.htaccess CHANGED
@@ -1,4 +1,4 @@
1
- # BULLETPROOF 4.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 4.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 4.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 4.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/login/login.php CHANGED
@@ -61,19 +61,58 @@ if ( isset( $ScrollTop_options['bps_scrolltop'] ) && $ScrollTop_options['bps_scr
61
  // Get Real IP address - USE EXTREME CAUTION!!!
62
  function bpsPro_get_real_ip_address_lsm() {
63
 
64
- if ( is_admin() && wp_script_is( 'bps-accordion', $list = 'queue' ) && current_user_can('manage_options') ) {
65
 
66
- if ( isset($_SERVER['HTTP_CLIENT_IP'] ) ) {
67
- $ip = esc_html($_SERVER['HTTP_CLIENT_IP']);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
 
 
 
 
 
 
69
  } elseif ( isset( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) {
70
- $ip = esc_html($_SERVER['HTTP_X_FORWARDED_FOR']);
71
 
72
- } elseif ( isset( $_SERVER['REMOTE_ADDR'] ) ) {
73
- $ip = esc_html($_SERVER['REMOTE_ADDR']);
 
 
 
 
 
 
 
 
 
 
 
 
74
 
 
 
 
 
 
 
 
 
75
  }
76
- return $ip;
77
  }
78
  }
79
 
61
  // Get Real IP address - USE EXTREME CAUTION!!!
62
  function bpsPro_get_real_ip_address_lsm() {
63
 
64
+ if ( is_admin() && current_user_can('manage_options') ) {
65
 
66
+ if ( isset( $_SERVER['HTTP_CLIENT_IP'] ) ) {
67
+ $ip = esc_html( $_SERVER['HTTP_CLIENT_IP'] );
68
+
69
+ if ( ! is_array($ip) ) {
70
+
71
+ if ( preg_match( '/(\d+\.){3}\d+/', $ip, $matches ) ) {
72
+
73
+ return $matches[0];
74
+
75
+ } elseif ( preg_match( '/[:\d\w]+/', $ip, $matches ) ) {
76
+
77
+ return $matches[0];
78
+
79
+ } else {
80
+
81
+ return $ip;
82
+ }
83
 
84
+ } else {
85
+
86
+ return current($ip);
87
+ }
88
+
89
  } elseif ( isset( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) {
90
+ $ip = esc_html( $_SERVER['HTTP_X_FORWARDED_FOR'] );
91
 
92
+ if ( ! is_array($ip) ) {
93
+
94
+ if ( preg_match( '/(\d+\.){3}\d+/', $ip, $matches ) ) {
95
+
96
+ return $matches[0];
97
+
98
+ } elseif ( preg_match( '/[:\d\w]+/', $ip, $matches ) ) {
99
+
100
+ return $matches[0];
101
+
102
+ } else {
103
+
104
+ return $ip;
105
+ }
106
 
107
+ } else {
108
+
109
+ return current($ip);
110
+ }
111
+
112
+ } elseif ( isset( $_SERVER['REMOTE_ADDR'] ) ) {
113
+ $ip = esc_html( $_SERVER['REMOTE_ADDR'] );
114
+ return $ip;
115
  }
 
116
  }
117
  }
118
 
admin/maintenance/maintenance.php CHANGED
@@ -85,19 +85,58 @@ if ( isset( $_GET['settings-updated'] ) && @$_GET['settings-updated'] == true )
85
  // Get Real IP address - USE EXTREME CAUTION!!!
86
  function bpsPro_get_real_ip_address_mmode() {
87
 
88
- if ( is_admin() && wp_script_is( 'bps-accordion', $list = 'queue' ) && current_user_can('manage_options') ) {
89
 
90
- if ( isset($_SERVER['HTTP_CLIENT_IP'] ) ) {
91
- $ip = esc_html($_SERVER['HTTP_CLIENT_IP']);
92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  } elseif ( isset( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) {
94
- $ip = esc_html($_SERVER['HTTP_X_FORWARDED_FOR']);
95
 
96
- } elseif ( isset( $_SERVER['REMOTE_ADDR'] ) ) {
97
- $ip = esc_html($_SERVER['REMOTE_ADDR']);
 
 
 
 
 
 
 
 
 
 
 
 
98
 
 
 
 
 
 
 
 
 
99
  }
100
- return $ip;
101
  }
102
  }
103
 
85
  // Get Real IP address - USE EXTREME CAUTION!!!
86
  function bpsPro_get_real_ip_address_mmode() {
87
 
88
+ if ( is_admin() && current_user_can('manage_options') ) {
89
 
90
+ if ( isset( $_SERVER['HTTP_CLIENT_IP'] ) ) {
91
+ $ip = esc_html( $_SERVER['HTTP_CLIENT_IP'] );
92
 
93
+ if ( ! is_array($ip) ) {
94
+
95
+ if ( preg_match( '/(\d+\.){3}\d+/', $ip, $matches ) ) {
96
+
97
+ return $matches[0];
98
+
99
+ } elseif ( preg_match( '/[:\d\w]+/', $ip, $matches ) ) {
100
+
101
+ return $matches[0];
102
+
103
+ } else {
104
+
105
+ return $ip;
106
+ }
107
+
108
+ } else {
109
+
110
+ return current($ip);
111
+ }
112
+
113
  } elseif ( isset( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) {
114
+ $ip = esc_html( $_SERVER['HTTP_X_FORWARDED_FOR'] );
115
 
116
+ if ( ! is_array($ip) ) {
117
+
118
+ if ( preg_match( '/(\d+\.){3}\d+/', $ip, $matches ) ) {
119
+
120
+ return $matches[0];
121
+
122
+ } elseif ( preg_match( '/[:\d\w]+/', $ip, $matches ) ) {
123
+
124
+ return $matches[0];
125
+
126
+ } else {
127
+
128
+ return $ip;
129
+ }
130
 
131
+ } else {
132
+
133
+ return current($ip);
134
+ }
135
+
136
+ } elseif ( isset( $_SERVER['REMOTE_ADDR'] ) ) {
137
+ $ip = esc_html( $_SERVER['REMOTE_ADDR'] );
138
+ return $ip;
139
  }
 
140
  }
141
  }
142
 
admin/mod-test/.htaccess CHANGED
@@ -1,6 +1,6 @@
1
  # Module Directive Testing
2
 
3
- # 1 mod_access_compat Order Directive Allow from all
4
  <FilesMatch "^(mod_access_compat-od-allowed\.png)$">
5
  <IfModule mod_access_compat.c>
6
  Order Allow,Deny
@@ -8,7 +8,7 @@
8
  </IfModule>
9
  </FilesMatch>
10
 
11
- # 2 mod_access_compat Order Directive Deny from all
12
  <FilesMatch "^(mod_access_compat-od-denied\.png)$">
13
  <IfModule mod_access_compat.c>
14
  Order Allow,Deny
@@ -16,67 +16,51 @@
16
  </IfModule>
17
  </FilesMatch>
18
 
19
- # 3 mod_authz_core Require all denied Conditional
20
  <FilesMatch "^(mod_authz_core-denied\.png)$">
21
  <IfModule mod_authz_core.c>
22
  Require all denied
23
  </IfModule>
24
  </FilesMatch>
25
 
26
- # 4 mod_authz_core|mod_access_compat Order Directive Denied Conditional
27
  <FilesMatch "^(mod_authz_core-od-cond-denied\.png)$">
28
  <IfModule mod_authz_core.c>
29
- Order Allow,Deny
30
- Deny from all
 
 
31
  </IfModule>
32
  </FilesMatch>
33
 
34
- # 5 mod_authz_host Require ip 127.9.9.1 Conditional
35
  <FilesMatch "^(mod_authz_host-require-ip\.png)$">
36
  <IfModule mod_authz_host.c>
37
  Require ip 127.9.9.1
38
  </IfModule>
39
  </FilesMatch>
40
 
41
- # 6 mod_authz_host|mod_access_compat Order Directive Denied Conditional
42
  <FilesMatch "^(mod_authz_host-od-cond-denied\.png)$">
43
  <IfModule mod_authz_host.c>
44
- Order Allow,Deny
45
- Deny from all
 
 
46
  </IfModule>
47
  </FilesMatch>
48
 
49
- # 7 mod_access_compat: No IfModule Condition Order Directive Allow from all
50
- <FilesMatch "^(mod_access_compat-od-nc-allowed\.png)$">
51
- Order Allow,Deny
52
- Allow from all
53
- </FilesMatch>
54
-
55
- # 8 mod_access_compat: No IfModule Condition Order Directive Deny from all
56
- <FilesMatch "^(mod_access_compat-od-nc-denied\.png)$">
57
- Order Allow,Deny
58
- Deny from all
59
- </FilesMatch>
60
-
61
- # 9 mod_rewrite: No IfModule Condition
62
  RewriteCond %{HTTPS} !=on
63
  RewriteCond %{REQUEST_URI} ^.*/mod-test/mod_rewrite-cond\.png$ [NC]
64
  RewriteRule ^(.*)$ http://%{HTTP_HOST}/wp-content/plugins/bulletproof-security/admin/mod-test/mod_rewrite-nc.png [R=302]
65
  RewriteCond %{HTTPS} =on
66
  RewriteCond %{REQUEST_URI} ^.*/mod-test/mod_rewrite-cond\.png$ [NC]
67
  RewriteRule ^(.*)$ https://%{HTTP_HOST}/wp-content/plugins/bulletproof-security/admin/mod-test/mod_rewrite-nc.png [R=302]
 
68
 
69
- # 10 mod_authz_core: No IfModule Condition Require all denied
70
- <FilesMatch "^(mod_authz_core-nc-denied\.png)$">
71
- Require all denied
72
- </FilesMatch>
73
-
74
- # 11 mod_authz_host: No IfModule Condition Require host
75
- <FilesMatch "^(mod_authz_host-nc-require-host\.png)$">
76
- Require host example.com
77
- </FilesMatch>
78
-
79
- # 12 mod_security: IfModule Conditions
80
  <FilesMatch "^(mod_security\.png)$">
81
  <IfModule mod_security.c>
82
  <IfModule mod_access_compat.c>
@@ -90,7 +74,7 @@ Require host example.com
90
  </IfModule>
91
  </FilesMatch>
92
 
93
- # 13 mod_security2: IfModule Conditions
94
  <FilesMatch "^(mod_security-2\.png)$">
95
  <IfModule mod_security2.c>
96
  <IfModule mod_access_compat.c>
1
  # Module Directive Testing
2
 
3
+ # 1 mod_access_compat: Order Directive Allow from all
4
  <FilesMatch "^(mod_access_compat-od-allowed\.png)$">
5
  <IfModule mod_access_compat.c>
6
  Order Allow,Deny
8
  </IfModule>
9
  </FilesMatch>
10
 
11
+ # 2 mod_access_compat: Order Directive Deny from all
12
  <FilesMatch "^(mod_access_compat-od-denied\.png)$">
13
  <IfModule mod_access_compat.c>
14
  Order Allow,Deny
16
  </IfModule>
17
  </FilesMatch>
18
 
19
+ # 3 mod_authz_core Require all denied
20
  <FilesMatch "^(mod_authz_core-denied\.png)$">
21
  <IfModule mod_authz_core.c>
22
  Require all denied
23
  </IfModule>
24
  </FilesMatch>
25
 
26
+ # 4 mod_authz_core|mod_access_compat BC
27
  <FilesMatch "^(mod_authz_core-od-cond-denied\.png)$">
28
  <IfModule mod_authz_core.c>
29
+ <IfModule mod_access_compat.c>
30
+ Order Allow,Deny
31
+ Deny from all
32
+ </IfModule>
33
  </IfModule>
34
  </FilesMatch>
35
 
36
+ # 5 mod_authz_host Require ip 127.9.9.1
37
  <FilesMatch "^(mod_authz_host-require-ip\.png)$">
38
  <IfModule mod_authz_host.c>
39
  Require ip 127.9.9.1
40
  </IfModule>
41
  </FilesMatch>
42
 
43
+ # 6 mod_authz_host|mod_access_compat BC
44
  <FilesMatch "^(mod_authz_host-od-cond-denied\.png)$">
45
  <IfModule mod_authz_host.c>
46
+ <IfModule mod_access_compat.c>
47
+ Order Allow,Deny
48
+ Deny from all
49
+ </IfModule>
50
  </IfModule>
51
  </FilesMatch>
52
 
53
+ # 9 mod_rewrite
54
+ <IfModule mod_rewrite.c>
 
 
 
 
 
 
 
 
 
 
 
55
  RewriteCond %{HTTPS} !=on
56
  RewriteCond %{REQUEST_URI} ^.*/mod-test/mod_rewrite-cond\.png$ [NC]
57
  RewriteRule ^(.*)$ http://%{HTTP_HOST}/wp-content/plugins/bulletproof-security/admin/mod-test/mod_rewrite-nc.png [R=302]
58
  RewriteCond %{HTTPS} =on
59
  RewriteCond %{REQUEST_URI} ^.*/mod-test/mod_rewrite-cond\.png$ [NC]
60
  RewriteRule ^(.*)$ https://%{HTTP_HOST}/wp-content/plugins/bulletproof-security/admin/mod-test/mod_rewrite-nc.png [R=302]
61
+ </IfModule>
62
 
63
+ # 12 mod_security
 
 
 
 
 
 
 
 
 
 
64
  <FilesMatch "^(mod_security\.png)$">
65
  <IfModule mod_security.c>
66
  <IfModule mod_access_compat.c>
74
  </IfModule>
75
  </FilesMatch>
76
 
77
+ # 13 mod_security2
78
  <FilesMatch "^(mod_security-2\.png)$">
79
  <IfModule mod_security2.c>
80
  <IfModule mod_access_compat.c>
admin/mod-test/index.php DELETED
@@ -1,325 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
- <html xmlns="http://www.w3.org/1999/xhtml">
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
- <title>Apache Modules Testing: mod_rewrite, mod_authz_core, mod_authz_host, mod_security, mod_security2 &amp; mod_access_compat</title>
6
- <meta name="robots" content="noindex, nofollow" />
7
- </head>
8
-
9
- <body>
10
- <style type="text/css">
11
- <!--
12
- body {background-color:#333333;}
13
- #bps-xtf-container {background-color:#fafafa;}
14
- h1 {padding:0px 0px 0px 10px;}
15
- /* p {font-weight:bold;padding:0px 0px 0px 10px;} */
16
- table td, table th {background-color:#fff;}
17
- pre {background:#fff url(pre_bg.png) top left repeat;color:#000;display:block;font-family:"Courier New", Courier, monospace;font-size:12px;width:100%;}
18
- -->
19
- </style>
20
-
21
- <h3 style="color:#fff;">Apache Modules Testing: mod_rewrite, mod_authz_core, mod_authz_host, mod_security, mod_security2 &amp; mod_access_compat (directives: Order, Allow and Deny)</h3>
22
-
23
- <table class="Mod-Directive-Testing" width="100%" border="1">
24
- <thead>
25
- <tr>
26
- <th scope="col" style="width:2.3%;">#</th>
27
- <th scope="col" style="width:5%;">Images</th>
28
- <th scope="col" style="width:35%;">htaccess Code</th>
29
- <th scope="col" style="width:2.3%;">#</th>
30
- <th scope="col" style="width:5%;">Images</th>
31
- <th scope="col" style="width:30%;">htaccess Code</th>
32
- </tr>
33
- </thead>
34
-
35
- <tbody>
36
- <tr>
37
- <th scope="row" style="font-size:30px;">1</th>
38
- <td style="text-align:center;background-color:#333333;"><img src="mod_access_compat-od-allowed.png" alt="" title="" /></td>
39
- <td>
40
- <pre>
41
- # 1 mod_access_compat Order Directive Allow from all
42
- &lt;FilesMatch &quot;^(mod_access_compat-od-allowed\.png)$&quot;&gt;
43
- &lt;IfModule mod_access_compat.c&gt;
44
- Order Allow,Deny
45
- Allow from all
46
- &lt;/IfModule&gt;
47
- &lt;/FilesMatch&gt;
48
- </pre>
49
- </td>
50
- <td style="text-align:center;"><span style="font-size:30px;font-weight:bold;">2</span></td>
51
- <td style="text-align:center;background-color:#333333;"><img src="mod_access_compat-od-denied.png" alt="" title="" /></td>
52
- <td>
53
- <pre>
54
- # 2 mod_access_compat Order Directive Deny from all
55
- &lt;FilesMatch &quot;^(mod_access_compat-od-denied\.png)$&quot;&gt;
56
- &lt;IfModule mod_access_compat.c&gt;
57
- Order Allow,Deny
58
- Deny from all
59
- &lt;/IfModule&gt;
60
- &lt;/FilesMatch&gt;
61
- </pre>
62
- </td>
63
- </tr>
64
- <tr>
65
- <th scope="row" style="font-size:30px;">3</th>
66
- <td style="text-align:center;background-color:#333333;"><img src="mod_authz_core-denied.png" alt="" title="" /></td>
67
- <td>
68
- <pre>
69
- # 3 mod_authz_core Require all denied Conditional
70
- &lt;FilesMatch &quot;^(mod_authz_core-denied\.png)$&quot;&gt;
71
- &lt;IfModule mod_authz_core.c&gt;
72
- Require all denied
73
- &lt;/IfModule&gt;
74
- &lt;/FilesMatch&gt;
75
- </pre>
76
- </td>
77
- <td style="text-align:center;"><span style="font-size:30px;font-weight:bold;">4</span></td>
78
- <td style="text-align:center;background-color:#333333;"><img src="mod_authz_core-od-cond-denied.png" alt="" title="" /></td>
79
- <td>
80
- <pre>
81
- # 4 mod_authz_core|mod_access_compat Order Directive Denied Conditional
82
- &lt;FilesMatch &quot;^(mod_authz_core-od-cond-denied\.png)$&quot;&gt;
83
- &lt;IfModule mod_authz_core.c&gt;
84
- Order Allow,Deny
85
- Deny from all
86
- &lt;/IfModule&gt;
87
- &lt;/FilesMatch&gt;
88
- </pre>
89
- </td>
90
- </tr>
91
- <tr>
92
- <th scope="row" style="font-size:30px;">5</th>
93
- <td style="text-align:center;background-color:#333333;"><img src="mod_authz_host-require-ip.png" alt="" title="" /></td>
94
- <td>
95
- <pre>
96
- # 5 mod_authz_host Require ip 127.9.9.1 Conditional
97
- &lt;FilesMatch &quot;^(mod_authz_host-require-ip\.png)$&quot;&gt;
98
- &lt;IfModule mod_authz_host.c&gt;
99
- Require ip 127.9.9.1
100
- &lt;/IfModule&gt;
101
- &lt;/FilesMatch&gt;
102
- </pre>
103
- </td>
104
- <td style="text-align:center;"><span style="font-size:30px;font-weight:bold;">6</span></td>
105
- <td style="text-align:center;background-color:#333333;"><img src="mod_authz_host-od-cond-denied.png" alt="" title="" /></td>
106
- <td>
107
- <pre>
108
- # 6 mod_authz_host|mod_access_compat Order Directive Denied Conditional
109
- &lt;FilesMatch &quot;^(mod_authz_host-od-cond-denied\.png)$&quot;&gt;
110
- &lt;IfModule mod_authz_host.c&gt;
111
- Order Allow,Deny
112
- Deny from all
113
- &lt;/IfModule&gt;
114
- &lt;/FilesMatch&gt;
115
- </pre>
116
- </td>
117
- </tr>
118
- </tbody>
119
- </table>
120
-
121
- <h3 style="color:#fff;">Apache Module &amp; Directive Test Results Explanation</h3>
122
- <p style="color:#fff;">This test will tell you if your server has the mod_authz_core, mod_authz_host and mod_access_compat Modules loaded and whether or not the mod_access_compat Module directives (deprecated in Apache 2.4): <strong>"Order, Allow, Deny"</strong> can be used/will work on your server or can be used in combination with the mod_authz_core and mod_authz_host Modules (backward compatibility). The new Apache 2.4 Modules for Access Control are: mod_authz_host and mod_authz_core. <br /><strong>Note:</strong> The <strong>"Require ip"</strong> directive can be used in <strong>BOTH</strong> the mod_authz_host and mod_authz_core Modules htaccess code.</p>
123
-
124
- <table class="Mod-Directive-Testing-Description" width="100%" border="1">
125
- <thead>
126
- <tr>
127
- <th scope="col" style="width:1.3%;">#</th>
128
- <th scope="col" style="width:22.9%;">Explanation|Description</th>
129
- <th scope="col" style="width:1.3%;">#</th>
130
- <th scope="col" style="width:23%;">Explanation|Description</th>
131
- </tr>
132
- </thead>
133
-
134
- <tbody>
135
- <tr>
136
- <th scope="row" style="font-size:30px;">1</th>
137
- <td style="padding:5px;">If you see an image displayed then your Apache server has the mod_access_compat Module loaded and allows the mod_access_compat <strong>"Order, Deny, Allow"</strong> directives to be used in htaccess files. <strong>"Allow from all"</strong> means to display the mod_access_compat-od-allowed.png image file to everyone. Or your server is ignoring/not processing the IfModule condition. See Test #7 and check the System Info page.</td>
138
- <td style="text-align:center;"><span style="font-size:30px;font-weight:bold;">2</span></td>
139
- <td style="padding:5px;">If you do <strong>NOT</strong> see an image displayed then your Apache server has the mod_access_compat Module loaded and allows the mod_access_compat <strong>"Order, Deny, Allow"</strong> directives to be used in htaccess files. <strong>"Deny from all"</strong> means do <strong>NOT</strong> display the mod_access_compat-od-denied.png image file to anyone. Or if your server is ignoring/not processing the IfModule condition then an image will be displayed. See Test #8 and check the System Info page.</td>
140
- </tr>
141
- <tr>
142
- <th scope="row" style="font-size:30px;">3</th>
143
- <td style="padding:5px;">The IfModule condition is checking if the mod_authz_core Module <strong>IS</strong> loaded on your Apache server. If the Module is loaded then you will <strong>NOT</strong> see the mod_authz_core-denied.png image file displayed to you. <strong>"Require all denied"</strong> means do <strong>NOT</strong> display the image file to anyone. Or if your server is ignoring/not processing the IfModule condition then an image will be displayed. See Test #10 and check the System Info page.</td>
144
- <td style="text-align:center;"><span style="font-size:30px;font-weight:bold;">4</span></td>
145
- <td style="padding:5px;">The IfModule condition is checking if the mod_authz_core Module <strong>IS</strong> loaded on your Apache server. If the Module is loaded and your server allows using the mod_access_compat <strong>"Order, Deny, Allow"</strong> directives <strong>WITH</strong> the mod_authz_core IfModule condition then the mod_authz_core-od-cond-denied.png image file should <strong>NOT</strong> be displayed. This means that your server has backward compatibility, which is using/allowing/loading both of these Modules and allowing the <strong>"Order, Deny, Allow"</strong> directives to be used in htaccess files. If the mod_authz_core Module is <strong>NOT</strong> loaded and/or your server does NOT allow using the <strong>"Order, Deny, Allow"</strong> directives then your server will not process this code and the image file <strong>WILL</strong> be displayed to you. Check the System Info page.</td>
146
- </tr>
147
- <tr>
148
- <th scope="row" style="font-size:30px;">5</th>
149
- <td style="padding:5px;">The IfModule condition is checking if the mod_authz_host Module <strong>IS</strong> loaded on your Apache server. If the Module is loaded then you will <strong>NOT</strong> see the mod_authz_host-require-ip.png image file displayed to you. <strong>"Require ip 127.9.9.1"</strong> means <strong>ONLY</strong> display the image file if your IP address is 127.9.9.1. The 127.9.9.1 IP address is intentionally a bogus IP address and is <strong>NOT</strong> your IP address. If the mod_authz_host Module is <strong>NOT</strong> loaded then your server will <strong>NOT</strong> process this code and the image file <strong>WILL</strong> be displayed to you.</td>
150
- <td style="text-align:center;"><span style="font-size:30px;font-weight:bold;">6</span></td>
151
- <td style="padding:5px;">The IfModule condition is checking if the mod_authz_host Module <strong>IS</strong> loaded on your Apache server. If the Module is loaded and your server allows using the mod_access_compat <strong>"Order, Deny, Allow"</strong> directives <strong>WITH</strong> the mod_authz_host IfModule condition then the mod_authz_host-od-cond-denied.png image file should <strong>NOT</strong> be displayed. This means that your server has backward compatibility, which is using/allowing/loading both of these Modules and allowing the <strong>"Order, Deny, Allow"</strong> directives to be used in htaccess files. If the mod_authz_host Module is <strong>NOT</strong> loaded and/or your server does <strong>NOT</strong> allow using the <strong>"Order, Deny, Allow"</strong> directives then your server will not process this code and the image file <strong>WILL</strong> be displayed to you.</td>
152
- </tr>
153
- </tbody>
154
- </table>
155
-
156
- <h3 style="color:#fff;">Additional Testing for Web Hosts that ignore/do not allow/do not process IfModule conditions and Mod Security testing:</h3>
157
-
158
- <table class="Mod-Directive-Testing-no-ifmodule" width="100%" border="1">
159
- <thead>
160
- <tr>
161
- <th scope="col" style="width:2.3%;">#</th>
162
- <th scope="col" style="width:5%;">Images</th>
163
- <th scope="col" style="width:27%;">htaccess Code</th>
164
- <th scope="col" style="width:2.2%;">#</th>
165
- <th scope="col" style="width:5%;">Images</th>
166
- <th scope="col" style="width:30%;">htaccess Code</th>
167
- </tr>
168
- </thead>
169
-
170
- <tbody>
171
- <tr>
172
- <th scope="row" style="font-size:30px;">7</th>
173
- <td style="text-align:center;background-color:#333333;"><img src="mod_access_compat-od-nc-allowed.png" alt="" title="" /></td>
174
- <td>
175
- <pre>
176
- # 7 mod_access_compat: No IfModule Condition Order Directive Allow from all
177
- &lt;FilesMatch &quot;^(mod_access_compat-od-nc-allowed\.png)$&quot;&gt;
178
- Order Allow,Deny
179
- Allow from all
180
- &lt;/FilesMatch&gt;
181
- </pre>
182
- </td>
183
- <td style="text-align:center;"><span style="font-size:30px;font-weight:bold;">8</span></td>
184
- <td style="text-align:center;background-color:#333333;"><img src="mod_access_compat-od-nc-denied.png" alt="" title="" /></td>
185
- <td>
186
- <pre>
187
- # 8 mod_access_compat: No IfModule Condition Order Directive Deny from all
188
- &lt;FilesMatch &quot;^(mod_access_compat-od-nc-denied\.png)$&quot;&gt;
189
- Order Allow,Deny
190
- Deny from all
191
- &lt;/FilesMatch&gt;
192
- </pre>
193
- </td>
194
- </tr>
195
- <tr>
196
- <th scope="row" style="font-size:30px;">9</th>
197
- <td style="text-align:center;background-color:#333333;"><img src="mod_rewrite-cond.png" alt="" title="" /></td>
198
- <td>
199
- <pre>
200
- # 9 mod_rewrite: No IfModule Condition
201
- RewriteCond %{HTTPS} !=on
202
- RewriteCond %{REQUEST_URI} ^.*/mod-test/mod_rewrite-cond\.png$ [NC]
203
- RewriteRule ^(.*)$ http://%{HTTP_HOST}.../mod_rewrite-nc.png [R=302]
204
- RewriteCond %{HTTPS} =on
205
- RewriteCond %{REQUEST_URI} ^.*/mod-test/mod_rewrite-cond\.png$ [NC]
206
- RewriteRule ^(.*)$ https://%{HTTP_HOST}.../mod_rewrite-nc.png [R=302]
207
- </pre>
208
- </td>
209
- <td style="text-align:center;"><span style="font-size:30px;font-weight:bold;">10</span></td>
210
- <td style="text-align:center;background-color:#333333;"><img src="mod_authz_core-nc-denied.png" alt="" title="" /></td>
211
- <td>
212
- <pre>
213
- # 10 mod_authz_core: No IfModule Condition Require all denied
214
- &lt;FilesMatch &quot;^(mod_authz_core-nc-denied\.png)$&quot;&gt;
215
- Require all denied
216
- &lt;/FilesMatch&gt;
217
- </pre>
218
- </td>
219
- </tr>
220
- <tr>
221
- <th scope="row" style="font-size:30px;">11</th>
222
- <td style="text-align:center;background-color:#333333;"><img src="mod_authz_host-nc-require-host.png" alt="" title="" /></td>
223
- <td>
224
- <pre>
225
- # 11 mod_authz_host: No IfModule Condition Require host
226
- &lt;FilesMatch &quot;^(mod_authz_host-nc-require-host\.png)$&quot;&gt;
227
- Require host example.com
228
- &lt;/FilesMatch&gt;
229
- </pre>
230
- </td>
231
- <td style="text-align:center;"><span style="font-size:30px;font-weight:bold;">12</span></td>
232
- <td style="text-align:center;background-color:#333333;"><img src="mod_security.png" alt="" title="" /></td>
233
- <td>
234
- <pre style="height:100px;overflow:auto;">
235
- # 12 mod_security: IfModule Conditions
236
- &lt;FilesMatch &quot;^(mod_security\.png)$&quot;&gt;
237
- &lt;IfModule mod_security.c&gt;
238
- &lt;IfModule mod_access_compat.c&gt;
239
- Order Allow,Deny
240
- Deny from all
241
- &lt;/IfModule&gt;
242
-
243
- &lt;IfModule mod_authz_core.c&gt;
244
- Require all denied
245
- &lt;/IfModule&gt;
246
- &lt;/IfModule&gt;
247
- &lt;/FilesMatch&gt;
248
- </pre>
249
- </td>
250
- </tr>
251
- <tr>
252
- <th scope="row" style="font-size:30px;">13</th>
253
- <td style="text-align:center;background-color:#333333;"><img src="mod_security-2.png" alt="" title="" /></td>
254
- <td>
255
- <pre style="height:100px;overflow:auto;">
256
- # 13 mod_security2: IfModule Conditions
257
- &lt;FilesMatch &quot;^(mod_security-2\.png)$&quot;&gt;
258
- &lt;IfModule mod_security2.c&gt;
259
- &lt;IfModule mod_access_compat.c&gt;
260
- Order Allow,Deny
261
- Deny from all
262
- &lt;/IfModule&gt;
263
-
264
- &lt;IfModule mod_authz_core.c&gt;
265
- Require all denied
266
- &lt;/IfModule&gt;
267
- &lt;/IfModule&gt;
268
- &lt;/FilesMatch&gt;
269
- </pre>
270
- </td>
271
- <td style="text-align:center;"><span style="font-size:30px;font-weight:bold;">14</span></td>
272
- <td style="text-align:center;background-color:#333333;"><img src="mod_access_compat-od-nc-allowed.png" alt="" title="" /></td>
273
- <td>
274
- <pre>
275
- # 14 Unused: No Tests Performed
276
- </pre>
277
- </td>
278
- </tr>
279
- </tbody>
280
- </table>
281
-
282
- <h3 style="color:#fff;">Apache No IfModule Condition, Directive & Mod Security Test Result Explanations:</h3>
283
- <p style="color:#fff;">Some Web Hosts ignore/do not allow/do not process all IfModule conditions and the test results for tests 1-6 above will NOT be accurate. Tests 7-11 check mod_access_compat, mod_rewrite, mod_authz_core and mod_authz_host directives without any IfModule conditions. The mod_access_compat directives <strong>"Order, Deny, Allow"</strong> should work on every single Web Host at this present time. The Apache transition from mod_access_compat to the new mod_authz_core and mod_authz_host Modules will probably result in various issues/problems on some Web Hosts during that transitional period. BPS checks your current loaded Modules and directive htaccess code compatiblity and creates htaccess code that works specifically on your particular server/website/host. If things change in the future with your Web Host or you move to another host or server, BPS will check that you htaccess code is correct for your particular server/website/host and display a message to run the Setup Wizard again if necessary, which will create new htaccess code that works specifically for your particular server/website/host.</p>
284
-
285
- <table class="Mod-Directive-Testing-Description" width="100%" border="1">
286
- <thead>
287
- <tr>
288
- <th scope="col" style="width:1.3%;">#</th>
289
- <th scope="col" style="width:22.9%;">Explanation|Description</th>
290
- <th scope="col" style="width:1%;">#</th>
291
- <th scope="col" style="width:23%;">Explanation|Description</th>
292
- </tr>
293
- </thead>
294
-
295
- <tbody>
296
- <tr>
297
- <th scope="row" style="font-size:30px;">7</th>
298
- <td style="padding:5px;">If you see an image displayed then your Apache server has the mod_access_compat Module loaded and allows the mod_access_compat <strong>"Order, Deny, Allow"</strong> directives to be used in htaccess files. <strong>"Allow from all"</strong> means to display the mod_access_compat-od-nc-allowed.png image file to everyone. Or your server is not processing the mod_access_compat <strong>"Order, Deny, Allow"</strong> directives and you will see the image. See the System Info page.</td>
299
- <td style="text-align:center;"><span style="font-size:30px;font-weight:bold;">8</span></td>
300
- <td style="padding:5px;">If you do <strong>NOT</strong> see an image displayed then your Apache server has the mod_access_compat Module loaded and allows the mod_access_compat <strong>"Order, Deny, Allow"</strong> directives to be used in htaccess files. <strong>"Deny from all"</strong> means do <strong>NOT</strong> display the mod_access_compat-od-nc-denied.png image file to anyone. Or your server is not processing the mod_access_compat <strong>"Order, Deny, Allow"</strong> directives and you will see the image. See the System Info page.</td>
301
- </tr>
302
- <tr>
303
- <th scope="row" style="font-size:30px;">9</th>
304
- <td style="padding:5px;">Note: The path has been shortened in the code example with ... for visual formatting display reasons.
305
- If you see an image displayed <strong>without</strong> a white #9 displayed in the bottom right corner then your Apache server has the mod_rewrite Module loaded. The image that is being displayed is the mod_rewrite-nc.png image file. If mod_rewrite is <strong>NOT</strong> loaded then a 500 error will occur and you will see the mod_rewrite-cond.png image file displayed <strong>with</strong> a white #9 displayed in the bottom right corner. Or you will see the mod_rewrite-cond.png image file displayed if you are not using either a WordPress default or BPS root htaccess file. See the System Info page.</td>
306
- <td style="text-align:center;"><span style="font-size:30px;font-weight:bold;">10</span></td>
307
- <td style="padding:5px;">If you do <strong>NOT</strong> see an image displayed then your Apache server has the mod_authz_core Module loaded on your server. If the Module is loaded then you will <strong>NOT</strong> see the mod_authz_core-nc-denied.png image file displayed to you. <strong>"Require all denied"</strong> means do <strong>NOT</strong> display the mod_authz_core-nc-denied.png image file to anyone. Or your server is not processing the <strong>"Require all denied"</strong> directive and a 500 error will occur and you will not see the image. See the System Info page.</td>
308
- </tr>
309
- <tr>
310
- <th scope="row" style="font-size:30px;">11</th>
311
- <td style="padding:5px;">If you do <strong>NOT</strong> see an image displayed then your Apache server has the mod_authz_host Module loaded on your server. If the Module is loaded then you will <strong>NOT</strong> see the mod_authz_host-nc-require-host.png image file displayed to you. <strong>"Require host example.com"</strong> means <strong>ONLY</strong> display the image file if the Hostname (your website) is example.com. The Hostname is intentionally a bogus Hostname and is <strong>NOT</strong> your Hostname (your website). Or your server is not processing the <strong>"Require host example.com"</strong> directive and a 500 error will occur and you will not see the image. See the System Info page.</td>
312
- <td style="text-align:center;"><span style="font-size:30px;font-weight:bold;">12</span></td>
313
- <td style="padding:5px;">If you do <strong>NOT</strong> see an image displayed then your Apache server has the mod_security Module loaded on your server. If the mod_security Module is loaded then you will <strong>NOT</strong> see the mod_security.png image file displayed to you. Mod Security is now included in current versions of cPanel and breaks several BPS Pro features and option setting forms as well as various things in WordPress and other Plugins and Themes. Some web hosts allow you to remove the individual Mod Security SecRules and SecFilters that are breaking things, but most web hosts only allow you to either Disable or Enable Mod Security in your web host control panel. See this Forum Topic for known things that Mod Security breaks in BPS: <a href="https://forum.ait-pro.com/forums/topic/mod-security-common-known-problems/" target="_blank">common known Mod Security problems</a></td>
314
- </tr>
315
- <tr>
316
- <th scope="row" style="font-size:30px;">13</th>
317
- <td style="padding:5px;">If you do <strong>NOT</strong> see an image displayed then your Apache server has the mod_security2 Module loaded on your server. If the mod_security2 Module is loaded then you will <strong>NOT</strong> see the mod_security-2.png image file displayed to you. Mod Security is now included in current versions of cPanel and breaks several BPS Pro features and option setting forms as well as various things in WordPress and other Plugins and Themes. Some web hosts allow you to remove the individual Mod Security SecRules and SecFilters that are breaking things, but most web hosts only allow you to either Disable or Enable Mod Security in your web host control panel. See this Forum Topic for known things that Mod Security breaks in BPS: <a href="https://forum.ait-pro.com/forums/topic/mod-security-common-known-problems/" target="_blank">common known Mod Security problems</a></td>
318
- <td style="text-align:center;"><span style="font-size:30px;font-weight:bold;">14</span></td>
319
- <td style="padding:5px;">Unused: No Tests Performed.</td>
320
- </tr>
321
- </tbody>
322
- </table>
323
-
324
- </body>
325
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/system-info/system-info.php CHANGED
@@ -971,7 +971,7 @@ function bpsPro_count_network_activated_plugins($count) {
971
  bps_check_perms("../$bps_wpcontent_dir/bps-backup/wp-hashes", "705");
972
 
973
  if ( function_exists('sys_get_temp_dir') && is_dir( $sys_get_temp_dir ) ) {
974
- bps_check_perms("$sys_get_temp_dir", "755");
975
  }
976
  if ( $DBBoptions['bps_db_backup_folder'] != '' ) {
977
  bps_check_perms( str_replace( $wpcontent_single_slash, "../$bps_wpcontent_dir", $db_backup ), "705");
@@ -1011,10 +1011,10 @@ function bpsPro_count_network_activated_plugins($count) {
1011
  bps_check_perms("../$bps_wpcontent_dir/bps-backup/wp-hashes", "755");
1012
 
1013
  if ( is_dir( $upload_tmp_dir ) ) {
1014
- bps_check_perms("$upload_tmp_dir", "755");
1015
  }
1016
  if ( function_exists('sys_get_temp_dir') && is_dir( $sys_get_temp_dir ) ) {
1017
- bps_check_perms("$sys_get_temp_dir", "755");
1018
  }
1019
  if ( $DBBoptions['bps_db_backup_folder'] != '' ) {
1020
  bps_check_perms( str_replace( $wpcontent_single_slash, "../$bps_wpcontent_dir", $db_backup ), "755");
971
  bps_check_perms("../$bps_wpcontent_dir/bps-backup/wp-hashes", "705");
972
 
973
  if ( function_exists('sys_get_temp_dir') && is_dir( $sys_get_temp_dir ) ) {
974
+ bps_check_perms("$sys_get_temp_dir", "---");
975
  }
976
  if ( $DBBoptions['bps_db_backup_folder'] != '' ) {
977
  bps_check_perms( str_replace( $wpcontent_single_slash, "../$bps_wpcontent_dir", $db_backup ), "705");
1011
  bps_check_perms("../$bps_wpcontent_dir/bps-backup/wp-hashes", "755");
1012
 
1013
  if ( is_dir( $upload_tmp_dir ) ) {
1014
+ bps_check_perms("$upload_tmp_dir", "---");
1015
  }
1016
  if ( function_exists('sys_get_temp_dir') && is_dir( $sys_get_temp_dir ) ) {
1017
+ bps_check_perms("$sys_get_temp_dir", "---");
1018
  }
1019
  if ( $DBBoptions['bps_db_backup_folder'] != '' ) {
1020
  bps_check_perms( str_replace( $wpcontent_single_slash, "../$bps_wpcontent_dir", $db_backup ), "755");
admin/wizard/pwizard-autofix.php CHANGED
@@ -2057,8 +2057,24 @@ RewriteRule ^(.*)$ - [F]
2057
  $r5 = array();
2058
  }
2059
 
2060
- $pattern_array = array_merge($p1, $p2, $p3, $p4, $p5);
2061
- $replace_array = array_merge($r1, $r2, $r3, $r4, $r5);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2062
 
2063
  if ( $CC_Options_wpadmin['bps_customcode_bpsqse_wpa'] != '' ) {
2064
  $bps_customcode_bpsqse_replace = preg_replace($pattern_array, $replace_array, $bps_customcode_bpsqse_array);
@@ -2079,7 +2095,7 @@ RewriteRule ^(.*)$ - [F]
2079
  update_option('bulletproof_security_options_customcode_WPA', $wpadmin_CC_Options);
2080
  }
2081
 
2082
- $success_array = array($content_egg_fix, $event_espresso_fix, $owa_plugin_fix, $uberGrid_fix, $jetpack_fix);
2083
 
2084
  foreach ( $success_array as $successMessage ) {
2085
 
2057
  $r5 = array();
2058
  }
2059
 
2060
+ ## Restrict Content Pro Plugin: whitelist rules
2061
+ $restrict_content_pro = 'restrict-content-pro/restrict-content-pro.php';
2062
+ $restrict_content_pro_active = in_array( $restrict_content_pro, apply_filters('active_plugins', get_option('active_plugins')));
2063
+ $restrict_content_pro_fix = '';
2064
+
2065
+ if ( $restrict_content_pro_active == 1 || is_plugin_active_for_network( $restrict_content_pro ) ) {
2066
+ $restrict_content_pro_fix = __('Restrict Content Pro Plugin wp-admin BPSQSE AutoWhitelist successful', 'bulletproof-security');
2067
+
2068
+ $p6 = array('/RewriteCond\s%\{QUERY_STRING\}\s\(<\|>\|\'\|%0A\|%0D\|%27\|%3C\|%3E\|%00\)\s\[NC,OR\]/');
2069
+ $r6 = array("# BPS AutoWhitelist QS3: Restrict Content Pro Plugin");
2070
+
2071
+ } else {
2072
+ $p6 = array();
2073
+ $r6 = array();
2074
+ }
2075
+
2076
+ $pattern_array = array_merge($p1, $p2, $p3, $p4, $p5, $p6);
2077
+ $replace_array = array_merge($r1, $r2, $r3, $r4, $r5, $r6);
2078
 
2079
  if ( $CC_Options_wpadmin['bps_customcode_bpsqse_wpa'] != '' ) {
2080
  $bps_customcode_bpsqse_replace = preg_replace($pattern_array, $replace_array, $bps_customcode_bpsqse_array);
2095
  update_option('bulletproof_security_options_customcode_WPA', $wpadmin_CC_Options);
2096
  }
2097
 
2098
+ $success_array = array($content_egg_fix, $event_espresso_fix, $owa_plugin_fix, $uberGrid_fix, $jetpack_fix, $restrict_content_pro_fix);
2099
 
2100
  foreach ( $success_array as $successMessage ) {
2101
 
admin/wizard/wizard-backup.php CHANGED
@@ -9,19 +9,58 @@ if ( ! current_user_can('manage_options') ) {
9
  // Get Real IP address - USE EXTREME CAUTION!!!
10
  function bpsPro_get_real_ip_address_wizard() {
11
 
12
- if ( is_admin() && wp_script_is( 'bps-accordion', $list = 'queue' ) && current_user_can('manage_options') ) {
13
 
14
- if ( isset($_SERVER['HTTP_CLIENT_IP'] ) ) {
15
- $ip = esc_html($_SERVER['HTTP_CLIENT_IP']);
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  } elseif ( isset( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) {
18
- $ip = esc_html($_SERVER['HTTP_X_FORWARDED_FOR']);
19
 
20
- } elseif ( isset( $_SERVER['REMOTE_ADDR'] ) ) {
21
- $ip = esc_html($_SERVER['REMOTE_ADDR']);
 
 
 
 
 
 
 
 
 
 
 
 
22
 
 
 
 
 
 
 
 
 
23
  }
24
- return $ip;
25
  }
26
  }
27
 
9
  // Get Real IP address - USE EXTREME CAUTION!!!
10
  function bpsPro_get_real_ip_address_wizard() {
11
 
12
+ if ( is_admin() && current_user_can('manage_options') ) {
13
 
14
+ if ( isset( $_SERVER['HTTP_CLIENT_IP'] ) ) {
15
+ $ip = esc_html( $_SERVER['HTTP_CLIENT_IP'] );
16
 
17
+ if ( ! is_array($ip) ) {
18
+
19
+ if ( preg_match( '/(\d+\.){3}\d+/', $ip, $matches ) ) {
20
+
21
+ return $matches[0];
22
+
23
+ } elseif ( preg_match( '/[:\d\w]+/', $ip, $matches ) ) {
24
+
25
+ return $matches[0];
26
+
27
+ } else {
28
+
29
+ return $ip;
30
+ }
31
+
32
+ } else {
33
+
34
+ return current($ip);
35
+ }
36
+
37
  } elseif ( isset( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) {
38
+ $ip = esc_html( $_SERVER['HTTP_X_FORWARDED_FOR'] );
39
 
40
+ if ( ! is_array($ip) ) {
41
+
42
+ if ( preg_match( '/(\d+\.){3}\d+/', $ip, $matches ) ) {
43
+
44
+ return $matches[0];
45
+
46
+ } elseif ( preg_match( '/[:\d\w]+/', $ip, $matches ) ) {
47
+
48
+ return $matches[0];
49
+
50
+ } else {
51
+
52
+ return $ip;
53
+ }
54
 
55
+ } else {
56
+
57
+ return current($ip);
58
+ }
59
+
60
+ } elseif ( isset( $_SERVER['REMOTE_ADDR'] ) ) {
61
+ $ip = esc_html( $_SERVER['REMOTE_ADDR'] );
62
+ return $ip;
63
  }
 
64
  }
65
  }
66
 
admin/wizard/wizard-functions.php CHANGED
@@ -115,6 +115,7 @@ $bpsBeginWP = "# CUSTOM CODE WP REWRITE LOOP START\n" . htmlspecialchars_decode(
115
  } else {
116
  $bpsBeginWP = "# WP REWRITE LOOP START
117
  RewriteEngine On
 
118
  RewriteBase $bps_get_wp_root_default
119
  RewriteRule ^index\.php$ - [L]\n";
120
  }
@@ -126,6 +127,7 @@ $bpsMUSDirTop = "# CUSTOM CODE WP REWRITE LOOP START\n" . htmlspecialchars_decod
126
  } else {
127
  $bpsMUSDirTop = "# WP REWRITE LOOP START
128
  RewriteEngine On
 
129
  RewriteBase $bps_get_wp_root_default
130
  RewriteRule ^index\.php$ - [L]\n
131
  {$ms_files_rewriting}
@@ -730,6 +732,7 @@ $bps_default_content_top = "# BULLETPROOF DEFAULT .HTACCESS \n
730
 
731
  $bps_default_content_bottom = "<IfModule mod_rewrite.c>
732
  RewriteEngine On
 
733
  RewriteBase $bps_get_wp_root_default
734
  RewriteRule ^index\.php$ - [L]
735
  RewriteCond %{REQUEST_FILENAME} !-f
@@ -747,6 +750,7 @@ $bpsMUSDirTop = "# CUSTOM CODE WP REWRITE LOOP START\n" . htmlspecialchars_decod
747
  } else {
748
  $bpsMUSDirTop = "# WP REWRITE LOOP START
749
  RewriteEngine On
 
750
  RewriteBase $bps_get_wp_root_default
751
  RewriteRule ^index\.php$ - [L]\n
752
  {$ms_files_rewriting}
115
  } else {
116
  $bpsBeginWP = "# WP REWRITE LOOP START
117
  RewriteEngine On
118
+ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
119
  RewriteBase $bps_get_wp_root_default
120
  RewriteRule ^index\.php$ - [L]\n";
121
  }
127
  } else {
128
  $bpsMUSDirTop = "# WP REWRITE LOOP START
129
  RewriteEngine On
130
+ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
131
  RewriteBase $bps_get_wp_root_default
132
  RewriteRule ^index\.php$ - [L]\n
133
  {$ms_files_rewriting}
732
 
733
  $bps_default_content_bottom = "<IfModule mod_rewrite.c>
734
  RewriteEngine On
735
+ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
736
  RewriteBase $bps_get_wp_root_default
737
  RewriteRule ^index\.php$ - [L]
738
  RewriteCond %{REQUEST_FILENAME} !-f
750
  } else {
751
  $bpsMUSDirTop = "# WP REWRITE LOOP START
752
  RewriteEngine On
753
+ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
754
  RewriteBase $bps_get_wp_root_default
755
  RewriteRule ^index\.php$ - [L]\n
756
  {$ms_files_rewriting}
admin/wizard/wizard.php CHANGED
@@ -834,6 +834,11 @@ $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
834
  echo $successTextBegin.$key.$successMessage8.$successTextEnd;
835
  }
836
 
 
 
 
 
 
837
  // Custom Code - no echo/output: pre-save CC DB options for Custom Code Export|Import features ONLY if DB options do not exist
838
  bpsSetupWizardCustomCodePresave();
839
 
@@ -932,6 +937,11 @@ $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
932
  }
933
  }
934
 
 
 
 
 
 
935
  echo '</p></div>';
936
 
937
  echo '</span>';
@@ -1240,19 +1250,21 @@ bpsSetupWizardPrechecks();
1240
  </form>
1241
 
1242
  <form name="bpsNetLSM" action="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php#bps-tabs-2' ); ?>" method="post">
1243
- <?php wp_nonce_field('bulletproof_security_net_lsm'); ?>
1244
  <div>
1245
  <strong><label for="NetLSM"><?php _e('Network|Multisite Sitewide Login Security Settings', 'bulletproof-security'); ?></label></strong><br />
1246
  <input type="submit" name="Submit-Net-LSM" class="button bps-button" style="margin:10px 0px 20px 0px;width:232px;height:auto;white-space:normal" value="<?php esc_attr_e('Save Network LSM Options Sitewide', 'bulletproof-security') ?>" />
1247
  </div>
 
1248
  </form>
1249
 
1250
  <form name="bpsNetJTC" action="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php#bps-tabs-2' ); ?>" method="post">
1251
- <?php wp_nonce_field('bulletproof_security_net_jtc'); ?>
1252
  <div>
1253
  <strong><label for="NetLSM"><?php _e('Network|Multisite Sitewide JTC-Lite Settings', 'bulletproof-security'); ?></label></strong><br />
1254
  <input type="submit" name="Submit-Net-JTC" class="button bps-button" style="margin:10px 0px 20px 0px;width:232px;height:auto;white-space:normal" value="<?php esc_attr_e('Save Network JTC Options Sitewide', 'bulletproof-security') ?>" />
1255
  </div>
 
1256
  </form>
1257
 
1258
  <?php
@@ -1324,156 +1336,146 @@ if ( isset( $_POST['Submit-MU-Sysinfo-Display'] ) && current_user_can('manage_op
1324
  }
1325
 
1326
  // Network|Multisite: update/save Login Security DB option settings for all sites
1327
- if ( isset( $_POST['Submit-Net-LSM'] ) && current_user_can('manage_options') ) {
1328
- check_admin_referer( 'bulletproof_security_net_lsm' );
1329
 
1330
- if ( is_multisite() ) {
 
1331
 
1332
- if ( wp_is_large_network() ) {
1333
- echo $bps_topDiv;
1334
- $text = '<font color="#fb0101"><strong>'.__('Error: Your Network site exceeds the default WP criteria for a large network site. Either you have more than 10,000 users or more than 10,000 sites. Please post a new forum thread in the BPS plugin support forum on wordpress.org for assistance.', 'bulletproof-security').'</strong></font>';
1335
- echo $text;
1336
- echo $bps_bottomDiv;
1337
 
1338
- return;
1339
- }
1340
-
1341
- $successMessage = __(' LSM DB Options created or updated Successfully!', 'bulletproof-security');
1342
- $successTextBegin = '<font color="green"><strong>';
1343
- $successTextEnd = '</strong></font><br>';
1344
-
1345
- $network_ids = wp_get_sites();
1346
-
1347
- foreach ( $network_ids as $key => $value ) {
1348
 
1349
- $net_id = $value['blog_id'];
1350
-
1351
- $bps_Net_lsm = 'bulletproof_security_options_login_security';
1352
-
1353
- $BPS_Net_LSM_Options = array(
1354
- 'bps_max_logins' => '3',
1355
- 'bps_lockout_duration' => '15',
1356
- 'bps_manual_lockout_duration' => '60',
1357
- 'bps_max_db_rows_display' => '',
1358
- 'bps_login_security_OnOff' => 'On',
1359
- 'bps_login_security_logging' => 'logLockouts',
1360
- 'bps_login_security_errors' => 'wpErrors',
1361
- 'bps_login_security_remaining' => 'On',
1362
- 'bps_login_security_pw_reset' => 'enable',
1363
- 'bps_login_security_sort' => 'ascending',
1364
- 'bps_enable_lsm_woocommerce' => ''
1365
- );
1366
-
1367
- if ( ! get_blog_option( $net_id, $bps_Net_lsm ) ) {
1368
-
1369
- foreach( $BPS_Net_LSM_Options as $key => $value ) {
1370
- update_blog_option( $net_id, 'bulletproof_security_options_login_security', $BPS_Net_LSM_Options );
1371
- }
1372
 
1373
- echo $successTextBegin.'Site: '.$net_id.$successMessage.$successTextEnd;
 
 
 
 
1374
 
1375
- } else {
1376
-
1377
- $BPS_LSM_Options_Net = get_blog_option( $net_id, 'bulletproof_security_options_login_security' );
1378
 
1379
- $BPS_Net_Options_lsm = array(
1380
- 'bps_max_logins' => $BPS_LSM_Options_Net['bps_max_logins'],
1381
- 'bps_lockout_duration' => $BPS_LSM_Options_Net['bps_lockout_duration'],
1382
- 'bps_manual_lockout_duration' => $BPS_LSM_Options_Net['bps_manual_lockout_duration'],
1383
- 'bps_max_db_rows_display' => $BPS_LSM_Options_Net['bps_max_db_rows_display'],
1384
- 'bps_login_security_OnOff' => $BPS_LSM_Options_Net['bps_login_security_OnOff'],
1385
- 'bps_login_security_logging' => $BPS_LSM_Options_Net['bps_login_security_logging'],
1386
- 'bps_login_security_errors' => $BPS_LSM_Options_Net['bps_login_security_errors'],
1387
- 'bps_login_security_remaining' => $BPS_LSM_Options_Net['bps_login_security_remaining'],
1388
- 'bps_login_security_pw_reset' => $BPS_LSM_Options_Net['bps_login_security_pw_reset'],
1389
- 'bps_login_security_sort' => $BPS_LSM_Options_Net['bps_login_security_sort'],
1390
  'bps_enable_lsm_woocommerce' => ''
1391
  );
1392
-
1393
- foreach( $BPS_Net_Options_lsm as $key => $value ) {
1394
- update_blog_option( $net_id, 'bulletproof_security_options_login_security', $BPS_Net_Options_lsm );
1395
- }
 
 
 
 
 
 
 
 
1396
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1397
  echo $successTextBegin.'Site: '.$net_id.$successMessage.$successTextEnd;
 
1398
  }
1399
  }
1400
  }
1401
  }
1402
 
1403
  // Network|Multisite: update/save JTC-Lite DB option settings for all sites
1404
- if ( isset( $_POST['Submit-Net-JTC'] ) && current_user_can('manage_options') ) {
1405
- check_admin_referer( 'bulletproof_security_net_jtc' );
1406
 
1407
- if ( is_multisite() ) {
 
1408
 
1409
- if ( wp_is_large_network() ) {
1410
- echo $bps_topDiv;
1411
- $text = '<font color="#fb0101"><strong>'.__('Error: Your Network site exceeds the default WP criteria for a large network site. Either you have more than 10,000 users or more than 10,000 sites. Please send an email to info@ait-pro.com for help. Use this email Subject line: Setup Wizard Options Large Network Site Help.', 'bulletproof-security').'</strong></font>';
1412
- echo $text;
1413
- echo $bps_bottomDiv;
1414
 
1415
- return;
1416
- }
1417
-
1418
- $successMessage = __(' JTC DB Options created or updated Successfully!', 'bulletproof-security');
1419
- $successTextBegin = '<font color="green"><strong>';
1420
- $successTextEnd = '</strong></font><br>';
1421
-
1422
- $network_ids = wp_get_sites();
1423
-
1424
- foreach ( $network_ids as $key => $value ) {
1425
 
1426
- $net_id = $value['blog_id'];
1427
-
1428
- $bps_Net_jtc = 'bulletproof_security_options_login_security_jtc';
1429
-
1430
- $BPS_Net_JTC_Options = array(
1431
- 'bps_tooltip_captcha_key' => 'jtc',
1432
- 'bps_tooltip_captcha_hover_text' => 'Type/Enter: jtc',
1433
- 'bps_tooltip_captcha_title' => 'Hover or click the text box below',
1434
- 'bps_tooltip_captcha_logging' => 'Off',
1435
- 'bps_jtc_login_form' => '1',
1436
- 'bps_jtc_register_form' => '',
1437
- 'bps_jtc_lostpassword_form' => '',
1438
- 'bps_jtc_comment_form' => '',
1439
- 'bps_jtc_mu_register_form' => '',
1440
- 'bps_jtc_buddypress_register_form' => '',
1441
- 'bps_jtc_buddypress_sidebar_form' => '',
1442
- 'bps_jtc_administrator' => '',
1443
- 'bps_jtc_editor' => '',
1444
- 'bps_jtc_author' => '',
1445
- 'bps_jtc_contributor' => '',
1446
- 'bps_jtc_subscriber' => '',
1447
- 'bps_jtc_comment_form_error' => '',
1448
- 'bps_jtc_comment_form_label' => '',
1449
- 'bps_jtc_comment_form_input' => '',
1450
- 'bps_jtc_custom_roles' => '',
1451
- 'bps_enable_jtc_woocommerce' => '',
1452
- 'bps_jtc_custom_form_error' => ''
1453
- );
1454
-
1455
- if ( ! get_blog_option( $net_id, $bps_Net_jtc ) ) {
1456
-
1457
- foreach( $BPS_Net_JTC_Options as $key => $value ) {
1458
- update_blog_option( $net_id, 'bulletproof_security_options_login_security_jtc', $BPS_Net_JTC_Options );
1459
- }
1460
 
1461
- echo $successTextBegin.'Site: '.$net_id.$successMessage.$successTextEnd;
1462
-
 
 
 
 
 
 
 
1463
  } else {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1464
 
1465
- $BPS_JTC_Options_Net = get_blog_option( $net_id, 'bulletproof_security_options_login_security_jtc' );
 
 
 
 
 
 
1466
 
1467
- $BPS_Net_Options_jtc = array(
1468
- 'bps_tooltip_captcha_key' => $BPS_JTC_Options_Net['bps_tooltip_captcha_key'],
1469
- 'bps_tooltip_captcha_hover_text' => $BPS_JTC_Options_Net['bps_tooltip_captcha_hover_text'],
1470
- 'bps_tooltip_captcha_title' => $BPS_JTC_Options_Net['bps_tooltip_captcha_title'],
1471
  'bps_tooltip_captcha_logging' => 'Off',
1472
- 'bps_jtc_login_form' => $BPS_JTC_Options_Net['bps_jtc_login_form'],
1473
  'bps_jtc_register_form' => '',
1474
  'bps_jtc_lostpassword_form' => '',
1475
  'bps_jtc_comment_form' => '',
1476
- 'bps_jtc_mu_register_form' => '',
1477
  'bps_jtc_buddypress_register_form' => '',
1478
  'bps_jtc_buddypress_sidebar_form' => '',
1479
  'bps_jtc_administrator' => '',
@@ -1481,18 +1483,56 @@ if ( isset( $_POST['Submit-Net-JTC'] ) && current_user_can('manage_options') ) {
1481
  'bps_jtc_author' => '',
1482
  'bps_jtc_contributor' => '',
1483
  'bps_jtc_subscriber' => '',
1484
- 'bps_jtc_comment_form_error' => $BPS_JTC_Options_Net['bps_jtc_comment_form_error'],
1485
- 'bps_jtc_comment_form_label' => $BPS_JTC_Options_Net['bps_jtc_comment_form_label'],
1486
- 'bps_jtc_comment_form_input' => $BPS_JTC_Options_Net['bps_jtc_comment_form_input'],
1487
- 'bps_jtc_custom_roles' => $BPS_JTC_Options_Net['bps_jtc_custom_roles'],
1488
  'bps_enable_jtc_woocommerce' => '',
1489
- 'bps_jtc_custom_form_error' => $BPS_JTC_Options_Net['bps_jtc_custom_form_error']
1490
  );
1491
-
1492
- foreach( $BPS_Net_Options_jtc as $key => $value ) {
1493
- update_blog_option( $net_id, 'bulletproof_security_options_login_security_jtc', $BPS_Net_Options_jtc );
1494
- }
 
 
 
1495
  echo $successTextBegin.'Site: '.$net_id.$successMessage.$successTextEnd;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1496
  }
1497
  }
1498
  }
834
  echo $successTextBegin.$key.$successMessage8.$successTextEnd;
835
  }
836
 
837
+ // 4.5: Network subsites create|update all subsite LSM DB options
838
+ if ( is_multisite() ) {
839
+ bpsPro_network_subsites_lsm_settings();
840
+ }
841
+
842
  // Custom Code - no echo/output: pre-save CC DB options for Custom Code Export|Import features ONLY if DB options do not exist
843
  bpsSetupWizardCustomCodePresave();
844
 
937
  }
938
  }
939
 
940
+ // 4.5: Network subsites create|update all subsite JTC-Lite DB options
941
+ if ( is_multisite() ) {
942
+ bpsPro_network_subsites_jtc_settings();
943
+ }
944
+
945
  echo '</p></div>';
946
 
947
  echo '</span>';
1250
  </form>
1251
 
1252
  <form name="bpsNetLSM" action="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php#bps-tabs-2' ); ?>" method="post">
1253
+ <?php wp_nonce_field('bps_setup_wizard'); ?>
1254
  <div>
1255
  <strong><label for="NetLSM"><?php _e('Network|Multisite Sitewide Login Security Settings', 'bulletproof-security'); ?></label></strong><br />
1256
  <input type="submit" name="Submit-Net-LSM" class="button bps-button" style="margin:10px 0px 20px 0px;width:232px;height:auto;white-space:normal" value="<?php esc_attr_e('Save Network LSM Options Sitewide', 'bulletproof-security') ?>" />
1257
  </div>
1258
+ <?php bpsPro_network_subsites_lsm_settings(); ?>
1259
  </form>
1260
 
1261
  <form name="bpsNetJTC" action="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php#bps-tabs-2' ); ?>" method="post">
1262
+ <?php wp_nonce_field('bps_setup_wizard'); ?>
1263
  <div>
1264
  <strong><label for="NetLSM"><?php _e('Network|Multisite Sitewide JTC-Lite Settings', 'bulletproof-security'); ?></label></strong><br />
1265
  <input type="submit" name="Submit-Net-JTC" class="button bps-button" style="margin:10px 0px 20px 0px;width:232px;height:auto;white-space:normal" value="<?php esc_attr_e('Save Network JTC Options Sitewide', 'bulletproof-security') ?>" />
1266
  </div>
1267
+ <?php bpsPro_network_subsites_jtc_settings(); ?>
1268
  </form>
1269
 
1270
  <?php
1336
  }
1337
 
1338
  // Network|Multisite: update/save Login Security DB option settings for all sites
1339
+ function bpsPro_network_subsites_lsm_settings() {
 
1340
 
1341
+ if ( isset( $_POST['Submit-Net-LSM'] ) && current_user_can('manage_options') || isset( $_POST['Submit-Setup-Wizard'] ) && current_user_can('manage_options') ) {
1342
+ check_admin_referer( 'bps_setup_wizard' );
1343
 
1344
+ if ( is_multisite() ) {
 
 
 
 
1345
 
1346
+ if ( wp_is_large_network() ) {
1347
+ echo $bps_topDiv;
1348
+ $text = '<font color="#fb0101"><strong>'.__('Error: Your Network site exceeds the default WP criteria for a large network site. Either you have more than 10,000 users or more than 10,000 sites. Please post a new forum thread in the BPS plugin support forum on wordpress.org for assistance.', 'bulletproof-security').'</strong></font>';
1349
+ echo $text;
1350
+ echo $bps_bottomDiv;
 
 
 
 
 
1351
 
1352
+ return;
1353
+ }
1354
+
1355
+ $successMessage = __(' LSM DB Options created or updated Successfully!', 'bulletproof-security');
1356
+ $successTextBegin = '<font color="green"><strong>';
1357
+ $successTextEnd = '</strong></font><br>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1358
 
1359
+ $network_ids = wp_get_sites();
1360
+
1361
+ foreach ( $network_ids as $key => $value ) {
1362
+
1363
+ $net_id = $value['blog_id'];
1364
 
1365
+ $bps_Net_lsm = 'bulletproof_security_options_login_security';
 
 
1366
 
1367
+ $BPS_Net_LSM_Options = array(
1368
+ 'bps_max_logins' => '3',
1369
+ 'bps_lockout_duration' => '15',
1370
+ 'bps_manual_lockout_duration' => '60',
1371
+ 'bps_max_db_rows_display' => '',
1372
+ 'bps_login_security_OnOff' => 'On',
1373
+ 'bps_login_security_logging' => 'logLockouts',
1374
+ 'bps_login_security_errors' => 'wpErrors',
1375
+ 'bps_login_security_remaining' => 'On',
1376
+ 'bps_login_security_pw_reset' => 'enable',
1377
+ 'bps_login_security_sort' => 'ascending',
1378
  'bps_enable_lsm_woocommerce' => ''
1379
  );
1380
+
1381
+ if ( ! get_blog_option( $net_id, $bps_Net_lsm ) ) {
1382
+
1383
+ foreach( $BPS_Net_LSM_Options as $key => $value ) {
1384
+ update_blog_option( $net_id, 'bulletproof_security_options_login_security', $BPS_Net_LSM_Options );
1385
+ }
1386
+
1387
+ echo $successTextBegin.'Site: '.$net_id.$successMessage.$successTextEnd;
1388
+
1389
+ } else {
1390
+
1391
+ $BPS_LSM_Options_Net = get_blog_option( $net_id, 'bulletproof_security_options_login_security' );
1392
 
1393
+ $BPS_Net_Options_lsm = array(
1394
+ 'bps_max_logins' => $BPS_LSM_Options_Net['bps_max_logins'],
1395
+ 'bps_lockout_duration' => $BPS_LSM_Options_Net['bps_lockout_duration'],
1396
+ 'bps_manual_lockout_duration' => $BPS_LSM_Options_Net['bps_manual_lockout_duration'],
1397
+ 'bps_max_db_rows_display' => $BPS_LSM_Options_Net['bps_max_db_rows_display'],
1398
+ 'bps_login_security_OnOff' => $BPS_LSM_Options_Net['bps_login_security_OnOff'],
1399
+ 'bps_login_security_logging' => $BPS_LSM_Options_Net['bps_login_security_logging'],
1400
+ 'bps_login_security_errors' => $BPS_LSM_Options_Net['bps_login_security_errors'],
1401
+ 'bps_login_security_remaining' => $BPS_LSM_Options_Net['bps_login_security_remaining'],
1402
+ 'bps_login_security_pw_reset' => $BPS_LSM_Options_Net['bps_login_security_pw_reset'],
1403
+ 'bps_login_security_sort' => $BPS_LSM_Options_Net['bps_login_security_sort'],
1404
+ 'bps_enable_lsm_woocommerce' => ''
1405
+ );
1406
+
1407
+ foreach( $BPS_Net_Options_lsm as $key => $value ) {
1408
+ update_blog_option( $net_id, 'bulletproof_security_options_login_security', $BPS_Net_Options_lsm );
1409
+ }
1410
+
1411
  echo $successTextBegin.'Site: '.$net_id.$successMessage.$successTextEnd;
1412
+ }
1413
  }
1414
  }
1415
  }
1416
  }
1417
 
1418
  // Network|Multisite: update/save JTC-Lite DB option settings for all sites
1419
+ function bpsPro_network_subsites_jtc_settings() {
 
1420
 
1421
+ if ( isset( $_POST['Submit-Net-JTC'] ) && current_user_can('manage_options') || isset( $_POST['Submit-Setup-Wizard'] ) && current_user_can('manage_options') ) {
1422
+ check_admin_referer( 'bps_setup_wizard' );
1423
 
1424
+ if ( is_multisite() ) {
 
 
 
 
1425
 
1426
+ if ( wp_is_large_network() ) {
1427
+ echo $bps_topDiv;
1428
+ $text = '<font color="#fb0101"><strong>'.__('Error: Your Network site exceeds the default WP criteria for a large network site. Either you have more than 10,000 users or more than 10,000 sites. Please send an email to info@ait-pro.com for help. Use this email Subject line: Setup Wizard Options Large Network Site Help.', 'bulletproof-security').'</strong></font>';
1429
+ echo $text;
1430
+ echo $bps_bottomDiv;
 
 
 
 
 
1431
 
1432
+ return;
1433
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1434
 
1435
+ $successMessage = __(' JTC DB Options created or updated Successfully!', 'bulletproof-security');
1436
+ $successTextBegin = '<font color="green"><strong>';
1437
+ $successTextEnd = '</strong></font><br>';
1438
+
1439
+ $jtc_options = get_option('bulletproof_security_options_login_security_jtc');
1440
+
1441
+ if ( ! $jtc_options['bps_jtc_custom_roles'] ) {
1442
+ $bps_jtc_custom_roles = array( 'bps', '' );
1443
+
1444
  } else {
1445
+
1446
+ foreach ( $jtc_options as $key => $value ) {
1447
+
1448
+ if ( $key == 'bps_jtc_custom_roles' ) {
1449
+
1450
+ if ( ! is_array($value) ) {
1451
+ $bps_jtc_custom_roles = array( 'bps', '' );
1452
+ } else {
1453
+ $bps_jtc_custom_roles = $jtc_options['bps_jtc_custom_roles'];
1454
+ }
1455
+ }
1456
+ }
1457
+ }
1458
+
1459
+ $bps_jtc_custom_form_error = ! $jtc_options['bps_jtc_custom_form_error'] ? '' : $jtc_options['bps_jtc_custom_form_error'];
1460
 
1461
+ $network_ids = wp_get_sites();
1462
+
1463
+ foreach ( $network_ids as $key => $value ) {
1464
+
1465
+ $net_id = $value['blog_id'];
1466
+
1467
+ $bps_Net_jtc = 'bulletproof_security_options_login_security_jtc';
1468
 
1469
+ $BPS_Net_JTC_Options = array(
1470
+ 'bps_tooltip_captcha_key' => 'jtc',
1471
+ 'bps_tooltip_captcha_hover_text' => 'Type/Enter: jtc',
1472
+ 'bps_tooltip_captcha_title' => 'Hover or click the text box below',
1473
  'bps_tooltip_captcha_logging' => 'Off',
1474
+ 'bps_jtc_login_form' => '1',
1475
  'bps_jtc_register_form' => '',
1476
  'bps_jtc_lostpassword_form' => '',
1477
  'bps_jtc_comment_form' => '',
1478
+ 'bps_jtc_mu_register_form' => '',
1479
  'bps_jtc_buddypress_register_form' => '',
1480
  'bps_jtc_buddypress_sidebar_form' => '',
1481
  'bps_jtc_administrator' => '',
1483
  'bps_jtc_author' => '',
1484
  'bps_jtc_contributor' => '',
1485
  'bps_jtc_subscriber' => '',
1486
+ 'bps_jtc_comment_form_error' => '',
1487
+ 'bps_jtc_comment_form_label' => '',
1488
+ 'bps_jtc_comment_form_input' => '',
1489
+ 'bps_jtc_custom_roles' => $bps_jtc_custom_roles,
1490
  'bps_enable_jtc_woocommerce' => '',
1491
+ 'bps_jtc_custom_form_error' => $bps_jtc_custom_form_error
1492
  );
1493
+
1494
+ if ( ! get_blog_option( $net_id, $bps_Net_jtc ) ) {
1495
+
1496
+ foreach( $BPS_Net_JTC_Options as $key => $value ) {
1497
+ update_blog_option( $net_id, 'bulletproof_security_options_login_security_jtc', $BPS_Net_JTC_Options );
1498
+ }
1499
+
1500
  echo $successTextBegin.'Site: '.$net_id.$successMessage.$successTextEnd;
1501
+
1502
+ } else {
1503
+
1504
+ $BPS_JTC_Options_Net = get_blog_option( $net_id, 'bulletproof_security_options_login_security_jtc' );
1505
+
1506
+ $BPS_Net_Options_jtc = array(
1507
+ 'bps_tooltip_captcha_key' => $BPS_JTC_Options_Net['bps_tooltip_captcha_key'],
1508
+ 'bps_tooltip_captcha_hover_text' => $BPS_JTC_Options_Net['bps_tooltip_captcha_hover_text'],
1509
+ 'bps_tooltip_captcha_title' => $BPS_JTC_Options_Net['bps_tooltip_captcha_title'],
1510
+ 'bps_tooltip_captcha_logging' => 'Off',
1511
+ 'bps_jtc_login_form' => $BPS_JTC_Options_Net['bps_jtc_login_form'],
1512
+ 'bps_jtc_register_form' => '',
1513
+ 'bps_jtc_lostpassword_form' => '',
1514
+ 'bps_jtc_comment_form' => '',
1515
+ 'bps_jtc_mu_register_form' => '',
1516
+ 'bps_jtc_buddypress_register_form' => '',
1517
+ 'bps_jtc_buddypress_sidebar_form' => '',
1518
+ 'bps_jtc_administrator' => '',
1519
+ 'bps_jtc_editor' => '',
1520
+ 'bps_jtc_author' => '',
1521
+ 'bps_jtc_contributor' => '',
1522
+ 'bps_jtc_subscriber' => '',
1523
+ 'bps_jtc_comment_form_error' => $BPS_JTC_Options_Net['bps_jtc_comment_form_error'],
1524
+ 'bps_jtc_comment_form_label' => $BPS_JTC_Options_Net['bps_jtc_comment_form_label'],
1525
+ 'bps_jtc_comment_form_input' => $BPS_JTC_Options_Net['bps_jtc_comment_form_input'],
1526
+ 'bps_jtc_custom_roles' => $bps_jtc_custom_roles,
1527
+ 'bps_enable_jtc_woocommerce' => '',
1528
+ 'bps_jtc_custom_form_error' => $bps_jtc_custom_form_error
1529
+ );
1530
+
1531
+ foreach( $BPS_Net_Options_jtc as $key => $value ) {
1532
+ update_blog_option( $net_id, 'bulletproof_security_options_login_security_jtc', $BPS_Net_Options_jtc );
1533
+ }
1534
+ echo $successTextBegin.'Site: '.$net_id.$successMessage.$successTextEnd;
1535
+ }
1536
  }
1537
  }
1538
  }
bulletproof-security.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://forum.ait-pro.com/read-me-first/
5
  Text Domain: bulletproof-security
6
  Domain Path: /languages/
7
  Description: <strong>Feature Highlights:</strong> Setup Wizard &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 &bull; WP Automatic Update Options (BPS MU Tools must-use plugin)
8
- Version: 4.4
9
  Author: AITpro Website Security
10
  Author URI: https://forum.ait-pro.com/read-me-first/
11
  */
@@ -33,9 +33,9 @@ Author URI: https://forum.ait-pro.com/read-me-first/
33
  // and cannot access the global variables within functions in BPS. Luckily this does not break BPS or WordPress in any way and PHP.net states this is technically not an error.
34
  global $bps_last_version, $bps_version, $aitpro_bullet, $bps_topDiv, $bps_bottomDiv, $bpsPro_remote_addr, $bpsPro_http_client_ip, $bpsPro_http_forwarded, $bpsPro_http_x_forwarded_for, $bpsPro_http_x_cluster_client_ip, $bps_wpcontent_dir, $bps_plugin_dir;
35
 
36
- define( 'BULLETPROOF_VERSION', '4.4' );
37
- $bps_last_version = '4.3';
38
- $bps_version = '4.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 &bull; WP Automatic Update Options (BPS MU Tools must-use plugin)
8
+ Version: 4.5
9
  Author: AITpro Website Security
10
  Author URI: https://forum.ait-pro.com/read-me-first/
11
  */
33
  // and cannot access the global variables within functions in BPS. Luckily this does not break BPS or WordPress in any way and PHP.net states this is technically not an error.
34
  global $bps_last_version, $bps_version, $aitpro_bullet, $bps_topDiv, $bps_bottomDiv, $bpsPro_remote_addr, $bpsPro_http_client_ip, $bpsPro_http_forwarded, $bpsPro_http_x_forwarded_for, $bpsPro_http_x_cluster_client_ip, $bps_wpcontent_dir, $bps_plugin_dir;
35
 
36
+ define( 'BULLETPROOF_VERSION', '4.5' );
37
+ $bps_last_version = '4.4';
38
+ $bps_version = '4.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/functions.php CHANGED
@@ -187,6 +187,10 @@ function bpsPro_new_feature_autoupdate() {
187
  // BPS Status Display Admin notices
188
  function bps_status_display_admin_notices() {
189
 
 
 
 
 
190
  if ( current_user_can('manage_options') ) {
191
  bps_root_htaccess_status_dashboard();
192
  bps_wpadmin_htaccess_status_dashboard();
@@ -1083,6 +1087,7 @@ global $aitpro_bullet;
1083
  // .53.6: Fubar condition added for servers that do not have either mod_access_compat and mod_authz_core or mod_rewrite Loaded.
1084
  // A user can override this check by enabling Enable|Disable htaccess Files: htaccess Files Enabled in the Setup Wizard.
1085
  // If an override is chosen then the fallback used is mod_access_compat.
 
1086
  function bpsPro_apache_mod_directive_check() {
1087
 
1088
  if ( current_user_can('manage_options') ) {
@@ -1099,31 +1104,18 @@ function bpsPro_apache_mod_directive_check() {
1099
  $url5 = plugins_url( '/bulletproof-security/admin/mod-test/mod_authz_host-require-ip.png' );
1100
  // 6: 403: mod_authz_host|mod_access_compat Order Directive Denied Conditional
1101
  $url6 = plugins_url( '/bulletproof-security/admin/mod-test/mod_authz_host-od-cond-denied.png' );
1102
- // 8: 403: mod_access_compat: No IfModule Condition Order Directive Deny from all
1103
- // if 2 is a 200 response and 8 is a 403 response then the host is not allowing/processing IfModule conditions
1104
- // 8: 500 error if mod_access_compat is not loaded.
1105
- $url8 = plugins_url( '/bulletproof-security/admin/mod-test/mod_access_compat-od-nc-denied.png' );
1106
  // 9: 302 or 200: mod_rewrite Module IS loaded.
1107
  // 9: 500 error if mod_rewrite Module is not loaded.
1108
  $url9 = plugins_url( '/bulletproof-security/admin/mod-test/mod_rewrite-nc.png' );
1109
- // 10: mod_authz_core: No IfModule Condition Require all denied
1110
- // 10: 403 if mod_authz_core IS loaded.
1111
- // 10: 500 error if mod_authz_core is NOT loaded
1112
- $url10 = plugins_url( '/bulletproof-security/admin/mod-test/mod_authz_core-nc-denied.png' );
1113
- // 11: mod_authz_host: No IfModule Condition Require host
1114
- // 11: 403 if mod_authz_host IS loaded.
1115
- // 11: 500 error if mod_authz_host is NOT loaded
1116
- $url11 = plugins_url( '/bulletproof-security/admin/mod-test/mod_authz_host-nc-require-host.png' );
1117
  // 12: mod_security: 403 if mod_security IS loaded.
1118
  $url12 = plugins_url( '/bulletproof-security/admin/mod-test/mod_security.png' );
1119
  // 13: mod_security2: 403 if mod_security2 IS loaded.
1120
- $url13 = plugins_url( '/bulletproof-security/admin/mod-test/mod_security-2.png' );
1121
 
1122
- $view_test_page = plugins_url( '/bulletproof-security/admin/mod-test/' );
1123
- $url_array = array( $url2, $url3, $url4, $url5, $url6, $url8, $url9, $url10, $url11, $url12, $url13 );
1124
-
1125
- echo '<strong><span class="sysinfo-label-text">'.__('Apache Modules|Directives|Backward Compatibility(Yes|No)|IfModule(Yes|No): ', 'bulletproof-security').'</span><a href="'.$view_test_page.'" target="_blank" title="Apache Module and Directives test page">View Visual Test</a></strong><br>';
1126
 
 
 
1127
  foreach ( $url_array as $key => $value ) {
1128
 
1129
  $response = wp_remote_get( $value );
@@ -1149,31 +1141,19 @@ function bpsPro_apache_mod_directive_check() {
1149
  if ( $key == 4 ) { // 6
1150
  $status_code6 = $response['response']['code'];
1151
  }
1152
-
1153
- if ( $key == 5 ) { // 8
1154
- $status_code8 = $response['response']['code'];
1155
- }
1156
 
1157
- if ( $key == 6 ) { // 9
1158
  $status_code9 = $response['response']['code'];
1159
  }
1160
-
1161
- if ( $key == 7 ) { // 10
1162
- $status_code10 = $response['response']['code'];
1163
- }
1164
 
1165
- if ( $key == 8 ) { // 11
1166
- $status_code11 = $response['response']['code'];
1167
- }
1168
-
1169
- if ( $key == 9 ) { // 12
1170
  $status_code12 = $response['response']['code'];
1171
  }
1172
 
1173
- if ( $key == 10 ) { // 13
1174
  $status_code13 = $response['response']['code'];
1175
  }
1176
-
1177
  } else {
1178
 
1179
  $text = '<font color="#fb0101"><strong>'.__('ERROR: wp_remote_get() function is blocked or unable to get the URL path', 'bulletproof-security').'</strong></font><br>';
@@ -1182,48 +1162,42 @@ function bpsPro_apache_mod_directive_check() {
1182
  }
1183
 
1184
  // Fubar: Server does not have necessary Modules loaded to use htaccess files
1185
- // if $status_code8 && $status_code10 are 500 errors then neither mod_access_compat or mod_authz_core are loaded.
1186
  // if $status_code9 is a 500 error then mod_rewrite is not loaded.
1187
- if ( 500 == $status_code8 && 500 == $status_code10 || 500 == $status_code9 ) {
1188
 
1189
  $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
1190
 
1191
  if ( $HFiles_options['bps_htaccess_files'] == 'enabled' ) {
1192
- $apache_ifmodule = 'No';
1193
  } else {
1194
  $apache_ifmodule = 'fubar';
1195
  }
1196
 
1197
- $text = '<font color="#fb0101"><strong>'.$status_code8.':'.$status_code10.':'.$status_code9.':</strong></font> '.__('mod_access_compat and mod_authz_core or mod_rewrite is NOT Loaded', 'bulletproof-security').'<br>';
1198
  echo $text;
1199
 
1200
  } else {
1201
 
1202
- // mod_access_compat loaded, IfModule condition working, Order, Allow, Deny directives are supported
1203
- if ( 403 == $status_code2 && 403 == $status_code8 ) {
1204
 
1205
  $apache_ifmodule = 'Yes';
1206
 
1207
  $text = '<font color="green"><strong>'.$status_code2.':</strong></font> '.__('mod_access_compat is Loaded|Order, Allow, Deny directives are supported|IfModule: Yes', 'bulletproof-security').'<br>';
1208
  echo $text;
1209
 
1210
- } elseif ( 403 != $status_code2 && 403 == $status_code8 ) {
1211
-
1212
- $apache_ifmodule = 'No';
1213
-
1214
- $text = '<font color="#2ea2cc"><strong>'.$status_code2.':</strong></font> '.__('mod_access_compat is Loaded|Order, Allow, Deny directives are supported|IfModule: No', 'bulletproof-security').'<br>';
1215
- echo $text;
1216
-
1217
- } else { // BPS 11.1: mod_access_compat fallback. 11.8: Fubar condition added so this is a safe fallback.
1218
 
1219
- $apache_ifmodule = 'No';
1220
 
1221
- $text = '<font color="#2ea2cc"><strong>'.$status_code8.':</strong></font> '.__('mod_access_compat is Loaded', 'bulletproof-security').'<br>';
1222
  echo $text;
1223
-
1224
  }
1225
 
1226
- // mod_authz_core loaded, IfModule condition working, Order, Allow, Deny directives are supported
 
1227
  if ( 403 == $status_code3 && 403 == $status_code4 ) {
1228
 
1229
  $text = '<font color="green"><strong>'.$status_code3.':</strong></font> '.__('mod_authz_core is Loaded|Order, Allow, Deny directives are supported|BC: Yes|IfModule: Yes', 'bulletproof-security').'<br>';
@@ -1231,27 +1205,18 @@ function bpsPro_apache_mod_directive_check() {
1231
 
1232
  } elseif ( 403 == $status_code3 && 403 != $status_code4 ) {
1233
 
1234
- $text = '<font color="#2ea2cc"><strong>'.$status_code4.':</strong></font> '.__('mod_authz_core is Loaded|Order, Allow, Deny directives are NOT supported|BC: No|IfModule: Yes', 'bulletproof-security').'<br>';
1235
  echo $text;
1236
 
1237
- } elseif ( 403 == $status_code10 && 403 != $status_code3 ) {
1238
-
1239
- $text = '<font color="#2ea2cc"><strong>'.$status_code3.':</strong></font> '.__('mod_authz_core is Loaded|IfModule: No', 'bulletproof-security').'<br>';
1240
- echo $text;
1241
-
1242
- } elseif ( 500 == $status_code10 && 200 == $status_code3 ) {
1243
-
1244
- $text = '<font color="#2ea2cc"><strong>'.$status_code3.':</strong></font> '.__('mod_authz_core is NOT Loaded|IfModule: Yes', 'bulletproof-security').'<br>';
1245
- echo $text;
1246
-
1247
-
1248
- } elseif ( 500 == $status_code10 ) {
1249
 
1250
- $text = '<font color="#2ea2cc"><strong>'.$status_code3.':</strong></font> '.__('mod_authz_core is NOT Loaded', 'bulletproof-security').'<br>';
1251
  echo $text;
1252
  }
1253
 
1254
- // mod_authz_host loaded, IfModule condition working, Order, Allow, Deny directives are supported
 
 
1255
  if ( 403 == $status_code5 && 403 == $status_code6 ) {
1256
 
1257
  $text = '<font color="green"><strong>'.$status_code5.':</strong></font> '.__('mod_authz_host is Loaded|Order, Allow, Deny directives are supported|BC: Yes|IfModule: Yes', 'bulletproof-security').'<br>';
@@ -1259,29 +1224,19 @@ function bpsPro_apache_mod_directive_check() {
1259
 
1260
  } elseif ( 403 == $status_code5 && 403 != $status_code6 ) {
1261
 
1262
- $text = '<font color="#2ea2cc"><strong>'.$status_code6.':</strong></font> '.__('mod_authz_host is Loaded|Order, Allow, Deny directives are NOT supported|BC: No|IfModule: Yes', 'bulletproof-security').'<br>';
1263
  echo $text;
1264
 
1265
- } elseif ( 403 == $status_code11 && 403 != $status_code5 ) {
1266
-
1267
- $text = '<font color="#2ea2cc"><strong>'.$status_code5.':</strong></font> '.__('mod_authz_host is Loaded|IfModule: No', 'bulletproof-security').'<br>';
1268
- echo $text;
1269
-
1270
- } elseif ( 500 == $status_code11 && 403 == $status_code6 ) {
1271
-
1272
- $text = '<font color="#2ea2cc"><strong>'.$status_code6.':</strong></font> '.__('mod_authz_host is NOT Loaded|IfModule: Yes', 'bulletproof-security').'<br>';
1273
- echo $text;
1274
-
1275
- } elseif ( 500 == $status_code11 ) {
1276
 
1277
- $text = '<font color="#2ea2cc"><strong>'.$status_code11.':</strong></font> '.__('mod_authz_host is NOT Loaded', 'bulletproof-security').'<br>';
1278
  echo $text;
1279
  }
1280
 
1281
- // 11.8: mod_rewrite Module IS loaded.
1282
  if ( 301 == $status_code9 || 302 == $status_code9 || 200 == $status_code9 || 404 == $status_code9 || 403 == $status_code9 ) {
1283
 
1284
- $text = '<font color="green"><strong>'.$status_code9.':</strong></font> '.__('mod_rewrite Module is Loaded', 'bulletproof-security').'<br>';
1285
  echo $text;
1286
 
1287
  } else {
@@ -1311,14 +1266,14 @@ function bpsPro_apache_mod_directive_check() {
1311
  }
1312
  }
1313
 
1314
- // 2.9: mod_security or mod_security2 Module loaded.
1315
  if ( 403 == $status_code12 || 403 == $status_code13 ) {
1316
 
1317
  if ( 403 == $status_code12 ) {
1318
- $text = '<font color="#fb0101"><strong>'.$status_code12.':</strong></font> '.__('mod_security Module is Loaded|Enabled', 'bulletproof-security').'<br>';
1319
  echo $text;
1320
  } elseif ( 403 == $status_code13 ) {
1321
- $text = '<font color="#fb0101"><strong>'.$status_code13.':</strong></font> '.__('mod_security2 Module is Loaded|Enabled', 'bulletproof-security').'<br>';
1322
  echo $text;
1323
  }
1324
 
@@ -1330,7 +1285,7 @@ function bpsPro_apache_mod_directive_check() {
1330
 
1331
  } else {
1332
 
1333
- $text = '<font color="green"><strong>'.$status_code12.':</strong></font> '.__('mod_security Module is not Loaded|Enabled', 'bulletproof-security').'<br>';
1334
  echo $text;
1335
 
1336
  $bps_mod_security_options = array( 'bps_mod_security_check' => '0' );
@@ -1341,30 +1296,26 @@ function bpsPro_apache_mod_directive_check() {
1341
  }
1342
 
1343
  // End: System Info page check
1344
- // BEGIN: Pre-Installation Wizard, BPS Upgrade & Core Inpage check. Create/update db options and new htaccess files
1345
  } else {
1346
 
1347
  // 2: 403: mod_access_compat Module IS loaded. "Deny from all". Allows "Order, Deny, Allow" directives
1348
  $url2 = plugins_url( '/bulletproof-security/admin/mod-test/mod_access_compat-od-denied.png' );
1349
- // 8: 403: mod_access_compat: No IfModule Condition Order Directive Deny from all
1350
- // if 2 is a 200 response and 8 is a 403 response then the host is not allowing/processing IfModule conditions
1351
- // 8: 500 error if mod_access_compat is not loaded.
1352
- $url8 = plugins_url( '/bulletproof-security/admin/mod-test/mod_access_compat-od-nc-denied.png' );
1353
  // 9: 302 or 200: mod_rewrite Module IS loaded.
1354
  // 9: 500 error if mod_rewrite Module is not loaded.
1355
  $url9 = plugins_url( '/bulletproof-security/admin/mod-test/mod_rewrite-nc.png' );
1356
- // 10: mod_authz_core: No IfModule Condition Require all denied
1357
- // 10: 403 if mod_authz_core IS loaded.
1358
- // 10: 500 error if mod_authz_core is NOT loaded
1359
- $url10 = plugins_url( '/bulletproof-security/admin/mod-test/mod_authz_core-nc-denied.png' );
1360
  // 12: mod_security: 403 if mod_security IS loaded.
1361
  $url12 = plugins_url( '/bulletproof-security/admin/mod-test/mod_security.png' );
1362
  // 13: mod_security2: 403 if mod_security2 IS loaded.
1363
- $url13 = plugins_url( '/bulletproof-security/admin/mod-test/mod_security-2.png' );
1364
-
1365
- $url_array = array( $url2, $url8, $url9, $url10, $url12, $url13 );
1366
 
1367
- // 11.5: Pre-Installation Wizard: No time restriction
1368
  if ( esc_html($_SERVER['QUERY_STRING']) == 'page=bulletproof-security/admin/wizard/wizard.php' ) {
1369
 
1370
  foreach ( $url_array as $key => $value ) {
@@ -1377,37 +1328,37 @@ function bpsPro_apache_mod_directive_check() {
1377
  $status_code2 = $response['response']['code'];
1378
  }
1379
 
1380
- if ( $key == 1 ) { // 8
1381
- $status_code8 = $response['response']['code'];
1382
  }
1383
 
1384
- if ( $key == 2 ) { // 9
 
 
 
 
1385
  $status_code9 = $response['response']['code'];
1386
  }
1387
 
1388
- if ( $key == 3 ) { // 10
1389
- $status_code10 = $response['response']['code'];
1390
- }
1391
-
1392
  if ( $key == 4 ) { // 12
1393
  $status_code12 = $response['response']['code'];
1394
  }
1395
 
1396
  if ( $key == 5 ) { // 13
1397
  $status_code13 = $response['response']['code'];
1398
- }
1399
  }
1400
  }
1401
 
1402
  // Fubar: Server does not have necessary Modules loaded to use htaccess files
1403
- // if $status_code8 && $status_code10 are 500 errors then neither mod_access_compat or mod_authz_core are loaded.
1404
  // if $status_code9 is a 500 error then mod_rewrite is not loaded.
1405
- if ( 500 == $status_code8 && 500 == $status_code10 || 500 == $status_code9 ) {
1406
-
1407
  $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
1408
 
1409
  if ( $HFiles_options['bps_htaccess_files'] == 'enabled' ) {
1410
- $apache_ifmodule = 'No';
1411
  } else {
1412
  $apache_ifmodule = 'fubar';
1413
  }
@@ -1415,14 +1366,13 @@ function bpsPro_apache_mod_directive_check() {
1415
  } else {
1416
 
1417
  // mod_access_compat loaded, IfModule condition working, Order, Allow, Deny directives are supported
1418
- // 11.1: mod_access_compat as fallback. 11.8: Fubar condition added so this is a safe fallback.
1419
- if ( 403 == $status_code2 && 403 == $status_code8 ) {
1420
 
1421
  $apache_ifmodule = 'Yes';
1422
 
1423
  } else {
1424
 
1425
- $apache_ifmodule = 'No';
1426
  }
1427
  } // END: Fubar condition
1428
 
@@ -1446,7 +1396,7 @@ function bpsPro_apache_mod_directive_check() {
1446
  }
1447
  }
1448
 
1449
- // 2.9: mod_security or mod_security2 Module loaded.
1450
  if ( 403 == $status_code12 || 403 == $status_code13 ) {
1451
 
1452
  $bps_mod_security_options = array( 'bps_mod_security_check' => '1' );
@@ -1486,17 +1436,17 @@ function bpsPro_apache_mod_directive_check() {
1486
  if ( $key == 0 ) { // 2
1487
  $status_code2 = $response['response']['code'];
1488
  }
1489
-
1490
- if ( $key == 1 ) { // 8
1491
- $status_code8 = $response['response']['code'];
1492
  }
1493
-
1494
- if ( $key == 2 ) { // 9
1495
- $status_code9 = $response['response']['code'];
1496
  }
1497
-
1498
- if ( $key == 3 ) { // 10
1499
- $status_code10 = $response['response']['code'];
1500
  }
1501
 
1502
  if ( $key == 4 ) { // 12
@@ -1505,19 +1455,19 @@ function bpsPro_apache_mod_directive_check() {
1505
 
1506
  if ( $key == 5 ) { // 13
1507
  $status_code13 = $response['response']['code'];
1508
- }
1509
  }
1510
  }
1511
 
1512
  // Fubar: Server does not have necessary Modules loaded to use htaccess files
1513
- // if $status_code8 && $status_code10 are 500 errors then neither mod_access_compat or mod_authz_core are loaded.
1514
  // if $status_code9 is a 500 error then mod_rewrite is not loaded.
1515
- if ( 500 == $status_code8 && 500 == $status_code10 || 500 == $status_code9 ) {
1516
 
1517
  $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
1518
 
1519
  if ( $HFiles_options['bps_htaccess_files'] == 'enabled' ) {
1520
- $apache_ifmodule = 'No';
1521
  } else {
1522
  $apache_ifmodule = 'fubar';
1523
  }
@@ -1525,14 +1475,13 @@ function bpsPro_apache_mod_directive_check() {
1525
  } else {
1526
 
1527
  // mod_access_compat loaded, IfModule condition working, Order, Allow, Deny directives are supported
1528
- // 11.1: mod_access_compat as fallback. 11.8: Fubar condition added so this is a safe fallback.
1529
- if ( 403 == $status_code2 && 403 == $status_code8 ) {
1530
 
1531
  $apache_ifmodule = 'Yes';
1532
 
1533
  } else {
1534
 
1535
- $apache_ifmodule = 'No';
1536
  }
1537
  } // END: Fubar condition
1538
 
@@ -1555,8 +1504,8 @@ function bpsPro_apache_mod_directive_check() {
1555
  update_option('bulletproof_security_options_htaccess_files', $htaccess_files_Options);
1556
  }
1557
  }
1558
-
1559
- // 2.9: mod_security or mod_security2 Module loaded.
1560
  if ( 403 == $status_code12 || 403 == $status_code13 ) {
1561
 
1562
  $bps_mod_security_options = array( 'bps_mod_security_check' => '1' );
@@ -1572,7 +1521,7 @@ function bpsPro_apache_mod_directive_check() {
1572
  foreach( $bps_mod_security_options as $key => $value ) {
1573
  update_option('bulletproof_security_options_mod_security', $bps_mod_security_options);
1574
  }
1575
- }
1576
  bpsPro_apache_mod_create_htaccess_files();
1577
  } // end if ( time() < $Apache_Mod_options['bps_apache_mod_time'] ) {
1578
  }
@@ -1580,6 +1529,7 @@ function bpsPro_apache_mod_directive_check() {
1580
  }
1581
  }
1582
 
 
1583
  // Creates htaccess files based on bps_apache_mod_ifmodule DB value
1584
  // 11 htaccess files total
1585
  // .53.6: Fubar condition added for servers that do not have either mod_access_compat and mod_authz_core or mod_rewrite Loaded.
@@ -1634,4 +1584,25 @@ function bpsPro_apache_mod_create_htaccess_files() {
1634
  }
1635
  }
1636
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1637
  ?>
187
  // BPS Status Display Admin notices
188
  function bps_status_display_admin_notices() {
189
 
190
+ if ( preg_match( '/page=stories-dashboard/', esc_html($_SERVER['QUERY_STRING']) ) || preg_match( '/page=backwpupbackups/', esc_html( $_SERVER['QUERY_STRING'] ) ) || preg_match( '/post_type=ai1ec_event/', esc_html( $_SERVER['QUERY_STRING'] ) ) ) {
191
+ return;
192
+ }
193
+
194
  if ( current_user_can('manage_options') ) {
195
  bps_root_htaccess_status_dashboard();
196
  bps_wpadmin_htaccess_status_dashboard();
1087
  // .53.6: Fubar condition added for servers that do not have either mod_access_compat and mod_authz_core or mod_rewrite Loaded.
1088
  // A user can override this check by enabling Enable|Disable htaccess Files: htaccess Files Enabled in the Setup Wizard.
1089
  // If an override is chosen then the fallback used is mod_access_compat.
1090
+ // 4.5: Using IfModule conditions for all tests. No longer checking for No IfModule conditions. All htaccess code now contains IfModule condtions.
1091
  function bpsPro_apache_mod_directive_check() {
1092
 
1093
  if ( current_user_can('manage_options') ) {
1104
  $url5 = plugins_url( '/bulletproof-security/admin/mod-test/mod_authz_host-require-ip.png' );
1105
  // 6: 403: mod_authz_host|mod_access_compat Order Directive Denied Conditional
1106
  $url6 = plugins_url( '/bulletproof-security/admin/mod-test/mod_authz_host-od-cond-denied.png' );
 
 
 
 
1107
  // 9: 302 or 200: mod_rewrite Module IS loaded.
1108
  // 9: 500 error if mod_rewrite Module is not loaded.
1109
  $url9 = plugins_url( '/bulletproof-security/admin/mod-test/mod_rewrite-nc.png' );
 
 
 
 
 
 
 
 
1110
  // 12: mod_security: 403 if mod_security IS loaded.
1111
  $url12 = plugins_url( '/bulletproof-security/admin/mod-test/mod_security.png' );
1112
  // 13: mod_security2: 403 if mod_security2 IS loaded.
1113
+ $url13 = plugins_url( '/bulletproof-security/admin/mod-test/mod_security-2.png' );
1114
 
1115
+ $url_array = array( $url2, $url3, $url4, $url5, $url6, $url9, $url12, $url13 );
 
 
 
1116
 
1117
+ echo '<strong><span class="sysinfo-label-text">'.__('Apache Modules|Directives|Backward Compatibility(Yes|No)|IfModule(Yes|No): ', 'bulletproof-security').'</span></strong><br>';
1118
+
1119
  foreach ( $url_array as $key => $value ) {
1120
 
1121
  $response = wp_remote_get( $value );
1141
  if ( $key == 4 ) { // 6
1142
  $status_code6 = $response['response']['code'];
1143
  }
 
 
 
 
1144
 
1145
+ if ( $key == 5 ) { // 9
1146
  $status_code9 = $response['response']['code'];
1147
  }
 
 
 
 
1148
 
1149
+ if ( $key == 6 ) { // 12
 
 
 
 
1150
  $status_code12 = $response['response']['code'];
1151
  }
1152
 
1153
+ if ( $key == 7 ) { // 13
1154
  $status_code13 = $response['response']['code'];
1155
  }
1156
+
1157
  } else {
1158
 
1159
  $text = '<font color="#fb0101"><strong>'.__('ERROR: wp_remote_get() function is blocked or unable to get the URL path', 'bulletproof-security').'</strong></font><br>';
1162
  }
1163
 
1164
  // Fubar: Server does not have necessary Modules loaded to use htaccess files
1165
+ // if $status_code2, 3 and 4 are not 403 errors then neither mod_access_compat or mod_authz_core are loaded.
1166
  // if $status_code9 is a 500 error then mod_rewrite is not loaded.
1167
+ if ( 403 != $status_code2 && 403 != $status_code3 && 403 != $status_code4 || 500 == $status_code9 ) {
1168
 
1169
  $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
1170
 
1171
  if ( $HFiles_options['bps_htaccess_files'] == 'enabled' ) {
1172
+ $apache_ifmodule = 'Yes';
1173
  } else {
1174
  $apache_ifmodule = 'fubar';
1175
  }
1176
 
1177
+ $text = '<font color="#fb0101"><strong>'.$status_code2.':'.$status_code3.':'.$status_code4.':'.$status_code9.':</strong></font> '.__('mod_access_compat and mod_authz_core or mod_rewrite are not Loaded', 'bulletproof-security').'<br>';
1178
  echo $text;
1179
 
1180
  } else {
1181
 
1182
+ // mod_access_compat loaded, Order, Allow, Deny directives are supported
1183
+ if ( 403 == $status_code2 ) {
1184
 
1185
  $apache_ifmodule = 'Yes';
1186
 
1187
  $text = '<font color="green"><strong>'.$status_code2.':</strong></font> '.__('mod_access_compat is Loaded|Order, Allow, Deny directives are supported|IfModule: Yes', 'bulletproof-security').'<br>';
1188
  echo $text;
1189
 
1190
+ // mod_access_compat is not loaded|available.
1191
+ } elseif ( 403 != $status_code2 ) {
 
 
 
 
 
 
1192
 
1193
+ $apache_ifmodule = 'Yes';
1194
 
1195
+ $text = '<font color="#2ea2cc"><strong>'.$status_code2.':</strong></font> '.__('mod_access_compat is not Loaded|IfModule: Yes', 'bulletproof-security').'<br>';
1196
  echo $text;
 
1197
  }
1198
 
1199
+ // mod_authz_core loaded, IfModule condition working, Order, Allow, Deny directives are supported
1200
+ // 3 normal mod_authz_core test| 4 is mod_access_compat BC
1201
  if ( 403 == $status_code3 && 403 == $status_code4 ) {
1202
 
1203
  $text = '<font color="green"><strong>'.$status_code3.':</strong></font> '.__('mod_authz_core is Loaded|Order, Allow, Deny directives are supported|BC: Yes|IfModule: Yes', 'bulletproof-security').'<br>';
1205
 
1206
  } elseif ( 403 == $status_code3 && 403 != $status_code4 ) {
1207
 
1208
+ $text = '<font color="green"><strong>'.$status_code3.':</strong></font> '.__('mod_authz_core is Loaded|Order, Allow, Deny directives are not supported|BC: No|IfModule: Yes', 'bulletproof-security').'<br>';
1209
  echo $text;
1210
 
1211
+ } elseif ( 403 != $status_code3 && 403 != $status_code4 ) {
 
 
 
 
 
 
 
 
 
 
 
1212
 
1213
+ $text = '<font color="#2ea2cc"><strong>'.$status_code3.':</strong></font> '.__('mod_authz_core is not Loaded|IfModule: Yes', 'bulletproof-security').'<br>';
1214
  echo $text;
1215
  }
1216
 
1217
+
1218
+ // mod_authz_host loaded, IfModule condition working, Order, Allow, Deny directives are supported
1219
+ // 5 normal mod_authz_core test| 6 is mod_access_compat BC
1220
  if ( 403 == $status_code5 && 403 == $status_code6 ) {
1221
 
1222
  $text = '<font color="green"><strong>'.$status_code5.':</strong></font> '.__('mod_authz_host is Loaded|Order, Allow, Deny directives are supported|BC: Yes|IfModule: Yes', 'bulletproof-security').'<br>';
1224
 
1225
  } elseif ( 403 == $status_code5 && 403 != $status_code6 ) {
1226
 
1227
+ $text = '<font color="green"><strong>'.$status_code5.':</strong></font> '.__('mod_authz_host is Loaded|Order, Allow, Deny directives are not supported|BC: No|IfModule: Yes', 'bulletproof-security').'<br>';
1228
  echo $text;
1229
 
1230
+ } elseif ( 403 != $status_code5 && 403 != $status_code6 ) {
 
 
 
 
 
 
 
 
 
 
1231
 
1232
+ $text = '<font color="#2ea2cc"><strong>'.$status_code6.':</strong></font> '.__('mod_authz_host is not Loaded|IfModule: Yes', 'bulletproof-security').'<br>';
1233
  echo $text;
1234
  }
1235
 
1236
+ // mod_rewrite Module loaded.
1237
  if ( 301 == $status_code9 || 302 == $status_code9 || 200 == $status_code9 || 404 == $status_code9 || 403 == $status_code9 ) {
1238
 
1239
+ $text = '<font color="green"><strong>'.$status_code9.':</strong></font> '.__('mod_rewrite Module is Loaded|IfModule: Yes', 'bulletproof-security').'<br>';
1240
  echo $text;
1241
 
1242
  } else {
1266
  }
1267
  }
1268
 
1269
+ // mod_security or mod_security2 Module loaded.
1270
  if ( 403 == $status_code12 || 403 == $status_code13 ) {
1271
 
1272
  if ( 403 == $status_code12 ) {
1273
+ $text = '<font color="#2ea2cc"><strong>'.$status_code12.':</strong></font> '.__('mod_security Module is Loaded|Enabled|IfModule: Yes', 'bulletproof-security').'<br>';
1274
  echo $text;
1275
  } elseif ( 403 == $status_code13 ) {
1276
+ $text = '<font color="#2ea2cc"><strong>'.$status_code13.':</strong></font> '.__('mod_security2 Module is Loaded|Enabled|IfModule: Yes', 'bulletproof-security').'<br>';
1277
  echo $text;
1278
  }
1279
 
1285
 
1286
  } else {
1287
 
1288
+ $text = '<font color="green"><strong>'.$status_code12.':</strong></font> '.__('mod_security Module is not Loaded|Enabled|IfModule: Yes', 'bulletproof-security').'<br>';
1289
  echo $text;
1290
 
1291
  $bps_mod_security_options = array( 'bps_mod_security_check' => '0' );
1296
  }
1297
 
1298
  // End: System Info page check
1299
+ // BEGIN: Setup Wizard, BPS Upgrade & Core Inpage check. Create/update db options and new htaccess files
1300
  } else {
1301
 
1302
  // 2: 403: mod_access_compat Module IS loaded. "Deny from all". Allows "Order, Deny, Allow" directives
1303
  $url2 = plugins_url( '/bulletproof-security/admin/mod-test/mod_access_compat-od-denied.png' );
1304
+ // 3: 403: mod_authz_core Module IS loaded. "Require all denied" Conditional
1305
+ $url3 = plugins_url( '/bulletproof-security/admin/mod-test/mod_authz_core-denied.png' );
1306
+ // 4: 403: mod_authz_core|mod_access_compat Order Directive Denied Conditional
1307
+ $url4 = plugins_url( '/bulletproof-security/admin/mod-test/mod_authz_core-od-cond-denied.png' );
1308
  // 9: 302 or 200: mod_rewrite Module IS loaded.
1309
  // 9: 500 error if mod_rewrite Module is not loaded.
1310
  $url9 = plugins_url( '/bulletproof-security/admin/mod-test/mod_rewrite-nc.png' );
 
 
 
 
1311
  // 12: mod_security: 403 if mod_security IS loaded.
1312
  $url12 = plugins_url( '/bulletproof-security/admin/mod-test/mod_security.png' );
1313
  // 13: mod_security2: 403 if mod_security2 IS loaded.
1314
+ $url13 = plugins_url( '/bulletproof-security/admin/mod-test/mod_security-2.png' );
1315
+
1316
+ $url_array = array( $url2, $url3, $url4, $url9, $url12, $url13 );
1317
 
1318
+ // Setup Wizard: No time restriction
1319
  if ( esc_html($_SERVER['QUERY_STRING']) == 'page=bulletproof-security/admin/wizard/wizard.php' ) {
1320
 
1321
  foreach ( $url_array as $key => $value ) {
1328
  $status_code2 = $response['response']['code'];
1329
  }
1330
 
1331
+ if ( $key == 1 ) { // 3
1332
+ $status_code3 = $response['response']['code'];
1333
  }
1334
 
1335
+ if ( $key == 2 ) { // 4
1336
+ $status_code4 = $response['response']['code'];
1337
+ }
1338
+
1339
+ if ( $key == 3 ) { // 9
1340
  $status_code9 = $response['response']['code'];
1341
  }
1342
 
 
 
 
 
1343
  if ( $key == 4 ) { // 12
1344
  $status_code12 = $response['response']['code'];
1345
  }
1346
 
1347
  if ( $key == 5 ) { // 13
1348
  $status_code13 = $response['response']['code'];
1349
+ }
1350
  }
1351
  }
1352
 
1353
  // Fubar: Server does not have necessary Modules loaded to use htaccess files
1354
+ // if $status_code2, 3 and 4 are not 403 errors then neither mod_access_compat or mod_authz_core are loaded.
1355
  // if $status_code9 is a 500 error then mod_rewrite is not loaded.
1356
+ if ( 403 != $status_code2 && 403 != $status_code3 && 403 != $status_code4 || 500 == $status_code9 ) {
1357
+
1358
  $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
1359
 
1360
  if ( $HFiles_options['bps_htaccess_files'] == 'enabled' ) {
1361
+ $apache_ifmodule = 'Yes';
1362
  } else {
1363
  $apache_ifmodule = 'fubar';
1364
  }
1366
  } else {
1367
 
1368
  // mod_access_compat loaded, IfModule condition working, Order, Allow, Deny directives are supported
1369
+ if ( 403 == $status_code2 ) {
 
1370
 
1371
  $apache_ifmodule = 'Yes';
1372
 
1373
  } else {
1374
 
1375
+ $apache_ifmodule = 'Yes';
1376
  }
1377
  } // END: Fubar condition
1378
 
1396
  }
1397
  }
1398
 
1399
+ // mod_security or mod_security2 Module loaded.
1400
  if ( 403 == $status_code12 || 403 == $status_code13 ) {
1401
 
1402
  $bps_mod_security_options = array( 'bps_mod_security_check' => '1' );
1436
  if ( $key == 0 ) { // 2
1437
  $status_code2 = $response['response']['code'];
1438
  }
1439
+
1440
+ if ( $key == 1 ) { // 3
1441
+ $status_code3 = $response['response']['code'];
1442
  }
1443
+
1444
+ if ( $key == 2 ) { // 4
1445
+ $status_code4 = $response['response']['code'];
1446
  }
1447
+
1448
+ if ( $key == 3 ) { // 9
1449
+ $status_code9 = $response['response']['code'];
1450
  }
1451
 
1452
  if ( $key == 4 ) { // 12
1455
 
1456
  if ( $key == 5 ) { // 13
1457
  $status_code13 = $response['response']['code'];
1458
+ }
1459
  }
1460
  }
1461
 
1462
  // Fubar: Server does not have necessary Modules loaded to use htaccess files
1463
+ // if $status_code2, 3 and 4 are not 403 errors then neither mod_access_compat or mod_authz_core are loaded.
1464
  // if $status_code9 is a 500 error then mod_rewrite is not loaded.
1465
+ if ( 403 != $status_code2 && 403 != $status_code3 && 403 != $status_code4 || 500 == $status_code9 ) {
1466
 
1467
  $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
1468
 
1469
  if ( $HFiles_options['bps_htaccess_files'] == 'enabled' ) {
1470
+ $apache_ifmodule = 'Yes';
1471
  } else {
1472
  $apache_ifmodule = 'fubar';
1473
  }
1475
  } else {
1476
 
1477
  // mod_access_compat loaded, IfModule condition working, Order, Allow, Deny directives are supported
1478
+ if ( 403 == $status_code2 ) {
 
1479
 
1480
  $apache_ifmodule = 'Yes';
1481
 
1482
  } else {
1483
 
1484
+ $apache_ifmodule = 'Yes';
1485
  }
1486
  } // END: Fubar condition
1487
 
1504
  update_option('bulletproof_security_options_htaccess_files', $htaccess_files_Options);
1505
  }
1506
  }
1507
+
1508
+ // mod_security or mod_security2 Module loaded.
1509
  if ( 403 == $status_code12 || 403 == $status_code13 ) {
1510
 
1511
  $bps_mod_security_options = array( 'bps_mod_security_check' => '1' );
1521
  foreach( $bps_mod_security_options as $key => $value ) {
1522
  update_option('bulletproof_security_options_mod_security', $bps_mod_security_options);
1523
  }
1524
+ }
1525
  bpsPro_apache_mod_create_htaccess_files();
1526
  } // end if ( time() < $Apache_Mod_options['bps_apache_mod_time'] ) {
1527
  }
1529
  }
1530
  }
1531
 
1532
+
1533
  // Creates htaccess files based on bps_apache_mod_ifmodule DB value
1534
  // 11 htaccess files total
1535
  // .53.6: Fubar condition added for servers that do not have either mod_access_compat and mod_authz_core or mod_rewrite Loaded.
1584
  }
1585
  }
1586
 
1587
+ // 4.5: Remove (unset) the WP Site Health "A scheduled event is late" error message for any BPS Cron jobs.
1588
+ function bpsPro_filter_scheduled_events( $tests ) {
1589
+
1590
+ if ( ! class_exists( 'WP_Site_Health' ) ) {
1591
+ require_once ABSPATH . 'wp-admin/includes/class-wp-site-health.php';
1592
+ }
1593
+
1594
+ $get_test_scheduled_events = new WP_Site_Health();
1595
+ $test_description = $get_test_scheduled_events->get_test_scheduled_events();
1596
+ $pattern = '/(bpsPro_DBB_check|bpsPro_email_log_files|bpsPro_HPF_check|bpsPro_MScan_check)/';
1597
+
1598
+ if ( preg_match( $pattern, $test_description['description'] ) ) {
1599
+
1600
+ unset( $tests['direct']['scheduled_events'] );
1601
+ }
1602
+
1603
+ return $tests;
1604
+ }
1605
+
1606
+ add_filter( 'site_status_tests', 'bpsPro_filter_scheduled_events' );
1607
+
1608
  ?>
includes/general-functions.php CHANGED
@@ -617,7 +617,37 @@ function bpsPro_post_request_protection_check() {
617
  // Note: cannot check defined('WP_DEBUG_DISPLAY') && true == WP_DEBUG_DISPLAY because it is turned On and is true by default.
618
  function bpsPro_wp_debug_check() {
619
 
620
- if ( is_admin() && preg_match( '/page=bulletproof-security/', esc_html($_SERVER['QUERY_STRING']), $matches) ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
621
 
622
  if ( defined('WP_DEBUG') && true == WP_DEBUG || defined('WP_DEBUG_LOG') && true == WP_DEBUG_LOG ) {
623
  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>';
617
  // Note: cannot check defined('WP_DEBUG_DISPLAY') && true == WP_DEBUG_DISPLAY because it is turned On and is true by default.
618
  function bpsPro_wp_debug_check() {
619
 
620
+ if ( preg_match( '/page=bulletproof-security\/admin\/wizard\/wizard.php/', esc_html($_SERVER['QUERY_STRING']) ) ) {
621
+
622
+ if ( defined('WP_DEBUG') && true == WP_DEBUG || defined('WP_DEBUG_LOG') && true == WP_DEBUG_LOG ) {
623
+ 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>';
624
+ }
625
+
626
+ if ( defined('WP_DEBUG') && true == WP_DEBUG ) {
627
+
628
+ $text = '<strong><font color="blue">'.__('WordPress Debugging is turned On in your wp-config.php file', 'bulletproof-security').'</font><br>'.__('Turn Off WordPress Debugging before running the Setup Wizard.', 'bulletproof-security').'<br>'.__('You are currently using ', 'bulletproof-security').'define(\'WP_DEBUG\', true)'.__(' in your wp-config.php file. To turn WP Debugging Off, change true to false in your wp-config.php file.', 'bulletproof-security').'</strong><br>';
629
+ echo $text;
630
+ }
631
+
632
+ if ( defined('WP_DEBUG_LOG') && true == WP_DEBUG_LOG ) {
633
+
634
+ $bpsPro_error_log_string = ini_get('error_log');
635
+ $debug_log_wp = 'debug.log';
636
+ $debug_log_pos = strpos( $bpsPro_error_log_string, $debug_log_wp );
637
+
638
+ if ( $debug_log_pos !== false ) {
639
+
640
+ $text = '<strong><font color="blue">'.__('WordPress Debug Logging is turned On in your wp-config.php file', 'bulletproof-security').'</font><br>'.__('Turn Off WordPress Debug Logging before running the Setup Wizard.', 'bulletproof-security').'<br>'.__('You are currently using ', 'bulletproof-security').'define(\'WP_DEBUG_LOG\', true)'.__(' in your wp-config.php file. To turn WP Debug Logging Off, change true to false in your wp-config.php file.', 'bulletproof-security').'</strong><br>';
641
+ echo $text;
642
+
643
+ }
644
+ }
645
+
646
+ if ( defined('WP_DEBUG') && true == WP_DEBUG || defined('WP_DEBUG_LOG') && true == WP_DEBUG_LOG ) {
647
+ echo '</p></div>';
648
+ }
649
+
650
+ } elseif ( preg_match( '/page=bulletproof-security/', esc_html($_SERVER['QUERY_STRING']), $matches) ) {
651
 
652
  if ( defined('WP_DEBUG') && true == WP_DEBUG || defined('WP_DEBUG_LOG') && true == WP_DEBUG_LOG ) {
653
  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>';
includes/hud-autofix-whitelist.php CHANGED
@@ -748,6 +748,8 @@ function bpsPro_HUD_autofix_whitelist_check() {
748
  $uberGrid_active = in_array( $uberGrid, apply_filters('active_plugins', get_option('active_plugins')));
749
  $jetpack = 'jetpack/jetpack.php';
750
  $jetpack_active = in_array( $jetpack, apply_filters('active_plugins', get_option('active_plugins')));
 
 
751
 
752
  ## wp-admin BPSQSE RegEx patterns
753
  $marker_wpadmin1 = '/BPS\sAutoWhitelist\sQS1/'; // Primary SQL Injection rule
@@ -791,7 +793,13 @@ function bpsPro_HUD_autofix_whitelist_check() {
791
  $debug_wpadmin_BPSQSE .= __('CC wp-admin Text Box 4: Jetpack Plugin - SSO feature', 'bulletproof-security').'<br>';
792
  }
793
  }
794
-
 
 
 
 
 
 
795
  ## Display Setup Wizard AutoFix WP Dashboard message
796
  if ( $autofix_message == 1 ) {
797
  $text_wp = '<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="blue">'.__('BPS Setup Wizard AutoFix (AutoWhitelist|AutoSetup|AutoCleanup) Notice', 'bulletproof-security').'</font><br>'.__('One or more of your plugins or your theme requires a BPS Custom Code whitelist rule to be automatically created by the Setup Wizard.', 'bulletproof-security').'<br>'.__('Click this ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard AutoFix">'.__('Setup Wizard link', 'bulletproof-security').'</a>'.__(' and click the Setup Wizard button to automatically create BPS Custom Code whitelist rules.', 'bulletproof-security').'<br>'.__('This BPS AutoFix check can be turned Off on the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php#bps-tabs-2' ).'" title="Setup Wizard Options">'.__('Setup Wizard Options', 'bulletproof-security').'</a>'.__(' page if you do not want BPS to check for any plugin or theme whitelist rules.', 'bulletproof-security').'<br>'.__('If this Notice does not go away after running the Setup Wizard, use the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/theme-skin/theme-skin.php' ).'" title="BPS UI|UX|AutoFix Debug tool">'.__('BPS UI|UX|AutoFix Debug tool', 'bulletproof-security').'</a>.'.__(' Click the UI|UX Settings page Read Me help button for more information.', 'bulletproof-security').'</div>';
748
  $uberGrid_active = in_array( $uberGrid, apply_filters('active_plugins', get_option('active_plugins')));
749
  $jetpack = 'jetpack/jetpack.php';
750
  $jetpack_active = in_array( $jetpack, apply_filters('active_plugins', get_option('active_plugins')));
751
+ $restrict_content_pro = 'restrict-content-pro/restrict-content-pro.php';
752
+ $restrict_content_pro_active = in_array( $restrict_content_pro, apply_filters('active_plugins', get_option('active_plugins')));
753
 
754
  ## wp-admin BPSQSE RegEx patterns
755
  $marker_wpadmin1 = '/BPS\sAutoWhitelist\sQS1/'; // Primary SQL Injection rule
793
  $debug_wpadmin_BPSQSE .= __('CC wp-admin Text Box 4: Jetpack Plugin - SSO feature', 'bulletproof-security').'<br>';
794
  }
795
  }
796
+ if ( $restrict_content_pro_active == 1 || is_plugin_active_for_network( $restrict_content_pro ) ) {
797
+ if ( ! preg_match( $marker_wpadmin3, $bps_customcode_bpsqse_wpa ) ) {
798
+ $autofix_message = 1;
799
+ $debug_wpadmin_BPSQSE .= __('CC wp-admin Text Box 4: Restrict Content Pro Plugin', 'bulletproof-security').'<br>';
800
+ }
801
+ }
802
+
803
  ## Display Setup Wizard AutoFix WP Dashboard message
804
  if ( $autofix_message == 1 ) {
805
  $text_wp = '<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="blue">'.__('BPS Setup Wizard AutoFix (AutoWhitelist|AutoSetup|AutoCleanup) Notice', 'bulletproof-security').'</font><br>'.__('One or more of your plugins or your theme requires a BPS Custom Code whitelist rule to be automatically created by the Setup Wizard.', 'bulletproof-security').'<br>'.__('Click this ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard AutoFix">'.__('Setup Wizard link', 'bulletproof-security').'</a>'.__(' and click the Setup Wizard button to automatically create BPS Custom Code whitelist rules.', 'bulletproof-security').'<br>'.__('This BPS AutoFix check can be turned Off on the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php#bps-tabs-2' ).'" title="Setup Wizard Options">'.__('Setup Wizard Options', 'bulletproof-security').'</a>'.__(' page if you do not want BPS to check for any plugin or theme whitelist rules.', 'bulletproof-security').'<br>'.__('If this Notice does not go away after running the Setup Wizard, use the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/theme-skin/theme-skin.php' ).'" title="BPS UI|UX|AutoFix Debug tool">'.__('BPS UI|UX|AutoFix Debug tool', 'bulletproof-security').'</a>.'.__(' Click the UI|UX Settings page Read Me help button for more information.', 'bulletproof-security').'</div>';
includes/hud-dismiss-functions.php CHANGED
@@ -11,6 +11,10 @@ if ( ! function_exists ('add_action') ) {
11
  ## 3.9: Commented out the Bonus Custom Code Dismiss Notice function and ModSecurity Check function.
12
  function bps_HUD_WP_Dashboard() {
13
 
 
 
 
 
14
  if ( current_user_can('manage_options') ) {
15
  bps_check_php_version_error();
16
  bps_check_safemode();
11
  ## 3.9: Commented out the Bonus Custom Code Dismiss Notice function and ModSecurity Check function.
12
  function bps_HUD_WP_Dashboard() {
13
 
14
+ if ( preg_match( '/page=stories-dashboard/', esc_html($_SERVER['QUERY_STRING']) ) || preg_match( '/page=backwpupbackups/', esc_html( $_SERVER['QUERY_STRING'] ) ) || preg_match( '/post_type=ai1ec_event/', esc_html( $_SERVER['QUERY_STRING'] ) ) ) {
15
+ return;
16
+ }
17
+
18
  if ( current_user_can('manage_options') ) {
19
  bps_check_php_version_error();
20
  bps_check_safemode();
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: 2020-12-08 11:40-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"
@@ -261,7 +261,7 @@ msgid ""
261
  msgstr ""
262
 
263
  #: admin/core/core-custom-code.php:451 admin/core/core-custom-code.php:818
264
- #: admin/core/core.php:1955
265
  msgid "Click the Custom Code Read Me help button for more help info."
266
  msgstr ""
267
 
@@ -361,18 +361,18 @@ msgid ""
361
  msgstr ""
362
 
363
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
364
- #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
365
- #: admin/wizard/wizard.php:1683
366
  msgid ""
367
  "If you see a 403 error and/or are unable to download the zip file then click "
368
  "here: "
369
  msgstr ""
370
 
371
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
372
- #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
373
- #: admin/wizard/wizard.php:1031 admin/wizard/wizard.php:1130
374
- #: admin/wizard/wizard.php:1132 admin/wizard/wizard.php:1683
375
- #: includes/hud-autofix-whitelist.php:797
376
  msgid "Setup Wizard Options"
377
  msgstr ""
378
 
@@ -383,15 +383,15 @@ msgid ""
383
  msgstr ""
384
 
385
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
386
- #: admin/wizard/wizard.php:1683
387
  msgid "Download Zip Export"
388
  msgstr ""
389
 
390
- #: admin/core/core-export-import.php:144 admin/wizard/wizard.php:1843
391
  msgid "Zip File Upload Successful."
392
  msgstr ""
393
 
394
- #: admin/core/core-export-import.php:155 admin/wizard/wizard.php:1854
395
  msgid "Zip File Exraction Successful. Method: ZipArchive class."
396
  msgstr ""
397
 
@@ -421,19 +421,19 @@ msgstr ""
421
  msgid "3. Click the wp-admin Folder BulletProof Mode Activate button."
422
  msgstr ""
423
 
424
- #: admin/core/core-export-import.php:169 admin/wizard/wizard.php:1865
425
  msgid "ERROR: Zip File Extraction Failed. Method: ZipArchive class."
426
  msgstr ""
427
 
428
- #: admin/core/core-export-import.php:189 admin/wizard/wizard.php:1885
429
  msgid "Zip File Extraction Successful. Method: PclZip."
430
  msgstr ""
431
 
432
- #: admin/core/core-export-import.php:203 admin/wizard/wizard.php:1897
433
  msgid "ERROR: Zip File Extraction Failed. Method: PclZip."
434
  msgstr ""
435
 
436
- #: admin/core/core-export-import.php:211 admin/wizard/wizard.php:1905
437
  msgid "ERROR: Zip File Upload Failed."
438
  msgstr ""
439
 
@@ -464,7 +464,7 @@ msgid "Your Root and wp-admin Custom Code has been deleted successfully."
464
  msgstr ""
465
 
466
  #: admin/core/core-forms.php:18 admin/core/core-forms.php:98
467
- #: admin/core/core.php:1242
468
  msgid "htaccess Files Disabled: wp-admin htaccess file writing is disabled. "
469
  msgstr ""
470
 
@@ -472,14 +472,14 @@ msgstr ""
472
  #: admin/core/core-forms.php:196 admin/core/core-forms.php:246
473
  #: admin/core/core-forms.php:280 admin/core/core-forms.php:330
474
  #: admin/core/core-forms.php:364 admin/core/core-forms.php:430
475
- #: admin/core/core-htaccess-code.php:423 admin/core/core-htaccess-code.php:507
476
- #: admin/core/core-htaccess-code.php:576 admin/core/core-htaccess-code.php:660
477
- #: admin/core/core.php:849 admin/core/core.php:939 admin/core/core.php:1053
478
- #: admin/core/core.php:1143 admin/core/core.php:1242
479
- #: admin/maintenance/maintenance.php:832 admin/maintenance/maintenance.php:1148
480
- #: admin/maintenance/maintenance.php:1657
481
- #: admin/maintenance/maintenance.php:1787
482
- #: admin/maintenance/maintenance.php:1978 admin/wizard/wizard-functions.php:44
483
  msgid "Click this link for help information: "
484
  msgstr ""
485
 
@@ -487,15 +487,15 @@ msgstr ""
487
  #: admin/core/core-forms.php:196 admin/core/core-forms.php:246
488
  #: admin/core/core-forms.php:280 admin/core/core-forms.php:330
489
  #: admin/core/core-forms.php:364 admin/core/core-forms.php:430
490
- #: admin/core/core-htaccess-code.php:423 admin/core/core-htaccess-code.php:507
491
- #: admin/core/core-htaccess-code.php:576 admin/core/core-htaccess-code.php:660
492
- #: admin/core/core.php:849 admin/core/core.php:939 admin/core/core.php:1053
493
- #: admin/core/core.php:1143 admin/core/core.php:1242
494
- #: admin/maintenance/maintenance.php:832 admin/maintenance/maintenance.php:1148
495
- #: admin/maintenance/maintenance.php:1657
496
- #: admin/maintenance/maintenance.php:1787
497
- #: admin/maintenance/maintenance.php:1978 admin/wizard/wizard-functions.php:44
498
- #: admin/wizard/wizard.php:1043
499
  msgid "htaccess Files Disabled Forum Topic"
500
  msgstr ""
501
 
@@ -1014,7 +1014,7 @@ msgid ""
1014
  "Read Me help file for BPS troubleshooting steps."
1015
  msgstr ""
1016
 
1017
- #: admin/core/core-help-text.php:15 admin/wizard/wizard.php:1084
1018
  msgid "Notes: "
1019
  msgstr ""
1020
 
@@ -1081,7 +1081,7 @@ msgid ""
1081
  "Send Email Alerts."
1082
  msgstr ""
1083
 
1084
- #: admin/core/core-help-text.php:18 admin/core/core.php:500
1085
  msgid "HPF Cron Check Frequency:"
1086
  msgstr ""
1087
 
@@ -1093,7 +1093,7 @@ msgid ""
1093
  "Options button to save your settings."
1094
  msgstr ""
1095
 
1096
- #: admin/core/core-help-text.php:18 admin/core/core.php:511
1097
  msgid "HPF Cron On|Off:"
1098
  msgstr ""
1099
 
@@ -1103,7 +1103,7 @@ msgid ""
1103
  "HPF Cron Off. Click the Save HPF Cron Options button to save your settings."
1104
  msgstr ""
1105
 
1106
- #: admin/core/core-help-text.php:18 admin/core/core.php:531
1107
  msgid "Ignore Hidden Plugin Folders & Files:"
1108
  msgstr ""
1109
 
@@ -1205,20 +1205,20 @@ msgid ""
1205
  "permanently. To save any new htaccess code permanently use BPS Custom Code."
1206
  msgstr ""
1207
 
1208
- #: admin/core/core-help-text.php:30 admin/core/core.php:214
1209
- #: admin/core/core.php:336 admin/core/core.php:437 admin/core/core.php:561
1210
- #: admin/core/core.php:649 admin/core/core.php:737 admin/core/core.php:1822
1211
  #: admin/db-backup-security/db-backup-help-text.php:12
1212
  #: admin/db-backup-security/db-backup-help-text.php:15
1213
- #: admin/db-backup-security/db-backup-security.php:286
1214
  #: admin/email-log-settings/email-log-settings.php:111
1215
- #: admin/login/login.php:197 admin/login/login.php:812
1216
- #: admin/login/login.php:1137 admin/maintenance/maintenance.php:191
1217
  #: admin/mscan/mscan-help-text.php:44 admin/mscan/mscan.php:143
1218
  #: admin/security-log/security-log.php:251
1219
  #: admin/system-info/system-info.php:108 admin/theme-skin/theme-skin.php:115
1220
- #: admin/wizard/wizard.php:1070 admin/wizard/wizard.php:1138
1221
- #: admin/wizard/wizard.php:1523
1222
  msgid ""
1223
  "This Read Me Help window is draggable (top) and resizable (bottom right "
1224
  "corner)"
@@ -1706,13 +1706,13 @@ msgstr ""
1706
  msgid "Modify wp-admin Query String Exploit code here"
1707
  msgstr ""
1708
 
1709
- #: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:118
1710
- #: admin/maintenance/maintenance.php:381 admin/maintenance/maintenance.php:401
1711
  msgid "The file "
1712
  msgstr ""
1713
 
1714
- #: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:118
1715
- #: admin/maintenance/maintenance.php:381 admin/maintenance/maintenance.php:401
1716
  msgid " is not writable or does not exist."
1717
  msgstr ""
1718
 
@@ -1723,64 +1723,64 @@ msgid ""
1723
  "problem click "
1724
  msgstr ""
1725
 
1726
- #: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:118
1727
  msgid "HERE"
1728
  msgstr ""
1729
 
1730
- #: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:118
1731
  msgid " to go the the BulletProof Security Forum."
1732
  msgstr ""
1733
 
1734
- #: admin/core/core-htaccess-code.php:118
1735
  msgid ""
1736
  "Check that the file is named secure.htaccess and that the file exists in "
1737
  "the /bulletproof-security/admin/htaccess master folder. If this is not the "
1738
  "problem click"
1739
  msgstr ""
1740
 
1741
- #: admin/core/core-htaccess-code.php:423 admin/core/core-htaccess-code.php:507
1742
- #: admin/core/core-htaccess-code.php:576 admin/core/core-htaccess-code.php:660
1743
- #: admin/core/core.php:1143
1744
  msgid "htaccess Files Disabled: Root htaccess file writing is disabled. "
1745
  msgstr ""
1746
 
1747
- #: admin/core/core-htaccess-code.php:445 admin/core/core-htaccess-code.php:598
1748
- #: admin/core/core.php:986
1749
  msgid "Failed to copy your Custom default.htaccess file: "
1750
  msgstr ""
1751
 
1752
- #: admin/core/core-htaccess-code.php:445 admin/core/core-htaccess-code.php:598
1753
- #: admin/core/core.php:986
1754
  msgid " to: "
1755
  msgstr ""
1756
 
1757
- #: admin/core/core-htaccess-code.php:445 admin/core/core-htaccess-code.php:598
1758
  msgid " Check the folder permissions or Ownership for these folders."
1759
  msgstr ""
1760
 
1761
- #: admin/core/core-htaccess-code.php:456 admin/core/core-htaccess-code.php:609
1762
  msgid ""
1763
  "Root Folder BulletProof Mode deactivated successfully. Your Custom default."
1764
  "htaccess is currently in use."
1765
  msgstr ""
1766
 
1767
- #: admin/core/core-htaccess-code.php:480 admin/core/core-htaccess-code.php:633
1768
  msgid ""
1769
  "Failed to deactivate Root Folder BulletProof Mode. Unable to Copy the "
1770
  "default.htaccess file to your root folder."
1771
  msgstr ""
1772
 
1773
- #: admin/core/core-htaccess-code.php:491 admin/core/core-htaccess-code.php:644
1774
  msgid "Root Folder BulletProof Mode deactivated successfully."
1775
  msgstr ""
1776
 
1777
- #: admin/core/core-htaccess-code.php:536 admin/core/core-htaccess-code.php:689
1778
  msgid ""
1779
  "Failed to activate Root Folder BulletProof Mode protection. Your website is "
1780
  "NOT protected."
1781
  msgstr ""
1782
 
1783
- #: admin/core/core-htaccess-code.php:547 admin/core/core-htaccess-code.php:700
1784
  msgid "Root Folder BulletProof Mode protection activated successfully."
1785
  msgstr ""
1786
 
@@ -1792,271 +1792,271 @@ msgstr ""
1792
  msgid "Rate BPS"
1793
  msgstr ""
1794
 
1795
- #: admin/core/core.php:131 admin/includes/admin.php:336
1796
  #: admin/includes/admin.php:337
1797
  msgid "BulletProof Security ~ htaccess Core"
1798
  msgstr ""
1799
 
1800
- #: admin/core/core.php:160 admin/db-backup-security/db-backup-security.php:74
1801
- #: admin/email-log-settings/email-log-settings.php:69 admin/login/login.php:131
1802
  #: admin/maintenance/maintenance.php:80 admin/mscan/mscan.php:83
1803
  #: admin/security-log/security-log.php:69 admin/system-info/system-info.php:69
1804
  #: admin/theme-skin/theme-skin.php:74 admin/wizard/wizard.php:203
1805
  msgid "Settings Saved"
1806
  msgstr ""
1807
 
1808
- #: admin/core/core.php:185
1809
  msgid "Security Modes"
1810
  msgstr ""
1811
 
1812
- #: admin/core/core.php:186
1813
  msgid "htaccess File Editor"
1814
  msgstr ""
1815
 
1816
- #: admin/core/core.php:187 admin/core/core.php:1806 admin/core/core.php:1819
1817
  msgid "Custom Code"
1818
  msgstr ""
1819
 
1820
- #: admin/core/core.php:188
1821
  msgid "My Notes"
1822
  msgstr ""
1823
 
1824
- #: admin/core/core.php:189
1825
  msgid "Whats New"
1826
  msgstr ""
1827
 
1828
- #: admin/core/core.php:190 admin/db-backup-security/db-backup-security.php:267
1829
- #: admin/db-backup-security/db-backup-security.php:1702
1830
- #: admin/email-log-settings/email-log-settings.php:92 admin/login/login.php:169
1831
- #: admin/maintenance/maintenance.php:155 admin/mscan/mscan.php:120
1832
  #: admin/mscan/mscan.php:1942 admin/security-log/security-log.php:232
1833
  #: admin/system-info/system-info.php:95 admin/theme-skin/theme-skin.php:97
1834
  #: admin/theme-skin/theme-skin.php:249
1835
  msgid "Help &amp; FAQ"
1836
  msgstr ""
1837
 
1838
- #: admin/core/core.php:191 bulletproof-security.php:173
1839
  msgid "BPS Pro Features"
1840
  msgstr ""
1841
 
1842
- #: admin/core/core.php:199
1843
  msgid "htaccess File Security Modes ~ "
1844
  msgstr ""
1845
 
1846
- #: admin/core/core.php:199
1847
  msgid "RBM, WBM, HPF, MBM & BBM BulletProof Modes"
1848
  msgstr ""
1849
 
1850
- #: admin/core/core.php:199 admin/core/core.php:777 admin/core/core.php:1800
1851
- #: admin/core/core.php:1934 admin/core/core.php:2040
1852
- #: admin/db-backup-security/db-backup-security.php:275
1853
- #: admin/db-backup-security/db-backup-security.php:1206
1854
- #: admin/db-backup-security/db-backup-security.php:1362
1855
  #: admin/email-log-settings/email-log-settings.php:100
1856
- #: admin/login/login.php:186 admin/login/login.php:801
1857
- #: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
1858
  #: admin/mscan/mscan.php:128 admin/security-log/security-log.php:240
1859
- #: admin/theme-skin/theme-skin.php:106 admin/wizard/wizard.php:1055
1860
- #: admin/wizard/wizard.php:1124
1861
  msgid "Want even more security protection?"
1862
  msgstr ""
1863
 
1864
- #: admin/core/core.php:199 admin/core/core.php:777 admin/core/core.php:1800
1865
- #: admin/core/core.php:1934 admin/core/core.php:2040
1866
  #: admin/email-log-settings/email-log-settings.php:100
1867
- #: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
1868
  #: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
1869
- #: admin/wizard/wizard.php:1055 admin/wizard/wizard.php:1124
1870
  msgid ""
1871
  "Protect all of your Plugins (plugin folders and files) with an IP Firewall: "
1872
  msgstr ""
1873
 
1874
- #: admin/core/core.php:199 admin/core/core.php:777 admin/core/core.php:1800
1875
- #: admin/core/core.php:1934 admin/core/core.php:2040
1876
  #: admin/email-log-settings/email-log-settings.php:100
1877
- #: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
1878
  #: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
1879
- #: admin/wizard/wizard.php:1055 admin/wizard/wizard.php:1124
1880
  msgid "Get BPS Pro Plugin Firewall"
1881
  msgstr ""
1882
 
1883
- #: admin/core/core.php:199 admin/core/core.php:777 admin/core/core.php:1800
1884
- #: admin/core/core.php:1934 admin/core/core.php:2040
1885
  #: admin/email-log-settings/email-log-settings.php:100
1886
- #: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
1887
  #: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
1888
- #: admin/wizard/wizard.php:1055 admin/wizard/wizard.php:1124
1889
  msgid ""
1890
  "Protect your WordPress uploads folder against remote access or execution of "
1891
  "files: "
1892
  msgstr ""
1893
 
1894
- #: admin/core/core.php:199 admin/core/core.php:777 admin/core/core.php:1800
1895
- #: admin/core/core.php:1934 admin/core/core.php:2040
1896
  #: admin/email-log-settings/email-log-settings.php:100
1897
- #: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
1898
  #: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
1899
- #: admin/wizard/wizard.php:1055 admin/wizard/wizard.php:1124
1900
  msgid "Get BPS Pro Uploads Anti-Exploit Guard"
1901
  msgstr ""
1902
 
1903
- #: admin/core/core.php:205 admin/core/core.php:789 admin/core/core.php:1841
1904
- #: admin/core/core.php:1877 admin/core/core.php:1894 admin/login/login.php:147
1905
- #: admin/login/login.php:204 admin/login/login.php:912
1906
- #: admin/login/login.php:1158 admin/system-info/system-info.php:121
1907
  #: admin/system-info/system-info.php:1057
1908
  msgid "Permission Denied"
1909
  msgstr ""
1910
 
1911
- #: admin/core/core.php:207
1912
  msgid "Activate|Deactivate Security Modes"
1913
  msgstr ""
1914
 
1915
- #: admin/core/core.php:209 admin/core/core.php:211 admin/core/core.php:333
1916
  msgid "Root Folder BulletProof Mode (RBM)"
1917
  msgstr ""
1918
 
1919
- #: admin/core/core.php:209 admin/core/core.php:331 admin/core/core.php:432
1920
- #: admin/core/core.php:556 admin/core/core.php:644 admin/core/core.php:732
1921
- #: admin/core/core.php:783 admin/core/core.php:1806
1922
- #: admin/db-backup-security/db-backup-security.php:281
1923
- #: admin/db-backup-security/db-backup-security.php:1212
1924
- #: admin/db-backup-security/db-backup-security.php:1368
1925
  #: admin/email-log-settings/email-log-settings.php:106
1926
- #: admin/login/login.php:192 admin/login/login.php:807
1927
- #: admin/login/login.php:1128 admin/maintenance/maintenance.php:186
1928
  #: admin/mscan/mscan.php:138 admin/mscan/mscan.php:1743
1929
  #: admin/security-log/security-log.php:246
1930
  #: admin/system-info/system-info.php:103 admin/theme-skin/theme-skin.php:112
1931
- #: admin/wizard/wizard.php:1061 admin/wizard/wizard.php:1130
1932
- #: admin/wizard/wizard.php:1518
1933
  msgid "Read Me"
1934
  msgstr ""
1935
 
1936
- #: admin/core/core.php:216 admin/core/core.php:338 admin/core/core.php:1824
1937
- #: admin/db-backup-security/db-backup-security.php:289
1938
  #: admin/email-log-settings/email-log-settings.php:114
1939
- #: admin/login/login.php:1140 admin/maintenance/maintenance.php:194
1940
  #: admin/mscan/mscan.php:145 admin/system-info/system-info.php:111
1941
  msgid "Forum Help Links: "
1942
  msgstr ""
1943
 
1944
- #: admin/core/core.php:219 admin/core/core.php:341
1945
  msgid "Setup Wizard & Other Video Tutorials"
1946
  msgstr ""
1947
 
1948
- #: admin/core/core.php:220 admin/core/core.php:342
1949
  #: admin/email-log-settings/email-log-settings.php:117
1950
  #: admin/mscan/mscan.php:150 admin/security-log/security-log.php:257
1951
  msgid "BPS Troubleshooting Steps"
1952
  msgstr ""
1953
 
1954
- #: admin/core/core.php:254 admin/core/core.php:257 admin/core/core.php:260
1955
- #: admin/core/core.php:263 admin/core/core.php:271 admin/core/core.php:274
1956
- #: admin/core/core.php:277 admin/core/core.php:280
1957
  msgid "RBM Status: "
1958
  msgstr ""
1959
 
1960
- #: admin/core/core.php:254 admin/core/core.php:271 admin/core/core.php:381
1961
- #: admin/core/core.php:395 admin/core/core.php:592 admin/core/core.php:606
1962
- #: admin/core/core.php:680 admin/core/core.php:694
1963
  msgid "Disabled"
1964
  msgstr ""
1965
 
1966
- #: admin/core/core.php:257 admin/core/core.php:274
1967
  msgid "Root htaccess File Does Not Exist"
1968
  msgstr ""
1969
 
1970
- #: admin/core/core.php:260 admin/core/core.php:277 admin/core/core.php:387
1971
- #: admin/core/core.php:401 admin/core/core.php:598 admin/core/core.php:612
1972
- #: admin/core/core.php:686 admin/core/core.php:700
1973
  #: admin/system-info/system-info.php:260
1974
  msgid "Activated"
1975
  msgstr ""
1976
 
1977
- #: admin/core/core.php:263 admin/core/core.php:280 admin/core/core.php:384
1978
- #: admin/core/core.php:398 admin/core/core.php:595 admin/core/core.php:609
1979
- #: admin/core/core.php:683 admin/core/core.php:697
1980
  #: admin/system-info/system-info.php:269
1981
  msgid "Deactivated"
1982
  msgstr ""
1983
 
1984
- #: admin/core/core.php:297 admin/core/core.php:315
1985
  msgid "Click OK to Activate Root Folder BulletProof Mode or click Cancel."
1986
  msgstr ""
1987
 
1988
- #: admin/core/core.php:305 admin/core/core.php:323
1989
  msgid "Click OK to Deactivate Root Folder BulletProof Mode or click Cancel."
1990
  msgstr ""
1991
 
1992
- #: admin/core/core.php:331
1993
  msgid "wp-admin Folder BulletProof Mode (WBM)"
1994
  msgstr ""
1995
 
1996
- #: admin/core/core.php:381 admin/core/core.php:384 admin/core/core.php:387
1997
- #: admin/core/core.php:395 admin/core/core.php:398 admin/core/core.php:401
1998
  msgid "WBM Status: "
1999
  msgstr ""
2000
 
2001
- #: admin/core/core.php:416
2002
  msgid "Click OK to Activate wp-admin Folder BulletProof Mode or click Cancel."
2003
  msgstr ""
2004
 
2005
- #: admin/core/core.php:424
2006
  msgid ""
2007
  "Click OK to Deactivate wp-admin Folder BulletProof Mode or click Cancel."
2008
  msgstr ""
2009
 
2010
- #: admin/core/core.php:432 admin/core/core.php:434
2011
  msgid "Hidden Plugin Folders|Files Cron (HPF)"
2012
  msgstr ""
2013
 
2014
- #: admin/core/core.php:467 admin/core/core.php:470 admin/core/core.php:478
2015
- #: admin/core/core.php:481
2016
  msgid "HPF Status: "
2017
  msgstr ""
2018
 
2019
- #: admin/core/core.php:467 admin/core/core.php:478 admin/core/core.php:513
2020
  msgid "HPF Cron On"
2021
  msgstr ""
2022
 
2023
- #: admin/core/core.php:470 admin/core/core.php:481 admin/core/core.php:514
2024
  msgid "HPF Cron Off"
2025
  msgstr ""
2026
 
2027
- #: admin/core/core.php:502
2028
  msgid "Run Check Every 1 Minute"
2029
  msgstr ""
2030
 
2031
- #: admin/core/core.php:503
2032
  msgid "Run Check Every 5 Minutes"
2033
  msgstr ""
2034
 
2035
- #: admin/core/core.php:504
2036
  msgid "Run Check Every 10 Minutes"
2037
  msgstr ""
2038
 
2039
- #: admin/core/core.php:505
2040
  msgid "Run Check Every 15 Minutes"
2041
  msgstr ""
2042
 
2043
- #: admin/core/core.php:506
2044
  msgid "Run Check Every 30 Minutes"
2045
  msgstr ""
2046
 
2047
- #: admin/core/core.php:507
2048
  msgid "Run Check Every 60 Minutes"
2049
  msgstr ""
2050
 
2051
- #: admin/core/core.php:508
2052
  msgid "Run Check Once Daily"
2053
  msgstr ""
2054
 
2055
- #: admin/core/core.php:517
2056
  msgid "Save HPF Cron Options"
2057
  msgstr ""
2058
 
2059
- #: admin/core/core.php:517
2060
  msgid ""
2061
  "The default Cron Frequency is: Run Check Every 15 Minutes. This is a "
2062
  "lightweight check that uses an insignificant amount of resources/memory so 4 "
@@ -2068,32 +2068,32 @@ msgid ""
2068
  "OK to proceed or click Cancel"
2069
  msgstr ""
2070
 
2071
- #: admin/core/core.php:532
2072
  msgid "Add Ignore rules using plugin folder names or file names."
2073
  msgstr ""
2074
 
2075
- #: admin/core/core.php:532
2076
  msgid "Use a comma and a space between folder and/or file names."
2077
  msgstr ""
2078
 
2079
- #: admin/core/core.php:532
2080
  msgid "Example: plugin-folder-name, example-file-name.php"
2081
  msgstr ""
2082
 
2083
- #: admin/core/core.php:538
2084
  msgid ""
2085
  "This option is for adding ignore rules for Hidden or Empty Plugin Folders "
2086
  "Detected by BPS or Non-standard WP files detected by BPS in your /plugins/ "
2087
  "folder."
2088
  msgstr ""
2089
 
2090
- #: admin/core/core.php:538
2091
  msgid ""
2092
  "This is an independent option setting that does not require clicking any "
2093
  "other buttons."
2094
  msgstr ""
2095
 
2096
- #: admin/core/core.php:538 admin/maintenance/maintenance.php:659
2097
  #: admin/security-log/security-log.php:470
2098
  #: admin/security-log/security-log.php:485
2099
  #: admin/security-log/security-log.php:703
@@ -2101,281 +2101,281 @@ msgstr ""
2101
  msgid "Click OK to proceed or click Cancel."
2102
  msgstr ""
2103
 
2104
- #: admin/core/core.php:556
2105
  msgid "Master htaccess Folder BulletProof Mode (MBM)"
2106
  msgstr ""
2107
 
2108
- #: admin/core/core.php:558
2109
  msgid "MBM BulletProof Modes"
2110
  msgstr ""
2111
 
2112
- #: admin/core/core.php:592 admin/core/core.php:595 admin/core/core.php:598
2113
- #: admin/core/core.php:606 admin/core/core.php:609 admin/core/core.php:612
2114
  msgid "MBM Status: "
2115
  msgstr ""
2116
 
2117
- #: admin/core/core.php:627
2118
  msgid "Click OK to Activate MBM BulletProof Mode or click Cancel."
2119
  msgstr ""
2120
 
2121
- #: admin/core/core.php:635
2122
  msgid "Click OK to Deactivate MBM BulletProof Mode or click Cancel."
2123
  msgstr ""
2124
 
2125
- #: admin/core/core.php:644
2126
  msgid "BPS Backup Folder BulletProof Mode (BBM)"
2127
  msgstr ""
2128
 
2129
- #: admin/core/core.php:646
2130
  msgid "BBM BulletProof Modes"
2131
  msgstr ""
2132
 
2133
- #: admin/core/core.php:680 admin/core/core.php:683 admin/core/core.php:686
2134
- #: admin/core/core.php:694 admin/core/core.php:697 admin/core/core.php:700
2135
  msgid "BBM Status: "
2136
  msgstr ""
2137
 
2138
- #: admin/core/core.php:715
2139
  msgid "Click OK to Activate BBM BulletProof Mode or click Cancel."
2140
  msgstr ""
2141
 
2142
- #: admin/core/core.php:723
2143
  msgid ""
2144
  "Caution: BPS Backup Folder BulletProof Mode (BBM) should only be deactivated "
2145
  "for testing or troubleshooting. Be sure to activate BBM BulletProof Mode "
2146
  "after you are done testing or troubleshooting."
2147
  msgstr ""
2148
 
2149
- #: admin/core/core.php:723
2150
  msgid "Click OK to Deactivate BBM BulletProof Mode or click Cancel."
2151
  msgstr ""
2152
 
2153
- #: admin/core/core.php:732 admin/core/core.php:734
2154
  msgid "Backup & Restore BPS htaccess Files"
2155
  msgstr ""
2156
 
2157
- #: admin/core/core.php:750
2158
  msgid "Click OK to Backup BPS htaccess files or click Cancel."
2159
  msgstr ""
2160
 
2161
- #: admin/core/core.php:758
2162
  msgid "Click OK to Restore BPS htaccess files or click Cancel."
2163
  msgstr ""
2164
 
2165
- #: admin/core/core.php:777
2166
  msgid "htaccess File Editor ~ "
2167
  msgstr ""
2168
 
2169
- #: admin/core/core.php:777
2170
  msgid ""
2171
  "Check or edit BPS htaccess files/code manually/directly for testing. Use BPS "
2172
  "Custom Code to save htaccess code permanently"
2173
  msgstr ""
2174
 
2175
- #: admin/core/core.php:783 admin/core/core.php:785
2176
  msgid "htaccess File Editing"
2177
  msgstr ""
2178
 
2179
- #: admin/core/core.php:816
2180
  msgid "htaccess Files Disabled: secure.htaccess Master file is disabled."
2181
  msgstr ""
2182
 
2183
- #: admin/core/core.php:820
2184
  msgid "ERROR: A secure.htaccess Master file was NOT found."
2185
  msgstr ""
2186
 
2187
- #: admin/core/core.php:829
2188
  msgid ""
2189
  "File Open and Write test successful! The secure.htaccess Master file is "
2190
  "writable."
2191
  msgstr ""
2192
 
2193
- #: admin/core/core.php:834 admin/core/core.php:924 admin/core/core.php:1037
2194
- #: admin/core/core.php:1226 admin/security-log/security-log.php:766
2195
  msgid "Cannot write to file: "
2196
  msgstr ""
2197
 
2198
- #: admin/core/core.php:849
2199
  msgid ""
2200
  "htaccess Files Disabled: secure.htaccess Master file writing is disabled. "
2201
  msgstr ""
2202
 
2203
- #: admin/core/core.php:869
2204
  msgid "Error: Unable to write to the secure.htaccess Master file."
2205
  msgstr ""
2206
 
2207
- #: admin/core/core.php:884
2208
  msgid "The secure.htaccess Master file has been updated."
2209
  msgstr ""
2210
 
2211
- #: admin/core/core.php:906
2212
  msgid "htaccess Files Disabled: default.htaccess Master file is disabled."
2213
  msgstr ""
2214
 
2215
- #: admin/core/core.php:910
2216
  msgid "ERROR: A default.htaccess Master file was NOT found."
2217
  msgstr ""
2218
 
2219
- #: admin/core/core.php:919
2220
  msgid ""
2221
  "File Open and Write test successful! The default.htaccess Master file is "
2222
  "writable."
2223
  msgstr ""
2224
 
2225
- #: admin/core/core.php:939
2226
  msgid ""
2227
  "htaccess Files Disabled: default.htaccess Master file writing is disabled. "
2228
  msgstr ""
2229
 
2230
- #: admin/core/core.php:959
2231
  msgid "Error: Unable to write to the default.htaccess Master file."
2232
  msgstr ""
2233
 
2234
- #: admin/core/core.php:974
2235
  msgid "The default.htaccess Master file has been updated."
2236
  msgstr ""
2237
 
2238
- #: admin/core/core.php:986
2239
  msgid ""
2240
  " Check that the /bps-backup/ and /master-backups/ folders exist and the "
2241
  "folder permissions or Ownership for these folders."
2242
  msgstr ""
2243
 
2244
- #: admin/core/core.php:991
2245
  msgid ""
2246
  "Your Custom default.htaccess Master file has been successfully saved to: "
2247
  msgstr ""
2248
 
2249
- #: admin/core/core.php:1013
2250
  msgid "wpadmin-secure.htaccess file writing is disabled."
2251
  msgstr ""
2252
 
2253
- #: admin/core/core.php:1019
2254
  msgid ""
2255
  "htaccess Files Disabled: wpadmin-secure.htaccess Master file is disabled."
2256
  msgstr ""
2257
 
2258
- #: admin/core/core.php:1023
2259
  msgid "ERROR: A wpadmin-secure.htaccess Master file was NOT found."
2260
  msgstr ""
2261
 
2262
- #: admin/core/core.php:1032
2263
  msgid ""
2264
  "File Open and Write test successful! The wpadmin-secure.htaccess Master file "
2265
  "is writable."
2266
  msgstr ""
2267
 
2268
- #: admin/core/core.php:1053
2269
  msgid ""
2270
  "htaccess Files Disabled: wpadmin-secure.htaccess Master file writing is "
2271
  "disabled. "
2272
  msgstr ""
2273
 
2274
- #: admin/core/core.php:1073
2275
  msgid "Error: Unable to write to the wpadmin-secure.htaccess Master file."
2276
  msgstr ""
2277
 
2278
- #: admin/core/core.php:1088
2279
  msgid "The wpadmin-secure.htaccess Master file has been updated."
2280
  msgstr ""
2281
 
2282
- #: admin/core/core.php:1110
2283
  msgid "htaccess Files Disabled: Root htaccess file does not exist."
2284
  msgstr ""
2285
 
2286
- #: admin/core/core.php:1114
2287
  msgid "ERROR: An htaccess file was NOT found in your root folder"
2288
  msgstr ""
2289
 
2290
- #: admin/core/core.php:1123
2291
  msgid ""
2292
  "File Open and Write test successful! Your currently active root htaccess "
2293
  "file is writable."
2294
  msgstr ""
2295
 
2296
- #: admin/core/core.php:1128
2297
  msgid "Your root htaccess file is Locked with Read Only Permissions."
2298
  msgstr ""
2299
 
2300
- #: admin/core/core.php:1128
2301
  msgid ""
2302
  "Use the Lock and Unlock buttons below to Lock or Unlock your root htaccess "
2303
  "file for editing."
2304
  msgstr ""
2305
 
2306
- #: admin/core/core.php:1163
2307
  msgid ""
2308
  "Error: Unable to write to the Root htaccess file. If your Root htaccess file "
2309
  "is locked you must unlock first."
2310
  msgstr ""
2311
 
2312
- #: admin/core/core.php:1178
2313
  msgid "Your currently active root htaccess file has been updated."
2314
  msgstr ""
2315
 
2316
- #: admin/core/core.php:1202
2317
  msgid "wp-admin active htaccess file writing is disabled."
2318
  msgstr ""
2319
 
2320
- #: admin/core/core.php:1208
2321
  msgid "htaccess Files Disabled: wp-admin folder htaccess file does not exist."
2322
  msgstr ""
2323
 
2324
- #: admin/core/core.php:1212
2325
  msgid "ERROR: An htaccess file was NOT found in your wp-admin folder"
2326
  msgstr ""
2327
 
2328
- #: admin/core/core.php:1221
2329
  msgid ""
2330
  "File Open and Write test successful! Your currently active wp-admin htaccess "
2331
  "file is writable."
2332
  msgstr ""
2333
 
2334
- #: admin/core/core.php:1262
2335
  msgid "Error: Unable to write to the wp-admin htaccess file."
2336
  msgstr ""
2337
 
2338
- #: admin/core/core.php:1277
2339
  msgid "Your currently active wp-admin htaccess file has been updated."
2340
  msgstr ""
2341
 
2342
- #: admin/core/core.php:1294
2343
  msgid "Your Root htaccess file has been Locked."
2344
  msgstr ""
2345
 
2346
- #: admin/core/core.php:1299
2347
  msgid "Unable to Lock your Root htaccess file."
2348
  msgstr ""
2349
 
2350
- #: admin/core/core.php:1313
2351
  msgid "Your Root htaccess file has been Unlocked."
2352
  msgstr ""
2353
 
2354
- #: admin/core/core.php:1318
2355
  msgid "Unable to Unlock your Root htaccess file."
2356
  msgstr ""
2357
 
2358
- #: admin/core/core.php:1341
2359
  msgid "Click OK to Lock your Root htaccess file or click Cancel."
2360
  msgstr ""
2361
 
2362
- #: admin/core/core.php:1341
2363
  msgid ""
2364
  "Note: The File Open and Write Test window will still display the last status "
2365
  "of the file as Unlocked. To see the current status refresh your browser."
2366
  msgstr ""
2367
 
2368
- #: admin/core/core.php:1349
2369
  msgid "Click OK to Unlock your Root htaccess file or click Cancel."
2370
  msgstr ""
2371
 
2372
- #: admin/core/core.php:1349
2373
  msgid ""
2374
  "Note: The File Open and Write Test window will still display the last status "
2375
  "of the file as Locked. To see the current status refresh your browser."
2376
  msgstr ""
2377
 
2378
- #: admin/core/core.php:1358
2379
  msgid ""
2380
  "Turning AutoLock On will allow BPS Pro to automatically lock your Root ."
2381
  "htaccess file. For some folks this causes a problem because their Web Hosts "
@@ -2383,23 +2383,23 @@ msgid ""
2383
  "BPS Pro to AutoLock the Root .htaccess file works fine."
2384
  msgstr ""
2385
 
2386
- #: admin/core/core.php:1358
2387
  msgid "Click OK to Turn AutoLock On or click Cancel."
2388
  msgstr ""
2389
 
2390
- #: admin/core/core.php:1360 admin/system-info/system-info.php:775
2391
  #: admin/system-info/system-info.php:791 admin/system-info/system-info.php:799
2392
  #: admin/system-info/system-info.php:807 admin/system-info/system-info.php:815
2393
  #: admin/system-info/system-info.php:823 admin/system-info/system-info.php:831
2394
  #: admin/system-info/system-info.php:839 admin/system-info/system-info.php:847
2395
- #: admin/system-info/system-info.php:866 includes/functions.php:572
2396
- #: includes/functions.php:757 includes/functions.php:925
2397
- #: includes/functions.php:968 includes/functions.php:1016
2398
- #: includes/functions.php:1060
2399
  msgid "On"
2400
  msgstr ""
2401
 
2402
- #: admin/core/core.php:1370
2403
  msgid ""
2404
  "Turning AutoLock Off will prevent BPS Pro from automatically locking your "
2405
  "Root .htaccess file. For some folks this is necessary because their Web "
@@ -2407,52 +2407,52 @@ msgid ""
2407
  "allowing BPS Pro to AutoLock the Root .htaccess file works fine."
2408
  msgstr ""
2409
 
2410
- #: admin/core/core.php:1370
2411
  msgid "Click OK to Turn AutoLock Off or click Cancel."
2412
  msgstr ""
2413
 
2414
- #: admin/core/core.php:1372 admin/system-info/system-info.php:551
2415
  #: admin/system-info/system-info.php:794 admin/system-info/system-info.php:802
2416
  #: admin/system-info/system-info.php:810 admin/system-info/system-info.php:818
2417
  #: admin/system-info/system-info.php:826 admin/system-info/system-info.php:834
2418
  #: admin/system-info/system-info.php:842 admin/system-info/system-info.php:850
2419
  #: admin/system-info/system-info.php:858 admin/system-info/system-info.php:869
2420
- #: includes/functions.php:930 includes/functions.php:973
2421
- #: includes/functions.php:1022 includes/functions.php:1066
2422
  #: includes/general-functions.php:285 includes/general-functions.php:300
2423
  msgid "Off"
2424
  msgstr ""
2425
 
2426
- #: admin/core/core.php:1387
2427
  msgid "secure.htaccess"
2428
  msgstr ""
2429
 
2430
- #: admin/core/core.php:1388
2431
  msgid "default.htaccess"
2432
  msgstr ""
2433
 
2434
- #: admin/core/core.php:1389
2435
  msgid "wpadmin-secure.htaccess"
2436
  msgstr ""
2437
 
2438
- #: admin/core/core.php:1390
2439
  msgid "Your Current Root htaccess File"
2440
  msgstr ""
2441
 
2442
- #: admin/core/core.php:1391
2443
  msgid "Your Current wp-admin htaccess File"
2444
  msgstr ""
2445
 
2446
- #: admin/core/core.php:1414 admin/core/core.php:1486 admin/core/core.php:1558
2447
- #: admin/core/core.php:1649 admin/core/core.php:1723
2448
  msgid ""
2449
  "If you see an error or are unable to save your editing changes then click "
2450
  "the Encrypt htaccess Code button first and then click the Update File "
2451
  "button. Mouse over the question mark image to the right for help info."
2452
  msgstr ""
2453
 
2454
- #: admin/core/core.php:1414 admin/core/core.php:1486 admin/core/core.php:1558
2455
- #: admin/core/core.php:1649 admin/core/core.php:1723
2456
  msgid ""
2457
  "If your web host currently has ModSecurity installed or installs ModSecurity "
2458
  "at a later time then ModSecurity will prevent you from saving your htaccess "
@@ -2460,8 +2460,8 @@ msgid ""
2460
  "button."
2461
  msgstr ""
2462
 
2463
- #: admin/core/core.php:1414 admin/core/core.php:1486 admin/core/core.php:1558
2464
- #: admin/core/core.php:1649 admin/core/core.php:1723
2465
  msgid ""
2466
  "If you click the Encrypt htaccess Code button and then want to edit your "
2467
  "code again click the Decrypt htaccess Code button. After you are done "
@@ -2469,20 +2469,20 @@ msgid ""
2469
  "File button."
2470
  msgstr ""
2471
 
2472
- #: admin/core/core.php:1414 admin/core/core.php:1486 admin/core/core.php:1558
2473
- #: admin/core/core.php:1649 admin/core/core.php:1723
2474
  msgid "Click the htaccess File Editing Read Me help button for more help info."
2475
  msgstr ""
2476
 
2477
- #: admin/core/core.php:1646
2478
  msgid "YOUR ROOT HTACCESS FILE IS LOCKED."
2479
  msgstr ""
2480
 
2481
- #: admin/core/core.php:1646
2482
  msgid "YOUR FILE EDITS|CHANGES CANNOT BE SAVED."
2483
  msgstr ""
2484
 
2485
- #: admin/core/core.php:1646
2486
  msgid ""
2487
  "Click Cancel, copy the file editing changes you made to save them and then "
2488
  "click the Unlock .htaccess File button to unlock your Root .htaccess file. "
@@ -2491,44 +2491,44 @@ msgid ""
2491
  "to save your file edits/changes."
2492
  msgstr ""
2493
 
2494
- #: admin/core/core.php:1800
2495
  msgid "htaccess File Custom Code ~ "
2496
  msgstr ""
2497
 
2498
- #: admin/core/core.php:1800
2499
  msgid ""
2500
  "Save custom htaccess code for your Root and wp-admin htaccess Files "
2501
  "permanently"
2502
  msgstr ""
2503
 
2504
- #: admin/core/core.php:1812
2505
  msgid "Reset|Recheck Dismiss Notices: "
2506
  msgstr ""
2507
 
2508
- #: admin/core/core.php:1827
2509
  msgid "Brute Force Login Page Protection code"
2510
  msgstr ""
2511
 
2512
- #: admin/core/core.php:1835 admin/core/core.php:2083
2513
- #: admin/wizard/wizard.php:1076
2514
  msgid "Custom Code Video Tutorial"
2515
  msgstr ""
2516
 
2517
- #: admin/core/core.php:1836
2518
  msgid "BulletProof Security Forum"
2519
  msgstr ""
2520
 
2521
- #: admin/core/core.php:1853
2522
  msgid ""
2523
  "Clicking OK will Import all of your Root and wp-admin Custom Code from the "
2524
  "cc-master.zip file on your computer."
2525
  msgstr ""
2526
 
2527
- #: admin/core/core.php:1853
2528
  msgid "Click OK to Import Custom Code or click Cancel."
2529
  msgstr ""
2530
 
2531
- #: admin/core/core.php:1862
2532
  msgid ""
2533
  "Clicking OK will Export (copy) all of your Root and wp-admin Custom Code "
2534
  "into the cc-master.zip file, which you can then download to your computer by "
@@ -2536,51 +2536,51 @@ msgid ""
2536
  "success message."
2537
  msgstr ""
2538
 
2539
- #: admin/core/core.php:1862
2540
  msgid "Click OK to Export Custom Code or click Cancel."
2541
  msgstr ""
2542
 
2543
- #: admin/core/core.php:1870
2544
  msgid ""
2545
  "Clicking OK will delete all of your Root and wp-admin Custom Code from all "
2546
  "of the Custom Code text boxes."
2547
  msgstr ""
2548
 
2549
- #: admin/core/core.php:1870
2550
  msgid "Click OK to Delete Custom Code or click Cancel."
2551
  msgstr ""
2552
 
2553
- #: admin/core/core.php:1921
2554
  msgid ""
2555
  "Your My Notes Personal Notes and/or htaccess Code Notes saved successfully "
2556
  "to your WordPress Database."
2557
  msgstr ""
2558
 
2559
- #: admin/core/core.php:1934
2560
  msgid "My Notes ~ "
2561
  msgstr ""
2562
 
2563
- #: admin/core/core.php:1934
2564
  msgid "Save Personal Notes and htaccess Code Notes to your WordPress Database"
2565
  msgstr ""
2566
 
2567
- #: admin/core/core.php:1955
2568
  msgid ""
2569
  "If you are unable to save custom htaccess code and/or see an error message "
2570
  "when trying to save custom htaccess code, "
2571
  msgstr ""
2572
 
2573
- #: admin/core/core.php:1955
2574
  msgid ""
2575
  "click the Encrypt My Notes button first and then click the Save My Notes "
2576
  "button."
2577
  msgstr ""
2578
 
2579
- #: admin/core/core.php:1955
2580
  msgid "Mouse over the question mark image to the right for help info."
2581
  msgstr ""
2582
 
2583
- #: admin/core/core.php:1955
2584
  msgid ""
2585
  "If your web host currently has ModSecurity installed or installs ModSecurity "
2586
  "at a later time then ModSecurity will prevent you from saving your custom "
@@ -2588,7 +2588,7 @@ msgid ""
2588
  "button."
2589
  msgstr ""
2590
 
2591
- #: admin/core/core.php:1955
2592
  msgid ""
2593
  "If you click the Encrypt My Notes button, but then want to add or edit "
2594
  "additional custom code click the Decrypt My Notes button. After you are done "
@@ -2596,25 +2596,25 @@ msgid ""
2596
  "clicking the Save My Notes button."
2597
  msgstr ""
2598
 
2599
- #: admin/core/core.php:2027
2600
- #: admin/db-backup-security/db-backup-security.php:1706
2601
  #: admin/mscan/mscan.php:1946 admin/theme-skin/theme-skin.php:253
2602
  msgid "Whats New in "
2603
  msgstr ""
2604
 
2605
- #: admin/core/core.php:2027
2606
  msgid " and General Help Info & Tips"
2607
  msgstr ""
2608
 
2609
- #: admin/core/core.php:2032
2610
  msgid "The BPS Changelog|Whats New page has been moved to the "
2611
  msgstr ""
2612
 
2613
- #: admin/core/core.php:2032
2614
  msgid "Reasons for this Changelog|Whats New page change: "
2615
  msgstr ""
2616
 
2617
- #: admin/core/core.php:2032
2618
  msgid ""
2619
  "The BPS Changelog|Whats New page will not have to be translated by the "
2620
  "WordPress PolyGlots Language Packs Team for each new version release of BPS, "
@@ -2623,69 +2623,69 @@ msgid ""
2623
  "BPS version changes through the years and other beneficial reasons."
2624
  msgstr ""
2625
 
2626
- #: admin/core/core.php:2040 admin/db-backup-security/db-backup-security.php:275
2627
- #: admin/db-backup-security/db-backup-security.php:1206
2628
- #: admin/db-backup-security/db-backup-security.php:1362
2629
  #: admin/email-log-settings/email-log-settings.php:100
2630
- #: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
2631
  #: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
2632
- #: admin/wizard/wizard.php:1055 admin/wizard/wizard.php:1124
2633
  msgid ""
2634
  "Protect all of your website files with AutoRestore|Quarantine Intrusion "
2635
  "Detection & Prevention System: "
2636
  msgstr ""
2637
 
2638
- #: admin/core/core.php:2040 admin/db-backup-security/db-backup-security.php:275
2639
- #: admin/db-backup-security/db-backup-security.php:1206
2640
- #: admin/db-backup-security/db-backup-security.php:1362
2641
  #: admin/email-log-settings/email-log-settings.php:100
2642
- #: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
2643
  #: admin/mscan/mscan.php:128 admin/security-log/security-log.php:240
2644
- #: admin/theme-skin/theme-skin.php:106 admin/wizard/wizard.php:1055
2645
- #: admin/wizard/wizard.php:1124
2646
  msgid "Get BPS Pro ARQ IDPS"
2647
  msgstr ""
2648
 
2649
- #: admin/core/core.php:2040 admin/email-log-settings/email-log-settings.php:100
2650
- #: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
2651
  #: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
2652
- #: admin/wizard/wizard.php:1055 admin/wizard/wizard.php:1124
2653
  msgid ""
2654
  "Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-"
2655
  "posting, auto-commenting): "
2656
  msgstr ""
2657
 
2658
- #: admin/core/core.php:2040 admin/email-log-settings/email-log-settings.php:100
2659
- #: admin/login/login.php:186 admin/login/login.php:801
2660
- #: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
2661
  #: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
2662
- #: admin/wizard/wizard.php:1055 admin/wizard/wizard.php:1124
2663
  msgid "Get BPS Pro JTC Anti-Spam|Anti-Hacker"
2664
  msgstr ""
2665
 
2666
- #: admin/core/core.php:2045
2667
  msgid "General Help Info & Tips:"
2668
  msgstr ""
2669
 
2670
- #: admin/core/core.php:2049
2671
  msgid "If BPS plugin pages are not displaying visually correct you can "
2672
  msgstr ""
2673
 
2674
- #: admin/core/core.php:2053
2675
  msgid "BPS Video Tutorials|Setup Wizard: "
2676
  msgstr ""
2677
 
2678
- #: admin/core/core.php:2061
2679
  msgid "Troubleshooting Steps & The BPS Security Log: "
2680
  msgstr ""
2681
 
2682
- #: admin/core/core.php:2061
2683
  msgid ""
2684
  "All BPS plugin features can be turned Off/On individually to confirm, "
2685
  "eliminate or isolate a problem or issue that may or may not be caused by BPS."
2686
  msgstr ""
2687
 
2688
- #: admin/core/core.php:2061
2689
  msgid ""
2690
  "The BPS Security Log is a primary troubleshooting tool. If BPS is blocking "
2691
  "something legitimate in another plugin or theme then a Security Log entry "
@@ -2694,69 +2694,69 @@ msgid ""
2694
  "being blocked."
2695
  msgstr ""
2696
 
2697
- #: admin/core/core.php:2061
2698
  msgid ""
2699
  "Search the Forum site to see if a known issue or problem is already posted "
2700
  "with a solution/whitelist rule in the Forum."
2701
  msgstr ""
2702
 
2703
- #: admin/core/core.php:2074 admin/maintenance/maintenance.php:2096
2704
  msgid "Help & FAQ"
2705
  msgstr ""
2706
 
2707
- #: admin/core/core.php:2078 admin/email-log-settings/email-log-settings.php:225
2708
- #: admin/login/login.php:1654 admin/maintenance/maintenance.php:2101
2709
  #: admin/security-log/security-log.php:833
2710
  #: admin/system-info/system-info.php:1132
2711
  msgid "Contributors Page"
2712
  msgstr ""
2713
 
2714
- #: admin/core/core.php:2079
2715
  msgid "WP Permalinks - Custom Permalink Structure Help Info"
2716
  msgstr ""
2717
 
2718
- #: admin/core/core.php:2080 admin/email-log-settings/email-log-settings.php:224
2719
- #: admin/login/login.php:1653 admin/maintenance/maintenance.php:2102
2720
  #: admin/security-log/security-log.php:832
2721
  #: admin/system-info/system-info.php:1131
2722
  msgid "Security Log Event Codes"
2723
  msgstr ""
2724
 
2725
- #: admin/core/core.php:2081
2726
  msgid "Adding a Custom 403 Forbidden Page For Your Website"
2727
  msgstr ""
2728
 
2729
- #: admin/core/core.php:2082
2730
- #: admin/db-backup-security/db-backup-security.php:1710
2731
  #: admin/email-log-settings/email-log-settings.php:226
2732
- #: admin/login/login.php:1655 admin/maintenance/maintenance.php:2103
2733
  #: admin/mscan/mscan.php:1949 admin/security-log/security-log.php:834
2734
  #: admin/system-info/system-info.php:1133 admin/theme-skin/theme-skin.php:256
2735
  msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
2736
  msgstr ""
2737
 
2738
- #: admin/core/core.php:2095
2739
  msgid "BulletProof Security Pro Feature Highlights"
2740
  msgstr ""
2741
 
2742
- #: admin/core/core.php:2105
2743
  msgid "The Ultimate Security Protection"
2744
  msgstr ""
2745
 
2746
- #: admin/core/core.php:2108
2747
  msgid "BPS Pro One-Click Setup Wizard & Demo Video Tutorial"
2748
  msgstr ""
2749
 
2750
- #: admin/core/core.php:2109
2751
  msgid "View All BPS Pro Features"
2752
  msgstr ""
2753
 
2754
- #: admin/core/core.php:2116
2755
  msgid ""
2756
  "The Complete Website Security Solution for Hacker and Spammer Protection"
2757
  msgstr ""
2758
 
2759
- #: admin/core/core.php:2116
2760
  msgid ""
2761
  "BulletProof Security Pro has an amazing track record. BPS Pro has been "
2762
  "publicly available for 9+ years and is installed on over 50,000 websites "
@@ -2764,47 +2764,47 @@ msgid ""
2764
  "hacked."
2765
  msgstr ""
2766
 
2767
- #: admin/core/core.php:2116
2768
  msgid ""
2769
  "Why pay 10 times or more for other premium WordPress Security Plugins with "
2770
  "recurring yearly subscriptions when you can get the best WordPress Security "
2771
  "Plugin for an extremely low one-time purchase price?"
2772
  msgstr ""
2773
 
2774
- #: admin/core/core.php:2116
2775
  msgid "View Cost Comparison"
2776
  msgstr ""
2777
 
2778
- #: admin/core/core.php:2116
2779
  msgid ""
2780
  "30-Day Money-Back Guarantee: If you are dissatisfied with BulletProof "
2781
  "Security Pro for any reason. We offer a no questions asked full refund."
2782
  msgstr ""
2783
 
2784
- #: admin/core/core.php:2119
2785
  msgid "One-Click Setup Wizard Installation: "
2786
  msgstr ""
2787
 
2788
- #: admin/core/core.php:2119
2789
  msgid ""
2790
  "Fast, simple and complete BPS Pro installation and setup in less than 1 "
2791
  "minute."
2792
  msgstr ""
2793
 
2794
- #: admin/core/core.php:2121
2795
  msgid "One-Click Upgrade: "
2796
  msgstr ""
2797
 
2798
- #: admin/core/core.php:2121
2799
  msgid "One-click plugin upgrade on the WordPress Plugins page."
2800
  msgstr ""
2801
 
2802
- #: admin/core/core.php:2123
2803
  msgid ""
2804
  "AutoRestore|Quarantine Intrusion Detection and Prevention System (ARQ IDPS): "
2805
  msgstr ""
2806
 
2807
- #: admin/core/core.php:2123
2808
  msgid ""
2809
  "ARQ IDPS is a real-time file scanner that automatically quarantines "
2810
  "malicious hacker files and autorestores legitimate website files if they "
@@ -2818,11 +2818,11 @@ msgid ""
2818
  "Plugin and Theme Automatic, Manual and Shiny installations and updates."
2819
  msgstr ""
2820
 
2821
- #: admin/core/core.php:2125
2822
  msgid "MScan Malware Scanner: "
2823
  msgstr ""
2824
 
2825
- #: admin/core/core.php:2125
2826
  msgid ""
2827
  "MScan Scheduled Scans are available in BPS Pro only. The BPS Pro ARQ IDPS "
2828
  "scanner is far superior to malware scanners including MScan, but both the "
@@ -2830,11 +2830,11 @@ msgid ""
2830
  "website if someone would like to do that."
2831
  msgstr ""
2832
 
2833
- #: admin/core/core.php:2127
2834
  msgid "Plugin Firewall|Plugin Firewall AutoPilot Mode: "
2835
  msgstr ""
2836
 
2837
- #: admin/core/core.php:2127
2838
  msgid ""
2839
  "The Plugin Firewall protects all of your Plugins (plugin folders and files) "
2840
  "with an IP Address Firewall, which prevents/blocks/forbids Remote Access to "
@@ -2848,11 +2848,11 @@ msgid ""
2848
  "firewall whitelist rules."
2849
  msgstr ""
2850
 
2851
- #: admin/core/core.php:2129
2852
  msgid "JTC Anti-Spam|Anti-Hacker (JTC): "
2853
  msgstr ""
2854
 
2855
- #: admin/core/core.php:2129
2856
  #, php-format
2857
  msgid ""
2858
  "Blocks 100% of all SpamBot and HackerBot Brute Force Login attacks (auto-"
@@ -2866,11 +2866,11 @@ msgid ""
2866
  "includes a SpamBot Trap."
2867
  msgstr ""
2868
 
2869
- #: admin/core/core.php:2131
2870
  msgid "Uploads Folder Anti-Exploit Guard (UAEG): "
2871
  msgstr ""
2872
 
2873
- #: admin/core/core.php:2131
2874
  msgid ""
2875
  "Protects the WordPress Uploads folder. ONLY safe image files with valid "
2876
  "image file extensions such as jpg, gif, png, etc. can be accessed, opened or "
@@ -2880,11 +2880,11 @@ msgid ""
2880
  "executed in the WordPress Uploads folder."
2881
  msgstr ""
2882
 
2883
- #: admin/core/core.php:2133
2884
  msgid "DB Monitor Intrusion Detection System (IDS): "
2885
  msgstr ""
2886
 
2887
- #: admin/core/core.php:2133
2888
  msgid ""
2889
  "The DB Monitor is an automated Intrusion Detection System (IDS) that alerts "
2890
  "you via email anytime a change/modification occurs in your WordPress "
@@ -2895,11 +2895,11 @@ msgid ""
2895
  "help info."
2896
  msgstr ""
2897
 
2898
- #: admin/core/core.php:2135
2899
  msgid "DB Diff Tool: "
2900
  msgstr ""
2901
 
2902
- #: admin/core/core.php:2135
2903
  msgid ""
2904
  "The DB Diff Tool compares old database tables from DB backups to current "
2905
  "database tables and displays any differences in the data/content of those 2 "
@@ -2907,11 +2907,11 @@ msgid ""
2907
  "not only just DB data."
2908
  msgstr ""
2909
 
2910
- #: admin/core/core.php:2137
2911
  msgid "DB Status & Info: "
2912
  msgstr ""
2913
 
2914
- #: admin/core/core.php:2137
2915
  msgid ""
2916
  "General DB Info shows commonly checked DB status and info about your "
2917
  "WordPress database at a glance. Extensive DB Info shows extensive DB status "
@@ -2920,11 +2920,11 @@ msgid ""
2920
  "SHOW GLOBAL VARIABLES and SHOW SESSION VARIABLES."
2921
  msgstr ""
2922
 
2923
- #: admin/core/core.php:2139
2924
  msgid "S-Monitor: "
2925
  msgstr ""
2926
 
2927
- #: admin/core/core.php:2139
2928
  msgid ""
2929
  "S-Monitor is the centralized Security Monitoring and Alerting Core where you "
2930
  "can manage and choose BPS Pro settings for Dashboard Alerts, Dashboard "
@@ -2934,11 +2934,11 @@ msgid ""
2934
  "easy to change all/any BPS Pro settings to your particular preferences."
2935
  msgstr ""
2936
 
2937
- #: admin/core/core.php:2141
2938
  msgid "Advanced Real-Time Alerting & Heads Up Dashboard Status Display: "
2939
  msgstr ""
2940
 
2941
- #: admin/core/core.php:2141
2942
  msgid ""
2943
  "BPS Pro checks and displays error, warning, notifications and alert messages "
2944
  "in real time. You can choose how you want these messages displayed to you "
@@ -2946,11 +2946,11 @@ msgid ""
2946
  "Dashboard, BPS Pro pages only, Turned off, Email Alerts, Logging..."
2947
  msgstr ""
2948
 
2949
- #: admin/core/core.php:2144
2950
  msgid "Custom php.ini|ini_set Options: "
2951
  msgstr ""
2952
 
2953
- #: admin/core/core.php:2144
2954
  msgid ""
2955
  "Quickly create a custom php.ini file for your website or use ini_set Options "
2956
  "to increase security and performance with just a few clicks. Additional P-"
@@ -2958,11 +2958,11 @@ msgid ""
2958
  "Protected PHP Error Log, PHP Error Alerts, Secure phpinfo Viewer..."
2959
  msgstr ""
2960
 
2961
- #: admin/core/core.php:2146
2962
  msgid "Pro Tools: 16 mini-plugins: "
2963
  msgstr ""
2964
 
2965
- #: admin/core/core.php:2146
2966
  msgid ""
2967
  "Online Base64 Decoder, Offline Base64 Decode|Encode, Mcrypt ~ Decrypt|"
2968
  "Encrypt, Crypt Encryption, Scheduled Crons (display and reschedule/reset "
@@ -2981,39 +2981,40 @@ msgid ""
2981
  "vulnerable to an XML-RPC exploit)."
2982
  msgstr ""
2983
 
2984
- #: admin/core/core.php:2154
2985
  msgid "BPS Pro Version Release Dates"
2986
  msgstr ""
2987
 
2988
- #: admin/core/core.php:2158 admin/core/core.php:2159 admin/core/core.php:2160
2989
- #: admin/core/core.php:2166 admin/core/core.php:2167 admin/core/core.php:2168
2990
- #: admin/core/core.php:2169 admin/core/core.php:2170 admin/core/core.php:2171
2991
- #: admin/core/core.php:2177 admin/core/core.php:2178 admin/core/core.php:2179
2992
- #: admin/core/core.php:2180 admin/core/core.php:2185 admin/core/core.php:2186
2993
- #: admin/core/core.php:2187 admin/core/core.php:2188 admin/core/core.php:2189
2994
- #: admin/core/core.php:2194 admin/core/core.php:2195 admin/core/core.php:2196
2995
- #: admin/core/core.php:2197 admin/core/core.php:2198 admin/core/core.php:2199
2996
- #: admin/core/core.php:2200 admin/core/core.php:2201 admin/core/core.php:2202
2997
- #: admin/core/core.php:2207 admin/core/core.php:2208 admin/core/core.php:2209
2998
- #: admin/core/core.php:2210 admin/core/core.php:2211 admin/core/core.php:2212
2999
- #: admin/core/core.php:2213 admin/core/core.php:2214 admin/core/core.php:2215
3000
- #: admin/core/core.php:2216 admin/core/core.php:2217 admin/core/core.php:2218
3001
- #: admin/core/core.php:2219 admin/core/core.php:2225 admin/core/core.php:2226
3002
- #: admin/core/core.php:2227 admin/core/core.php:2228 admin/core/core.php:2229
3003
- #: admin/core/core.php:2230 admin/core/core.php:2231 admin/core/core.php:2232
3004
- #: admin/core/core.php:2233 admin/core/core.php:2234 admin/core/core.php:2235
3005
- #: admin/core/core.php:2236 admin/core/core.php:2237 admin/core/core.php:2238
3006
- #: admin/core/core.php:2244 admin/core/core.php:2245 admin/core/core.php:2246
3007
- #: admin/core/core.php:2247 admin/core/core.php:2248 admin/core/core.php:2249
3008
- #: admin/core/core.php:2250 admin/core/core.php:2251 admin/core/core.php:2252
3009
- #: admin/core/core.php:2253 admin/core/core.php:2254 admin/core/core.php:2255
3010
- #: admin/core/core.php:2256 admin/core/core.php:2262 admin/core/core.php:2263
3011
  #: admin/core/core.php:2264 admin/core/core.php:2265 admin/core/core.php:2266
3012
  #: admin/core/core.php:2267 admin/core/core.php:2268 admin/core/core.php:2269
3013
- #: admin/core/core.php:2270 admin/core/core.php:2271 admin/core/core.php:2277
3014
  #: admin/core/core.php:2278 admin/core/core.php:2279 admin/core/core.php:2280
3015
  #: admin/core/core.php:2281 admin/core/core.php:2282 admin/core/core.php:2283
3016
  #: admin/core/core.php:2284 admin/core/core.php:2285 admin/core/core.php:2286
 
 
 
 
 
 
 
 
 
 
 
 
 
3017
  #, php-format
3018
  msgid ""
3019
  "<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
@@ -3303,7 +3304,7 @@ msgid ""
3303
  msgstr ""
3304
 
3305
  #: admin/db-backup-security/db-backup-help-text.php:9
3306
- #: admin/db-backup-security/db-backup-security.php:963
3307
  msgid "Rename|Create|Reset Tool"
3308
  msgstr ""
3309
 
@@ -3667,624 +3668,624 @@ msgstr ""
3667
  msgid "BulletProof Security ~ DB Backup & Security"
3668
  msgstr ""
3669
 
3670
- #: admin/db-backup-security/db-backup-security.php:264
3671
- #: admin/db-backup-security/db-backup-security.php:281
3672
- #: admin/db-backup-security/db-backup-security.php:283
3673
  #: admin/includes/admin.php:342
3674
  msgid "DB Backup"
3675
  msgstr ""
3676
 
3677
- #: admin/db-backup-security/db-backup-security.php:265
3678
- #: admin/db-backup-security/db-backup-security.php:1212
3679
- #: admin/db-backup-security/db-backup-security.php:1214
3680
  msgid "DB Backup Log"
3681
  msgstr ""
3682
 
3683
- #: admin/db-backup-security/db-backup-security.php:266
3684
- #: admin/db-backup-security/db-backup-security.php:1368
3685
- #: admin/db-backup-security/db-backup-security.php:1370
3686
  msgid "DB Table Prefix Changer"
3687
  msgstr ""
3688
 
3689
- #: admin/db-backup-security/db-backup-security.php:275
3690
  msgid "DB Backup ~ "
3691
  msgstr ""
3692
 
3693
- #: admin/db-backup-security/db-backup-security.php:275
3694
  msgid ""
3695
  "Full & Partial DB Backups, Manual & Scheduled DB Backups, Email Zip Backups, "
3696
  "Automatically Delete Old Backups"
3697
  msgstr ""
3698
 
3699
- #: admin/db-backup-security/db-backup-security.php:292
3700
  msgid "DB Backup & Security Guide"
3701
  msgstr ""
3702
 
3703
- #: admin/db-backup-security/db-backup-security.php:299
3704
  msgid "Backup Jobs ~ Manual|Scheduled"
3705
  msgstr ""
3706
 
3707
- #: admin/db-backup-security/db-backup-security.php:409
3708
  msgid ""
3709
  "Error: You did not select any DB Tables to backup. Backup Job was not "
3710
  "created."
3711
  msgstr ""
3712
 
3713
- #: admin/db-backup-security/db-backup-security.php:515
3714
  msgid "Backup Job "
3715
  msgstr ""
3716
 
3717
- #: admin/db-backup-security/db-backup-security.php:515
3718
  msgid " Created Successfully."
3719
  msgstr ""
3720
 
3721
- #: admin/db-backup-security/db-backup-security.php:517
3722
  msgid "Backup Job Settings Logged successfully in the DB Backup Log"
3723
  msgstr ""
3724
 
3725
- #: admin/db-backup-security/db-backup-security.php:544
3726
  msgid "Run Job|Delete Job"
3727
  msgstr ""
3728
 
3729
- #: admin/db-backup-security/db-backup-security.php:600
3730
- #: admin/db-backup-security/db-backup-security.php:657
3731
  msgid "Backup Job: "
3732
  msgstr ""
3733
 
3734
- #: admin/db-backup-security/db-backup-security.php:600
3735
- #: admin/db-backup-security/db-backup-security.php:836
3736
  msgid " has been deleted successfully."
3737
  msgstr ""
3738
 
3739
- #: admin/db-backup-security/db-backup-security.php:657
3740
  msgid " has completed."
3741
  msgstr ""
3742
 
3743
- #: admin/db-backup-security/db-backup-security.php:657
3744
  msgid ""
3745
  "Your DB Backup Log contains the Backup Job Completion Time, Total Memory "
3746
  "Used and other information about this Backup."
3747
  msgstr ""
3748
 
3749
- #: admin/db-backup-security/db-backup-security.php:686
3750
  msgid "Description|Job Name"
3751
  msgstr ""
3752
 
3753
- #: admin/db-backup-security/db-backup-security.php:687
3754
- #: admin/db-backup-security/db-backup-security.php:717
3755
- #: admin/db-backup-security/db-backup-security.php:861
3756
- #: admin/db-backup-security/db-backup-security.php:879
3757
- #: admin/login/login.php:550 admin/login/login.php:579
3758
- #: admin/login/login.php:651 admin/login/login.php:680
3759
  #: admin/mscan/mscan.php:1386
3760
  msgid "Delete"
3761
  msgstr ""
3762
 
3763
- #: admin/db-backup-security/db-backup-security.php:688
3764
- #: admin/db-backup-security/db-backup-security.php:718
3765
  msgid "Run"
3766
  msgstr ""
3767
 
3768
- #: admin/db-backup-security/db-backup-security.php:689
3769
  msgid "Job Type"
3770
  msgstr ""
3771
 
3772
- #: admin/db-backup-security/db-backup-security.php:690
3773
  msgid "Frequency"
3774
  msgstr ""
3775
 
3776
- #: admin/db-backup-security/db-backup-security.php:691
3777
  msgid "Last Backup"
3778
  msgstr ""
3779
 
3780
- #: admin/db-backup-security/db-backup-security.php:692
3781
  msgid "Next Backup"
3782
  msgstr ""
3783
 
3784
- #: admin/db-backup-security/db-backup-security.php:693
3785
  msgid "Email Backup"
3786
  msgstr ""
3787
 
3788
- #: admin/db-backup-security/db-backup-security.php:694
3789
  msgid "Job Created"
3790
  msgstr ""
3791
 
3792
- #: admin/db-backup-security/db-backup-security.php:701
3793
  msgid "No Backup Jobs have been created yet."
3794
  msgstr ""
3795
 
3796
- #: admin/db-backup-security/db-backup-security.php:736
3797
  msgid "Yes & Delete"
3798
  msgstr ""
3799
 
3800
- #: admin/db-backup-security/db-backup-security.php:738
3801
  msgid "Send Email Only"
3802
  msgstr ""
3803
 
3804
- #: admin/db-backup-security/db-backup-security.php:779
3805
  msgid "Backup Files ~ Download|Delete"
3806
  msgstr ""
3807
 
3808
- #: admin/db-backup-security/db-backup-security.php:814
3809
  msgid "Delete Files"
3810
  msgstr ""
3811
 
3812
- #: admin/db-backup-security/db-backup-security.php:836
3813
  msgid "Backup File: "
3814
  msgstr ""
3815
 
3816
- #: admin/db-backup-security/db-backup-security.php:860
3817
  msgid "Backup Filename"
3818
  msgstr ""
3819
 
3820
- #: admin/db-backup-security/db-backup-security.php:862
3821
- #: admin/db-backup-security/db-backup-security.php:880
3822
  msgid "Download"
3823
  msgstr ""
3824
 
3825
- #: admin/db-backup-security/db-backup-security.php:863
3826
  msgid "Backup Folder"
3827
  msgstr ""
3828
 
3829
- #: admin/db-backup-security/db-backup-security.php:864
3830
  msgid "Size"
3831
  msgstr ""
3832
 
3833
- #: admin/db-backup-security/db-backup-security.php:865
3834
  msgid "Date|Time"
3835
  msgstr ""
3836
 
3837
- #: admin/db-backup-security/db-backup-security.php:895
3838
  msgid "No Backup Jobs have been Run yet. No Files in Backup."
3839
  msgstr ""
3840
 
3841
- #: admin/db-backup-security/db-backup-security.php:911
3842
  msgid "Click OK to Delete Backup File(s) or click Cancel"
3843
  msgstr ""
3844
 
3845
- #: admin/db-backup-security/db-backup-security.php:936
3846
  msgid "Create Backup Jobs"
3847
  msgstr ""
3848
 
3849
- #: admin/db-backup-security/db-backup-security.php:961
3850
  msgid "Database Tables "
3851
  msgstr ""
3852
 
3853
- #: admin/db-backup-security/db-backup-security.php:962
3854
  msgid "Backup Job Settings|Independent Options"
3855
  msgstr ""
3856
 
3857
- #: admin/db-backup-security/db-backup-security.php:975
3858
  #: admin/mscan/mscan.php:961
3859
  msgid "All"
3860
  msgstr ""
3861
 
3862
- #: admin/db-backup-security/db-backup-security.php:976
3863
- #: admin/db-backup-security/db-backup-security.php:1569
3864
  msgid "DB Table Name"
3865
  msgstr ""
3866
 
3867
- #: admin/db-backup-security/db-backup-security.php:1003
3868
  msgid "Description|Backup Job Name:"
3869
  msgstr ""
3870
 
3871
- #: admin/db-backup-security/db-backup-security.php:1007
3872
  msgid "DB Backup Folder Location:"
3873
  msgstr ""
3874
 
3875
- #: admin/db-backup-security/db-backup-security.php:1008
3876
  msgid "Recommended: Use The Default Obfuscated & Secure BPS Backup Folder."
3877
  msgstr ""
3878
 
3879
- #: admin/db-backup-security/db-backup-security.php:1011
3880
  msgid "DB Backup File Download Link|URL:"
3881
  msgstr ""
3882
 
3883
- #: admin/db-backup-security/db-backup-security.php:1012
3884
  msgid ""
3885
  "Note: If you see 404 errors when trying to download zip files or if you have"
3886
  msgstr ""
3887
 
3888
- #: admin/db-backup-security/db-backup-security.php:1013
3889
  msgid ""
3890
  "changed the DB Backup Folder Location above, click the Read Me help button."
3891
  msgstr ""
3892
 
3893
- #: admin/db-backup-security/db-backup-security.php:1016
3894
  msgid "Backup Job Type: Manual or Scheduled"
3895
  msgstr ""
3896
 
3897
- #: admin/db-backup-security/db-backup-security.php:1018
3898
  msgid "Manual DB Backup Job"
3899
  msgstr ""
3900
 
3901
- #: admin/db-backup-security/db-backup-security.php:1019
3902
  msgid "Scheduled DB Backup Job"
3903
  msgstr ""
3904
 
3905
- #: admin/db-backup-security/db-backup-security.php:1022
3906
  msgid "Frequency of Scheduled Backup Job (recurring)"
3907
  msgstr ""
3908
 
3909
- #: admin/db-backup-security/db-backup-security.php:1024
3910
- #: admin/db-backup-security/db-backup-security.php:1033
3911
- #: admin/db-backup-security/db-backup-security.php:1062
3912
- #: admin/db-backup-security/db-backup-security.php:1074
3913
  msgid "N/A"
3914
  msgstr ""
3915
 
3916
- #: admin/db-backup-security/db-backup-security.php:1025
3917
  msgid "Hourly Scheduled DB Backup Job"
3918
  msgstr ""
3919
 
3920
- #: admin/db-backup-security/db-backup-security.php:1026
3921
  msgid "Daily Scheduled DB Backup Job"
3922
  msgstr ""
3923
 
3924
- #: admin/db-backup-security/db-backup-security.php:1027
3925
  msgid "Weekly Scheduled DB Backup Job"
3926
  msgstr ""
3927
 
3928
- #: admin/db-backup-security/db-backup-security.php:1028
3929
  msgid "Monthly Scheduled DB Backup Job"
3930
  msgstr ""
3931
 
3932
- #: admin/db-backup-security/db-backup-security.php:1031
3933
  msgid "Hour When Scheduled Backup is Run (recurring)"
3934
  msgstr ""
3935
 
3936
- #: admin/db-backup-security/db-backup-security.php:1034
3937
  msgid "12AM"
3938
  msgstr ""
3939
 
3940
- #: admin/db-backup-security/db-backup-security.php:1035
3941
  msgid "1AM"
3942
  msgstr ""
3943
 
3944
- #: admin/db-backup-security/db-backup-security.php:1036
3945
  msgid "2AM"
3946
  msgstr ""
3947
 
3948
- #: admin/db-backup-security/db-backup-security.php:1037
3949
  msgid "3AM"
3950
  msgstr ""
3951
 
3952
- #: admin/db-backup-security/db-backup-security.php:1038
3953
  msgid "4AM"
3954
  msgstr ""
3955
 
3956
- #: admin/db-backup-security/db-backup-security.php:1039
3957
  msgid "5AM"
3958
  msgstr ""
3959
 
3960
- #: admin/db-backup-security/db-backup-security.php:1040
3961
  msgid "6AM"
3962
  msgstr ""
3963
 
3964
- #: admin/db-backup-security/db-backup-security.php:1041
3965
  msgid "7AM"
3966
  msgstr ""
3967
 
3968
- #: admin/db-backup-security/db-backup-security.php:1042
3969
  msgid "8AM"
3970
  msgstr ""
3971
 
3972
- #: admin/db-backup-security/db-backup-security.php:1043
3973
  msgid "9AM"
3974
  msgstr ""
3975
 
3976
- #: admin/db-backup-security/db-backup-security.php:1044
3977
  msgid "10AM"
3978
  msgstr ""
3979
 
3980
- #: admin/db-backup-security/db-backup-security.php:1045
3981
  msgid "11AM"
3982
  msgstr ""
3983
 
3984
- #: admin/db-backup-security/db-backup-security.php:1046
3985
  msgid "12PM"
3986
  msgstr ""
3987
 
3988
- #: admin/db-backup-security/db-backup-security.php:1047
3989
  msgid "1PM"
3990
  msgstr ""
3991
 
3992
- #: admin/db-backup-security/db-backup-security.php:1048
3993
  msgid "2PM"
3994
  msgstr ""
3995
 
3996
- #: admin/db-backup-security/db-backup-security.php:1049
3997
  msgid "3PM"
3998
  msgstr ""
3999
 
4000
- #: admin/db-backup-security/db-backup-security.php:1050
4001
  msgid "4PM"
4002
  msgstr ""
4003
 
4004
- #: admin/db-backup-security/db-backup-security.php:1051
4005
  msgid "5PM"
4006
  msgstr ""
4007
 
4008
- #: admin/db-backup-security/db-backup-security.php:1052
4009
  msgid "6PM"
4010
  msgstr ""
4011
 
4012
- #: admin/db-backup-security/db-backup-security.php:1053
4013
  msgid "7PM"
4014
  msgstr ""
4015
 
4016
- #: admin/db-backup-security/db-backup-security.php:1054
4017
  msgid "8PM"
4018
  msgstr ""
4019
 
4020
- #: admin/db-backup-security/db-backup-security.php:1055
4021
  msgid "9PM"
4022
  msgstr ""
4023
 
4024
- #: admin/db-backup-security/db-backup-security.php:1056
4025
  msgid "10PM"
4026
  msgstr ""
4027
 
4028
- #: admin/db-backup-security/db-backup-security.php:1057
4029
  msgid "11PM"
4030
  msgstr ""
4031
 
4032
- #: admin/db-backup-security/db-backup-security.php:1060
4033
  msgid "Day of Week When Scheduled Backup is Run (recurring)"
4034
  msgstr ""
4035
 
4036
- #: admin/db-backup-security/db-backup-security.php:1063
4037
  msgid "Sunday"
4038
  msgstr ""
4039
 
4040
- #: admin/db-backup-security/db-backup-security.php:1064
4041
  msgid "Monday"
4042
  msgstr ""
4043
 
4044
- #: admin/db-backup-security/db-backup-security.php:1065
4045
  msgid "Tuesday"
4046
  msgstr ""
4047
 
4048
- #: admin/db-backup-security/db-backup-security.php:1066
4049
  msgid "Wednesday"
4050
  msgstr ""
4051
 
4052
- #: admin/db-backup-security/db-backup-security.php:1067
4053
  msgid "Thursday"
4054
  msgstr ""
4055
 
4056
- #: admin/db-backup-security/db-backup-security.php:1068
4057
  msgid "Friday"
4058
  msgstr ""
4059
 
4060
- #: admin/db-backup-security/db-backup-security.php:1069
4061
  msgid "Saturday"
4062
  msgstr ""
4063
 
4064
- #: admin/db-backup-security/db-backup-security.php:1072
4065
  msgid "Day of Month When Scheduled Backup is Run (recurring)"
4066
  msgstr ""
4067
 
4068
- #: admin/db-backup-security/db-backup-security.php:1075
4069
  msgid "1st"
4070
  msgstr ""
4071
 
4072
- #: admin/db-backup-security/db-backup-security.php:1076
4073
  msgid "2nd"
4074
  msgstr ""
4075
 
4076
- #: admin/db-backup-security/db-backup-security.php:1077
4077
  msgid "3rd"
4078
  msgstr ""
4079
 
4080
- #: admin/db-backup-security/db-backup-security.php:1078
4081
  msgid "4th"
4082
  msgstr ""
4083
 
4084
- #: admin/db-backup-security/db-backup-security.php:1079
4085
  msgid "5th"
4086
  msgstr ""
4087
 
4088
- #: admin/db-backup-security/db-backup-security.php:1080
4089
  msgid "6th"
4090
  msgstr ""
4091
 
4092
- #: admin/db-backup-security/db-backup-security.php:1081
4093
  msgid "7th"
4094
  msgstr ""
4095
 
4096
- #: admin/db-backup-security/db-backup-security.php:1082
4097
  msgid "8th"
4098
  msgstr ""
4099
 
4100
- #: admin/db-backup-security/db-backup-security.php:1083
4101
  msgid "9th"
4102
  msgstr ""
4103
 
4104
- #: admin/db-backup-security/db-backup-security.php:1084
4105
  msgid "10th"
4106
  msgstr ""
4107
 
4108
- #: admin/db-backup-security/db-backup-security.php:1085
4109
  msgid "11th"
4110
  msgstr ""
4111
 
4112
- #: admin/db-backup-security/db-backup-security.php:1086
4113
  msgid "12th"
4114
  msgstr ""
4115
 
4116
- #: admin/db-backup-security/db-backup-security.php:1087
4117
  msgid "13th"
4118
  msgstr ""
4119
 
4120
- #: admin/db-backup-security/db-backup-security.php:1088
4121
  msgid "14th"
4122
  msgstr ""
4123
 
4124
- #: admin/db-backup-security/db-backup-security.php:1089
4125
  msgid "15th"
4126
  msgstr ""
4127
 
4128
- #: admin/db-backup-security/db-backup-security.php:1090
4129
  msgid "16th"
4130
  msgstr ""
4131
 
4132
- #: admin/db-backup-security/db-backup-security.php:1091
4133
  msgid "17th"
4134
  msgstr ""
4135
 
4136
- #: admin/db-backup-security/db-backup-security.php:1092
4137
  msgid "18th"
4138
  msgstr ""
4139
 
4140
- #: admin/db-backup-security/db-backup-security.php:1093
4141
  msgid "19th"
4142
  msgstr ""
4143
 
4144
- #: admin/db-backup-security/db-backup-security.php:1094
4145
  msgid "20th"
4146
  msgstr ""
4147
 
4148
- #: admin/db-backup-security/db-backup-security.php:1095
4149
  msgid "21st"
4150
  msgstr ""
4151
 
4152
- #: admin/db-backup-security/db-backup-security.php:1096
4153
  msgid "22nd"
4154
  msgstr ""
4155
 
4156
- #: admin/db-backup-security/db-backup-security.php:1097
4157
  msgid "23rd"
4158
  msgstr ""
4159
 
4160
- #: admin/db-backup-security/db-backup-security.php:1098
4161
  msgid "24th"
4162
  msgstr ""
4163
 
4164
- #: admin/db-backup-security/db-backup-security.php:1099
4165
  msgid "25th"
4166
  msgstr ""
4167
 
4168
- #: admin/db-backup-security/db-backup-security.php:1100
4169
  msgid "26th"
4170
  msgstr ""
4171
 
4172
- #: admin/db-backup-security/db-backup-security.php:1101
4173
  msgid "27th"
4174
  msgstr ""
4175
 
4176
- #: admin/db-backup-security/db-backup-security.php:1102
4177
  msgid "28th"
4178
  msgstr ""
4179
 
4180
- #: admin/db-backup-security/db-backup-security.php:1103
4181
  msgid "29th"
4182
  msgstr ""
4183
 
4184
- #: admin/db-backup-security/db-backup-security.php:1104
4185
  msgid "30th"
4186
  msgstr ""
4187
 
4188
- #: admin/db-backup-security/db-backup-security.php:1107
4189
  msgid "Send Scheduled Backup Zip File Via Email or Just Email Only:"
4190
  msgstr ""
4191
 
4192
- #: admin/db-backup-security/db-backup-security.php:1108
4193
  msgid ""
4194
  "Note: Check with your email provider for the maximum<br>file attachment size "
4195
  "limit that is allowed by your Mail Server"
4196
  msgstr ""
4197
 
4198
- #: admin/db-backup-security/db-backup-security.php:1110
4199
  msgid "Do Not Email Zip Backup File"
4200
  msgstr ""
4201
 
4202
- #: admin/db-backup-security/db-backup-security.php:1111
4203
  msgid "Email & Delete Zip Backup File"
4204
  msgstr ""
4205
 
4206
- #: admin/db-backup-security/db-backup-security.php:1112
4207
  msgid "Email Zip Backup File"
4208
  msgstr ""
4209
 
4210
- #: admin/db-backup-security/db-backup-security.php:1113
4211
  msgid "Send Email Only & Not Zip Backup File"
4212
  msgstr ""
4213
 
4214
- #: admin/db-backup-security/db-backup-security.php:1116
4215
  msgid "Automatically Delete Old Backup Files:"
4216
  msgstr ""
4217
 
4218
- #: admin/db-backup-security/db-backup-security.php:1117
4219
- #: admin/db-backup-security/db-backup-security.php:1131
4220
  msgid "Independent Option:"
4221
  msgstr ""
4222
 
4223
- #: admin/db-backup-security/db-backup-security.php:1119
4224
  msgid "Never Delete Old Backup Files"
4225
  msgstr ""
4226
 
4227
- #: admin/db-backup-security/db-backup-security.php:1120
4228
  msgid "Delete Backup Files Older Than 1 Day"
4229
  msgstr ""
4230
 
4231
- #: admin/db-backup-security/db-backup-security.php:1121
4232
  msgid "Delete Backup Files Older Than 5 Days"
4233
  msgstr ""
4234
 
4235
- #: admin/db-backup-security/db-backup-security.php:1122
4236
  msgid "Delete Backup Files Older Than 10 Days"
4237
  msgstr ""
4238
 
4239
- #: admin/db-backup-security/db-backup-security.php:1123
4240
  msgid "Delete Backup Files Older Than 15 Days"
4241
  msgstr ""
4242
 
4243
- #: admin/db-backup-security/db-backup-security.php:1124
4244
  msgid "Delete Backup Files Older Than 30 Days"
4245
  msgstr ""
4246
 
4247
- #: admin/db-backup-security/db-backup-security.php:1125
4248
  msgid "Delete Backup Files Older Than 60 Days"
4249
  msgstr ""
4250
 
4251
- #: admin/db-backup-security/db-backup-security.php:1126
4252
  msgid "Delete Backup Files Older Than 90 Days"
4253
  msgstr ""
4254
 
4255
- #: admin/db-backup-security/db-backup-security.php:1127
4256
  msgid "Delete Backup Files Older Than 180 Days"
4257
  msgstr ""
4258
 
4259
- #: admin/db-backup-security/db-backup-security.php:1130
4260
  msgid "Turn On|Off All Scheduled Backups (Override):"
4261
  msgstr ""
4262
 
4263
- #: admin/db-backup-security/db-backup-security.php:1133
4264
  msgid "All Scheduled Backups On"
4265
  msgstr ""
4266
 
4267
- #: admin/db-backup-security/db-backup-security.php:1134
4268
  msgid "All Scheduled Backups Off"
4269
  msgstr ""
4270
 
4271
- #: admin/db-backup-security/db-backup-security.php:1137
4272
  msgid "Click OK to Create this Backup Job or click Cancel"
4273
  msgstr ""
4274
 
4275
- #: admin/db-backup-security/db-backup-security.php:1155
4276
  msgid "Rename|Create|Reset DB Backup Folder Name:"
4277
  msgstr ""
4278
 
4279
- #: admin/db-backup-security/db-backup-security.php:1156
4280
  msgid "Randomly Generated New DB Backup Folder Name."
4281
  msgstr ""
4282
 
4283
- #: admin/db-backup-security/db-backup-security.php:1157
4284
  msgid "Valid Folder Naming Characters: a-z A-Z 0-9 - _"
4285
  msgstr ""
4286
 
4287
- #: admin/db-backup-security/db-backup-security.php:1160
4288
  msgid ""
4289
  "The Rename|Create|Reset Tool renames the DB Backup folder if it already "
4290
  "exists or creates a new DB Backup folder if it does not already exist.\\n"
@@ -4296,127 +4297,127 @@ msgid ""
4296
  "OK to proceed or click Cancel"
4297
  msgstr ""
4298
 
4299
- #: admin/db-backup-security/db-backup-security.php:1206
4300
  msgid "DB Backup Log ~ "
4301
  msgstr ""
4302
 
4303
- #: admin/db-backup-security/db-backup-security.php:1206
4304
  msgid ""
4305
  "Logs Backup Job Settings, Completion Time, Memory Usage, Zip Backup File "
4306
  "Name, Timestamp..."
4307
  msgstr ""
4308
 
4309
- #: admin/db-backup-security/db-backup-security.php:1228
4310
- #: admin/db-backup-security/db-backup-security.php:1231
4311
  msgid "DB Backup Log File Size: "
4312
  msgstr ""
4313
 
4314
- #: admin/db-backup-security/db-backup-security.php:1231
4315
  msgid "The Email Logging options will only send log files up to 2MB in size."
4316
  msgstr ""
4317
 
4318
- #: admin/db-backup-security/db-backup-security.php:1231
4319
  msgid ""
4320
  "Copy and paste the DB Backup Log file contents into a Notepad text file on "
4321
  "your computer and save it."
4322
  msgstr ""
4323
 
4324
- #: admin/db-backup-security/db-backup-security.php:1231
4325
  #: admin/mscan/mscan.php:1795
4326
  msgid ""
4327
  "Then click the Delete Log button to delete the contents of this Log file."
4328
  msgstr ""
4329
 
4330
- #: admin/db-backup-security/db-backup-security.php:1246
4331
  msgid "DB Backup Log Last Modified Time: "
4332
  msgstr ""
4333
 
4334
- #: admin/db-backup-security/db-backup-security.php:1260
4335
  msgid ""
4336
  "Success! Your DB Backup Log file has been deleted and replaced with a new "
4337
  "blank DB Backup Log file."
4338
  msgstr ""
4339
 
4340
- #: admin/db-backup-security/db-backup-security.php:1268
4341
  msgid "Clicking OK will delete the contents of your DB Backup Log file."
4342
  msgstr ""
4343
 
4344
- #: admin/db-backup-security/db-backup-security.php:1268
4345
  #: admin/mscan/mscan.php:1837 admin/security-log/security-log.php:514
4346
  msgid "Click OK to Delete the Log file contents or click Cancel."
4347
  msgstr ""
4348
 
4349
- #: admin/db-backup-security/db-backup-security.php:1287
4350
  msgid ""
4351
  "The DB Backup Log File Was Not Found! Check that the file really exists here "
4352
  "- /"
4353
  msgstr ""
4354
 
4355
- #: admin/db-backup-security/db-backup-security.php:1287
4356
  msgid "/bps-backup/logs/db_backup_log.txt and is named correctly."
4357
  msgstr ""
4358
 
4359
- #: admin/db-backup-security/db-backup-security.php:1306
4360
  msgid ""
4361
  "File Open and Write test successful! Your DB Backup Log file is writable."
4362
  msgstr ""
4363
 
4364
- #: admin/db-backup-security/db-backup-security.php:1318
4365
  msgid "Success! Your DB Backup Log file has been updated."
4366
  msgstr ""
4367
 
4368
- #: admin/db-backup-security/db-backup-security.php:1362
4369
  msgid "DB Table Prefix Changer ~ "
4370
  msgstr ""
4371
 
4372
- #: admin/db-backup-security/db-backup-security.php:1362
4373
  msgid "Tools to change & check your WordPress Database Table Prefix"
4374
  msgstr ""
4375
 
4376
- #: admin/db-backup-security/db-backup-security.php:1378
4377
  msgid "Your current WordPress Database Table Prefix is: "
4378
  msgstr ""
4379
 
4380
- #: admin/db-backup-security/db-backup-security.php:1378
4381
  msgid "NOTES: "
4382
  msgstr ""
4383
 
4384
- #: admin/db-backup-security/db-backup-security.php:1378
4385
  msgid ""
4386
  "1. It is recommended that you backup your database before using this tool."
4387
  msgstr ""
4388
 
4389
- #: admin/db-backup-security/db-backup-security.php:1378
4390
  msgid ""
4391
  "2. If you want to create your own DB Table Prefix name or add additional "
4392
  "characters to the randomly generated DB Table Prefix name below then ONLY "
4393
  "use lowercase letters, numbers and underscores in your DB Table Prefix name."
4394
  msgstr ""
4395
 
4396
- #: admin/db-backup-security/db-backup-security.php:1378
4397
  msgid ""
4398
  "3. The maximum length limitation of a DB Table name, including the table "
4399
  "prefix is 64 characters. See the DB Table Names & Character Length Table to "
4400
  "the right."
4401
  msgstr ""
4402
 
4403
- #: admin/db-backup-security/db-backup-security.php:1378
4404
  msgid ""
4405
  "4. To change your DB Table Prefix name back to the WordPress default DB "
4406
  "Table Prefix name, enter wp_ for the DB Table Prefix name."
4407
  msgstr ""
4408
 
4409
- #: admin/db-backup-security/db-backup-security.php:1390
4410
  msgid ""
4411
  "ERROR: The DB Table Prefix name can only contain numbers, lowercase letters, "
4412
  "and underscores."
4413
  msgstr ""
4414
 
4415
- #: admin/db-backup-security/db-backup-security.php:1404
4416
  msgid "A wp-config.php file was NOT found in your website root folder."
4417
  msgstr ""
4418
 
4419
- #: admin/db-backup-security/db-backup-security.php:1404
4420
  msgid ""
4421
  "Your DB Table Prefix was not changed. If you have moved your wp-config.php "
4422
  "file to a another Server folder then you can use this tool to change your DB "
@@ -4424,13 +4425,13 @@ msgid ""
4424
  "file back to the default location: your WordPress website root folder."
4425
  msgstr ""
4426
 
4427
- #: admin/db-backup-security/db-backup-security.php:1424
4428
  msgid ""
4429
  "Error: The wp-config.php file is not writable. Unable to write to the wp-"
4430
  "config.php file."
4431
  msgstr ""
4432
 
4433
- #: admin/db-backup-security/db-backup-security.php:1424
4434
  msgid ""
4435
  "Your DB Table Prefix was not changed. You will need to make the wp-config."
4436
  "php file writable first by changing either the file permissions or Ownership "
@@ -4438,24 +4439,24 @@ msgid ""
4438
  "DB Table Prefix Changer tool to change your DB Table Prefix."
4439
  msgstr ""
4440
 
4441
- #: admin/db-backup-security/db-backup-security.php:1469
4442
  msgid ""
4443
  "DB Table Prefix Name change completed. Click the Load|Refresh Table button "
4444
  "to load/refresh the DB Table Names & Character Length Table if you would "
4445
  "like to check the new DB Table Prefix Name Changes."
4446
  msgstr ""
4447
 
4448
- #: admin/db-backup-security/db-backup-security.php:1476
4449
  msgid ""
4450
  "Click the Update Site User Roles button to complete the DB Table Prefix Name "
4451
  "change."
4452
  msgstr ""
4453
 
4454
- #: admin/db-backup-security/db-backup-security.php:1494
4455
  msgid "Randomly Generated DB Table Prefix"
4456
  msgstr ""
4457
 
4458
- #: admin/db-backup-security/db-backup-security.php:1531
4459
  msgid ""
4460
  "DB Table Prefix Name change completed. Click the Load|Refresh Table button "
4461
  "to load/refresh the DB Table Names & Character Length Table if you would "
@@ -4464,44 +4465,44 @@ msgid ""
4464
  "new DB Table names."
4465
  msgstr ""
4466
 
4467
- #: admin/db-backup-security/db-backup-security.php:1543
4468
  msgid ""
4469
  "This button must be clicked AFTER clicking the Change DB Table Prefix button "
4470
  "above."
4471
  msgstr ""
4472
 
4473
- #: admin/db-backup-security/db-backup-security.php:1570
4474
  msgid "Length"
4475
  msgstr ""
4476
 
4477
- #: admin/db-backup-security/db-backup-security.php:1594
4478
  msgid "DB Table Name|Column"
4479
  msgstr ""
4480
 
4481
- #: admin/db-backup-security/db-backup-security.php:1595
4482
  msgid "Other Prefix Changes"
4483
  msgstr ""
4484
 
4485
- #: admin/db-backup-security/db-backup-security.php:1652
4486
  msgid "DB Table Names & Character Length Table"
4487
  msgstr ""
4488
 
4489
- #: admin/db-backup-security/db-backup-security.php:1653
4490
  msgid ""
4491
  "Displays your Current DB Table Names & Length Including The DB Table Prefix"
4492
  msgstr ""
4493
 
4494
- #: admin/db-backup-security/db-backup-security.php:1707
4495
  #: admin/mscan/mscan.php:1947 admin/theme-skin/theme-skin.php:254
4496
  msgid "BPS Pro Features & Version Release Dates"
4497
  msgstr ""
4498
 
4499
- #: admin/db-backup-security/db-backup-security.php:1708
4500
  #: admin/mscan/mscan.php:1948 admin/theme-skin/theme-skin.php:255
4501
  msgid "Video Tutorials"
4502
  msgstr ""
4503
 
4504
- #: admin/db-backup-security/db-backup-security.php:1709
4505
  msgid "DB Backup & Security Guide & Troubleshooting"
4506
  msgstr ""
4507
 
@@ -4673,7 +4674,7 @@ msgid "MScan Malware Scanner Email|Delete Log File When..."
4673
  msgstr ""
4674
 
4675
  #: admin/email-log-settings/email-log-settings.php:220
4676
- #: admin/login/login.php:1649 admin/security-log/security-log.php:828
4677
  #: admin/system-info/system-info.php:1128
4678
  msgid "BulletProof Security Help &amp; FAQ"
4679
  msgstr ""
@@ -4699,14 +4700,14 @@ msgid "Login Security"
4699
  msgstr ""
4700
 
4701
  #: admin/includes/admin.php:317 admin/includes/admin.php:340
4702
- #: admin/login/login.php:163 admin/login/login.php:807
4703
- #: admin/login/login.php:809
4704
  msgid "JTC-Lite"
4705
  msgstr ""
4706
 
4707
  #: admin/includes/admin.php:323 admin/includes/admin.php:349
4708
- #: admin/maintenance/maintenance.php:154 admin/maintenance/maintenance.php:186
4709
- #: admin/maintenance/maintenance.php:188
4710
  msgid "Maintenance Mode"
4711
  msgstr ""
4712
 
@@ -4753,8 +4754,8 @@ msgstr ""
4753
  msgid "Security Log"
4754
  msgstr ""
4755
 
4756
- #: admin/includes/admin.php:355 admin/wizard/wizard.php:1030
4757
- #: admin/wizard/wizard.php:1061 admin/wizard/wizard.php:1063
4758
  #: bulletproof-security.php:148 bulletproof-security.php:151
4759
  msgid "Setup Wizard"
4760
  msgstr ""
@@ -4838,188 +4839,188 @@ msgstr ""
4838
  msgid "Complete BPS Plugin Uninstall"
4839
  msgstr ""
4840
 
4841
- #: admin/login/login.php:124
4842
  msgid "BulletProof Security ~ Login Security & Monitoring"
4843
  msgstr ""
4844
 
4845
- #: admin/login/login.php:162 admin/login/login.php:192
4846
- #: admin/login/login.php:194
4847
  msgid "Login Security & Monitoring"
4848
  msgstr ""
4849
 
4850
- #: admin/login/login.php:167 admin/login/login.php:1128
4851
- #: admin/login/login.php:1130
4852
  msgid "Idle Session Logout|Auth Cookie Expiration"
4853
  msgstr ""
4854
 
4855
- #: admin/login/login.php:178 admin/login/login.php:793
4856
- #: admin/maintenance/maintenance.php:164
4857
  msgid "Notice: "
4858
  msgstr ""
4859
 
4860
- #: admin/login/login.php:178 admin/maintenance/maintenance.php:164
4861
  msgid "You have disabled wp-admin BulletProof Mode on the Security Modes page."
4862
  msgstr ""
4863
 
4864
- #: admin/login/login.php:178 admin/login/login.php:793
4865
- #: admin/maintenance/maintenance.php:164
4866
  msgid "If you have Go Daddy \"Managed WordPress Hosting\" click this link: "
4867
  msgstr ""
4868
 
4869
- #: admin/login/login.php:178 admin/login/login.php:793
4870
- #: admin/maintenance/maintenance.php:164
4871
  msgid "Go Daddy Managed WordPress Hosting"
4872
  msgstr ""
4873
 
4874
- #: admin/login/login.php:186
4875
  msgid "Login Security & Monitoring (LSM) ~ "
4876
  msgstr ""
4877
 
4878
- #: admin/login/login.php:186
4879
  msgid ""
4880
  "Log All Account Logins or Log Only Account Lockouts ~ Brute Force Login "
4881
  "Protection"
4882
  msgstr ""
4883
 
4884
- #: admin/login/login.php:186
4885
  msgid ""
4886
  "Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-"
4887
  "posting, auto-commenting) & User Account Lockouts: "
4888
  msgstr ""
4889
 
4890
- #: admin/login/login.php:214 admin/login/login.php:311
4891
- #: admin/login/login.php:619 admin/login/login.php:720
4892
  #: admin/mscan/mscan.php:1197 admin/mscan/mscan.php:1409
4893
  #: admin/mscan/mscan.php:1531 admin/mscan/mscan.php:1687
4894
  msgid "Submit"
4895
  msgstr ""
4896
 
4897
- #: admin/login/login.php:248 admin/login/login.php:345
4898
  msgid " has been deleted from the Login Security Database Table."
4899
  msgstr ""
4900
 
4901
- #: admin/login/login.php:270 admin/login/login.php:367
4902
  msgid " has been Unlocked."
4903
  msgstr ""
4904
 
4905
- #: admin/login/login.php:293 admin/login/login.php:390
4906
  msgid " has been Locked."
4907
  msgstr ""
4908
 
4909
- #: admin/login/login.php:409
4910
  msgid "Max Login Attempts:"
4911
  msgstr ""
4912
 
4913
- #: admin/login/login.php:414
4914
  msgid "Automatic Lockout Time:"
4915
  msgstr ""
4916
 
4917
- #: admin/login/login.php:416 admin/login/login.php:421
4918
  msgid "Minutes"
4919
  msgstr ""
4920
 
4921
- #: admin/login/login.php:419
4922
  msgid "Manual Lockout Time:"
4923
  msgstr ""
4924
 
4925
- #: admin/login/login.php:424
4926
  msgid "Max DB Rows To Show:"
4927
  msgstr ""
4928
 
4929
- #: admin/login/login.php:426
4930
  msgid "Blank = Show All Rows"
4931
  msgstr ""
4932
 
4933
- #: admin/login/login.php:431
4934
  msgid " Enable Login Security for WooCommerce (BPS Pro Only)"
4935
  msgstr ""
4936
 
4937
- #: admin/login/login.php:436 admin/login/login.php:1281
4938
- #: admin/login/login.php:1564 admin/login/lsm-help-text.php:22
4939
  msgid "Turn On|Turn Off:"
4940
  msgstr ""
4941
 
4942
- #: admin/login/login.php:438
4943
  msgid "Login Security On"
4944
  msgstr ""
4945
 
4946
- #: admin/login/login.php:439
4947
  msgid "Login Security Off"
4948
  msgstr ""
4949
 
4950
- #: admin/login/login.php:440
4951
  msgid "Login Security Off|Use Password Reset Option ONLY"
4952
  msgstr ""
4953
 
4954
- #: admin/login/login.php:445
4955
  msgid "Logging Options:"
4956
  msgstr ""
4957
 
4958
- #: admin/login/login.php:447
4959
  msgid "Log Only Account Lockouts"
4960
  msgstr ""
4961
 
4962
- #: admin/login/login.php:448
4963
  msgid "Log All Account Logins"
4964
  msgstr ""
4965
 
4966
- #: admin/login/login.php:453
4967
  msgid "Error Messages:"
4968
  msgstr ""
4969
 
4970
- #: admin/login/login.php:455
4971
  msgid "Standard WP Login Errors"
4972
  msgstr ""
4973
 
4974
- #: admin/login/login.php:456
4975
  msgid "User|Pass Invalid Entry Error"
4976
  msgstr ""
4977
 
4978
- #: admin/login/login.php:457
4979
  msgid "User|Pass|Lock Invalid Entry Error"
4980
  msgstr ""
4981
 
4982
- #: admin/login/login.php:462
4983
  msgid "Attempts Remaining:"
4984
  msgstr ""
4985
 
4986
- #: admin/login/login.php:464
4987
  msgid "Show Login Attempts Remaining"
4988
  msgstr ""
4989
 
4990
- #: admin/login/login.php:465
4991
  msgid "Do Not Show Login Attempts Remaining"
4992
  msgstr ""
4993
 
4994
- #: admin/login/login.php:470
4995
  msgid "Password Reset:"
4996
  msgstr ""
4997
 
4998
- #: admin/login/login.php:472
4999
  msgid "Enable Password Reset"
5000
  msgstr ""
5001
 
5002
- #: admin/login/login.php:473
5003
  msgid "Disable Password Reset Frontend Only"
5004
  msgstr ""
5005
 
5006
- #: admin/login/login.php:474
5007
  msgid "Disable Password Reset Frontend & Backend"
5008
  msgstr ""
5009
 
5010
- #: admin/login/login.php:479
5011
  msgid "Sort DB Rows:"
5012
  msgstr ""
5013
 
5014
- #: admin/login/login.php:481
5015
  msgid "Ascending - Show Oldest Login First"
5016
  msgstr ""
5017
 
5018
- #: admin/login/login.php:482
5019
  msgid "Descending - Show Newest Login First"
5020
  msgstr ""
5021
 
5022
- #: admin/login/login.php:495
5023
  msgid ""
5024
  "Clicking OK will Export (copy) the Login Security Table into the lsm-master."
5025
  "csv file, which you can then download to your computer by clicking the "
@@ -5027,85 +5028,85 @@ msgid ""
5027
  "success message."
5028
  msgstr ""
5029
 
5030
- #: admin/login/login.php:495
5031
  msgid "Click OK to Export the Login Security Table or click Cancel."
5032
  msgstr ""
5033
 
5034
- #: admin/login/login.php:521
5035
  msgid " out of "
5036
  msgstr ""
5037
 
5038
- #: admin/login/login.php:521
5039
  msgid " Database Rows are currently being displayed"
5040
  msgstr ""
5041
 
5042
- #: admin/login/login.php:524
5043
  msgid "Total number of Database Rows is: "
5044
  msgstr ""
5045
 
5046
- #: admin/login/login.php:547 admin/login/login.php:648
5047
  msgid "Login Status"
5048
  msgstr ""
5049
 
5050
- #: admin/login/login.php:548 admin/login/login.php:577
5051
- #: admin/login/login.php:649 admin/login/login.php:678
5052
  msgid "Lock"
5053
  msgstr ""
5054
 
5055
- #: admin/login/login.php:549 admin/login/login.php:578
5056
- #: admin/login/login.php:650 admin/login/login.php:679
5057
  msgid "Unlock"
5058
  msgstr ""
5059
 
5060
- #: admin/login/login.php:551 admin/login/login.php:652
5061
  msgid "User ID"
5062
  msgstr ""
5063
 
5064
- #: admin/login/login.php:552 admin/login/login.php:653
5065
  msgid "Username"
5066
  msgstr ""
5067
 
5068
- #: admin/login/login.php:553 admin/login/login.php:654
5069
  msgid "Display Name"
5070
  msgstr ""
5071
 
5072
- #: admin/login/login.php:554 admin/login/login.php:655
5073
  msgid "Email"
5074
  msgstr ""
5075
 
5076
- #: admin/login/login.php:555 admin/login/login.php:656
5077
  msgid "Role"
5078
  msgstr ""
5079
 
5080
- #: admin/login/login.php:556 admin/login/login.php:657
5081
  msgid "Login Time"
5082
  msgstr ""
5083
 
5084
- #: admin/login/login.php:557 admin/login/login.php:658
5085
  msgid "Lockout Expires"
5086
  msgstr ""
5087
 
5088
- #: admin/login/login.php:558 admin/login/login.php:659
5089
  msgid "IP Address"
5090
  msgstr ""
5091
 
5092
- #: admin/login/login.php:559 admin/login/login.php:660
5093
  msgid "Hostname"
5094
  msgstr ""
5095
 
5096
- #: admin/login/login.php:560 admin/login/login.php:661
5097
  msgid "Request URI"
5098
  msgstr ""
5099
 
5100
- #: admin/login/login.php:589 admin/login/login.php:690
5101
  msgid "NA"
5102
  msgstr ""
5103
 
5104
- #: admin/login/login.php:602 admin/login/login.php:703
5105
  msgid "No Logins|Locked"
5106
  msgstr ""
5107
 
5108
- #: admin/login/login.php:619 admin/login/login.php:720
5109
  msgid ""
5110
  "Locking and Unlocking a User is reversible, but Deleting a User is not.\\n"
5111
  "\\n-------------------------------------------------------------\\n\\nWhen "
@@ -5118,199 +5119,199 @@ msgid ""
5118
  "OK to proceed or click Cancel"
5119
  msgstr ""
5120
 
5121
- #: admin/login/login.php:619 admin/login/login.php:720
5122
  #: admin/mscan/mscan.php:1410 admin/mscan/mscan.php:1688
5123
  msgid "Clear|Refresh"
5124
  msgstr ""
5125
 
5126
- #: admin/login/login.php:793
5127
  msgid ""
5128
  "The Setup Wizard Go Daddy \"Managed WordPress Hosting\" option is set to Yes."
5129
  msgstr ""
5130
 
5131
- #: admin/login/login.php:793
5132
  msgid ""
5133
  "If you do not have Go Daddy \"Managed WordPress Hosting\" then change the Go "
5134
  "Daddy \"Managed WordPress Hosting\" Setup Wizard option to No."
5135
  msgstr ""
5136
 
5137
- #: admin/login/login.php:801
5138
  msgid "jQuery ToolTip CAPTCHA-Lite (JTC-Lite) ~ "
5139
  msgstr ""
5140
 
5141
- #: admin/login/login.php:801
5142
  msgid ""
5143
  "Protects the WP Login Form against constant lockouts by Bots trying to Brute "
5144
  "Force Login to your website"
5145
  msgstr ""
5146
 
5147
- #: admin/login/login.php:801
5148
  msgid ""
5149
  "Get the full version of JTC Anti-Spam|Anti-Hacker that protects all of your "
5150
  "WP Forms"
5151
  msgstr ""
5152
 
5153
- #: admin/login/login.php:801
5154
  msgid ""
5155
  "against SpamBots & HackerBots (auto-registering, auto-logins, auto-posting, "
5156
  "auto-commenting) & User Account Lockouts: "
5157
  msgstr ""
5158
 
5159
- #: admin/login/login.php:827 admin/login/login.php:1168
5160
- #: admin/login/login.php:1501
5161
  msgid "Save Options"
5162
  msgstr ""
5163
 
5164
- #: admin/login/login.php:908
5165
  msgid "JTC-Lite Settings Saved."
5166
  msgstr ""
5167
 
5168
- #: admin/login/login.php:922
5169
  msgid "JTC-Lite Settings"
5170
  msgstr ""
5171
 
5172
- #: admin/login/login.php:926
5173
  msgid "JTC CAPTCHA:"
5174
  msgstr ""
5175
 
5176
- #: admin/login/login.php:928
5177
  msgid "jtc"
5178
  msgstr ""
5179
 
5180
- #: admin/login/login.php:931
5181
  msgid "JTC ToolTip:"
5182
  msgstr ""
5183
 
5184
- #: admin/login/login.php:933
5185
  msgid "Type/Enter: jtc. Enter a blank space for no text (Spacebar Key)"
5186
  msgstr ""
5187
 
5188
- #: admin/login/login.php:936
5189
  msgid "JTC Title|Text:"
5190
  msgstr ""
5191
 
5192
- #: admin/login/login.php:938
5193
  msgid "Enter a blank space for no text (Spacebar Key)"
5194
  msgstr ""
5195
 
5196
- #: admin/login/login.php:945
5197
  msgid "JTC Logging:"
5198
  msgstr ""
5199
 
5200
- #: admin/login/login.php:947
5201
  msgid "JTC Logging Off"
5202
  msgstr ""
5203
 
5204
- #: admin/login/login.php:950
5205
  msgid "Logged in the Security Log (BPS Pro Only)"
5206
  msgstr ""
5207
 
5208
- #: admin/login/login.php:958
5209
  msgid " Enable JTC for WooCommerce (BPS Pro Only)"
5210
  msgstr ""
5211
 
5212
- #: admin/login/login.php:961
5213
  msgid "Enable|Disable JTC For These Forms: "
5214
  msgstr ""
5215
 
5216
- #: admin/login/login.php:962 admin/login/login.php:973
5217
  msgid "Check to Enable. Uncheck to Disable."
5218
  msgstr ""
5219
 
5220
- #: admin/login/login.php:963
5221
  msgid " Login Form"
5222
  msgstr ""
5223
 
5224
- #: admin/login/login.php:964
5225
  msgid " Register Form (BPS Pro Only)"
5226
  msgstr ""
5227
 
5228
- #: admin/login/login.php:965
5229
  msgid " Lost Password Form (BPS Pro Only)"
5230
  msgstr ""
5231
 
5232
- #: admin/login/login.php:966
5233
  msgid " Comment Form (BPS Pro Only)"
5234
  msgstr ""
5235
 
5236
- #: admin/login/login.php:967
5237
  msgid " Multisite Register Form (BPS Pro Only)"
5238
  msgstr ""
5239
 
5240
- #: admin/login/login.php:968
5241
  msgid " BuddyPress Register Form (BPS Pro Only)"
5242
  msgstr ""
5243
 
5244
- #: admin/login/login.php:969
5245
  msgid " BuddyPress Sidebar Login Form (BPS Pro Only)"
5246
  msgstr ""
5247
 
5248
- #: admin/login/login.php:971
5249
  msgid "Comment Form: (BPS Pro Only)"
5250
  msgstr ""
5251
 
5252
- #: admin/login/login.php:972
5253
  msgid ""
5254
  "Enable|Disable JTC For These Registered/Logged In User Roles (BPS Pro Only): "
5255
  msgstr ""
5256
 
5257
- #: admin/login/login.php:975 admin/login/login.php:1352
5258
- #: admin/login/login.php:1605
5259
  msgid " Administrator"
5260
  msgstr ""
5261
 
5262
- #: admin/login/login.php:976 admin/login/login.php:1353
5263
- #: admin/login/login.php:1606
5264
  msgid " Editor"
5265
  msgstr ""
5266
 
5267
- #: admin/login/login.php:977 admin/login/login.php:1354
5268
- #: admin/login/login.php:1607
5269
  msgid " Author"
5270
  msgstr ""
5271
 
5272
- #: admin/login/login.php:978 admin/login/login.php:1355
5273
- #: admin/login/login.php:1608
5274
  msgid " Contributor"
5275
  msgstr ""
5276
 
5277
- #: admin/login/login.php:979 admin/login/login.php:1356
5278
- #: admin/login/login.php:1609
5279
  msgid " Subscriber"
5280
  msgstr ""
5281
 
5282
- #: admin/login/login.php:998
5283
  msgid "Login Form: CAPTCHA Error message"
5284
  msgstr ""
5285
 
5286
- #: admin/login/login.php:1001
5287
  msgid "Comment Form: CAPTCHA Error message (BPS Pro Only)"
5288
  msgstr ""
5289
 
5290
- #: admin/login/login.php:1004 admin/login/lsm-help-text.php:19
5291
  msgid "Comment Form: CSS Styling (BPS Pro Only)"
5292
  msgstr ""
5293
 
5294
- #: admin/login/login.php:1005
5295
  msgid ""
5296
  "Comment Form Label (BPS Pro Only): <i>The JTC Title|Text above the Form "
5297
  "Input text box</i>"
5298
  msgstr ""
5299
 
5300
- #: admin/login/login.php:1007
5301
  msgid ""
5302
  "Comment Form Input Text Box (BPS Pro Only): <i>The JTC CAPTCHA Form Input "
5303
  "text box</i>"
5304
  msgstr ""
5305
 
5306
- #: admin/login/login.php:1010
5307
  msgid ""
5308
  "If you see an error or are unable to save your JTC option settings then "
5309
  "click the Encrypt JTC Code button first and then click the Save Options "
5310
  "button. Mouse over the question mark image to the right for help info."
5311
  msgstr ""
5312
 
5313
- #: admin/login/login.php:1010
5314
  msgid ""
5315
  "If your web host currently has ModSecurity installed or installs ModSecurity "
5316
  "at a later time then ModSecurity will prevent you from saving your JTC "
@@ -5318,144 +5319,144 @@ msgid ""
5318
  "Encrypt JTC Code button."
5319
  msgstr ""
5320
 
5321
- #: admin/login/login.php:1010
5322
  msgid ""
5323
  "If you click the Encrypt JTC Code button and then want to edit your CSS code "
5324
  "again click the Decrypt JTC Code button. After you are done editing click "
5325
  "the Encrypt JTC Code button before clicking the Save Options button."
5326
  msgstr ""
5327
 
5328
- #: admin/login/login.php:1010
5329
  msgid ""
5330
  "Click the JTC Anti-Spam|Anti-Hacker Read Me help button for more help info."
5331
  msgstr ""
5332
 
5333
- #: admin/login/login.php:1012 admin/login/login.php:1384
5334
- #: admin/login/login.php:1627 admin/security-log/security-log.php:458
5335
  msgid "Click OK to Proceed or click Cancel."
5336
  msgstr ""
5337
 
5338
- #: admin/login/login.php:1123
5339
  msgid "Idle Session Logout (ISL) ~ "
5340
  msgstr ""
5341
 
5342
- #: admin/login/login.php:1123
5343
  msgid "Automatically Logout Idle/Inactive User Accounts"
5344
  msgstr ""
5345
 
5346
- #: admin/login/login.php:1123
5347
  msgid "Auth Cookie Expiration (ACE) ~ "
5348
  msgstr ""
5349
 
5350
- #: admin/login/login.php:1123
5351
  msgid "Change the WordPress Authentication Cookie Expiration Time"
5352
  msgstr ""
5353
 
5354
- #: admin/login/login.php:1144
5355
  msgid "ISL and ACE Forum Topic"
5356
  msgstr ""
5357
 
5358
- #: admin/login/login.php:1148
5359
  msgid "The Help & FAQ tab pages contain help links."
5360
  msgstr ""
5361
 
5362
- #: admin/login/login.php:1246
5363
  msgid "Settings Saved. ISL has been turned On."
5364
  msgstr ""
5365
 
5366
- #: admin/login/login.php:1252
5367
  msgid "Settings Saved. ISL has been turned Off."
5368
  msgstr ""
5369
 
5370
- #: admin/login/login.php:1276
5371
  msgid "Idle Session Logout (ISL) Settings"
5372
  msgstr ""
5373
 
5374
- #: admin/login/login.php:1283
5375
  msgid "ISL On"
5376
  msgstr ""
5377
 
5378
- #: admin/login/login.php:1284
5379
  msgid "ISL Off"
5380
  msgstr ""
5381
 
5382
- #: admin/login/login.php:1290 admin/login/lsm-help-text.php:22
5383
  msgid "Idle Session Logout Time in Minutes:"
5384
  msgstr ""
5385
 
5386
- #: admin/login/login.php:1296 admin/login/lsm-help-text.php:22
5387
  msgid "Idle Session Logout Page URL:"
5388
  msgstr ""
5389
 
5390
- #: admin/login/login.php:1302 admin/login/lsm-help-text.php:22
5391
  msgid "Idle Session Logout Page Login URL:"
5392
  msgstr ""
5393
 
5394
- #: admin/login/login.php:1303
5395
  msgid ""
5396
  "Enter/Type: \"No\" (without quotes) if you do not want a Login URL displayed."
5397
  msgstr ""
5398
 
5399
- #: admin/login/login.php:1309 admin/login/lsm-help-text.php:22
5400
  msgid "Idle Session Logout Exclude URLs|URIs:"
5401
  msgstr ""
5402
 
5403
- #: admin/login/login.php:1310
5404
  msgid "Enter URIs separated by a comma and a space: /some-post/, /some-page/"
5405
  msgstr ""
5406
 
5407
- #: admin/login/login.php:1317 admin/login/lsm-help-text.php:22
5408
  msgid "Idle Session Logout Page Custom Message:"
5409
  msgstr ""
5410
 
5411
- #: admin/login/login.php:1324 admin/login/lsm-help-text.php:22
5412
  msgid "Idle Session Logout Page Custom CSS Style:"
5413
  msgstr ""
5414
 
5415
- #: admin/login/login.php:1341 admin/login/login.php:1594
5416
  #: admin/login/lsm-help-text.php:22
5417
  msgid "User Account Exceptions:"
5418
  msgstr ""
5419
 
5420
- #: admin/login/login.php:1342 admin/login/login.php:1595
5421
  msgid ""
5422
  "Enter User Account names separated by a comma and a space: johnDoe, janeDoe"
5423
  msgstr ""
5424
 
5425
- #: admin/login/login.php:1343
5426
  msgid "Idle Session Logout Time Will Not Be Applied For These User Accounts."
5427
  msgstr ""
5428
 
5429
- #: admin/login/login.php:1349
5430
  msgid "Enable|Disable Idle Session Logouts For These User Roles: "
5431
  msgstr ""
5432
 
5433
- #: admin/login/login.php:1350 admin/login/login.php:1603
5434
  msgid ""
5435
  "Check to Enable. Uncheck to Disable. See the Read Me help button for details."
5436
  msgstr ""
5437
 
5438
- #: admin/login/login.php:1378
5439
  msgid "Enable|Disable Idle Session Logouts For TinyMCE Editors: "
5440
  msgstr ""
5441
 
5442
- #: admin/login/login.php:1379 admin/login/login.php:1588
5443
  msgid ""
5444
  "Check to Disable. Uncheck to Enable. See the Read Me help button for details."
5445
  msgstr ""
5446
 
5447
- #: admin/login/login.php:1380
5448
  msgid " Enable|Disable ISL For TinyMCE Editor"
5449
  msgstr ""
5450
 
5451
- #: admin/login/login.php:1382
5452
  msgid ""
5453
  "If you see an error or are unable to save your ISL option settings then "
5454
  "click the Encrypt ISL Code button first and then click the Save Options "
5455
  "button. Mouse over the question mark image to the right for help info."
5456
  msgstr ""
5457
 
5458
- #: admin/login/login.php:1382
5459
  msgid ""
5460
  "If your web host currently has ModSecurity installed or installs ModSecurity "
5461
  "at a later time then ModSecurity will prevent you from saving your ISL "
@@ -5463,68 +5464,68 @@ msgid ""
5463
  "Encrypt ISL Code button."
5464
  msgstr ""
5465
 
5466
- #: admin/login/login.php:1382
5467
  msgid ""
5468
  "If you click the Encrypt ISL Code button and then want to edit your CSS code "
5469
  "again click the Decrypt ISL Code button. After you are done editing click "
5470
  "the Encrypt ISL Code button before clicking the Save Options button."
5471
  msgstr ""
5472
 
5473
- #: admin/login/login.php:1382
5474
  msgid ""
5475
  "Click the Idle Session Logout|Auth Cookie Expiration Read Me help button for "
5476
  "more help info."
5477
  msgstr ""
5478
 
5479
- #: admin/login/login.php:1489
5480
  msgid "WordPress Authentication Cookie Expiration (ACE) Settings"
5481
  msgstr ""
5482
 
5483
- #: admin/login/login.php:1540
5484
  msgid "Settings Saved. ACE has been turned On."
5485
  msgstr ""
5486
 
5487
- #: admin/login/login.php:1546
5488
  msgid "Settings Saved. ACE has been turned Off."
5489
  msgstr ""
5490
 
5491
- #: admin/login/login.php:1566
5492
  msgid "ACE On"
5493
  msgstr ""
5494
 
5495
- #: admin/login/login.php:1567
5496
  msgid "ACE Off"
5497
  msgstr ""
5498
 
5499
- #: admin/login/login.php:1573 admin/login/lsm-help-text.php:22
5500
  msgid "Auth Cookie Expiration Time in Minutes:"
5501
  msgstr ""
5502
 
5503
- #: admin/login/login.php:1574
5504
  msgid "WP Default setting is 2880 Minutes/2 Days:"
5505
  msgstr ""
5506
 
5507
- #: admin/login/login.php:1580 admin/login/lsm-help-text.php:22
5508
  msgid "Remember Me Auth Cookie Expiration Time in Minutes:"
5509
  msgstr ""
5510
 
5511
- #: admin/login/login.php:1581
5512
  msgid "WP Default setting is 20160 Minutes/14 Days:"
5513
  msgstr ""
5514
 
5515
- #: admin/login/login.php:1587 admin/login/lsm-help-text.php:22
5516
  msgid "Enable|Disable Remember Me Checkbox:"
5517
  msgstr ""
5518
 
5519
- #: admin/login/login.php:1589
5520
  msgid " Disable & do not display the Remember Me checkbox"
5521
  msgstr ""
5522
 
5523
- #: admin/login/login.php:1596
5524
  msgid "Auth Cookie Expiration Time Will Not Be Applied To These User Accounts."
5525
  msgstr ""
5526
 
5527
- #: admin/login/login.php:1602
5528
  msgid "Enable|Disable Auth Cookie Expiration Time For These User Roles: "
5529
  msgstr ""
5530
 
@@ -5717,9 +5718,9 @@ msgid ""
5717
  "be displayed. "
5718
  msgstr ""
5719
 
5720
- #: admin/login/lsm-help-text.php:10 admin/maintenance/maintenance.php:546
5721
- #: includes/hud-dismiss-functions.php:348
5722
- #: includes/hud-dismiss-functions.php:391
5723
  msgid "CAUTION: "
5724
  msgstr ""
5725
 
@@ -6388,30 +6389,30 @@ msgstr ""
6388
  msgid "Maintenance Mode ~ FrontEnd ~ BackEnd"
6389
  msgstr ""
6390
 
6391
- #: admin/maintenance/maintenance.php:175
6392
  msgid "FrontEnd Maintenance Mode Page ~ "
6393
  msgstr ""
6394
 
6395
- #: admin/maintenance/maintenance.php:175
6396
  msgid "Display a website under maintenance page to website visitors"
6397
  msgstr ""
6398
 
6399
- #: admin/maintenance/maintenance.php:177
6400
  msgid "FrontEnd & BackEnd Maintenance Mode ~ "
6401
  msgstr ""
6402
 
6403
- #: admin/maintenance/maintenance.php:177
6404
  msgid ""
6405
  "Display a website under maintenance page to website visitors ~ Lock wp-admin "
6406
  "BackEnd by IP Address"
6407
  msgstr ""
6408
 
6409
- #: admin/maintenance/maintenance.php:197 admin/maintenance/maintenance.php:203
6410
- #: admin/maintenance/maintenance.php:2100
6411
  msgid "Maintenance Mode Guide"
6412
  msgstr ""
6413
 
6414
- #: admin/maintenance/maintenance.php:199
6415
  msgid ""
6416
  "Create/add whatever messages, images, videos, etc. you want to display to "
6417
  "website visitors with the MMode Editor, select your MMode options/settings, "
@@ -6420,20 +6421,20 @@ msgid ""
6420
  "options/settings."
6421
  msgstr ""
6422
 
6423
- #: admin/maintenance/maintenance.php:199
6424
  msgid ""
6425
  "For more extensive help info, CSS, HTML code examples, Image & Video "
6426
  "embedding code examples to add in the MMode Editor see Forum Help Links at "
6427
  "the top of this Read Me help window."
6428
  msgstr ""
6429
 
6430
- #: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:510
6431
  msgid ""
6432
  "Maintenance Mode Text, CSS Style Code, Images, Videos Displayed To Website "
6433
  "Visitors:"
6434
  msgstr ""
6435
 
6436
- #: admin/maintenance/maintenance.php:199
6437
  msgid ""
6438
  "This is a standard WordPress TinyMCE WYSIWYG editor that has a Visual Editor "
6439
  "and a Text Editor for adding CSS or HTML code. Enter plain text, CSS, HTML "
@@ -6445,11 +6446,11 @@ msgid ""
6445
  "Save Options button to save your edits."
6446
  msgstr ""
6447
 
6448
- #: admin/maintenance/maintenance.php:199
6449
  msgid "Enable Countdown Timer:"
6450
  msgstr ""
6451
 
6452
- #: admin/maintenance/maintenance.php:199
6453
  msgid ""
6454
  "Check this checkbox to enable a javascript Countdown Timer that will be "
6455
  "displayed to visitors. When the Countdown Timer reaches 0/has completed your "
@@ -6458,42 +6459,42 @@ msgid ""
6458
  "off Maintenance Mode when the Countdown Timer reaches 0/has completed."
6459
  msgstr ""
6460
 
6461
- #: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:525
6462
  msgid "Countdown Timer Text Color:"
6463
  msgstr ""
6464
 
6465
- #: admin/maintenance/maintenance.php:199
6466
  msgid "Select the text color for the Countdown Timer."
6467
  msgstr ""
6468
 
6469
- #: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:533
6470
  msgid "Maintenance Mode Time (in Minutes):"
6471
  msgstr ""
6472
 
6473
- #: admin/maintenance/maintenance.php:199
6474
  msgid ""
6475
  "Enter the amount of time that you want to put your site into Maintenance "
6476
  "Mode in minutes. Example: 10 = 10 minutes, 180 = 3 hours, 1440 = 24 hours, "
6477
  "4320 = 3 days."
6478
  msgstr ""
6479
 
6480
- #: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:537
6481
  msgid ""
6482
  "Header Retry-After (enter the same time as Maintenance Mode Time above):"
6483
  msgstr ""
6484
 
6485
- #: admin/maintenance/maintenance.php:199
6486
  msgid ""
6487
  "This is the amount of time that you are telling Search Engines to wait "
6488
  "before visiting your website again. Enter the same time in minutes that you "
6489
  "entered for Maintenance Mode Time."
6490
  msgstr ""
6491
 
6492
- #: admin/maintenance/maintenance.php:199
6493
  msgid "Enable FrontEnd Maintenance Mode:"
6494
  msgstr ""
6495
 
6496
- #: admin/maintenance/maintenance.php:199
6497
  msgid ""
6498
  "Check this checkbox to enable FrontEnd Maintenance Mode. When you Turn On "
6499
  "FrontEnd Maintenance Mode your website Maintenance Mode page will be "
@@ -6504,11 +6505,11 @@ msgid ""
6504
  "be locked out of your WordPress Dashboard."
6505
  msgstr ""
6506
 
6507
- #: admin/maintenance/maintenance.php:199
6508
  msgid "Enable BackEnd Maintenance Mode:"
6509
  msgstr ""
6510
 
6511
- #: admin/maintenance/maintenance.php:199
6512
  msgid ""
6513
  "Check this checkbox to enable BackEnd Maintenance Mode. Be sure to enter the "
6514
  "Your IP address/the Recommended IP address in the Maintenance Mode IP "
@@ -6520,17 +6521,17 @@ msgid ""
6520
  "your WordPress Dashboard."
6521
  msgstr ""
6522
 
6523
- #: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:552
6524
  msgid "Maintenance Mode IP Address Whitelist Text Box:"
6525
  msgstr ""
6526
 
6527
- #: admin/maintenance/maintenance.php:199
6528
  msgid ""
6529
  "Enter The IP Address That Can View The Website Normally (not in Maintenance "
6530
  "Mode):"
6531
  msgstr ""
6532
 
6533
- #: admin/maintenance/maintenance.php:199
6534
  msgid ""
6535
  "Enter Multiple IP addresses separated by a comma and a single space. "
6536
  "Example: 100.99.88.77, 200.66.55.44, 44.33.22.1 It is recommended that you "
@@ -6542,83 +6543,83 @@ msgid ""
6542
  "octets or your current IP address to whitelist your IP address."
6543
  msgstr ""
6544
 
6545
- #: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:567
6546
  msgid "Background Images:"
6547
  msgstr ""
6548
 
6549
- #: admin/maintenance/maintenance.php:199
6550
  msgid ""
6551
  "Select a background image that you want to use. BPS includes 20 background "
6552
  "images and 15 center images (text box images) that you can mix and match to "
6553
  "your design/color scheme preference."
6554
  msgstr ""
6555
 
6556
- #: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:592
6557
  msgid "Center Images:"
6558
  msgstr ""
6559
 
6560
- #: admin/maintenance/maintenance.php:199
6561
  msgid ""
6562
  "Select a center image that you want to use. BPS includes 20 background "
6563
  "images and 15 center images (text box images) that you can mix and match to "
6564
  "your design/color scheme preference."
6565
  msgstr ""
6566
 
6567
- #: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:612
6568
  msgid "Background Colors (If not using a Background Image):"
6569
  msgstr ""
6570
 
6571
- #: admin/maintenance/maintenance.php:199
6572
  msgid ""
6573
  "Select a background color that you want to use. If you do not want to use a "
6574
  "background image then you can instead choose a background color."
6575
  msgstr ""
6576
 
6577
- #: admin/maintenance/maintenance.php:199
6578
  msgid "Display Visitor IP Address:"
6579
  msgstr ""
6580
 
6581
- #: admin/maintenance/maintenance.php:199
6582
  msgid "Check this checkbox to display the website visitor's IP addresses."
6583
  msgstr ""
6584
 
6585
- #: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:622
6586
  msgid "Display Admin|Login Link"
6587
  msgstr ""
6588
 
6589
- #: admin/maintenance/maintenance.php:199
6590
  msgid ""
6591
  "Check this checkbox to display a Login link that points to your wp-admin "
6592
  "folder/Login page."
6593
  msgstr ""
6594
 
6595
- #: admin/maintenance/maintenance.php:199
6596
  msgid "Display Dashboard Reminder Message when site is in Maintenance Mode:"
6597
  msgstr ""
6598
 
6599
- #: admin/maintenance/maintenance.php:199
6600
  msgid ""
6601
  "Check this checkbox to display a WordPress Dashboard Reminder Notice that "
6602
  "your website is in Maintenance Mode."
6603
  msgstr ""
6604
 
6605
- #: admin/maintenance/maintenance.php:199
6606
  msgid "Enable Visitor Logging:"
6607
  msgstr ""
6608
 
6609
- #: admin/maintenance/maintenance.php:199
6610
  msgid ""
6611
  "Check this checkbox to enable visitor logging. Logs all visitors to your "
6612
  "site while your site is in Maintenance Mode. Log entries are created in the "
6613
  "BPS Security Log file. "
6614
  msgstr ""
6615
 
6616
- #: admin/maintenance/maintenance.php:200
6617
  msgid ""
6618
  "Send Email Reminder when Maintenance Mode Countdown Timer has completed:"
6619
  msgstr ""
6620
 
6621
- #: admin/maintenance/maintenance.php:200
6622
  msgid ""
6623
  "Check this checkbox to enable the javascript Countdown Timer to send you an "
6624
  "email reminder when the Countdown Timer reaches 0/is completed. More "
@@ -6630,11 +6631,11 @@ msgid ""
6630
  "the Countdown Timer reaches 0/has completed."
6631
  msgstr ""
6632
 
6633
- #: admin/maintenance/maintenance.php:200
6634
  msgid "Testing the Countdown Timer Send Email Option:"
6635
  msgstr ""
6636
 
6637
- #: admin/maintenance/maintenance.php:200
6638
  msgid ""
6639
  "There is a 1 minute buffer so that when the Maintenance Mode page is created "
6640
  "an email will not be sent immediately. To test the Send Email option use 2 "
@@ -6645,21 +6646,21 @@ msgid ""
6645
  "how fast your Mail Server sends the email to you."
6646
  msgstr ""
6647
 
6648
- #: admin/maintenance/maintenance.php:200
6649
  msgid "Send Countdown Timer Email:"
6650
  msgstr ""
6651
 
6652
- #: admin/maintenance/maintenance.php:200
6653
  msgid ""
6654
  "Enter the email addresses that you would like the Countdown Timer reminder "
6655
  "email sent to, from, cc or bcc."
6656
  msgstr ""
6657
 
6658
- #: admin/maintenance/maintenance.php:200
6659
  msgid "Network/Multisite Primary Site Options ONLY:"
6660
  msgstr ""
6661
 
6662
- #: admin/maintenance/maintenance.php:200
6663
  msgid ""
6664
  "These options/settings are for Network/Multisite ONLY and are ONLY displayed "
6665
  "on the Primary Network/Multisite site. Checking these options on a Single/"
@@ -6667,11 +6668,11 @@ msgid ""
6667
  "for Network/Multisite WordPress installations."
6668
  msgstr ""
6669
 
6670
- #: admin/maintenance/maintenance.php:200
6671
  msgid "Steps to use these special Network/Multisite options:"
6672
  msgstr ""
6673
 
6674
- #: admin/maintenance/maintenance.php:200
6675
  msgid ""
6676
  "To turn On either of these special options, check the checkbox, click the "
6677
  "Save Options button and click the Turn On button. To turn Off either of "
@@ -6683,29 +6684,29 @@ msgid ""
6683
  "special option settings in that template file."
6684
  msgstr ""
6685
 
6686
- #: admin/maintenance/maintenance.php:200
6687
  msgid "Put The Primary Site And All Subsites In Maintenance Mode:"
6688
  msgstr ""
6689
 
6690
- #: admin/maintenance/maintenance.php:200
6691
  msgid "Check this checkbox to put all of the sites into Maintenance Mode."
6692
  msgstr ""
6693
 
6694
- #: admin/maintenance/maintenance.php:200
6695
  msgid "Put All Subsites In Maintenance Mode, But Not The Primary Site:"
6696
  msgstr ""
6697
 
6698
- #: admin/maintenance/maintenance.php:200
6699
  msgid ""
6700
  "Check this checkbox to put all of the subsites into Maintenance Mode except "
6701
  "for the Primary site."
6702
  msgstr ""
6703
 
6704
- #: admin/maintenance/maintenance.php:200
6705
  msgid "Save Options Button"
6706
  msgstr ""
6707
 
6708
- #: admin/maintenance/maintenance.php:200
6709
  msgid ""
6710
  "Clicking the Save Options button does 2 things: Saves all your options/"
6711
  "settings to your Database and creates all necessary Maintenance Mode files/"
@@ -6713,11 +6714,11 @@ msgid ""
6713
  "Click the Turn On button after clicking the Save Options button."
6714
  msgstr ""
6715
 
6716
- #: admin/maintenance/maintenance.php:200
6717
  msgid "Preview Button"
6718
  msgstr ""
6719
 
6720
- #: admin/maintenance/maintenance.php:200
6721
  msgid ""
6722
  "Clicking the Preview button allows you to preview the Maintenance Mode files/"
6723
  "Forms that were created when you clicked the Save Options button. Preview "
@@ -6727,11 +6728,11 @@ msgid ""
6727
  "On button."
6728
  msgstr ""
6729
 
6730
- #: admin/maintenance/maintenance.php:200
6731
  msgid "Turn On Button"
6732
  msgstr ""
6733
 
6734
- #: admin/maintenance/maintenance.php:200
6735
  msgid ""
6736
  "Clicking the Turn On button turns On Maintenance Mode. Turn On is "
6737
  "conditional and allows you to make changes to your Maintenance Mode page "
@@ -6741,11 +6742,11 @@ msgid ""
6741
  "on your Maintenance Mode page."
6742
  msgstr ""
6743
 
6744
- #: admin/maintenance/maintenance.php:200
6745
  msgid "Turn Off Button"
6746
  msgstr ""
6747
 
6748
- #: admin/maintenance/maintenance.php:200
6749
  msgid ""
6750
  "Clicking the Turn Off button turns Off Maintenance Mode. Turn Off is non-"
6751
  "conditional and works like a Form Reset, but does not remove any of your "
@@ -6755,23 +6756,23 @@ msgid ""
6755
  "remain in your website root folder, but Maintenance Mode will be turned Off."
6756
  msgstr ""
6757
 
6758
- #: admin/maintenance/maintenance.php:200
6759
  msgid "BPS help links can be found in the Help & FAQ pages."
6760
  msgstr ""
6761
 
6762
- #: admin/maintenance/maintenance.php:236
6763
  msgid ""
6764
  "Error: You did not enter anything in the Maintenance Mode Time Text Box."
6765
  msgstr ""
6766
 
6767
- #: admin/maintenance/maintenance.php:244 admin/maintenance/maintenance.php:752
6768
- #: admin/maintenance/maintenance.php:960
6769
  msgid ""
6770
  "Error: You did not enter an IP Address in the Maintenance Mode IP Address "
6771
  "Whitelist Text Box."
6772
  msgstr ""
6773
 
6774
- #: admin/maintenance/maintenance.php:374 admin/maintenance/maintenance.php:394
6775
  msgid ""
6776
  "Success! Your Options have been saved and your Maintenance Mode Form has "
6777
  "been created successfully! Click the Preview button to preview your Website "
@@ -6779,328 +6780,328 @@ msgid ""
6779
  "button."
6780
  msgstr ""
6781
 
6782
- #: admin/maintenance/maintenance.php:381
6783
  msgid ""
6784
  "Check that the file exists in the /bulletproof-security/admin/htaccess/ "
6785
  "master folder. If this is not the problem "
6786
  msgstr ""
6787
 
6788
- #: admin/maintenance/maintenance.php:381 admin/maintenance/maintenance.php:401
6789
  #: admin/wizard/wizard.php:181 includes/general-functions.php:509
6790
- #: includes/hud-dismiss-functions.php:348
6791
- #: includes/hud-dismiss-functions.php:391
6792
- #: includes/hud-dismiss-functions.php:496
6793
  msgid "Click Here"
6794
  msgstr ""
6795
 
6796
- #: admin/maintenance/maintenance.php:381 admin/maintenance/maintenance.php:401
6797
  msgid " for assistance."
6798
  msgstr ""
6799
 
6800
- #: admin/maintenance/maintenance.php:401
6801
  msgid ""
6802
  "Check that the bps-maintenance-values.php file exists in the /bulletproof-"
6803
  "security/admin/htaccess/ master folder. If this is not the problem "
6804
  msgstr ""
6805
 
6806
- #: admin/maintenance/maintenance.php:462 admin/maintenance/maintenance.php:469
6807
- #: admin/maintenance/maintenance.php:476
6808
  msgid "Your Current IP Address: "
6809
  msgstr ""
6810
 
6811
- #: admin/maintenance/maintenance.php:462 admin/maintenance/maintenance.php:469
6812
- #: admin/maintenance/maintenance.php:476
6813
  msgid "Recommended IP Address: "
6814
  msgstr ""
6815
 
6816
- #: admin/maintenance/maintenance.php:507
6817
  msgid "MMode Editor"
6818
  msgstr ""
6819
 
6820
- #: admin/maintenance/maintenance.php:511
6821
  msgid ""
6822
  "Click the Maintenance Mode Guide link above for CSS Code, Image & Video "
6823
  "Embed examples."
6824
  msgstr ""
6825
 
6826
- #: admin/maintenance/maintenance.php:520
6827
  msgid "MMode Option Settings"
6828
  msgstr ""
6829
 
6830
- #: admin/maintenance/maintenance.php:523
6831
  msgid "Enable Countdown Timer"
6832
  msgstr ""
6833
 
6834
- #: admin/maintenance/maintenance.php:527
6835
  msgid "LCD|Lime Green"
6836
  msgstr ""
6837
 
6838
- #: admin/maintenance/maintenance.php:528 admin/maintenance/maintenance.php:615
6839
  msgid "White"
6840
  msgstr ""
6841
 
6842
- #: admin/maintenance/maintenance.php:529
6843
  msgid "Silver"
6844
  msgstr ""
6845
 
6846
- #: admin/maintenance/maintenance.php:530 admin/maintenance/maintenance.php:617
6847
  msgid "Gray"
6848
  msgstr ""
6849
 
6850
- #: admin/maintenance/maintenance.php:534 admin/maintenance/maintenance.php:538
6851
  msgid "Example: 10 = 10 minutes, 180 = 3 hours, 1440 = 24 hours."
6852
  msgstr ""
6853
 
6854
- #: admin/maintenance/maintenance.php:541
6855
  msgid "Enable FrontEnd Maintenance Mode"
6856
  msgstr ""
6857
 
6858
- #: admin/maintenance/maintenance.php:546
6859
  msgid "You MUST enter Your Current IP Address or the"
6860
  msgstr ""
6861
 
6862
- #: admin/maintenance/maintenance.php:546
6863
  msgid "Recommended IP Address if you Enable BackEnd Maintenance Mode"
6864
  msgstr ""
6865
 
6866
- #: admin/maintenance/maintenance.php:546
6867
  msgid "or you will be locked out of your WordPress Dashboard."
6868
  msgstr ""
6869
 
6870
- #: admin/maintenance/maintenance.php:547
6871
  msgid "Enable BackEnd Maintenance Mode "
6872
  msgstr ""
6873
 
6874
- #: admin/maintenance/maintenance.php:555
6875
  msgid ""
6876
  "Enter The IP Address That Can View The Website Normally (not in Maintenance "
6877
  "Mode)."
6878
  msgstr ""
6879
 
6880
- #: admin/maintenance/maintenance.php:556
6881
  msgid "Enter Multiple IP addresses separated by a comma and a single space."
6882
  msgstr ""
6883
 
6884
- #: admin/maintenance/maintenance.php:557
6885
  msgid "Example IPv4 IP Addresses: 100.99.88.77, 200.66.55.44, 44.33.22.1"
6886
  msgstr ""
6887
 
6888
- #: admin/maintenance/maintenance.php:558
6889
  msgid ""
6890
  "Example IPv6 IP Addresses: 0:0:0:0:0:ffff:6463:584d, 0:0:0:0:0:ffff:c842:372c"
6891
  msgstr ""
6892
 
6893
- #: admin/maintenance/maintenance.php:569
6894
  msgid "No Background Image"
6895
  msgstr ""
6896
 
6897
- #: admin/maintenance/maintenance.php:570
6898
  msgid "Black Honeycomb Large"
6899
  msgstr ""
6900
 
6901
- #: admin/maintenance/maintenance.php:571
6902
  msgid "Black Honeycomb Large Grey Line"
6903
  msgstr ""
6904
 
6905
- #: admin/maintenance/maintenance.php:572
6906
  msgid "Black Mesh Small"
6907
  msgstr ""
6908
 
6909
- #: admin/maintenance/maintenance.php:573
6910
  msgid "Black Mesh Small Grey Line"
6911
  msgstr ""
6912
 
6913
- #: admin/maintenance/maintenance.php:574
6914
  msgid "Blue Honeycomb Large"
6915
  msgstr ""
6916
 
6917
- #: admin/maintenance/maintenance.php:575
6918
  msgid "Blue Mesh Small"
6919
  msgstr ""
6920
 
6921
- #: admin/maintenance/maintenance.php:576
6922
  msgid "Brown Honeycomb Large"
6923
  msgstr ""
6924
 
6925
- #: admin/maintenance/maintenance.php:577
6926
  msgid "Brown Mesh Small"
6927
  msgstr ""
6928
 
6929
- #: admin/maintenance/maintenance.php:578
6930
  msgid "Green Honeycomb Large"
6931
  msgstr ""
6932
 
6933
- #: admin/maintenance/maintenance.php:579
6934
  msgid "Green Mesh Small"
6935
  msgstr ""
6936
 
6937
- #: admin/maintenance/maintenance.php:580
6938
  msgid "Gray Honeycomb Large"
6939
  msgstr ""
6940
 
6941
- #: admin/maintenance/maintenance.php:581
6942
  msgid "Gray Mesh Small"
6943
  msgstr ""
6944
 
6945
- #: admin/maintenance/maintenance.php:582
6946
  msgid "Orange Honeycomb Large"
6947
  msgstr ""
6948
 
6949
- #: admin/maintenance/maintenance.php:583
6950
  msgid "Orange Mesh Small"
6951
  msgstr ""
6952
 
6953
- #: admin/maintenance/maintenance.php:584
6954
  msgid "Purple Honeycomb Large"
6955
  msgstr ""
6956
 
6957
- #: admin/maintenance/maintenance.php:585
6958
  msgid "Purple Mesh Small"
6959
  msgstr ""
6960
 
6961
- #: admin/maintenance/maintenance.php:586
6962
  msgid "Red|Burgundy Honeycomb Large"
6963
  msgstr ""
6964
 
6965
- #: admin/maintenance/maintenance.php:587
6966
  msgid "Red|Burgundy Mesh Small"
6967
  msgstr ""
6968
 
6969
- #: admin/maintenance/maintenance.php:588
6970
  msgid "Yellow Honeycomb Large"
6971
  msgstr ""
6972
 
6973
- #: admin/maintenance/maintenance.php:589
6974
  msgid "Yellow Mesh Small"
6975
  msgstr ""
6976
 
6977
- #: admin/maintenance/maintenance.php:594
6978
  msgid "No Center Image"
6979
  msgstr ""
6980
 
6981
- #: admin/maintenance/maintenance.php:595
6982
  msgid "Basic Black"
6983
  msgstr ""
6984
 
6985
- #: admin/maintenance/maintenance.php:596
6986
  msgid "Black Veins"
6987
  msgstr ""
6988
 
6989
- #: admin/maintenance/maintenance.php:597
6990
  msgid "Blue Glass"
6991
  msgstr ""
6992
 
6993
- #: admin/maintenance/maintenance.php:598
6994
  msgid "Brushed Metal Stamped"
6995
  msgstr ""
6996
 
6997
- #: admin/maintenance/maintenance.php:599
6998
  msgid "Chrome"
6999
  msgstr ""
7000
 
7001
- #: admin/maintenance/maintenance.php:600
7002
  msgid "Chrome Slick"
7003
  msgstr ""
7004
 
7005
- #: admin/maintenance/maintenance.php:601
7006
  msgid "Fire"
7007
  msgstr ""
7008
 
7009
- #: admin/maintenance/maintenance.php:602
7010
  msgid "Gun Metal"
7011
  msgstr ""
7012
 
7013
- #: admin/maintenance/maintenance.php:603
7014
  msgid "Mercury"
7015
  msgstr ""
7016
 
7017
- #: admin/maintenance/maintenance.php:604
7018
  msgid "Smoke"
7019
  msgstr ""
7020
 
7021
- #: admin/maintenance/maintenance.php:605
7022
  msgid "Striped Cone"
7023
  msgstr ""
7024
 
7025
- #: admin/maintenance/maintenance.php:606
7026
  msgid "Swamp Bevel"
7027
  msgstr ""
7028
 
7029
- #: admin/maintenance/maintenance.php:607
7030
  msgid "Toy"
7031
  msgstr ""
7032
 
7033
- #: admin/maintenance/maintenance.php:608
7034
  msgid "Water Reflection"
7035
  msgstr ""
7036
 
7037
- #: admin/maintenance/maintenance.php:609
7038
  msgid "Wood Grain"
7039
  msgstr ""
7040
 
7041
- #: admin/maintenance/maintenance.php:614
7042
  msgid "No Background Color"
7043
  msgstr ""
7044
 
7045
- #: admin/maintenance/maintenance.php:616
7046
  msgid "Black"
7047
  msgstr ""
7048
 
7049
- #: admin/maintenance/maintenance.php:620
7050
  msgid "Display Visitor IP Address"
7051
  msgstr ""
7052
 
7053
- #: admin/maintenance/maintenance.php:624
7054
  msgid "Display Dashboard Reminder Message when site is in Maintenance Mode"
7055
  msgstr ""
7056
 
7057
- #: admin/maintenance/maintenance.php:626
7058
  msgid "Enable Visitor Logging"
7059
  msgstr ""
7060
 
7061
- #: admin/maintenance/maintenance.php:628
7062
  msgid "Send Email Reminder when Maintenance Mode Countdown Timer has completed"
7063
  msgstr ""
7064
 
7065
- #: admin/maintenance/maintenance.php:630
7066
  msgid "Send Countdown Timer Email To:"
7067
  msgstr ""
7068
 
7069
- #: admin/maintenance/maintenance.php:632
7070
  msgid "Send Countdown Timer Email From:"
7071
  msgstr ""
7072
 
7073
- #: admin/maintenance/maintenance.php:634
7074
  msgid "Send Countdown Timer Email Cc:"
7075
  msgstr ""
7076
 
7077
- #: admin/maintenance/maintenance.php:636
7078
  msgid "Send Countdown Timer Email Bcc:"
7079
  msgstr ""
7080
 
7081
- #: admin/maintenance/maintenance.php:641
7082
  msgid "MMode Network|Multisite Options"
7083
  msgstr ""
7084
 
7085
- #: admin/maintenance/maintenance.php:644
7086
  msgid "Network|Multisite Primary Site Options ONLY"
7087
  msgstr ""
7088
 
7089
- #: admin/maintenance/maintenance.php:648
7090
  msgid ""
7091
  "Click the Maintenance Mode Read Me help button for the steps to use these "
7092
  "special options:"
7093
  msgstr ""
7094
 
7095
- #: admin/maintenance/maintenance.php:649
7096
  msgid "Put The Primary Site And All Subsites In Maintenance Mode"
7097
  msgstr ""
7098
 
7099
- #: admin/maintenance/maintenance.php:651
7100
  msgid "Put All Subsites In Maintenance Mode, But Not The Primary Site"
7101
  msgstr ""
7102
 
7103
- #: admin/maintenance/maintenance.php:659
7104
  msgid ""
7105
  "Clicking OK Saves your Options/Settings to your Database and also creates "
7106
  "your Maintenance Mode page. Click the Preview button to preview your "
@@ -7108,91 +7109,91 @@ msgid ""
7108
  "Turn On button to enable Maintenance Mode on your website."
7109
  msgstr ""
7110
 
7111
- #: admin/maintenance/maintenance.php:763 admin/maintenance/maintenance.php:971
7112
  msgid ""
7113
  "IP Address Format Error: You have entered multiple IP Addresses using an "
7114
  "incorrect Format."
7115
  msgstr ""
7116
 
7117
- #: admin/maintenance/maintenance.php:763 admin/maintenance/maintenance.php:971
7118
  msgid ""
7119
  "The correct IP Address Format is: IP Address comma single space. Example: "
7120
  "100.99.88.77, 200.66.55.44, 44.33.22.1 or 100.99.88., 200.66.55., 44.33.22. "
7121
  "if you are using the recommended 3 octet IP addresses."
7122
  msgstr ""
7123
 
7124
- #: admin/maintenance/maintenance.php:763 admin/maintenance/maintenance.php:971
7125
  msgid ""
7126
  "Correct the IP Address Format and click the Save Options button again. If "
7127
  "you have an IPv6 IP address use the same general format as an IPv4 IP "
7128
  "address - comma single space."
7129
  msgstr ""
7130
 
7131
- #: admin/maintenance/maintenance.php:814 admin/maintenance/maintenance.php:1022
7132
- #: admin/maintenance/maintenance.php:1124
7133
  msgid "FrontEnd Maintenance Mode has been Turned On."
7134
  msgstr ""
7135
 
7136
- #: admin/maintenance/maintenance.php:832 admin/maintenance/maintenance.php:1148
7137
- #: admin/maintenance/maintenance.php:1657
7138
- #: admin/maintenance/maintenance.php:1787
7139
- #: admin/maintenance/maintenance.php:1978
7140
  msgid "htaccess Files Disabled: BackEnd Maintenance Mode is disabled."
7141
  msgstr ""
7142
 
7143
- #: admin/maintenance/maintenance.php:907 admin/maintenance/maintenance.php:1225
7144
  msgid "BackEnd Maintenance Mode has been Turned On."
7145
  msgstr ""
7146
 
7147
- #: admin/maintenance/maintenance.php:1241
7148
- #: admin/maintenance/maintenance.php:2030
7149
  msgid ""
7150
  "Error: You have not saved your option settings yet. Click the Save Options "
7151
  "button."
7152
  msgstr ""
7153
 
7154
- #: admin/maintenance/maintenance.php:1318
7155
  msgid ""
7156
  "Error: Unable to get/find the site root index.php file for this GWIOD - "
7157
  "Giving WordPress Its Own Directory - website."
7158
  msgstr ""
7159
 
7160
- #: admin/maintenance/maintenance.php:1318
7161
  msgid "GWIOD Site Root index.php File Path Checked: "
7162
  msgstr ""
7163
 
7164
- #: admin/maintenance/maintenance.php:1318
7165
  msgid ""
7166
  "BPS Maintenance Mode will not work correctly with your WordPress GWIOD "
7167
  "setup. Try another WordPress Maintenance Mode plugin."
7168
  msgstr ""
7169
 
7170
- #: admin/maintenance/maintenance.php:1384
7171
  msgid ""
7172
  "Error: Unable to get/find the site root index.php file for this Network "
7173
  "GWIOD - Giving WordPress Its Own Directory - website."
7174
  msgstr ""
7175
 
7176
- #: admin/maintenance/maintenance.php:1384
7177
  msgid "Network GWIOD Site Root index.php File Path Checked: "
7178
  msgstr ""
7179
 
7180
- #: admin/maintenance/maintenance.php:1384
7181
  msgid ""
7182
  "Please copy this error message and send it in an email to info@ait-pro.com "
7183
  "for assistance."
7184
  msgstr ""
7185
 
7186
- #: admin/maintenance/maintenance.php:1469
7187
- #: admin/maintenance/maintenance.php:1594
7188
- #: admin/maintenance/maintenance.php:1750
7189
- #: admin/maintenance/maintenance.php:1930
7190
  msgid "FrontEnd Maintenance Mode has been Turned Off."
7191
  msgstr ""
7192
 
7193
- #: admin/maintenance/maintenance.php:1697
7194
- #: admin/maintenance/maintenance.php:1823
7195
- #: admin/maintenance/maintenance.php:2014
7196
  msgid "BackEnd Maintenance Mode has been Turned Off."
7197
  msgstr ""
7198
 
@@ -7539,7 +7540,7 @@ msgid ""
7539
  msgstr ""
7540
 
7541
  #: admin/mscan/mscan.php:130 admin/mscan/mscan.php:148
7542
- #: includes/hud-dismiss-functions.php:620
7543
  msgid "MScan Malware Scanner Guide"
7544
  msgstr ""
7545
 
@@ -10607,7 +10608,11 @@ msgstr ""
10607
  msgid "Jetpack Plugin wp-admin BPSQSE AutoWhitelist successful"
10608
  msgstr ""
10609
 
10610
- #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
 
 
 
 
10611
  msgid ""
10612
  "Custom additional htaccess code was found in your current root htaccess "
10613
  "file. Your root and wp-admin htaccess files have been backed up and zipped "
@@ -10616,19 +10621,19 @@ msgid ""
10616
  "files.zip file to your computer."
10617
  msgstr ""
10618
 
10619
- #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10620
  msgid "Click this forum link: "
10621
  msgstr ""
10622
 
10623
- #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10624
  msgid "Setup Wizard Root and wp-admin htaccess File Backup"
10625
  msgstr ""
10626
 
10627
- #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10628
  msgid " for help information about what this means and what to do."
10629
  msgstr ""
10630
 
10631
- #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10632
  msgid ""
10633
  " and select the Zip File Download Fix On setting for the Zile File Download "
10634
  "Fix option. You should now be able to download the htaccess-files.zip file. "
@@ -10636,19 +10641,19 @@ msgid ""
10636
  "above for what to do next."
10637
  msgstr ""
10638
 
10639
- #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10640
  msgid "Download htaccess-files.zip File"
10641
  msgstr ""
10642
 
10643
- #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10644
  msgid "Additional Plain Text htaccess file backups: "
10645
  msgstr ""
10646
 
10647
- #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10648
  msgid "Root htaccess File: "
10649
  msgstr ""
10650
 
10651
- #: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
10652
  msgid "wp-admin htaccess File: "
10653
  msgstr ""
10654
 
@@ -10673,31 +10678,31 @@ msgid ""
10673
  "cannot be created. Root Folder BulletProof Mode has NOT been activated."
10674
  msgstr ""
10675
 
10676
- #: admin/wizard/wizard-functions.php:111 admin/wizard/wizard-functions.php:630
10677
- #: admin/wizard/wizard-functions.php:723
10678
  msgid ""
10679
  "If your Server configuration is DSO you must first make some one-time manual "
10680
  "changes to your website before running the Setup Wizard. Please click this "
10681
  "Forum Link for instructions: "
10682
  msgstr ""
10683
 
10684
- #: admin/wizard/wizard-functions.php:111 admin/wizard/wizard-functions.php:630
10685
- #: admin/wizard/wizard-functions.php:723 admin/wizard/wizard.php:242
10686
  #: admin/wizard/wizard.php:318 admin/wizard/wizard.php:324
10687
  #: admin/wizard/wizard.php:330 admin/wizard/wizard.php:336
10688
  #: admin/wizard/wizard.php:342
10689
  msgid "DSO Setup Steps"
10690
  msgstr ""
10691
 
10692
- #: admin/wizard/wizard-functions.php:500
10693
  msgid " Root .htaccess File backup Successful! "
10694
  msgstr ""
10695
 
10696
- #: admin/wizard/wizard-functions.php:510
10697
  msgid "Error: PHP/php.ini handler htaccess code check"
10698
  msgstr ""
10699
 
10700
- #: admin/wizard/wizard-functions.php:510
10701
  msgid ""
10702
  "PHP/php.ini handler htaccess code was found in your root .htaccess file, but "
10703
  "was NOT found in BPS Custom Code. A new root .htaccess file was NOT created "
@@ -10705,35 +10710,35 @@ msgid ""
10705
  "Link "
10706
  msgstr ""
10707
 
10708
- #: admin/wizard/wizard-functions.php:510
10709
  msgid "Add PHP/php.ini handler htaccess code to BPS Custom Code"
10710
  msgstr ""
10711
 
10712
- #: admin/wizard/wizard-functions.php:510
10713
  msgid ""
10714
  " for instructions on how to copy your PHP/php.ini handler htaccess code to "
10715
  "BPS Custom Code."
10716
  msgstr ""
10717
 
10718
- #: admin/wizard/wizard-functions.php:553 admin/wizard/wizard-functions.php:582
10719
  msgid ""
10720
  "Root .htaccess File writing completed. File Locked with 404 file permissions."
10721
  msgstr ""
10722
 
10723
- #: admin/wizard/wizard-functions.php:557 admin/wizard/wizard-functions.php:586
10724
  msgid ""
10725
  "Root .htaccess File writing completed. File Locked with 444 file permissions."
10726
  msgstr ""
10727
 
10728
- #: admin/wizard/wizard-functions.php:604 admin/wizard/wizard-functions.php:613
10729
- #: admin/wizard/wizard-functions.php:817 admin/wizard/wizard.php:664
10730
  #: admin/wizard/wizard.php:702 admin/wizard/wizard.php:760
10731
- #: admin/wizard/wizard.php:800 admin/wizard/wizard.php:847
10732
- #: includes/general-functions.php:972
10733
  msgid " DB Option created or updated Successfully!"
10734
  msgstr ""
10735
 
10736
- #: admin/wizard/wizard-functions.php:620
10737
  msgid ""
10738
  "Your current Root .htaccess file is not locked. It is recommended that you "
10739
  "lock your Root .htaccess file on the htaccess Core > htaccess File Editor "
@@ -10741,57 +10746,57 @@ msgid ""
10741
  "htaccess File Editor page."
10742
  msgstr ""
10743
 
10744
- #: admin/wizard/wizard-functions.php:628
10745
  msgid ""
10746
  "The wpadmin-secure.htaccess wp-admin Master htaccess file was created "
10747
  "successfully."
10748
  msgstr ""
10749
 
10750
- #: admin/wizard/wizard-functions.php:628
10751
  msgid "wp-admin Folder BulletProof Mode activated successfully."
10752
  msgstr ""
10753
 
10754
- #: admin/wizard/wizard-functions.php:630
10755
  msgid ""
10756
  "Error: The wpadmin-secure.htaccess wp-admin Master htaccess file and wp-"
10757
  "admin .htaccess file cannot be created. wp-admin Folder BulletProof Mode has "
10758
  "NOT been activated."
10759
  msgstr ""
10760
 
10761
- #: admin/wizard/wizard-functions.php:636
10762
  msgid ""
10763
  "Go Daddy Managed WordPress Hosting option is set to Yes or Enable|Disable wp-"
10764
  "admin BulletProof Mode option is set to disabled. GDMW hosting does not "
10765
  "allow wp-admin htaccess files."
10766
  msgstr ""
10767
 
10768
- #: admin/wizard/wizard-functions.php:660
10769
  msgid " wp-admin .htaccess File backup Successful!"
10770
  msgstr ""
10771
 
10772
- #: admin/wizard/wizard-functions.php:721
10773
  msgid "The default.htaccess Master htaccess file was created successfully."
10774
  msgstr ""
10775
 
10776
- #: admin/wizard/wizard-functions.php:723
10777
  msgid "Error: The default.htaccess Master htaccess file cannot be created."
10778
  msgstr ""
10779
 
10780
- #: admin/wizard/wizard-functions.php:818 admin/wizard/wizard.php:479
10781
  msgid " Folder created Successfully!"
10782
  msgstr ""
10783
 
10784
- #: admin/wizard/wizard-functions.php:915
10785
  msgid ""
10786
  "Security Log User Agent Filter Check Successful! 0 User Agent Filters to "
10787
  "update."
10788
  msgstr ""
10789
 
10790
- #: admin/wizard/wizard-functions.php:925
10791
  msgid "Security Log User Agent Filter "
10792
  msgstr ""
10793
 
10794
- #: admin/wizard/wizard-functions.php:925
10795
  msgid " created or updated Successfully!"
10796
  msgstr ""
10797
 
@@ -10813,7 +10818,7 @@ msgid ""
10813
  "file, but was NOT found in BPS Custom Code. "
10814
  msgstr ""
10815
 
10816
- #: admin/wizard/wizard.php:181 includes/hud-dismiss-functions.php:348
10817
  msgid ""
10818
  " for the steps to fix this Wordfence problem before running the Setup Wizard."
10819
  msgstr ""
@@ -10899,7 +10904,7 @@ msgid ""
10899
  "maximum memory limit setting allowed by your Host."
10900
  msgstr ""
10901
 
10902
- #: admin/wizard/wizard.php:279 includes/functions.php:1229
10903
  msgid ""
10904
  "mod_authz_core is Loaded|Order, Allow, Deny directives are supported|BC: Yes|"
10905
  "IfModule: Yes"
@@ -10911,7 +10916,7 @@ msgid ""
10911
  "htaccess files will be created."
10912
  msgstr ""
10913
 
10914
- #: admin/wizard/wizard.php:288 includes/functions.php:1214
10915
  msgid ""
10916
  "mod_access_compat is Loaded|Order, Allow, Deny directives are supported|"
10917
  "IfModule: No"
@@ -10990,7 +10995,7 @@ msgid ""
10990
  "Tutorials to watch."
10991
  msgstr ""
10992
 
10993
- #: admin/wizard/wizard.php:425 admin/wizard/wizard.php:1148
10994
  msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup)"
10995
  msgstr ""
10996
 
@@ -11047,21 +11052,21 @@ msgstr ""
11047
  msgid "BulletProof Security Login Security & Monitoring Options Setup"
11048
  msgstr ""
11049
 
11050
- #: admin/wizard/wizard.php:842
11051
  msgid "BulletProof Security JTC-Lite Options Setup"
11052
  msgstr ""
11053
 
11054
- #: admin/wizard/wizard.php:940
11055
  msgid "The Setup Wizard has completed BPS Setup."
11056
  msgstr ""
11057
 
11058
- #: admin/wizard/wizard.php:940
11059
  msgid ""
11060
  "Check the \"BPS Setup Verification & Error Checks\" section below for any "
11061
  "errors in Red Font."
11062
  msgstr ""
11063
 
11064
- #: admin/wizard/wizard.php:940
11065
  msgid ""
11066
  "Your existing root htaccess file has been backed up here: /wp-content/bps-"
11067
  "backup/master-backups/root.htaccess-[Date-Timestamp]. If you run into a "
@@ -11069,64 +11074,64 @@ msgid ""
11069
  "forum topic: "
11070
  msgstr ""
11071
 
11072
- #: admin/wizard/wizard.php:940
11073
  msgid "Setup Wizard Root htaccess File Backup"
11074
  msgstr ""
11075
 
11076
- #: admin/wizard/wizard.php:960
11077
  msgid "Setup Wizard Completion Time: "
11078
  msgstr ""
11079
 
11080
- #: admin/wizard/wizard.php:977
11081
  msgid "BulletProof Security ~ Setup Wizard"
11082
  msgstr ""
11083
 
11084
- #: admin/wizard/wizard.php:1032 admin/wizard/wizard.php:1518
11085
- #: admin/wizard/wizard.php:1520
11086
  msgid "Setup Wizard Export|Import"
11087
  msgstr ""
11088
 
11089
- #: admin/wizard/wizard.php:1043
11090
  msgid "htaccess Files Disabled Notice: "
11091
  msgstr ""
11092
 
11093
- #: admin/wizard/wizard.php:1043
11094
  msgid ""
11095
  "BPS has detected that htaccess files cannot be used on your website/server. "
11096
  "Click this "
11097
  msgstr ""
11098
 
11099
- #: admin/wizard/wizard.php:1043
11100
  msgid ""
11101
  " link for more information before running the Wizards. If you intentionally "
11102
  "disabled htaccess files then disregard this Notice."
11103
  msgstr ""
11104
 
11105
- #: admin/wizard/wizard.php:1055
11106
  msgid "Setup Wizard ~ "
11107
  msgstr ""
11108
 
11109
- #: admin/wizard/wizard.php:1055
11110
  msgid "One-Click Complete Setup"
11111
  msgstr ""
11112
 
11113
- #: admin/wizard/wizard.php:1072
11114
  msgid "Recommended Video Tutorials: "
11115
  msgstr ""
11116
 
11117
- #: admin/wizard/wizard.php:1077
11118
  msgid "Security Log Video Tutorial"
11119
  msgstr ""
11120
 
11121
- #: admin/wizard/wizard.php:1080
11122
  msgid "Setup Wizard Steps: "
11123
  msgstr ""
11124
 
11125
- #: admin/wizard/wizard.php:1080
11126
  msgid "1. Click the Setup Wizard button."
11127
  msgstr ""
11128
 
11129
- #: admin/wizard/wizard.php:1084
11130
  msgid ""
11131
  "Setup Wizard Pre-Installation Checks are automatically performed and "
11132
  "displayed on the Setup Wizard page. Green font messages mean everything is "
@@ -11137,67 +11142,67 @@ msgid ""
11137
  "to be fixed before running the Setup Wizard."
11138
  msgstr ""
11139
 
11140
- #: admin/wizard/wizard.php:1084
11141
  msgid ""
11142
  "You can re-run the Setup Wizard again at any time. Your existing settings "
11143
  "will NOT be overwritten and will be re-saved. Any new or additional settings "
11144
  "that the Setup Wizard finds on your website will be saved/setup."
11145
  msgstr ""
11146
 
11147
- #: admin/wizard/wizard.php:1084
11148
  msgid ""
11149
  "When the Setup Wizard has completed you will see \"The Setup Wizard has "
11150
  "completed BPS Setup.\""
11151
  msgstr ""
11152
 
11153
- #: admin/wizard/wizard.php:1084
11154
  msgid ""
11155
  "Your existing Root and wp-admin htaccess files are backed up before new Root "
11156
  "and wp-admin htaccess files are created by the Setup Wizard. The BPS backup "
11157
  "folder is here: "
11158
  msgstr ""
11159
 
11160
- #: admin/wizard/wizard.php:1087
11161
  msgid ""
11162
  " and the backed up htaccess file names are: root.htaccess and wpadmin."
11163
  "htaccess."
11164
  msgstr ""
11165
 
11166
- #: admin/wizard/wizard.php:1097
11167
  msgid "Setup Wizard & Overview Video Tutorial"
11168
  msgstr ""
11169
 
11170
- #: admin/wizard/wizard.php:1124
11171
  msgid "Setup Wizard Options ~ "
11172
  msgstr ""
11173
 
11174
- #: admin/wizard/wizard.php:1124
11175
  msgid ""
11176
  "Click the Setup Wizard Options Read Me help button for help info about each "
11177
  "option setting"
11178
  msgstr ""
11179
 
11180
- #: admin/wizard/wizard.php:1138
11181
  msgid "Forum Help Links:"
11182
  msgstr ""
11183
 
11184
- #: admin/wizard/wizard.php:1142
11185
  msgid "Go Daddy Managed WordPress Hosting (GDMW)"
11186
  msgstr ""
11187
 
11188
- #: admin/wizard/wizard.php:1143 admin/wizard/wizard.php:1148
11189
  msgid "Enable|Disable htaccess Files"
11190
  msgstr ""
11191
 
11192
- #: admin/wizard/wizard.php:1144
11193
  msgid "AutoFix Forum Topic"
11194
  msgstr ""
11195
 
11196
- #: admin/wizard/wizard.php:1145
11197
  msgid "GDPR Compliance Forum Topic"
11198
  msgstr ""
11199
 
11200
- #: admin/wizard/wizard.php:1148
11201
  msgid ""
11202
  "Setup Wizard AutoFix is turned On by default. When AutoFix is turned On the "
11203
  "Setup Wizard will automatically create htaccess whitelist rules in BPS "
@@ -11218,11 +11223,11 @@ msgid ""
11218
  "AutoFix Debug information so that we can figure out what the problem is."
11219
  msgstr ""
11220
 
11221
- #: admin/wizard/wizard.php:1148
11222
  msgid "GDPR Compliance (IP Address Logging On|Off)"
11223
  msgstr ""
11224
 
11225
- #: admin/wizard/wizard.php:1148
11226
  msgid ""
11227
  "The GDPR Compliance option setting is set to Off by default. Choosing the "
11228
  "GDPR Compliance On option setting will disable IP address logging in all BPS "
@@ -11236,11 +11241,11 @@ msgid ""
11236
  "at the top of this Read Me help window."
11237
  msgstr ""
11238
 
11239
- #: admin/wizard/wizard.php:1148 admin/wizard/wizard.php:1186
11240
  msgid "Go Daddy Managed WordPress Hosting (GDMW):"
11241
  msgstr ""
11242
 
11243
- #: admin/wizard/wizard.php:1148
11244
  msgid ""
11245
  "This option is ONLY for a special type of Go Daddy Hosting account called "
11246
  "\"Managed WordPress Hosting\" and is NOT for regular/standard Go Daddy "
@@ -11249,15 +11254,15 @@ msgid ""
11249
  "section above for more information."
11250
  msgstr ""
11251
 
11252
- #: admin/wizard/wizard.php:1148 admin/wizard/wizard.php:1198
11253
  msgid "Enable|Disable htaccess Files:"
11254
  msgstr ""
11255
 
11256
- #: admin/wizard/wizard.php:1148
11257
  msgid "Before changing this option setting, click the "
11258
  msgstr ""
11259
 
11260
- #: admin/wizard/wizard.php:1148
11261
  msgid ""
11262
  " Forum Help Link at the top of this Read Me help window to find out exactly "
11263
  "what this option setting does and when it should or should not be used. "
@@ -11265,22 +11270,22 @@ msgid ""
11265
  "htaccess Files Enabled: Will enable all BPS htaccess freatures and files."
11266
  msgstr ""
11267
 
11268
- #: admin/wizard/wizard.php:1148
11269
  msgid "Enable|Disable wp-admin BulletProof Mode"
11270
  msgstr ""
11271
 
11272
- #: admin/wizard/wizard.php:1148
11273
  msgid ""
11274
  "The default setting is already set to: wp-admin BulletProof Mode Enabled. If "
11275
  "you would like to disable wp-admin BulletProof Mode select wp-admin "
11276
  "BulletProof Mode Disabled."
11277
  msgstr ""
11278
 
11279
- #: admin/wizard/wizard.php:1148 admin/wizard/wizard.php:1222
11280
  msgid "Zip File Download Fix (Incapsula, Proxy, Other Cause):"
11281
  msgstr ""
11282
 
11283
- #: admin/wizard/wizard.php:1148
11284
  msgid ""
11285
  "This option should only be set to On if you are seeing a 403 error and/or "
11286
  "unable to download these Zip files: Custom Code Export Zip file, Login "
@@ -11296,11 +11301,11 @@ msgid ""
11296
  "Firewall again."
11297
  msgstr ""
11298
 
11299
- #: admin/wizard/wizard.php:1148 admin/wizard/wizard.php:1234
11300
  msgid "Multisite Hide|Display System Info Page for Subsites:"
11301
  msgstr ""
11302
 
11303
- #: admin/wizard/wizard.php:1148
11304
  msgid ""
11305
  "This option is for Network|Multisite sites only. Choosing Hide System Info "
11306
  "Page will hide the System Info menu link under the BPS navigational menus. "
@@ -11308,11 +11313,11 @@ msgid ""
11308
  "under the BPS navigational mensus."
11309
  msgstr ""
11310
 
11311
- #: admin/wizard/wizard.php:1148 admin/wizard/wizard.php:1245
11312
  msgid "Network|Multisite Sitewide Login Security Settings"
11313
  msgstr ""
11314
 
11315
- #: admin/wizard/wizard.php:1148
11316
  msgid ""
11317
  "This option is for Network|Multisite sites only. This is an independent "
11318
  "option Form that creates and saves Login Security DB option settings for all "
@@ -11329,11 +11334,11 @@ msgid ""
11329
  "Reset, Sort DB Rows: Ascending - Show Oldest Login First."
11330
  msgstr ""
11331
 
11332
- #: admin/wizard/wizard.php:1148 admin/wizard/wizard.php:1253
11333
  msgid "Network|Multisite Sitewide JTC-Lite Settings"
11334
  msgstr ""
11335
 
11336
- #: admin/wizard/wizard.php:1148
11337
  msgid ""
11338
  "This option is for Network|Multisite sites only. This is an independent "
11339
  "option Form that creates and saves JTC-Lite DB option settings for all "
@@ -11348,80 +11353,80 @@ msgid ""
11348
  "box on the Login Form."
11349
  msgstr ""
11350
 
11351
- #: admin/wizard/wizard.php:1162
11352
  msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup):"
11353
  msgstr ""
11354
 
11355
- #: admin/wizard/wizard.php:1164
11356
  msgid "AutoFix On"
11357
  msgstr ""
11358
 
11359
- #: admin/wizard/wizard.php:1165
11360
  msgid "AutoFix Off"
11361
  msgstr ""
11362
 
11363
- #: admin/wizard/wizard.php:1174
11364
  msgid "GDPR Compliance (IP Address Logging On|Off):"
11365
  msgstr ""
11366
 
11367
- #: admin/wizard/wizard.php:1176
11368
  msgid "GDPR Compliance Off"
11369
  msgstr ""
11370
 
11371
- #: admin/wizard/wizard.php:1177
11372
  msgid "GDPR Compliance On"
11373
  msgstr ""
11374
 
11375
- #: admin/wizard/wizard.php:1188
11376
  msgid "No (default setting)"
11377
  msgstr ""
11378
 
11379
- #: admin/wizard/wizard.php:1189
11380
  msgid "Yes (ONLY if you have Managed WordPress Hosting)"
11381
  msgstr ""
11382
 
11383
- #: admin/wizard/wizard.php:1199
11384
  msgid ""
11385
  "CAUTION: Click the Read Me help button before changing this option setting"
11386
  msgstr ""
11387
 
11388
- #: admin/wizard/wizard.php:1201
11389
  msgid "htaccess Files Enabled"
11390
  msgstr ""
11391
 
11392
- #: admin/wizard/wizard.php:1202
11393
  msgid "htaccess Files Disabled"
11394
  msgstr ""
11395
 
11396
- #: admin/wizard/wizard.php:1210
11397
  msgid "Enable|Disable wp-admin BulletProof Mode:"
11398
  msgstr ""
11399
 
11400
- #: admin/wizard/wizard.php:1212
11401
  msgid "wp-admin BulletProof Mode Enabled"
11402
  msgstr ""
11403
 
11404
- #: admin/wizard/wizard.php:1213
11405
  msgid "wp-admin BulletProof Mode Disabled"
11406
  msgstr ""
11407
 
11408
- #: admin/wizard/wizard.php:1224
11409
  msgid "Zip File Download Fix Off"
11410
  msgstr ""
11411
 
11412
- #: admin/wizard/wizard.php:1225
11413
  msgid "Zip File Download Fix On"
11414
  msgstr ""
11415
 
11416
- #: admin/wizard/wizard.php:1236
11417
  msgid "Display System Info Page"
11418
  msgstr ""
11419
 
11420
- #: admin/wizard/wizard.php:1237
11421
  msgid "Hide System Info Page"
11422
  msgstr ""
11423
 
11424
- #: admin/wizard/wizard.php:1284
11425
  msgid ""
11426
  "The Zip File Download Fix option is set to On. This option should only be "
11427
  "set to On if you are unable to download these Zip files: Custom Code Export "
@@ -11429,15 +11434,15 @@ msgid ""
11429
  "htaccess file backup Zip file."
11430
  msgstr ""
11431
 
11432
- #: admin/wizard/wizard.php:1297
11433
  msgid "The Zip File Download Fix option is set to Off."
11434
  msgstr ""
11435
 
11436
- #: admin/wizard/wizard.php:1321
11437
  msgid "Multisite Hide|Display System Info Page for Subsites option saved."
11438
  msgstr ""
11439
 
11440
- #: admin/wizard/wizard.php:1334
11441
  msgid ""
11442
  "Error: Your Network site exceeds the default WP criteria for a large network "
11443
  "site. Either you have more than 10,000 users or more than 10,000 sites. "
@@ -11445,11 +11450,11 @@ msgid ""
11445
  "org for assistance."
11446
  msgstr ""
11447
 
11448
- #: admin/wizard/wizard.php:1341
11449
  msgid " LSM DB Options created or updated Successfully!"
11450
  msgstr ""
11451
 
11452
- #: admin/wizard/wizard.php:1411
11453
  msgid ""
11454
  "Error: Your Network site exceeds the default WP criteria for a large network "
11455
  "site. Either you have more than 10,000 users or more than 10,000 sites. "
@@ -11457,27 +11462,27 @@ msgid ""
11457
  "line: Setup Wizard Options Large Network Site Help."
11458
  msgstr ""
11459
 
11460
- #: admin/wizard/wizard.php:1418
11461
  msgid " JTC DB Options created or updated Successfully!"
11462
  msgstr ""
11463
 
11464
- #: admin/wizard/wizard.php:1513
11465
  msgid "Setup Wizard Export|Import ~ "
11466
  msgstr ""
11467
 
11468
- #: admin/wizard/wizard.php:1513
11469
  msgid "Export or Import BPS plugin option settings."
11470
  msgstr ""
11471
 
11472
- #: admin/wizard/wizard.php:1530
11473
  msgid "GDMW Hosting"
11474
  msgstr ""
11475
 
11476
- #: admin/wizard/wizard.php:1532
11477
  msgid "Setup Wizard Export"
11478
  msgstr ""
11479
 
11480
- #: admin/wizard/wizard.php:1532
11481
  msgid ""
11482
  "The Setup Wizard Export feature exports all BPS plugin option settings "
11483
  "except for website specific settings that need to be setup by running the "
@@ -11485,11 +11490,11 @@ msgid ""
11485
  "new website. The name of the exported zip file is: bps-settings-export.zip"
11486
  msgstr ""
11487
 
11488
- #: admin/wizard/wizard.php:1532
11489
  msgid "Setup Wizard Import"
11490
  msgstr ""
11491
 
11492
- #: admin/wizard/wizard.php:1532
11493
  msgid ""
11494
  "To import BPS plugin option settings click the Choose File button, navigate "
11495
  "to where you downloaded/saved the bps-settings-export.zip file on your "
@@ -11503,11 +11508,11 @@ msgid ""
11503
  "code or remove it from BPS Custom Code."
11504
  msgstr ""
11505
 
11506
- #: admin/wizard/wizard.php:1532
11507
  msgid "Network|Multisite Help Info"
11508
  msgstr ""
11509
 
11510
- #: admin/wizard/wizard.php:1532
11511
  msgid ""
11512
  "Setup Wizard Export|Import works for Network|Multisite site types, but only "
11513
  "the Primary site's BPS plugin option settings are exported and imported. BPS "
@@ -11518,17 +11523,17 @@ msgid ""
11518
  "JTC plugin option settings from the Primary site to all Subsites."
11519
  msgstr ""
11520
 
11521
- #: admin/wizard/wizard.php:1539
11522
  msgid ""
11523
  "Clicking OK will Import BPS plugin settings from the bps-settings-export.zip "
11524
  "file on your computer."
11525
  msgstr ""
11526
 
11527
- #: admin/wizard/wizard.php:1539
11528
  msgid "Click OK to Import BPS plugin settings or click Cancel."
11529
  msgstr ""
11530
 
11531
- #: admin/wizard/wizard.php:1548
11532
  msgid ""
11533
  "Clicking OK will Export your BPS plugin settings into the bps-settings-"
11534
  "export.zip file, which you can then download to your computer by clicking "
@@ -11536,33 +11541,33 @@ msgid ""
11536
  "message."
11537
  msgstr ""
11538
 
11539
- #: admin/wizard/wizard.php:1548
11540
  msgid "Click OK to Export BPS plugin settings or click Cancel."
11541
  msgstr ""
11542
 
11543
- #: admin/wizard/wizard.php:1683
11544
  msgid ""
11545
  "BPS plugin option settings exported successfully. Click the Download Zip "
11546
  "Export button to download the Setup Wizard Export zip file: bps-settings-"
11547
  "export.zip."
11548
  msgstr ""
11549
 
11550
- #: admin/wizard/wizard.php:1683
11551
  msgid ""
11552
  " and select the Zip File Download Fix On setting for the Zile File Download "
11553
  "Fix option. You should now be able to download the bps-settings-export.zip "
11554
  "file."
11555
  msgstr ""
11556
 
11557
- #: admin/wizard/wizard.php:1859 admin/wizard/wizard.php:1891
11558
  msgid "BPS plugin settings imported successfully."
11559
  msgstr ""
11560
 
11561
- #: admin/wizard/wizard.php:1859 admin/wizard/wizard.php:1891
11562
  msgid "IMPORTANT: Run the BPS Setup Wizard now."
11563
  msgstr ""
11564
 
11565
- #: admin/wizard/wizard.php:1859 admin/wizard/wizard.php:1891
11566
  msgid ""
11567
  "After running the Setup Wizard go to the BPS Security > htaccess Core > "
11568
  "Custom Code tab page and check all of your custom htaccess code for any "
@@ -11572,13 +11577,13 @@ msgid ""
11572
  "code or remove it from BPS Custom Code."
11573
  msgstr ""
11574
 
11575
- #: admin/wizard/wizard.php:1905
11576
  msgid ""
11577
  "Either the bps-settings-export.zip file has not been selected yet for Import "
11578
  "or the file "
11579
  msgstr ""
11580
 
11581
- #: admin/wizard/wizard.php:1905
11582
  msgid ""
11583
  " is not a valid Setup Wizard Export file or file name. The BPS Setup Wizard "
11584
  "Import feature only allows the bps-settings-export.zip file to be Uploaded/"
@@ -11601,71 +11606,71 @@ msgstr ""
11601
  msgid "Hourly"
11602
  msgstr ""
11603
 
11604
- #: includes/functions.php:225
11605
  msgid "Reload BPS Status Display"
11606
  msgstr ""
11607
 
11608
- #: includes/functions.php:269
11609
  msgid "The BPS Status Display is set to Off by default on the System Info page"
11610
  msgstr ""
11611
 
11612
- #: includes/functions.php:334
11613
  msgid "BPS "
11614
  msgstr ""
11615
 
11616
- #: includes/functions.php:340 includes/functions.php:365
11617
  msgid "BPS Setup Wizard Notification"
11618
  msgstr ""
11619
 
11620
- #: includes/functions.php:340 includes/functions.php:365
11621
  msgid ""
11622
  " to go to the BPS Setup Wizard page and click the Setup Wizard button to "
11623
  "setup the BPS plugin."
11624
  msgstr ""
11625
 
11626
- #: includes/functions.php:345
11627
  msgid "BPS Alert! An htaccess file was NOT found in your WordPress root folder"
11628
  msgstr ""
11629
 
11630
- #: includes/functions.php:345
11631
  msgid ""
11632
  "If you have deleted the root htaccess file for troubleshooting purposes you "
11633
  "can disregard this Alert."
11634
  msgstr ""
11635
 
11636
- #: includes/functions.php:345 includes/functions.php:583
11637
- #: includes/functions.php:650 includes/hud-autofix-setup.php:70
11638
- #: includes/hud-dismiss-functions.php:547
11639
  msgid "Go to the "
11640
  msgstr ""
11641
 
11642
- #: includes/functions.php:345 includes/functions.php:583
11643
  msgid " and click the Root Folder BulletProof Mode Activate button."
11644
  msgstr ""
11645
 
11646
- #: includes/functions.php:383
11647
  msgid "BPS Alert! Your site may not be protected by BulletProof Security"
11648
  msgstr ""
11649
 
11650
- #: includes/functions.php:383
11651
  msgid ""
11652
  "The BPS version: BULLETPROOF x.x SECURE .HTACCESS line of code was not found "
11653
  "at the top of your Root htaccess file."
11654
  msgstr ""
11655
 
11656
- #: includes/functions.php:383
11657
  msgid ""
11658
  "The BPS version line of code MUST be at the very top of your Root htaccess "
11659
  "file."
11660
  msgstr ""
11661
 
11662
- #: includes/functions.php:383 includes/functions.php:672
11663
  msgid ""
11664
  " to go to the BPS Setup Wizard page and click the Setup Wizard button to "
11665
  "setup the BPS plugin again."
11666
  msgstr ""
11667
 
11668
- #: includes/functions.php:383
11669
  msgid ""
11670
  "Important Note: If you manually added other htaccess code above the BPS "
11671
  "version line of code in your root htaccess file, you can copy that code to "
@@ -11673,101 +11678,101 @@ msgid ""
11673
  "BPS root htaccess file. "
11674
  msgstr ""
11675
 
11676
- #: includes/functions.php:383
11677
  msgid ""
11678
  " to go to the BPS Custom Code page, add your Root custom htaccess code in an "
11679
  "appropriate Root Custom Code text box and click the Save Root Custom Code "
11680
  "button before running the Setup Wizard again."
11681
  msgstr ""
11682
 
11683
- #: includes/functions.php:383 includes/hud-autofix-setup.php:70
11684
- #: includes/hud-dismiss-functions.php:69 includes/hud-dismiss-functions.php:103
11685
- #: includes/hud-dismiss-functions.php:136
11686
- #: includes/hud-dismiss-functions.php:348
11687
- #: includes/hud-dismiss-functions.php:353
11688
- #: includes/hud-dismiss-functions.php:391
11689
- #: includes/hud-dismiss-functions.php:396
11690
- #: includes/hud-dismiss-functions.php:454
11691
- #: includes/hud-dismiss-functions.php:496
11692
  msgid ""
11693
  "To Dismiss this Notice click the Dismiss Notice button below. To Reset "
11694
  "Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Custom "
11695
  "Code page."
11696
  msgstr ""
11697
 
11698
- #: includes/functions.php:383 includes/hud-autofix-setup.php:70
11699
- #: includes/hud-dismiss-functions.php:69 includes/hud-dismiss-functions.php:103
11700
- #: includes/hud-dismiss-functions.php:136
11701
- #: includes/hud-dismiss-functions.php:201
11702
- #: includes/hud-dismiss-functions.php:216
11703
- #: includes/hud-dismiss-functions.php:222
11704
- #: includes/hud-dismiss-functions.php:228
11705
- #: includes/hud-dismiss-functions.php:234
11706
- #: includes/hud-dismiss-functions.php:248
11707
- #: includes/hud-dismiss-functions.php:254
11708
- #: includes/hud-dismiss-functions.php:259
11709
- #: includes/hud-dismiss-functions.php:348
11710
- #: includes/hud-dismiss-functions.php:353
11711
- #: includes/hud-dismiss-functions.php:391
11712
- #: includes/hud-dismiss-functions.php:396
11713
- #: includes/hud-dismiss-functions.php:454
11714
- #: includes/hud-dismiss-functions.php:496
11715
- #: includes/hud-dismiss-functions.php:585
11716
- #: includes/hud-dismiss-functions.php:620
11717
- #: includes/hud-dismiss-functions.php:657
11718
- #: includes/hud-dismiss-functions.php:700
11719
- #: includes/hud-dismiss-functions.php:738
11720
- #: includes/hud-dismiss-functions.php:776
11721
- #: includes/hud-dismiss-functions.php:828
11722
  msgid "Dismiss Notice"
11723
  msgstr ""
11724
 
11725
- #: includes/functions.php:559
11726
  msgid "The BPS Automatic htaccess File Update Completed Successfully!"
11727
  msgstr ""
11728
 
11729
- #: includes/functions.php:572
11730
  msgid "RBM"
11731
  msgstr ""
11732
 
11733
- #: includes/functions.php:583
11734
  msgid ""
11735
  "BPS Alert! Your site does not appear to be protected by BulletProof Security"
11736
  msgstr ""
11737
 
11738
- #: includes/functions.php:650
11739
  msgid ""
11740
  "BPS Alert! An htaccess file was NOT found in your WordPress wp-admin folder"
11741
  msgstr ""
11742
 
11743
- #: includes/functions.php:650
11744
  msgid ""
11745
  "If you have deleted the wp-admin htaccess file for troubleshooting purposes "
11746
  "you can disregard this Alert."
11747
  msgstr ""
11748
 
11749
- #: includes/functions.php:650
11750
  msgid " and click the wp-admin Folder BulletProof Mode Activate button."
11751
  msgstr ""
11752
 
11753
- #: includes/functions.php:672
11754
  msgid ""
11755
  "BPS Alert! Your wp-admin folder may not be protected by BulletProof Security"
11756
  msgstr ""
11757
 
11758
- #: includes/functions.php:672
11759
  msgid ""
11760
  "The BPS version: BULLETPROOF .xx.x WP-ADMIN SECURE .HTACCESS line of code "
11761
  "was not found at the top of your wp-admin htaccess file."
11762
  msgstr ""
11763
 
11764
- #: includes/functions.php:672
11765
  msgid ""
11766
  "The BPS version line of code MUST be at the very top of your wp-admin "
11767
  "htaccess file."
11768
  msgstr ""
11769
 
11770
- #: includes/functions.php:672
11771
  msgid ""
11772
  "Important Note: If you manually added other htaccess code above the BPS "
11773
  "version line of code in your wp-admin htaccess file, you can copy that code "
@@ -11775,128 +11780,112 @@ msgid ""
11775
  "in the BPS wp-admin htaccess file. "
11776
  msgstr ""
11777
 
11778
- #: includes/functions.php:672
11779
  msgid ""
11780
  " to go to the BPS Custom Code page, add your wp-admin custom htaccess code "
11781
  "in an appropriate wp-admin Custom Code text box and click the Save wp-admin "
11782
  "Custom Code button before running the Setup Wizard again."
11783
  msgstr ""
11784
 
11785
- #: includes/functions.php:757
11786
  msgid "WBM"
11787
  msgstr ""
11788
 
11789
- #: includes/functions.php:768
11790
  msgid ""
11791
  "BPS Alert! A valid BPS htaccess file was NOT found in your wp-admin folder"
11792
  msgstr ""
11793
 
11794
- #: includes/functions.php:768
11795
  msgid ""
11796
  "BulletProof Mode for the wp-admin folder should also be activated when you "
11797
  "have BulletProof Mode activated for the Root folder."
11798
  msgstr ""
11799
 
11800
- #: includes/functions.php:930
11801
  msgid "LSM"
11802
  msgstr ""
11803
 
11804
- #: includes/functions.php:973
11805
  msgid "JTC"
11806
  msgstr ""
11807
 
11808
- #: includes/functions.php:1016 includes/functions.php:1022
11809
  msgid "ISL"
11810
  msgstr ""
11811
 
11812
- #: includes/functions.php:1060 includes/functions.php:1066
11813
  msgid "ACE"
11814
  msgstr ""
11815
 
11816
- #: includes/functions.php:1125
11817
  msgid ""
11818
  "Apache Modules|Directives|Backward Compatibility(Yes|No)|IfModule(Yes|No): "
11819
  msgstr ""
11820
 
11821
- #: includes/functions.php:1179
11822
  msgid ""
11823
  "ERROR: wp_remote_get() function is blocked or unable to get the URL path"
11824
  msgstr ""
11825
 
11826
- #: includes/functions.php:1197
11827
- msgid "mod_access_compat and mod_authz_core or mod_rewrite is NOT Loaded"
11828
  msgstr ""
11829
 
11830
- #: includes/functions.php:1207
11831
  msgid ""
11832
  "mod_access_compat is Loaded|Order, Allow, Deny directives are supported|"
11833
  "IfModule: Yes"
11834
  msgstr ""
11835
 
11836
- #: includes/functions.php:1221
11837
- msgid "mod_access_compat is Loaded"
11838
  msgstr ""
11839
 
11840
- #: includes/functions.php:1234
11841
  msgid ""
11842
- "mod_authz_core is Loaded|Order, Allow, Deny directives are NOT supported|BC: "
11843
  "No|IfModule: Yes"
11844
  msgstr ""
11845
 
11846
- #: includes/functions.php:1239
11847
- msgid "mod_authz_core is Loaded|IfModule: No"
11848
- msgstr ""
11849
-
11850
- #: includes/functions.php:1244
11851
- msgid "mod_authz_core is NOT Loaded|IfModule: Yes"
11852
- msgstr ""
11853
-
11854
- #: includes/functions.php:1250
11855
- msgid "mod_authz_core is NOT Loaded"
11856
  msgstr ""
11857
 
11858
- #: includes/functions.php:1257
11859
  msgid ""
11860
  "mod_authz_host is Loaded|Order, Allow, Deny directives are supported|BC: Yes|"
11861
  "IfModule: Yes"
11862
  msgstr ""
11863
 
11864
- #: includes/functions.php:1262
11865
  msgid ""
11866
- "mod_authz_host is Loaded|Order, Allow, Deny directives are NOT supported|BC: "
11867
  "No|IfModule: Yes"
11868
  msgstr ""
11869
 
11870
- #: includes/functions.php:1267
11871
- msgid "mod_authz_host is Loaded|IfModule: No"
11872
- msgstr ""
11873
-
11874
- #: includes/functions.php:1272
11875
- msgid "mod_authz_host is NOT Loaded|IfModule: Yes"
11876
- msgstr ""
11877
-
11878
- #: includes/functions.php:1277
11879
- msgid "mod_authz_host is NOT Loaded"
11880
  msgstr ""
11881
 
11882
- #: includes/functions.php:1284
11883
- msgid "mod_rewrite Module is Loaded"
11884
  msgstr ""
11885
 
11886
- #: includes/functions.php:1289
11887
  msgid "mod_rewrite Inconclusive: Status is not 200, 301, 302, 403 or 404"
11888
  msgstr ""
11889
 
11890
- #: includes/functions.php:1318
11891
- msgid "mod_security Module is Loaded|Enabled"
11892
  msgstr ""
11893
 
11894
- #: includes/functions.php:1321
11895
- msgid "mod_security2 Module is Loaded|Enabled"
11896
  msgstr ""
11897
 
11898
- #: includes/functions.php:1333
11899
- msgid "mod_security Module is not Loaded|Enabled"
11900
  msgstr ""
11901
 
11902
  #: includes/general-functions.php:25 includes/general-functions.php:45
@@ -12130,32 +12119,47 @@ msgstr ""
12130
  msgid "2. Click the wp-admin Folder BulletProof Mode Activate button."
12131
  msgstr ""
12132
 
12133
- #: includes/general-functions.php:628
12134
  msgid "WordPress Debugging is turned On in your wp-config.php file"
12135
  msgstr ""
12136
 
12137
- #: includes/general-functions.php:628 includes/general-functions.php:634
 
 
 
 
 
12138
  msgid "You are currently using "
12139
  msgstr ""
12140
 
12141
- #: includes/general-functions.php:628
12142
  msgid ""
12143
  " in your wp-config.php file. To turn WP Debugging Off, change true to false "
12144
  "in your wp-config.php file."
12145
  msgstr ""
12146
 
12147
- #: includes/general-functions.php:634
12148
  msgid "WordPress Debug Logging is turned On in your wp-config.php file"
12149
  msgstr ""
12150
 
12151
- #: includes/general-functions.php:634
 
 
 
 
 
 
 
 
 
 
12152
  msgid ""
12153
  " in your wp-config.php file to log errors to the WordPress debug.log file. "
12154
  "To turn WP Debug Logging Off, change true to false in your wp-config.php "
12155
  "file."
12156
  msgstr ""
12157
 
12158
- #: includes/general-functions.php:973
12159
  msgid " Hosting Account Root Folder Option setup or updated Successfully!"
12160
  msgstr ""
12161
 
@@ -13035,453 +13039,457 @@ msgstr ""
13035
  msgid "CC wp-admin Text Box 3: Flatsome Theme"
13036
  msgstr ""
13037
 
13038
- #: includes/hud-autofix-whitelist.php:764
13039
  msgid "CC wp-admin Text Box 4: Content Egg (Free and Pro) Plugin"
13040
  msgstr ""
13041
 
13042
- #: includes/hud-autofix-whitelist.php:770
13043
  msgid "CC wp-admin Text Box 4: Event Espresso Plugin"
13044
  msgstr ""
13045
 
13046
- #: includes/hud-autofix-whitelist.php:777
13047
  msgid "CC wp-admin Text Box 4: Open Web Analytics (github) Plugin"
13048
  msgstr ""
13049
 
13050
- #: includes/hud-autofix-whitelist.php:784
13051
  msgid "CC wp-admin Text Box 4: UberGrid (code canyon) Plugin"
13052
  msgstr ""
13053
 
13054
- #: includes/hud-autofix-whitelist.php:791
13055
  msgid "CC wp-admin Text Box 4: Jetpack Plugin - SSO feature"
13056
  msgstr ""
13057
 
13058
- #: includes/hud-autofix-whitelist.php:797
 
 
 
 
13059
  msgid "BPS Setup Wizard AutoFix (AutoWhitelist|AutoSetup|AutoCleanup) Notice"
13060
  msgstr ""
13061
 
13062
- #: includes/hud-autofix-whitelist.php:797
13063
  msgid ""
13064
  "One or more of your plugins or your theme requires a BPS Custom Code "
13065
  "whitelist rule to be automatically created by the Setup Wizard."
13066
  msgstr ""
13067
 
13068
- #: includes/hud-autofix-whitelist.php:797
13069
- #: includes/hud-dismiss-functions.php:776
13070
  msgid "Click this "
13071
  msgstr ""
13072
 
13073
- #: includes/hud-autofix-whitelist.php:797
13074
  msgid "Setup Wizard link"
13075
  msgstr ""
13076
 
13077
- #: includes/hud-autofix-whitelist.php:797
13078
  msgid ""
13079
  " and click the Setup Wizard button to automatically create BPS Custom Code "
13080
  "whitelist rules."
13081
  msgstr ""
13082
 
13083
- #: includes/hud-autofix-whitelist.php:797
13084
  msgid "This BPS AutoFix check can be turned Off on the "
13085
  msgstr ""
13086
 
13087
- #: includes/hud-autofix-whitelist.php:797
13088
  msgid ""
13089
  " page if you do not want BPS to check for any plugin or theme whitelist "
13090
  "rules."
13091
  msgstr ""
13092
 
13093
- #: includes/hud-autofix-whitelist.php:797
13094
  msgid ""
13095
  "If this Notice does not go away after running the Setup Wizard, use the "
13096
  msgstr ""
13097
 
13098
- #: includes/hud-autofix-whitelist.php:797
13099
  msgid "BPS UI|UX|AutoFix Debug tool"
13100
  msgstr ""
13101
 
13102
- #: includes/hud-autofix-whitelist.php:797
13103
  msgid ""
13104
  " Click the UI|UX Settings page Read Me help button for more information."
13105
  msgstr ""
13106
 
13107
- #: includes/hud-autofix-whitelist.php:806
13108
  msgid "BPS AutoFix Debug: Custom Code Text Box Number and Plugin or Theme Name"
13109
  msgstr ""
13110
 
13111
- #: includes/hud-autofix-whitelist.php:809
13112
  msgid "No Plugin or Theme AutoFix Custom Code Whitelist Rules were found"
13113
  msgstr ""
13114
 
13115
- #: includes/hud-dismiss-functions.php:47
13116
  msgid ""
13117
  "WARNING! BPS requires at least PHP5 to function correctly. Your PHP version "
13118
  "is: "
13119
  msgstr ""
13120
 
13121
- #: includes/hud-dismiss-functions.php:47
13122
  msgid "BPS Guide - PHP5 Solution"
13123
  msgstr ""
13124
 
13125
- #: includes/hud-dismiss-functions.php:47
13126
  msgid ""
13127
  "The BPS Guide will open in a new browser window. You will not be directed "
13128
  "away from your WordPress Dashboard."
13129
  msgstr ""
13130
 
13131
- #: includes/hud-dismiss-functions.php:69
13132
  msgid ""
13133
  "WARNING! BPS has detected that Safe Mode is set to On in your php.ini file."
13134
  msgstr ""
13135
 
13136
- #: includes/hud-dismiss-functions.php:69
13137
  msgid ""
13138
  "If you see errors that BPS was unable to automatically create the backup "
13139
  "folders this is probably the reason why."
13140
  msgstr ""
13141
 
13142
- #: includes/hud-dismiss-functions.php:103
13143
  msgid "HUD Check: Custom Permalinks are NOT being used."
13144
  msgstr ""
13145
 
13146
- #: includes/hud-dismiss-functions.php:103
13147
  msgid "It is recommended that you use Custom Permalinks: "
13148
  msgstr ""
13149
 
13150
- #: includes/hud-dismiss-functions.php:103
13151
  msgid "How to setup Custom Permalinks"
13152
  msgstr ""
13153
 
13154
- #: includes/hud-dismiss-functions.php:136
13155
  msgid ""
13156
  "WARNING! BPS has detected that your Server is a Windows IIS Server that does "
13157
  "not support htaccess rewriting."
13158
  msgstr ""
13159
 
13160
- #: includes/hud-dismiss-functions.php:136
13161
  msgid "Do NOT activate BulletProof Modes unless you know what you are doing."
13162
  msgstr ""
13163
 
13164
- #: includes/hud-dismiss-functions.php:136
13165
  msgid "Your Server Type is: "
13166
  msgstr ""
13167
 
13168
- #: includes/hud-dismiss-functions.php:136
13169
  msgid "WordPress Codex - Using Permalinks - see IIS section"
13170
  msgstr ""
13171
 
13172
- #: includes/hud-dismiss-functions.php:159
13173
- #: includes/hud-dismiss-functions.php:164
13174
  msgid "WARNING! BPS was unable to automatically create the /"
13175
  msgstr ""
13176
 
13177
- #: includes/hud-dismiss-functions.php:159
13178
  msgid "/bps-backup folder."
13179
  msgstr ""
13180
 
13181
- #: includes/hud-dismiss-functions.php:159
13182
- #: includes/hud-dismiss-functions.php:164
13183
  msgid "You will need to create the /"
13184
  msgstr ""
13185
 
13186
- #: includes/hud-dismiss-functions.php:159
13187
  msgid ""
13188
  "/bps-backup folder manually via FTP. The folder permissions for the bps-"
13189
  "backup folder need to be set to 755 in order to successfully perform "
13190
  "permanent online backups."
13191
  msgstr ""
13192
 
13193
- #: includes/hud-dismiss-functions.php:159
13194
- #: includes/hud-dismiss-functions.php:164
13195
  msgid "To remove this message permanently click "
13196
  msgstr ""
13197
 
13198
- #: includes/hud-dismiss-functions.php:159
13199
- #: includes/hud-dismiss-functions.php:164
13200
  msgid "here."
13201
  msgstr ""
13202
 
13203
- #: includes/hud-dismiss-functions.php:164
13204
  msgid "/bps-backup/master-backups folder."
13205
  msgstr ""
13206
 
13207
- #: includes/hud-dismiss-functions.php:164
13208
  msgid ""
13209
  "/bps-backup/master-backups folder manually via FTP. The folder permissions "
13210
  "for the master-backups folder need to be set to 755 in order to successfully "
13211
  "perform permanent online backups."
13212
  msgstr ""
13213
 
13214
- #: includes/hud-dismiss-functions.php:198
13215
- #: includes/hud-dismiss-functions.php:210
13216
  msgid "Bonus Custom Code:"
13217
  msgstr ""
13218
 
13219
- #: includes/hud-dismiss-functions.php:198
13220
- #: includes/hud-dismiss-functions.php:210
13221
  msgid ""
13222
  "Click the links below to get Bonus Custom Code or click the Dismiss Notice "
13223
  "links or click this "
13224
  msgstr ""
13225
 
13226
- #: includes/hud-dismiss-functions.php:198
13227
- #: includes/hud-dismiss-functions.php:210
13228
  msgid "Dismiss All Notices"
13229
  msgstr ""
13230
 
13231
- #: includes/hud-dismiss-functions.php:198
13232
- #: includes/hud-dismiss-functions.php:210
13233
  msgid ""
13234
  " link. To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices "
13235
  "button on the Custom Code page."
13236
  msgstr ""
13237
 
13238
- #: includes/hud-dismiss-functions.php:201
13239
- #: includes/hud-dismiss-functions.php:216
13240
- #: includes/hud-dismiss-functions.php:222
13241
- #: includes/hud-dismiss-functions.php:228
13242
- #: includes/hud-dismiss-functions.php:234
13243
- #: includes/hud-dismiss-functions.php:248
13244
- #: includes/hud-dismiss-functions.php:254
13245
- #: includes/hud-dismiss-functions.php:259
13246
  msgid "Get "
13247
  msgstr ""
13248
 
13249
- #: includes/hud-dismiss-functions.php:201
13250
- #: includes/hud-dismiss-functions.php:248
13251
  msgid "POST Request Attack Protection Code"
13252
  msgstr ""
13253
 
13254
- #: includes/hud-dismiss-functions.php:201
13255
- #: includes/hud-dismiss-functions.php:216
13256
- #: includes/hud-dismiss-functions.php:222
13257
- #: includes/hud-dismiss-functions.php:228
13258
- #: includes/hud-dismiss-functions.php:234
13259
- #: includes/hud-dismiss-functions.php:248
13260
- #: includes/hud-dismiss-functions.php:254
13261
- #: includes/hud-dismiss-functions.php:259
13262
  msgid " or "
13263
  msgstr ""
13264
 
13265
- #: includes/hud-dismiss-functions.php:216
13266
  msgid "Brute Force Login Protection Code"
13267
  msgstr ""
13268
 
13269
- #: includes/hud-dismiss-functions.php:222
13270
  msgid "Speed Boost Cache Code"
13271
  msgstr ""
13272
 
13273
- #: includes/hud-dismiss-functions.php:228
13274
  msgid "Author Enumeration BOT Probe Code"
13275
  msgstr ""
13276
 
13277
- #: includes/hud-dismiss-functions.php:234
13278
  msgid "XML-RPC DDoS Protection Code"
13279
  msgstr ""
13280
 
13281
- #: includes/hud-dismiss-functions.php:254
13282
  msgid "Mime Sniffing|Drive-by Download Attack Protection Code"
13283
  msgstr ""
13284
 
13285
- #: includes/hud-dismiss-functions.php:259
13286
  msgid "External iFrame|Clickjacking Protection Code"
13287
  msgstr ""
13288
 
13289
- #: includes/hud-dismiss-functions.php:348
13290
- #: includes/hud-dismiss-functions.php:391
13291
  msgid "HUD Check: Wordfence PHP/php.ini handler htaccess code detected"
13292
  msgstr ""
13293
 
13294
- #: includes/hud-dismiss-functions.php:348
13295
- #: includes/hud-dismiss-functions.php:391
13296
  msgid ""
13297
  "Wordfence PHP/php.ini handler htaccess code was found in your root .htaccess "
13298
  "file, but was NOT found in BPS Custom Code."
13299
  msgstr ""
13300
 
13301
- #: includes/hud-dismiss-functions.php:348
13302
- #: includes/hud-dismiss-functions.php:391
13303
  msgid ""
13304
  "Using the Wordfence WAF Firewall may cause serious/critical problems for "
13305
  "your website and BPS."
13306
  msgstr ""
13307
 
13308
- #: includes/hud-dismiss-functions.php:353
13309
- #: includes/hud-dismiss-functions.php:396
13310
  msgid "HUD Check: PHP/php.ini handler htaccess code check"
13311
  msgstr ""
13312
 
13313
- #: includes/hud-dismiss-functions.php:353
13314
- #: includes/hud-dismiss-functions.php:396
13315
  msgid ""
13316
  "PHP/php.ini handler htaccess code was found in your root .htaccess file, but "
13317
  "was NOT found in BPS Custom Code."
13318
  msgstr ""
13319
 
13320
- #: includes/hud-dismiss-functions.php:353
13321
- #: includes/hud-dismiss-functions.php:396
13322
  msgid "To automatically fix this click here: "
13323
  msgstr ""
13324
 
13325
- #: includes/hud-dismiss-functions.php:353
13326
- #: includes/hud-dismiss-functions.php:396
13327
  msgid ""
13328
  "The Setup Wizard Pre-Installation Checks feature will automatically fix this "
13329
  "just by visiting the Setup Wizard page."
13330
  msgstr ""
13331
 
13332
- #: includes/hud-dismiss-functions.php:391
13333
  msgid " for the steps to fix this Wordfence problem."
13334
  msgstr ""
13335
 
13336
- #: includes/hud-dismiss-functions.php:454
13337
  msgid ""
13338
  "An htaccess file has been detected in the wp-content folder that breaks BPS "
13339
  "features and functionality"
13340
  msgstr ""
13341
 
13342
- #: includes/hud-dismiss-functions.php:454
13343
  msgid ""
13344
  "If you have or had the Sucuri, Defender or iThemes Security plugins "
13345
  "installed, they create a wp-content htaccess file that breaks several things "
13346
  "in BPS Pro and other plugins as well."
13347
  msgstr ""
13348
 
13349
- #: includes/hud-dismiss-functions.php:454
13350
  msgid ""
13351
  "To fix the Sucuri problem go to the Sucuri Settings page, click the "
13352
  "Hardening tab and click the Revert Hardening button for the Block PHP Files "
13353
  "in WP-CONTENT Directory option setting."
13354
  msgstr ""
13355
 
13356
- #: includes/hud-dismiss-functions.php:454
13357
  msgid ""
13358
  "To fix the Defender Security problem go to the Security Tweaks page, click "
13359
  "the PHP Execution option setting and click the Revert button."
13360
  msgstr ""
13361
 
13362
- #: includes/hud-dismiss-functions.php:454
13363
  msgid ""
13364
  "o fix the iThemes problem go to the System Tweaks page, uncheck the Disable "
13365
  "PHP in Plugins option setting."
13366
  msgstr ""
13367
 
13368
- #: includes/hud-dismiss-functions.php:496
13369
  msgid "The WordPress Firewall 2 plugin is installed and activated"
13370
  msgstr ""
13371
 
13372
- #: includes/hud-dismiss-functions.php:496
13373
  msgid "It is recommended that you delete the WordPress Firewall 2 plugin."
13374
  msgstr ""
13375
 
13376
- #: includes/hud-dismiss-functions.php:496
13377
  msgid " for more information."
13378
  msgstr ""
13379
 
13380
- #: includes/hud-dismiss-functions.php:528
13381
  msgid "Notice: BPS Query String Exploits Code Changes"
13382
  msgstr ""
13383
 
13384
- #: includes/hud-dismiss-functions.php:528
13385
  msgid ""
13386
  "Older BPS Query String Exploits code was found in BPS Custom Code. Several "
13387
  "Query String Exploits rules were changed/added/modified in the root ."
13388
  "htaccess file in BPS .49.6, .50.2 & .50.3."
13389
  msgstr ""
13390
 
13391
- #: includes/hud-dismiss-functions.php:528
13392
  msgid ""
13393
  "Copy the new Query String Exploits section of code from your root .htaccess "
13394
  "file and paste it into this BPS Custom Code text box: CUSTOM CODE BPSQSE BPS "
13395
  "QUERY STRING EXPLOITS and click the Save Root Custom Code button."
13396
  msgstr ""
13397
 
13398
- #: includes/hud-dismiss-functions.php:528
13399
  msgid ""
13400
  "This Notice will go away once you have copied the new Query String Exploits "
13401
  "code to BPS Custom Code and clicked the Save Root Custom Code button."
13402
  msgstr ""
13403
 
13404
- #: includes/hud-dismiss-functions.php:547
13405
  msgid "BPS Alert! A BPS htaccess file was NOT found in the BPS Backup folder: "
13406
  msgstr ""
13407
 
13408
- #: includes/hud-dismiss-functions.php:547
13409
  msgid " and click the BPS Backup Folder BulletProof Mode Activate button."
13410
  msgstr ""
13411
 
13412
- #: includes/hud-dismiss-functions.php:585
13413
  msgid "New Improved BPS Speed Boost Cache Code"
13414
  msgstr ""
13415
 
13416
- #: includes/hud-dismiss-functions.php:585
13417
  msgid ""
13418
  "Older BPS Speed Boost Cache Code was found saved in this BPS Custom Code "
13419
  "text box: CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE"
13420
  msgstr ""
13421
 
13422
- #: includes/hud-dismiss-functions.php:585
13423
  msgid ""
13424
  "Newer improved BPS Speed Boost Cache Code has been created, which should "
13425
  "improve website load speed performance even more."
13426
  msgstr ""
13427
 
13428
- #: includes/hud-dismiss-functions.php:585
13429
  msgid "Get The New Improved BPS Speed Boost Cache Code"
13430
  msgstr ""
13431
 
13432
- #: includes/hud-dismiss-functions.php:585
13433
  msgid ". To dismiss this Notice click the Dismiss Notice button below."
13434
  msgstr ""
13435
 
13436
- #: includes/hud-dismiss-functions.php:585
13437
  msgid ""
13438
  "To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on "
13439
  "the Custom Code page."
13440
  msgstr ""
13441
 
13442
- #: includes/hud-dismiss-functions.php:592
13443
  msgid "BPS Speed Boost Cache Custom Code Notice"
13444
  msgstr ""
13445
 
13446
- #: includes/hud-dismiss-functions.php:592
13447
  msgid ""
13448
  "BPS Speed Boost Cache Code was found in this BPS Custom Code text box: "
13449
  "CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE"
13450
  msgstr ""
13451
 
13452
- #: includes/hud-dismiss-functions.php:592
13453
  msgid ""
13454
  "and another caching plugin's Marker text was also found in this BPS Custom "
13455
  "Code text box."
13456
  msgstr ""
13457
 
13458
- #: includes/hud-dismiss-functions.php:592
13459
  msgid "Click this link: "
13460
  msgstr ""
13461
 
13462
- #: includes/hud-dismiss-functions.php:592
13463
  msgid "BPS Speed Boost Cache Custom Code Notice Forum Topic"
13464
  msgstr ""
13465
 
13466
- #: includes/hud-dismiss-functions.php:592
13467
  msgid " for help information on what this Notice means and what to do next."
13468
  msgstr ""
13469
 
13470
- #: includes/hud-dismiss-functions.php:620
13471
  msgid "MScan First Run Notice"
13472
  msgstr ""
13473
 
13474
- #: includes/hud-dismiss-functions.php:620
13475
  msgid ""
13476
  "Please take a few minutes to read the \"Basic Info|Recommendations|"
13477
  "Limitations|Restrictions\" help section in the"
13478
  msgstr ""
13479
 
13480
- #: includes/hud-dismiss-functions.php:620
13481
  msgid "before running a scan."
13482
  msgstr ""
13483
 
13484
- #: includes/hud-dismiss-functions.php:620
13485
  msgid ""
13486
  "It is highly recommended that you use the Scan Time Estimate Tool before "
13487
  "running an actual scan. The Scan Time Estimate Tool calculates the total "
@@ -13491,126 +13499,126 @@ msgid ""
13491
  "Notices button on the BPS Custom Code page."
13492
  msgstr ""
13493
 
13494
- #: includes/hud-dismiss-functions.php:657
13495
  msgid "BPS New Feature Notice: JTC-Lite"
13496
  msgstr ""
13497
 
13498
- #: includes/hud-dismiss-functions.php:657
13499
  msgid ""
13500
  "JTC-Lite protects the WordPress Login page Form against automated SpamBot "
13501
  "and HackerBot Brute Force Login attacks"
13502
  msgstr ""
13503
 
13504
- #: includes/hud-dismiss-functions.php:657
13505
  msgid ""
13506
  "and also prevents User Accounts from being locked repeatedly by Brute Force "
13507
  "Login Bot attacks on your Login page Form."
13508
  msgstr ""
13509
 
13510
- #: includes/hud-dismiss-functions.php:657
13511
  msgid "To enable/turn On JTC-Lite, click this "
13512
  msgstr ""
13513
 
13514
- #: includes/hud-dismiss-functions.php:657
13515
  msgid ""
13516
  ". Click/check the Login Form Checkbox and click the Save Options button."
13517
  msgstr ""
13518
 
13519
- #: includes/hud-dismiss-functions.php:657
13520
- #: includes/hud-dismiss-functions.php:738
13521
- #: includes/hud-dismiss-functions.php:776
13522
- #: includes/hud-dismiss-functions.php:828
13523
  msgid ""
13524
  "To Dismiss this Notice click the Dismiss Notice button below. To Reset "
13525
  "Dismiss Notices click the Reset|Recheck Dismiss Notices button on the BPS "
13526
  "Custom Code page."
13527
  msgstr ""
13528
 
13529
- #: includes/hud-dismiss-functions.php:700
13530
  msgid "BPS Plugin Star Rating Request"
13531
  msgstr ""
13532
 
13533
- #: includes/hud-dismiss-functions.php:700
13534
  msgid ""
13535
  "A BPS star rating only takes a couple of minutes and would be very much "
13536
  "appreciated. We are looking for 5 star ratings and not \"fancy\" reviews."
13537
  msgstr ""
13538
 
13539
- #: includes/hud-dismiss-functions.php:700
13540
  msgid ""
13541
  "A simple review like \"works great\" or \"has been protecting my website for "
13542
  "X months or X years\" is perfect."
13543
  msgstr ""
13544
 
13545
- #: includes/hud-dismiss-functions.php:700
13546
  msgid "Click this link to submit a BPS Plugin Star Rating: "
13547
  msgstr ""
13548
 
13549
- #: includes/hud-dismiss-functions.php:700
13550
  msgid "BPS Plugin Star Rating"
13551
  msgstr ""
13552
 
13553
- #: includes/hud-dismiss-functions.php:700
13554
  msgid ""
13555
  "login to the WordPress.org site and scroll to the bottom of the Reviews page."
13556
  msgstr ""
13557
 
13558
- #: includes/hud-dismiss-functions.php:700
13559
  msgid ""
13560
  "To Dismiss this one-time Notice click the Dismiss Notice button below. To "
13561
  "Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the "
13562
  "BPS Custom Code page."
13563
  msgstr ""
13564
 
13565
- #: includes/hud-dismiss-functions.php:738
13566
  msgid "BPS Notice: Mod Security Module is Loaded|Enabled"
13567
  msgstr ""
13568
 
13569
- #: includes/hud-dismiss-functions.php:738
13570
  msgid "Please take a minute to view this Mod Security help forum topic: "
13571
  msgstr ""
13572
 
13573
- #: includes/hud-dismiss-functions.php:738
13574
  msgid "Mod Security Common Known Problems"
13575
  msgstr ""
13576
 
13577
- #: includes/hud-dismiss-functions.php:738
13578
  msgid ""
13579
  "If you are not experiencing any of the problems listed in the Mod Security "
13580
  "help forum topic then you can dismiss this Dismiss Notice."
13581
  msgstr ""
13582
 
13583
- #: includes/hud-dismiss-functions.php:776
13584
  msgid "BPS GDPR Compliance Notice"
13585
  msgstr ""
13586
 
13587
- #: includes/hud-dismiss-functions.php:776
13588
  msgid ""
13589
  "A new Setup Wizard Option has been created which allows you to turn off all "
13590
  "IP address logging in BPS to make your website GDPR Compliant."
13591
  msgstr ""
13592
 
13593
- #: includes/hud-dismiss-functions.php:776
13594
  msgid "GDPR Compliance Setup Wizard Option link"
13595
  msgstr ""
13596
 
13597
- #: includes/hud-dismiss-functions.php:776
13598
  msgid "Choose the GDPR Compliance On setting."
13599
  msgstr ""
13600
 
13601
- #: includes/hud-dismiss-functions.php:776
13602
  msgid "For more information about GDPR Compliance click this "
13603
  msgstr ""
13604
 
13605
- #: includes/hud-dismiss-functions.php:776
13606
  msgid "GDPR Compliance Forum Topic link"
13607
  msgstr ""
13608
 
13609
- #: includes/hud-dismiss-functions.php:828
13610
  msgid "BPS wp-config.php file WP Automatic Update constants detected"
13611
  msgstr ""
13612
 
13613
- #: includes/hud-dismiss-functions.php:828
13614
  msgid ""
13615
  "You are using the BPS MU Tools plugin option settings to handle WP Automatic "
13616
  "Updates. BPS detected that you are also using one or both of these WP "
3
  msgstr ""
4
  "Project-Id-Version: bulletproof-security\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2021-01-12 15:33-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"
261
  msgstr ""
262
 
263
  #: admin/core/core-custom-code.php:451 admin/core/core-custom-code.php:818
264
+ #: admin/core/core.php:2006
265
  msgid "Click the Custom Code Read Me help button for more help info."
266
  msgstr ""
267
 
361
  msgstr ""
362
 
363
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
364
+ #: admin/wizard/wizard-backup.php:244 admin/wizard/wizard-backup.php:285
365
+ #: admin/wizard/wizard.php:1723
366
  msgid ""
367
  "If you see a 403 error and/or are unable to download the zip file then click "
368
  "here: "
369
  msgstr ""
370
 
371
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
372
+ #: admin/wizard/wizard-backup.php:244 admin/wizard/wizard-backup.php:285
373
+ #: admin/wizard/wizard.php:1041 admin/wizard/wizard.php:1140
374
+ #: admin/wizard/wizard.php:1142 admin/wizard/wizard.php:1723
375
+ #: includes/hud-autofix-whitelist.php:805
376
  msgid "Setup Wizard Options"
377
  msgstr ""
378
 
383
  msgstr ""
384
 
385
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
386
+ #: admin/wizard/wizard.php:1723
387
  msgid "Download Zip Export"
388
  msgstr ""
389
 
390
+ #: admin/core/core-export-import.php:144 admin/wizard/wizard.php:1883
391
  msgid "Zip File Upload Successful."
392
  msgstr ""
393
 
394
+ #: admin/core/core-export-import.php:155 admin/wizard/wizard.php:1894
395
  msgid "Zip File Exraction Successful. Method: ZipArchive class."
396
  msgstr ""
397
 
421
  msgid "3. Click the wp-admin Folder BulletProof Mode Activate button."
422
  msgstr ""
423
 
424
+ #: admin/core/core-export-import.php:169 admin/wizard/wizard.php:1905
425
  msgid "ERROR: Zip File Extraction Failed. Method: ZipArchive class."
426
  msgstr ""
427
 
428
+ #: admin/core/core-export-import.php:189 admin/wizard/wizard.php:1925
429
  msgid "Zip File Extraction Successful. Method: PclZip."
430
  msgstr ""
431
 
432
+ #: admin/core/core-export-import.php:203 admin/wizard/wizard.php:1937
433
  msgid "ERROR: Zip File Extraction Failed. Method: PclZip."
434
  msgstr ""
435
 
436
+ #: admin/core/core-export-import.php:211 admin/wizard/wizard.php:1945
437
  msgid "ERROR: Zip File Upload Failed."
438
  msgstr ""
439
 
464
  msgstr ""
465
 
466
  #: admin/core/core-forms.php:18 admin/core/core-forms.php:98
467
+ #: admin/core/core.php:1281
468
  msgid "htaccess Files Disabled: wp-admin htaccess file writing is disabled. "
469
  msgstr ""
470
 
472
  #: admin/core/core-forms.php:196 admin/core/core-forms.php:246
473
  #: admin/core/core-forms.php:280 admin/core/core-forms.php:330
474
  #: admin/core/core-forms.php:364 admin/core/core-forms.php:430
475
+ #: admin/core/core-htaccess-code.php:426 admin/core/core-htaccess-code.php:510
476
+ #: admin/core/core-htaccess-code.php:579 admin/core/core-htaccess-code.php:663
477
+ #: admin/core/core.php:888 admin/core/core.php:978 admin/core/core.php:1092
478
+ #: admin/core/core.php:1182 admin/core/core.php:1281
479
+ #: admin/maintenance/maintenance.php:871 admin/maintenance/maintenance.php:1187
480
+ #: admin/maintenance/maintenance.php:1696
481
+ #: admin/maintenance/maintenance.php:1826
482
+ #: admin/maintenance/maintenance.php:2017 admin/wizard/wizard-functions.php:44
483
  msgid "Click this link for help information: "
484
  msgstr ""
485
 
487
  #: admin/core/core-forms.php:196 admin/core/core-forms.php:246
488
  #: admin/core/core-forms.php:280 admin/core/core-forms.php:330
489
  #: admin/core/core-forms.php:364 admin/core/core-forms.php:430
490
+ #: admin/core/core-htaccess-code.php:426 admin/core/core-htaccess-code.php:510
491
+ #: admin/core/core-htaccess-code.php:579 admin/core/core-htaccess-code.php:663
492
+ #: admin/core/core.php:888 admin/core/core.php:978 admin/core/core.php:1092
493
+ #: admin/core/core.php:1182 admin/core/core.php:1281
494
+ #: admin/maintenance/maintenance.php:871 admin/maintenance/maintenance.php:1187
495
+ #: admin/maintenance/maintenance.php:1696
496
+ #: admin/maintenance/maintenance.php:1826
497
+ #: admin/maintenance/maintenance.php:2017 admin/wizard/wizard-functions.php:44
498
+ #: admin/wizard/wizard.php:1053
499
  msgid "htaccess Files Disabled Forum Topic"
500
  msgstr ""
501
 
1014
  "Read Me help file for BPS troubleshooting steps."
1015
  msgstr ""
1016
 
1017
+ #: admin/core/core-help-text.php:15 admin/wizard/wizard.php:1094
1018
  msgid "Notes: "
1019
  msgstr ""
1020
 
1081
  "Send Email Alerts."
1082
  msgstr ""
1083
 
1084
+ #: admin/core/core-help-text.php:18 admin/core/core.php:539
1085
  msgid "HPF Cron Check Frequency:"
1086
  msgstr ""
1087
 
1093
  "Options button to save your settings."
1094
  msgstr ""
1095
 
1096
+ #: admin/core/core-help-text.php:18 admin/core/core.php:550
1097
  msgid "HPF Cron On|Off:"
1098
  msgstr ""
1099
 
1103
  "HPF Cron Off. Click the Save HPF Cron Options button to save your settings."
1104
  msgstr ""
1105
 
1106
+ #: admin/core/core-help-text.php:18 admin/core/core.php:570
1107
  msgid "Ignore Hidden Plugin Folders & Files:"
1108
  msgstr ""
1109
 
1205
  "permanently. To save any new htaccess code permanently use BPS Custom Code."
1206
  msgstr ""
1207
 
1208
+ #: admin/core/core-help-text.php:30 admin/core/core.php:253
1209
+ #: admin/core/core.php:375 admin/core/core.php:476 admin/core/core.php:600
1210
+ #: admin/core/core.php:688 admin/core/core.php:776 admin/core/core.php:1873
1211
  #: admin/db-backup-security/db-backup-help-text.php:12
1212
  #: admin/db-backup-security/db-backup-help-text.php:15
1213
+ #: admin/db-backup-security/db-backup-security.php:325
1214
  #: admin/email-log-settings/email-log-settings.php:111
1215
+ #: admin/login/login.php:236 admin/login/login.php:851
1216
+ #: admin/login/login.php:1176 admin/maintenance/maintenance.php:230
1217
  #: admin/mscan/mscan-help-text.php:44 admin/mscan/mscan.php:143
1218
  #: admin/security-log/security-log.php:251
1219
  #: admin/system-info/system-info.php:108 admin/theme-skin/theme-skin.php:115
1220
+ #: admin/wizard/wizard.php:1080 admin/wizard/wizard.php:1148
1221
+ #: admin/wizard/wizard.php:1563
1222
  msgid ""
1223
  "This Read Me Help window is draggable (top) and resizable (bottom right "
1224
  "corner)"
1706
  msgid "Modify wp-admin Query String Exploit code here"
1707
  msgstr ""
1708
 
1709
+ #: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:121
1710
+ #: admin/maintenance/maintenance.php:420 admin/maintenance/maintenance.php:440
1711
  msgid "The file "
1712
  msgstr ""
1713
 
1714
+ #: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:121
1715
+ #: admin/maintenance/maintenance.php:420 admin/maintenance/maintenance.php:440
1716
  msgid " is not writable or does not exist."
1717
  msgstr ""
1718
 
1723
  "problem click "
1724
  msgstr ""
1725
 
1726
+ #: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:121
1727
  msgid "HERE"
1728
  msgstr ""
1729
 
1730
+ #: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:121
1731
  msgid " to go the the BulletProof Security Forum."
1732
  msgstr ""
1733
 
1734
+ #: admin/core/core-htaccess-code.php:121
1735
  msgid ""
1736
  "Check that the file is named secure.htaccess and that the file exists in "
1737
  "the /bulletproof-security/admin/htaccess master folder. If this is not the "
1738
  "problem click"
1739
  msgstr ""
1740
 
1741
+ #: admin/core/core-htaccess-code.php:426 admin/core/core-htaccess-code.php:510
1742
+ #: admin/core/core-htaccess-code.php:579 admin/core/core-htaccess-code.php:663
1743
+ #: admin/core/core.php:1182
1744
  msgid "htaccess Files Disabled: Root htaccess file writing is disabled. "
1745
  msgstr ""
1746
 
1747
+ #: admin/core/core-htaccess-code.php:448 admin/core/core-htaccess-code.php:601
1748
+ #: admin/core/core.php:1025
1749
  msgid "Failed to copy your Custom default.htaccess file: "
1750
  msgstr ""
1751
 
1752
+ #: admin/core/core-htaccess-code.php:448 admin/core/core-htaccess-code.php:601
1753
+ #: admin/core/core.php:1025
1754
  msgid " to: "
1755
  msgstr ""
1756
 
1757
+ #: admin/core/core-htaccess-code.php:448 admin/core/core-htaccess-code.php:601
1758
  msgid " Check the folder permissions or Ownership for these folders."
1759
  msgstr ""
1760
 
1761
+ #: admin/core/core-htaccess-code.php:459 admin/core/core-htaccess-code.php:612
1762
  msgid ""
1763
  "Root Folder BulletProof Mode deactivated successfully. Your Custom default."
1764
  "htaccess is currently in use."
1765
  msgstr ""
1766
 
1767
+ #: admin/core/core-htaccess-code.php:483 admin/core/core-htaccess-code.php:636
1768
  msgid ""
1769
  "Failed to deactivate Root Folder BulletProof Mode. Unable to Copy the "
1770
  "default.htaccess file to your root folder."
1771
  msgstr ""
1772
 
1773
+ #: admin/core/core-htaccess-code.php:494 admin/core/core-htaccess-code.php:647
1774
  msgid "Root Folder BulletProof Mode deactivated successfully."
1775
  msgstr ""
1776
 
1777
+ #: admin/core/core-htaccess-code.php:539 admin/core/core-htaccess-code.php:692
1778
  msgid ""
1779
  "Failed to activate Root Folder BulletProof Mode protection. Your website is "
1780
  "NOT protected."
1781
  msgstr ""
1782
 
1783
+ #: admin/core/core-htaccess-code.php:550 admin/core/core-htaccess-code.php:703
1784
  msgid "Root Folder BulletProof Mode protection activated successfully."
1785
  msgstr ""
1786
 
1792
  msgid "Rate BPS"
1793
  msgstr ""
1794
 
1795
+ #: admin/core/core.php:170 admin/includes/admin.php:336
1796
  #: admin/includes/admin.php:337
1797
  msgid "BulletProof Security ~ htaccess Core"
1798
  msgstr ""
1799
 
1800
+ #: admin/core/core.php:199 admin/db-backup-security/db-backup-security.php:74
1801
+ #: admin/email-log-settings/email-log-settings.php:69 admin/login/login.php:170
1802
  #: admin/maintenance/maintenance.php:80 admin/mscan/mscan.php:83
1803
  #: admin/security-log/security-log.php:69 admin/system-info/system-info.php:69
1804
  #: admin/theme-skin/theme-skin.php:74 admin/wizard/wizard.php:203
1805
  msgid "Settings Saved"
1806
  msgstr ""
1807
 
1808
+ #: admin/core/core.php:224
1809
  msgid "Security Modes"
1810
  msgstr ""
1811
 
1812
+ #: admin/core/core.php:225
1813
  msgid "htaccess File Editor"
1814
  msgstr ""
1815
 
1816
+ #: admin/core/core.php:226 admin/core/core.php:1857 admin/core/core.php:1870
1817
  msgid "Custom Code"
1818
  msgstr ""
1819
 
1820
+ #: admin/core/core.php:227
1821
  msgid "My Notes"
1822
  msgstr ""
1823
 
1824
+ #: admin/core/core.php:228
1825
  msgid "Whats New"
1826
  msgstr ""
1827
 
1828
+ #: admin/core/core.php:229 admin/db-backup-security/db-backup-security.php:306
1829
+ #: admin/db-backup-security/db-backup-security.php:1741
1830
+ #: admin/email-log-settings/email-log-settings.php:92 admin/login/login.php:208
1831
+ #: admin/maintenance/maintenance.php:194 admin/mscan/mscan.php:120
1832
  #: admin/mscan/mscan.php:1942 admin/security-log/security-log.php:232
1833
  #: admin/system-info/system-info.php:95 admin/theme-skin/theme-skin.php:97
1834
  #: admin/theme-skin/theme-skin.php:249
1835
  msgid "Help &amp; FAQ"
1836
  msgstr ""
1837
 
1838
+ #: admin/core/core.php:230 bulletproof-security.php:173
1839
  msgid "BPS Pro Features"
1840
  msgstr ""
1841
 
1842
+ #: admin/core/core.php:238
1843
  msgid "htaccess File Security Modes ~ "
1844
  msgstr ""
1845
 
1846
+ #: admin/core/core.php:238
1847
  msgid "RBM, WBM, HPF, MBM & BBM BulletProof Modes"
1848
  msgstr ""
1849
 
1850
+ #: admin/core/core.php:238 admin/core/core.php:816 admin/core/core.php:1851
1851
+ #: admin/core/core.php:1985 admin/core/core.php:2091
1852
+ #: admin/db-backup-security/db-backup-security.php:314
1853
+ #: admin/db-backup-security/db-backup-security.php:1245
1854
+ #: admin/db-backup-security/db-backup-security.php:1401
1855
  #: admin/email-log-settings/email-log-settings.php:100
1856
+ #: admin/login/login.php:225 admin/login/login.php:840
1857
+ #: admin/maintenance/maintenance.php:214 admin/maintenance/maintenance.php:216
1858
  #: admin/mscan/mscan.php:128 admin/security-log/security-log.php:240
1859
+ #: admin/theme-skin/theme-skin.php:106 admin/wizard/wizard.php:1065
1860
+ #: admin/wizard/wizard.php:1134
1861
  msgid "Want even more security protection?"
1862
  msgstr ""
1863
 
1864
+ #: admin/core/core.php:238 admin/core/core.php:816 admin/core/core.php:1851
1865
+ #: admin/core/core.php:1985 admin/core/core.php:2091
1866
  #: admin/email-log-settings/email-log-settings.php:100
1867
+ #: admin/maintenance/maintenance.php:214 admin/maintenance/maintenance.php:216
1868
  #: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
1869
+ #: admin/wizard/wizard.php:1065 admin/wizard/wizard.php:1134
1870
  msgid ""
1871
  "Protect all of your Plugins (plugin folders and files) with an IP Firewall: "
1872
  msgstr ""
1873
 
1874
+ #: admin/core/core.php:238 admin/core/core.php:816 admin/core/core.php:1851
1875
+ #: admin/core/core.php:1985 admin/core/core.php:2091
1876
  #: admin/email-log-settings/email-log-settings.php:100
1877
+ #: admin/maintenance/maintenance.php:214 admin/maintenance/maintenance.php:216
1878
  #: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
1879
+ #: admin/wizard/wizard.php:1065 admin/wizard/wizard.php:1134
1880
  msgid "Get BPS Pro Plugin Firewall"
1881
  msgstr ""
1882
 
1883
+ #: admin/core/core.php:238 admin/core/core.php:816 admin/core/core.php:1851
1884
+ #: admin/core/core.php:1985 admin/core/core.php:2091
1885
  #: admin/email-log-settings/email-log-settings.php:100
1886
+ #: admin/maintenance/maintenance.php:214 admin/maintenance/maintenance.php:216
1887
  #: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
1888
+ #: admin/wizard/wizard.php:1065 admin/wizard/wizard.php:1134
1889
  msgid ""
1890
  "Protect your WordPress uploads folder against remote access or execution of "
1891
  "files: "
1892
  msgstr ""
1893
 
1894
+ #: admin/core/core.php:238 admin/core/core.php:816 admin/core/core.php:1851
1895
+ #: admin/core/core.php:1985 admin/core/core.php:2091
1896
  #: admin/email-log-settings/email-log-settings.php:100
1897
+ #: admin/maintenance/maintenance.php:214 admin/maintenance/maintenance.php:216
1898
  #: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
1899
+ #: admin/wizard/wizard.php:1065 admin/wizard/wizard.php:1134
1900
  msgid "Get BPS Pro Uploads Anti-Exploit Guard"
1901
  msgstr ""
1902
 
1903
+ #: admin/core/core.php:244 admin/core/core.php:828 admin/core/core.php:1892
1904
+ #: admin/core/core.php:1928 admin/core/core.php:1945 admin/login/login.php:186
1905
+ #: admin/login/login.php:243 admin/login/login.php:951
1906
+ #: admin/login/login.php:1197 admin/system-info/system-info.php:121
1907
  #: admin/system-info/system-info.php:1057
1908
  msgid "Permission Denied"
1909
  msgstr ""
1910
 
1911
+ #: admin/core/core.php:246
1912
  msgid "Activate|Deactivate Security Modes"
1913
  msgstr ""
1914
 
1915
+ #: admin/core/core.php:248 admin/core/core.php:250 admin/core/core.php:372
1916
  msgid "Root Folder BulletProof Mode (RBM)"
1917
  msgstr ""
1918
 
1919
+ #: admin/core/core.php:248 admin/core/core.php:370 admin/core/core.php:471
1920
+ #: admin/core/core.php:595 admin/core/core.php:683 admin/core/core.php:771
1921
+ #: admin/core/core.php:822 admin/core/core.php:1857
1922
+ #: admin/db-backup-security/db-backup-security.php:320
1923
+ #: admin/db-backup-security/db-backup-security.php:1251
1924
+ #: admin/db-backup-security/db-backup-security.php:1407
1925
  #: admin/email-log-settings/email-log-settings.php:106
1926
+ #: admin/login/login.php:231 admin/login/login.php:846
1927
+ #: admin/login/login.php:1167 admin/maintenance/maintenance.php:225
1928
  #: admin/mscan/mscan.php:138 admin/mscan/mscan.php:1743
1929
  #: admin/security-log/security-log.php:246
1930
  #: admin/system-info/system-info.php:103 admin/theme-skin/theme-skin.php:112
1931
+ #: admin/wizard/wizard.php:1071 admin/wizard/wizard.php:1140
1932
+ #: admin/wizard/wizard.php:1558
1933
  msgid "Read Me"
1934
  msgstr ""
1935
 
1936
+ #: admin/core/core.php:255 admin/core/core.php:377 admin/core/core.php:1875
1937
+ #: admin/db-backup-security/db-backup-security.php:328
1938
  #: admin/email-log-settings/email-log-settings.php:114
1939
+ #: admin/login/login.php:1179 admin/maintenance/maintenance.php:233
1940
  #: admin/mscan/mscan.php:145 admin/system-info/system-info.php:111
1941
  msgid "Forum Help Links: "
1942
  msgstr ""
1943
 
1944
+ #: admin/core/core.php:258 admin/core/core.php:380
1945
  msgid "Setup Wizard & Other Video Tutorials"
1946
  msgstr ""
1947
 
1948
+ #: admin/core/core.php:259 admin/core/core.php:381
1949
  #: admin/email-log-settings/email-log-settings.php:117
1950
  #: admin/mscan/mscan.php:150 admin/security-log/security-log.php:257
1951
  msgid "BPS Troubleshooting Steps"
1952
  msgstr ""
1953
 
1954
+ #: admin/core/core.php:293 admin/core/core.php:296 admin/core/core.php:299
1955
+ #: admin/core/core.php:302 admin/core/core.php:310 admin/core/core.php:313
1956
+ #: admin/core/core.php:316 admin/core/core.php:319
1957
  msgid "RBM Status: "
1958
  msgstr ""
1959
 
1960
+ #: admin/core/core.php:293 admin/core/core.php:310 admin/core/core.php:420
1961
+ #: admin/core/core.php:434 admin/core/core.php:631 admin/core/core.php:645
1962
+ #: admin/core/core.php:719 admin/core/core.php:733
1963
  msgid "Disabled"
1964
  msgstr ""
1965
 
1966
+ #: admin/core/core.php:296 admin/core/core.php:313
1967
  msgid "Root htaccess File Does Not Exist"
1968
  msgstr ""
1969
 
1970
+ #: admin/core/core.php:299 admin/core/core.php:316 admin/core/core.php:426
1971
+ #: admin/core/core.php:440 admin/core/core.php:637 admin/core/core.php:651
1972
+ #: admin/core/core.php:725 admin/core/core.php:739
1973
  #: admin/system-info/system-info.php:260
1974
  msgid "Activated"
1975
  msgstr ""
1976
 
1977
+ #: admin/core/core.php:302 admin/core/core.php:319 admin/core/core.php:423
1978
+ #: admin/core/core.php:437 admin/core/core.php:634 admin/core/core.php:648
1979
+ #: admin/core/core.php:722 admin/core/core.php:736
1980
  #: admin/system-info/system-info.php:269
1981
  msgid "Deactivated"
1982
  msgstr ""
1983
 
1984
+ #: admin/core/core.php:336 admin/core/core.php:354
1985
  msgid "Click OK to Activate Root Folder BulletProof Mode or click Cancel."
1986
  msgstr ""
1987
 
1988
+ #: admin/core/core.php:344 admin/core/core.php:362
1989
  msgid "Click OK to Deactivate Root Folder BulletProof Mode or click Cancel."
1990
  msgstr ""
1991
 
1992
+ #: admin/core/core.php:370
1993
  msgid "wp-admin Folder BulletProof Mode (WBM)"
1994
  msgstr ""
1995
 
1996
+ #: admin/core/core.php:420 admin/core/core.php:423 admin/core/core.php:426
1997
+ #: admin/core/core.php:434 admin/core/core.php:437 admin/core/core.php:440
1998
  msgid "WBM Status: "
1999
  msgstr ""
2000
 
2001
+ #: admin/core/core.php:455
2002
  msgid "Click OK to Activate wp-admin Folder BulletProof Mode or click Cancel."
2003
  msgstr ""
2004
 
2005
+ #: admin/core/core.php:463
2006
  msgid ""
2007
  "Click OK to Deactivate wp-admin Folder BulletProof Mode or click Cancel."
2008
  msgstr ""
2009
 
2010
+ #: admin/core/core.php:471 admin/core/core.php:473
2011
  msgid "Hidden Plugin Folders|Files Cron (HPF)"
2012
  msgstr ""
2013
 
2014
+ #: admin/core/core.php:506 admin/core/core.php:509 admin/core/core.php:517
2015
+ #: admin/core/core.php:520
2016
  msgid "HPF Status: "
2017
  msgstr ""
2018
 
2019
+ #: admin/core/core.php:506 admin/core/core.php:517 admin/core/core.php:552
2020
  msgid "HPF Cron On"
2021
  msgstr ""
2022
 
2023
+ #: admin/core/core.php:509 admin/core/core.php:520 admin/core/core.php:553
2024
  msgid "HPF Cron Off"
2025
  msgstr ""
2026
 
2027
+ #: admin/core/core.php:541
2028
  msgid "Run Check Every 1 Minute"
2029
  msgstr ""
2030
 
2031
+ #: admin/core/core.php:542
2032
  msgid "Run Check Every 5 Minutes"
2033
  msgstr ""
2034
 
2035
+ #: admin/core/core.php:543
2036
  msgid "Run Check Every 10 Minutes"
2037
  msgstr ""
2038
 
2039
+ #: admin/core/core.php:544
2040
  msgid "Run Check Every 15 Minutes"
2041
  msgstr ""
2042
 
2043
+ #: admin/core/core.php:545
2044
  msgid "Run Check Every 30 Minutes"
2045
  msgstr ""
2046
 
2047
+ #: admin/core/core.php:546
2048
  msgid "Run Check Every 60 Minutes"
2049
  msgstr ""
2050
 
2051
+ #: admin/core/core.php:547
2052
  msgid "Run Check Once Daily"
2053
  msgstr ""
2054
 
2055
+ #: admin/core/core.php:556
2056
  msgid "Save HPF Cron Options"
2057
  msgstr ""
2058
 
2059
+ #: admin/core/core.php:556
2060
  msgid ""
2061
  "The default Cron Frequency is: Run Check Every 15 Minutes. This is a "
2062
  "lightweight check that uses an insignificant amount of resources/memory so 4 "
2068
  "OK to proceed or click Cancel"
2069
  msgstr ""
2070
 
2071
+ #: admin/core/core.php:571
2072
  msgid "Add Ignore rules using plugin folder names or file names."
2073
  msgstr ""
2074
 
2075
+ #: admin/core/core.php:571
2076
  msgid "Use a comma and a space between folder and/or file names."
2077
  msgstr ""
2078
 
2079
+ #: admin/core/core.php:571
2080
  msgid "Example: plugin-folder-name, example-file-name.php"
2081
  msgstr ""
2082
 
2083
+ #: admin/core/core.php:577
2084
  msgid ""
2085
  "This option is for adding ignore rules for Hidden or Empty Plugin Folders "
2086
  "Detected by BPS or Non-standard WP files detected by BPS in your /plugins/ "
2087
  "folder."
2088
  msgstr ""
2089
 
2090
+ #: admin/core/core.php:577
2091
  msgid ""
2092
  "This is an independent option setting that does not require clicking any "
2093
  "other buttons."
2094
  msgstr ""
2095
 
2096
+ #: admin/core/core.php:577 admin/maintenance/maintenance.php:698
2097
  #: admin/security-log/security-log.php:470
2098
  #: admin/security-log/security-log.php:485
2099
  #: admin/security-log/security-log.php:703
2101
  msgid "Click OK to proceed or click Cancel."
2102
  msgstr ""
2103
 
2104
+ #: admin/core/core.php:595
2105
  msgid "Master htaccess Folder BulletProof Mode (MBM)"
2106
  msgstr ""
2107
 
2108
+ #: admin/core/core.php:597
2109
  msgid "MBM BulletProof Modes"
2110
  msgstr ""
2111
 
2112
+ #: admin/core/core.php:631 admin/core/core.php:634 admin/core/core.php:637
2113
+ #: admin/core/core.php:645 admin/core/core.php:648 admin/core/core.php:651
2114
  msgid "MBM Status: "
2115
  msgstr ""
2116
 
2117
+ #: admin/core/core.php:666
2118
  msgid "Click OK to Activate MBM BulletProof Mode or click Cancel."
2119
  msgstr ""
2120
 
2121
+ #: admin/core/core.php:674
2122
  msgid "Click OK to Deactivate MBM BulletProof Mode or click Cancel."
2123
  msgstr ""
2124
 
2125
+ #: admin/core/core.php:683
2126
  msgid "BPS Backup Folder BulletProof Mode (BBM)"
2127
  msgstr ""
2128
 
2129
+ #: admin/core/core.php:685
2130
  msgid "BBM BulletProof Modes"
2131
  msgstr ""
2132
 
2133
+ #: admin/core/core.php:719 admin/core/core.php:722 admin/core/core.php:725
2134
+ #: admin/core/core.php:733 admin/core/core.php:736 admin/core/core.php:739
2135
  msgid "BBM Status: "
2136
  msgstr ""
2137
 
2138
+ #: admin/core/core.php:754
2139
  msgid "Click OK to Activate BBM BulletProof Mode or click Cancel."
2140
  msgstr ""
2141
 
2142
+ #: admin/core/core.php:762
2143
  msgid ""
2144
  "Caution: BPS Backup Folder BulletProof Mode (BBM) should only be deactivated "
2145
  "for testing or troubleshooting. Be sure to activate BBM BulletProof Mode "
2146
  "after you are done testing or troubleshooting."
2147
  msgstr ""
2148
 
2149
+ #: admin/core/core.php:762
2150
  msgid "Click OK to Deactivate BBM BulletProof Mode or click Cancel."
2151
  msgstr ""
2152
 
2153
+ #: admin/core/core.php:771 admin/core/core.php:773
2154
  msgid "Backup & Restore BPS htaccess Files"
2155
  msgstr ""
2156
 
2157
+ #: admin/core/core.php:789
2158
  msgid "Click OK to Backup BPS htaccess files or click Cancel."
2159
  msgstr ""
2160
 
2161
+ #: admin/core/core.php:797
2162
  msgid "Click OK to Restore BPS htaccess files or click Cancel."
2163
  msgstr ""
2164
 
2165
+ #: admin/core/core.php:816
2166
  msgid "htaccess File Editor ~ "
2167
  msgstr ""
2168
 
2169
+ #: admin/core/core.php:816
2170
  msgid ""
2171
  "Check or edit BPS htaccess files/code manually/directly for testing. Use BPS "
2172
  "Custom Code to save htaccess code permanently"
2173
  msgstr ""
2174
 
2175
+ #: admin/core/core.php:822 admin/core/core.php:824
2176
  msgid "htaccess File Editing"
2177
  msgstr ""
2178
 
2179
+ #: admin/core/core.php:855
2180
  msgid "htaccess Files Disabled: secure.htaccess Master file is disabled."
2181
  msgstr ""
2182
 
2183
+ #: admin/core/core.php:859
2184
  msgid "ERROR: A secure.htaccess Master file was NOT found."
2185
  msgstr ""
2186
 
2187
+ #: admin/core/core.php:868
2188
  msgid ""
2189
  "File Open and Write test successful! The secure.htaccess Master file is "
2190
  "writable."
2191
  msgstr ""
2192
 
2193
+ #: admin/core/core.php:873 admin/core/core.php:963 admin/core/core.php:1076
2194
+ #: admin/core/core.php:1265 admin/security-log/security-log.php:766
2195
  msgid "Cannot write to file: "
2196
  msgstr ""
2197
 
2198
+ #: admin/core/core.php:888
2199
  msgid ""
2200
  "htaccess Files Disabled: secure.htaccess Master file writing is disabled. "
2201
  msgstr ""
2202
 
2203
+ #: admin/core/core.php:908
2204
  msgid "Error: Unable to write to the secure.htaccess Master file."
2205
  msgstr ""
2206
 
2207
+ #: admin/core/core.php:923
2208
  msgid "The secure.htaccess Master file has been updated."
2209
  msgstr ""
2210
 
2211
+ #: admin/core/core.php:945
2212
  msgid "htaccess Files Disabled: default.htaccess Master file is disabled."
2213
  msgstr ""
2214
 
2215
+ #: admin/core/core.php:949
2216
  msgid "ERROR: A default.htaccess Master file was NOT found."
2217
  msgstr ""
2218
 
2219
+ #: admin/core/core.php:958
2220
  msgid ""
2221
  "File Open and Write test successful! The default.htaccess Master file is "
2222
  "writable."
2223
  msgstr ""
2224
 
2225
+ #: admin/core/core.php:978
2226
  msgid ""
2227
  "htaccess Files Disabled: default.htaccess Master file writing is disabled. "
2228
  msgstr ""
2229
 
2230
+ #: admin/core/core.php:998
2231
  msgid "Error: Unable to write to the default.htaccess Master file."
2232
  msgstr ""
2233
 
2234
+ #: admin/core/core.php:1013
2235
  msgid "The default.htaccess Master file has been updated."
2236
  msgstr ""
2237
 
2238
+ #: admin/core/core.php:1025
2239
  msgid ""
2240
  " Check that the /bps-backup/ and /master-backups/ folders exist and the "
2241
  "folder permissions or Ownership for these folders."
2242
  msgstr ""
2243
 
2244
+ #: admin/core/core.php:1030
2245
  msgid ""
2246
  "Your Custom default.htaccess Master file has been successfully saved to: "
2247
  msgstr ""
2248
 
2249
+ #: admin/core/core.php:1052
2250
  msgid "wpadmin-secure.htaccess file writing is disabled."
2251
  msgstr ""
2252
 
2253
+ #: admin/core/core.php:1058
2254
  msgid ""
2255
  "htaccess Files Disabled: wpadmin-secure.htaccess Master file is disabled."
2256
  msgstr ""
2257
 
2258
+ #: admin/core/core.php:1062
2259
  msgid "ERROR: A wpadmin-secure.htaccess Master file was NOT found."
2260
  msgstr ""
2261
 
2262
+ #: admin/core/core.php:1071
2263
  msgid ""
2264
  "File Open and Write test successful! The wpadmin-secure.htaccess Master file "
2265
  "is writable."
2266
  msgstr ""
2267
 
2268
+ #: admin/core/core.php:1092
2269
  msgid ""
2270
  "htaccess Files Disabled: wpadmin-secure.htaccess Master file writing is "
2271
  "disabled. "
2272
  msgstr ""
2273
 
2274
+ #: admin/core/core.php:1112
2275
  msgid "Error: Unable to write to the wpadmin-secure.htaccess Master file."
2276
  msgstr ""
2277
 
2278
+ #: admin/core/core.php:1127
2279
  msgid "The wpadmin-secure.htaccess Master file has been updated."
2280
  msgstr ""
2281
 
2282
+ #: admin/core/core.php:1149
2283
  msgid "htaccess Files Disabled: Root htaccess file does not exist."
2284
  msgstr ""
2285
 
2286
+ #: admin/core/core.php:1153
2287
  msgid "ERROR: An htaccess file was NOT found in your root folder"
2288
  msgstr ""
2289
 
2290
+ #: admin/core/core.php:1162
2291
  msgid ""
2292
  "File Open and Write test successful! Your currently active root htaccess "
2293
  "file is writable."
2294
  msgstr ""
2295
 
2296
+ #: admin/core/core.php:1167
2297
  msgid "Your root htaccess file is Locked with Read Only Permissions."
2298
  msgstr ""
2299
 
2300
+ #: admin/core/core.php:1167
2301
  msgid ""
2302
  "Use the Lock and Unlock buttons below to Lock or Unlock your root htaccess "
2303
  "file for editing."
2304
  msgstr ""
2305
 
2306
+ #: admin/core/core.php:1202
2307
  msgid ""
2308
  "Error: Unable to write to the Root htaccess file. If your Root htaccess file "
2309
  "is locked you must unlock first."
2310
  msgstr ""
2311
 
2312
+ #: admin/core/core.php:1217
2313
  msgid "Your currently active root htaccess file has been updated."
2314
  msgstr ""
2315
 
2316
+ #: admin/core/core.php:1241
2317
  msgid "wp-admin active htaccess file writing is disabled."
2318
  msgstr ""
2319
 
2320
+ #: admin/core/core.php:1247
2321
  msgid "htaccess Files Disabled: wp-admin folder htaccess file does not exist."
2322
  msgstr ""
2323
 
2324
+ #: admin/core/core.php:1251
2325
  msgid "ERROR: An htaccess file was NOT found in your wp-admin folder"
2326
  msgstr ""
2327
 
2328
+ #: admin/core/core.php:1260
2329
  msgid ""
2330
  "File Open and Write test successful! Your currently active wp-admin htaccess "
2331
  "file is writable."
2332
  msgstr ""
2333
 
2334
+ #: admin/core/core.php:1301
2335
  msgid "Error: Unable to write to the wp-admin htaccess file."
2336
  msgstr ""
2337
 
2338
+ #: admin/core/core.php:1316
2339
  msgid "Your currently active wp-admin htaccess file has been updated."
2340
  msgstr ""
2341
 
2342
+ #: admin/core/core.php:1333
2343
  msgid "Your Root htaccess file has been Locked."
2344
  msgstr ""
2345
 
2346
+ #: admin/core/core.php:1338
2347
  msgid "Unable to Lock your Root htaccess file."
2348
  msgstr ""
2349
 
2350
+ #: admin/core/core.php:1352
2351
  msgid "Your Root htaccess file has been Unlocked."
2352
  msgstr ""
2353
 
2354
+ #: admin/core/core.php:1357
2355
  msgid "Unable to Unlock your Root htaccess file."
2356
  msgstr ""
2357
 
2358
+ #: admin/core/core.php:1380
2359
  msgid "Click OK to Lock your Root htaccess file or click Cancel."
2360
  msgstr ""
2361
 
2362
+ #: admin/core/core.php:1380
2363
  msgid ""
2364
  "Note: The File Open and Write Test window will still display the last status "
2365
  "of the file as Unlocked. To see the current status refresh your browser."
2366
  msgstr ""
2367
 
2368
+ #: admin/core/core.php:1388
2369
  msgid "Click OK to Unlock your Root htaccess file or click Cancel."
2370
  msgstr ""
2371
 
2372
+ #: admin/core/core.php:1388
2373
  msgid ""
2374
  "Note: The File Open and Write Test window will still display the last status "
2375
  "of the file as Locked. To see the current status refresh your browser."
2376
  msgstr ""
2377
 
2378
+ #: admin/core/core.php:1397
2379
  msgid ""
2380
  "Turning AutoLock On will allow BPS Pro to automatically lock your Root ."
2381
  "htaccess file. For some folks this causes a problem because their Web Hosts "
2383
  "BPS Pro to AutoLock the Root .htaccess file works fine."
2384
  msgstr ""
2385
 
2386
+ #: admin/core/core.php:1397
2387
  msgid "Click OK to Turn AutoLock On or click Cancel."
2388
  msgstr ""
2389
 
2390
+ #: admin/core/core.php:1399 admin/system-info/system-info.php:775
2391
  #: admin/system-info/system-info.php:791 admin/system-info/system-info.php:799
2392
  #: admin/system-info/system-info.php:807 admin/system-info/system-info.php:815
2393
  #: admin/system-info/system-info.php:823 admin/system-info/system-info.php:831
2394
  #: admin/system-info/system-info.php:839 admin/system-info/system-info.php:847
2395
+ #: admin/system-info/system-info.php:866 includes/functions.php:576
2396
+ #: includes/functions.php:761 includes/functions.php:929
2397
+ #: includes/functions.php:972 includes/functions.php:1020
2398
+ #: includes/functions.php:1064
2399
  msgid "On"
2400
  msgstr ""
2401
 
2402
+ #: admin/core/core.php:1409
2403
  msgid ""
2404
  "Turning AutoLock Off will prevent BPS Pro from automatically locking your "
2405
  "Root .htaccess file. For some folks this is necessary because their Web "
2407
  "allowing BPS Pro to AutoLock the Root .htaccess file works fine."
2408
  msgstr ""
2409
 
2410
+ #: admin/core/core.php:1409
2411
  msgid "Click OK to Turn AutoLock Off or click Cancel."
2412
  msgstr ""
2413
 
2414
+ #: admin/core/core.php:1411 admin/system-info/system-info.php:551
2415
  #: admin/system-info/system-info.php:794 admin/system-info/system-info.php:802
2416
  #: admin/system-info/system-info.php:810 admin/system-info/system-info.php:818
2417
  #: admin/system-info/system-info.php:826 admin/system-info/system-info.php:834
2418
  #: admin/system-info/system-info.php:842 admin/system-info/system-info.php:850
2419
  #: admin/system-info/system-info.php:858 admin/system-info/system-info.php:869
2420
+ #: includes/functions.php:934 includes/functions.php:977
2421
+ #: includes/functions.php:1026 includes/functions.php:1070
2422
  #: includes/general-functions.php:285 includes/general-functions.php:300
2423
  msgid "Off"
2424
  msgstr ""
2425
 
2426
+ #: admin/core/core.php:1426
2427
  msgid "secure.htaccess"
2428
  msgstr ""
2429
 
2430
+ #: admin/core/core.php:1427
2431
  msgid "default.htaccess"
2432
  msgstr ""
2433
 
2434
+ #: admin/core/core.php:1428
2435
  msgid "wpadmin-secure.htaccess"
2436
  msgstr ""
2437
 
2438
+ #: admin/core/core.php:1429
2439
  msgid "Your Current Root htaccess File"
2440
  msgstr ""
2441
 
2442
+ #: admin/core/core.php:1430
2443
  msgid "Your Current wp-admin htaccess File"
2444
  msgstr ""
2445
 
2446
+ #: admin/core/core.php:1453 admin/core/core.php:1525 admin/core/core.php:1597
2447
+ #: admin/core/core.php:1700 admin/core/core.php:1774
2448
  msgid ""
2449
  "If you see an error or are unable to save your editing changes then click "
2450
  "the Encrypt htaccess Code button first and then click the Update File "
2451
  "button. Mouse over the question mark image to the right for help info."
2452
  msgstr ""
2453
 
2454
+ #: admin/core/core.php:1453 admin/core/core.php:1525 admin/core/core.php:1597
2455
+ #: admin/core/core.php:1700 admin/core/core.php:1774
2456
  msgid ""
2457
  "If your web host currently has ModSecurity installed or installs ModSecurity "
2458
  "at a later time then ModSecurity will prevent you from saving your htaccess "
2460
  "button."
2461
  msgstr ""
2462
 
2463
+ #: admin/core/core.php:1453 admin/core/core.php:1525 admin/core/core.php:1597
2464
+ #: admin/core/core.php:1700 admin/core/core.php:1774
2465
  msgid ""
2466
  "If you click the Encrypt htaccess Code button and then want to edit your "
2467
  "code again click the Decrypt htaccess Code button. After you are done "
2469
  "File button."
2470
  msgstr ""
2471
 
2472
+ #: admin/core/core.php:1453 admin/core/core.php:1525 admin/core/core.php:1597
2473
+ #: admin/core/core.php:1700 admin/core/core.php:1774
2474
  msgid "Click the htaccess File Editing Read Me help button for more help info."
2475
  msgstr ""
2476
 
2477
+ #: admin/core/core.php:1696
2478
  msgid "YOUR ROOT HTACCESS FILE IS LOCKED."
2479
  msgstr ""
2480
 
2481
+ #: admin/core/core.php:1696
2482
  msgid "YOUR FILE EDITS|CHANGES CANNOT BE SAVED."
2483
  msgstr ""
2484
 
2485
+ #: admin/core/core.php:1696
2486
  msgid ""
2487
  "Click Cancel, copy the file editing changes you made to save them and then "
2488
  "click the Unlock .htaccess File button to unlock your Root .htaccess file. "
2491
  "to save your file edits/changes."
2492
  msgstr ""
2493
 
2494
+ #: admin/core/core.php:1851
2495
  msgid "htaccess File Custom Code ~ "
2496
  msgstr ""
2497
 
2498
+ #: admin/core/core.php:1851
2499
  msgid ""
2500
  "Save custom htaccess code for your Root and wp-admin htaccess Files "
2501
  "permanently"
2502
  msgstr ""
2503
 
2504
+ #: admin/core/core.php:1863
2505
  msgid "Reset|Recheck Dismiss Notices: "
2506
  msgstr ""
2507
 
2508
+ #: admin/core/core.php:1878
2509
  msgid "Brute Force Login Page Protection code"
2510
  msgstr ""
2511
 
2512
+ #: admin/core/core.php:1886 admin/core/core.php:2134
2513
+ #: admin/wizard/wizard.php:1086
2514
  msgid "Custom Code Video Tutorial"
2515
  msgstr ""
2516
 
2517
+ #: admin/core/core.php:1887
2518
  msgid "BulletProof Security Forum"
2519
  msgstr ""
2520
 
2521
+ #: admin/core/core.php:1904
2522
  msgid ""
2523
  "Clicking OK will Import all of your Root and wp-admin Custom Code from the "
2524
  "cc-master.zip file on your computer."
2525
  msgstr ""
2526
 
2527
+ #: admin/core/core.php:1904
2528
  msgid "Click OK to Import Custom Code or click Cancel."
2529
  msgstr ""
2530
 
2531
+ #: admin/core/core.php:1913
2532
  msgid ""
2533
  "Clicking OK will Export (copy) all of your Root and wp-admin Custom Code "
2534
  "into the cc-master.zip file, which you can then download to your computer by "
2536
  "success message."
2537
  msgstr ""
2538
 
2539
+ #: admin/core/core.php:1913
2540
  msgid "Click OK to Export Custom Code or click Cancel."
2541
  msgstr ""
2542
 
2543
+ #: admin/core/core.php:1921
2544
  msgid ""
2545
  "Clicking OK will delete all of your Root and wp-admin Custom Code from all "
2546
  "of the Custom Code text boxes."
2547
  msgstr ""
2548
 
2549
+ #: admin/core/core.php:1921
2550
  msgid "Click OK to Delete Custom Code or click Cancel."
2551
  msgstr ""
2552
 
2553
+ #: admin/core/core.php:1972
2554
  msgid ""
2555
  "Your My Notes Personal Notes and/or htaccess Code Notes saved successfully "
2556
  "to your WordPress Database."
2557
  msgstr ""
2558
 
2559
+ #: admin/core/core.php:1985
2560
  msgid "My Notes ~ "
2561
  msgstr ""
2562
 
2563
+ #: admin/core/core.php:1985
2564
  msgid "Save Personal Notes and htaccess Code Notes to your WordPress Database"
2565
  msgstr ""
2566
 
2567
+ #: admin/core/core.php:2006
2568
  msgid ""
2569
  "If you are unable to save custom htaccess code and/or see an error message "
2570
  "when trying to save custom htaccess code, "
2571
  msgstr ""
2572
 
2573
+ #: admin/core/core.php:2006
2574
  msgid ""
2575
  "click the Encrypt My Notes button first and then click the Save My Notes "
2576
  "button."
2577
  msgstr ""
2578
 
2579
+ #: admin/core/core.php:2006
2580
  msgid "Mouse over the question mark image to the right for help info."
2581
  msgstr ""
2582
 
2583
+ #: admin/core/core.php:2006
2584
  msgid ""
2585
  "If your web host currently has ModSecurity installed or installs ModSecurity "
2586
  "at a later time then ModSecurity will prevent you from saving your custom "
2588
  "button."
2589
  msgstr ""
2590
 
2591
+ #: admin/core/core.php:2006
2592
  msgid ""
2593
  "If you click the Encrypt My Notes button, but then want to add or edit "
2594
  "additional custom code click the Decrypt My Notes button. After you are done "
2596
  "clicking the Save My Notes button."
2597
  msgstr ""
2598
 
2599
+ #: admin/core/core.php:2078
2600
+ #: admin/db-backup-security/db-backup-security.php:1745
2601
  #: admin/mscan/mscan.php:1946 admin/theme-skin/theme-skin.php:253
2602
  msgid "Whats New in "
2603
  msgstr ""
2604
 
2605
+ #: admin/core/core.php:2078
2606
  msgid " and General Help Info & Tips"
2607
  msgstr ""
2608
 
2609
+ #: admin/core/core.php:2083
2610
  msgid "The BPS Changelog|Whats New page has been moved to the "
2611
  msgstr ""
2612
 
2613
+ #: admin/core/core.php:2083
2614
  msgid "Reasons for this Changelog|Whats New page change: "
2615
  msgstr ""
2616
 
2617
+ #: admin/core/core.php:2083
2618
  msgid ""
2619
  "The BPS Changelog|Whats New page will not have to be translated by the "
2620
  "WordPress PolyGlots Language Packs Team for each new version release of BPS, "
2623
  "BPS version changes through the years and other beneficial reasons."
2624
  msgstr ""
2625
 
2626
+ #: admin/core/core.php:2091 admin/db-backup-security/db-backup-security.php:314
2627
+ #: admin/db-backup-security/db-backup-security.php:1245
2628
+ #: admin/db-backup-security/db-backup-security.php:1401
2629
  #: admin/email-log-settings/email-log-settings.php:100
2630
+ #: admin/maintenance/maintenance.php:214 admin/maintenance/maintenance.php:216
2631
  #: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
2632
+ #: admin/wizard/wizard.php:1065 admin/wizard/wizard.php:1134
2633
  msgid ""
2634
  "Protect all of your website files with AutoRestore|Quarantine Intrusion "
2635
  "Detection & Prevention System: "
2636
  msgstr ""
2637
 
2638
+ #: admin/core/core.php:2091 admin/db-backup-security/db-backup-security.php:314
2639
+ #: admin/db-backup-security/db-backup-security.php:1245
2640
+ #: admin/db-backup-security/db-backup-security.php:1401
2641
  #: admin/email-log-settings/email-log-settings.php:100
2642
+ #: admin/maintenance/maintenance.php:214 admin/maintenance/maintenance.php:216
2643
  #: admin/mscan/mscan.php:128 admin/security-log/security-log.php:240
2644
+ #: admin/theme-skin/theme-skin.php:106 admin/wizard/wizard.php:1065
2645
+ #: admin/wizard/wizard.php:1134
2646
  msgid "Get BPS Pro ARQ IDPS"
2647
  msgstr ""
2648
 
2649
+ #: admin/core/core.php:2091 admin/email-log-settings/email-log-settings.php:100
2650
+ #: admin/maintenance/maintenance.php:214 admin/maintenance/maintenance.php:216
2651
  #: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
2652
+ #: admin/wizard/wizard.php:1065 admin/wizard/wizard.php:1134
2653
  msgid ""
2654
  "Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-"
2655
  "posting, auto-commenting): "
2656
  msgstr ""
2657
 
2658
+ #: admin/core/core.php:2091 admin/email-log-settings/email-log-settings.php:100
2659
+ #: admin/login/login.php:225 admin/login/login.php:840
2660
+ #: admin/maintenance/maintenance.php:214 admin/maintenance/maintenance.php:216
2661
  #: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
2662
+ #: admin/wizard/wizard.php:1065 admin/wizard/wizard.php:1134
2663
  msgid "Get BPS Pro JTC Anti-Spam|Anti-Hacker"
2664
  msgstr ""
2665
 
2666
+ #: admin/core/core.php:2096
2667
  msgid "General Help Info & Tips:"
2668
  msgstr ""
2669
 
2670
+ #: admin/core/core.php:2100
2671
  msgid "If BPS plugin pages are not displaying visually correct you can "
2672
  msgstr ""
2673
 
2674
+ #: admin/core/core.php:2104
2675
  msgid "BPS Video Tutorials|Setup Wizard: "
2676
  msgstr ""
2677
 
2678
+ #: admin/core/core.php:2112
2679
  msgid "Troubleshooting Steps & The BPS Security Log: "
2680
  msgstr ""
2681
 
2682
+ #: admin/core/core.php:2112
2683
  msgid ""
2684
  "All BPS plugin features can be turned Off/On individually to confirm, "
2685
  "eliminate or isolate a problem or issue that may or may not be caused by BPS."
2686
  msgstr ""
2687
 
2688
+ #: admin/core/core.php:2112
2689
  msgid ""
2690
  "The BPS Security Log is a primary troubleshooting tool. If BPS is blocking "
2691
  "something legitimate in another plugin or theme then a Security Log entry "
2694
  "being blocked."
2695
  msgstr ""
2696
 
2697
+ #: admin/core/core.php:2112
2698
  msgid ""
2699
  "Search the Forum site to see if a known issue or problem is already posted "
2700
  "with a solution/whitelist rule in the Forum."
2701
  msgstr ""
2702
 
2703
+ #: admin/core/core.php:2125 admin/maintenance/maintenance.php:2135
2704
  msgid "Help & FAQ"
2705
  msgstr ""
2706
 
2707
+ #: admin/core/core.php:2129 admin/email-log-settings/email-log-settings.php:225
2708
+ #: admin/login/login.php:1693 admin/maintenance/maintenance.php:2140
2709
  #: admin/security-log/security-log.php:833
2710
  #: admin/system-info/system-info.php:1132
2711
  msgid "Contributors Page"
2712
  msgstr ""
2713
 
2714
+ #: admin/core/core.php:2130
2715
  msgid "WP Permalinks - Custom Permalink Structure Help Info"
2716
  msgstr ""
2717
 
2718
+ #: admin/core/core.php:2131 admin/email-log-settings/email-log-settings.php:224
2719
+ #: admin/login/login.php:1692 admin/maintenance/maintenance.php:2141
2720
  #: admin/security-log/security-log.php:832
2721
  #: admin/system-info/system-info.php:1131
2722
  msgid "Security Log Event Codes"
2723
  msgstr ""
2724
 
2725
+ #: admin/core/core.php:2132
2726
  msgid "Adding a Custom 403 Forbidden Page For Your Website"
2727
  msgstr ""
2728
 
2729
+ #: admin/core/core.php:2133
2730
+ #: admin/db-backup-security/db-backup-security.php:1749
2731
  #: admin/email-log-settings/email-log-settings.php:226
2732
+ #: admin/login/login.php:1694 admin/maintenance/maintenance.php:2142
2733
  #: admin/mscan/mscan.php:1949 admin/security-log/security-log.php:834
2734
  #: admin/system-info/system-info.php:1133 admin/theme-skin/theme-skin.php:256
2735
  msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
2736
  msgstr ""
2737
 
2738
+ #: admin/core/core.php:2146
2739
  msgid "BulletProof Security Pro Feature Highlights"
2740
  msgstr ""
2741
 
2742
+ #: admin/core/core.php:2156
2743
  msgid "The Ultimate Security Protection"
2744
  msgstr ""
2745
 
2746
+ #: admin/core/core.php:2159
2747
  msgid "BPS Pro One-Click Setup Wizard & Demo Video Tutorial"
2748
  msgstr ""
2749
 
2750
+ #: admin/core/core.php:2160
2751
  msgid "View All BPS Pro Features"
2752
  msgstr ""
2753
 
2754
+ #: admin/core/core.php:2167
2755
  msgid ""
2756
  "The Complete Website Security Solution for Hacker and Spammer Protection"
2757
  msgstr ""
2758
 
2759
+ #: admin/core/core.php:2167
2760
  msgid ""
2761
  "BulletProof Security Pro has an amazing track record. BPS Pro has been "
2762
  "publicly available for 9+ years and is installed on over 50,000 websites "
2764
  "hacked."
2765
  msgstr ""
2766
 
2767
+ #: admin/core/core.php:2167
2768
  msgid ""
2769
  "Why pay 10 times or more for other premium WordPress Security Plugins with "
2770
  "recurring yearly subscriptions when you can get the best WordPress Security "
2771
  "Plugin for an extremely low one-time purchase price?"
2772
  msgstr ""
2773
 
2774
+ #: admin/core/core.php:2167
2775
  msgid "View Cost Comparison"
2776
  msgstr ""
2777
 
2778
+ #: admin/core/core.php:2167
2779
  msgid ""
2780
  "30-Day Money-Back Guarantee: If you are dissatisfied with BulletProof "
2781
  "Security Pro for any reason. We offer a no questions asked full refund."
2782
  msgstr ""
2783
 
2784
+ #: admin/core/core.php:2170
2785
  msgid "One-Click Setup Wizard Installation: "
2786
  msgstr ""
2787
 
2788
+ #: admin/core/core.php:2170
2789
  msgid ""
2790
  "Fast, simple and complete BPS Pro installation and setup in less than 1 "
2791
  "minute."
2792
  msgstr ""
2793
 
2794
+ #: admin/core/core.php:2172
2795
  msgid "One-Click Upgrade: "
2796
  msgstr ""
2797
 
2798
+ #: admin/core/core.php:2172
2799
  msgid "One-click plugin upgrade on the WordPress Plugins page."
2800
  msgstr ""
2801
 
2802
+ #: admin/core/core.php:2174
2803
  msgid ""
2804
  "AutoRestore|Quarantine Intrusion Detection and Prevention System (ARQ IDPS): "
2805
  msgstr ""
2806
 
2807
+ #: admin/core/core.php:2174
2808
  msgid ""
2809
  "ARQ IDPS is a real-time file scanner that automatically quarantines "
2810
  "malicious hacker files and autorestores legitimate website files if they "
2818
  "Plugin and Theme Automatic, Manual and Shiny installations and updates."
2819
  msgstr ""
2820
 
2821
+ #: admin/core/core.php:2176
2822
  msgid "MScan Malware Scanner: "
2823
  msgstr ""
2824
 
2825
+ #: admin/core/core.php:2176
2826
  msgid ""
2827
  "MScan Scheduled Scans are available in BPS Pro only. The BPS Pro ARQ IDPS "
2828
  "scanner is far superior to malware scanners including MScan, but both the "
2830
  "website if someone would like to do that."
2831
  msgstr ""
2832
 
2833
+ #: admin/core/core.php:2178
2834
  msgid "Plugin Firewall|Plugin Firewall AutoPilot Mode: "
2835
  msgstr ""
2836
 
2837
+ #: admin/core/core.php:2178
2838
  msgid ""
2839
  "The Plugin Firewall protects all of your Plugins (plugin folders and files) "
2840
  "with an IP Address Firewall, which prevents/blocks/forbids Remote Access to "
2848
  "firewall whitelist rules."
2849
  msgstr ""
2850
 
2851
+ #: admin/core/core.php:2180
2852
  msgid "JTC Anti-Spam|Anti-Hacker (JTC): "
2853
  msgstr ""
2854
 
2855
+ #: admin/core/core.php:2180
2856
  #, php-format
2857
  msgid ""
2858
  "Blocks 100% of all SpamBot and HackerBot Brute Force Login attacks (auto-"
2866
  "includes a SpamBot Trap."
2867
  msgstr ""
2868
 
2869
+ #: admin/core/core.php:2182
2870
  msgid "Uploads Folder Anti-Exploit Guard (UAEG): "
2871
  msgstr ""
2872
 
2873
+ #: admin/core/core.php:2182
2874
  msgid ""
2875
  "Protects the WordPress Uploads folder. ONLY safe image files with valid "
2876
  "image file extensions such as jpg, gif, png, etc. can be accessed, opened or "
2880
  "executed in the WordPress Uploads folder."
2881
  msgstr ""
2882
 
2883
+ #: admin/core/core.php:2184
2884
  msgid "DB Monitor Intrusion Detection System (IDS): "
2885
  msgstr ""
2886
 
2887
+ #: admin/core/core.php:2184
2888
  msgid ""
2889
  "The DB Monitor is an automated Intrusion Detection System (IDS) that alerts "
2890
  "you via email anytime a change/modification occurs in your WordPress "
2895
  "help info."
2896
  msgstr ""
2897
 
2898
+ #: admin/core/core.php:2186
2899
  msgid "DB Diff Tool: "
2900
  msgstr ""
2901
 
2902
+ #: admin/core/core.php:2186
2903
  msgid ""
2904
  "The DB Diff Tool compares old database tables from DB backups to current "
2905
  "database tables and displays any differences in the data/content of those 2 "
2907
  "not only just DB data."
2908
  msgstr ""
2909
 
2910
+ #: admin/core/core.php:2188
2911
  msgid "DB Status & Info: "
2912
  msgstr ""
2913
 
2914
+ #: admin/core/core.php:2188
2915
  msgid ""
2916
  "General DB Info shows commonly checked DB status and info about your "
2917
  "WordPress database at a glance. Extensive DB Info shows extensive DB status "
2920
  "SHOW GLOBAL VARIABLES and SHOW SESSION VARIABLES."
2921
  msgstr ""
2922
 
2923
+ #: admin/core/core.php:2190
2924
  msgid "S-Monitor: "
2925
  msgstr ""
2926
 
2927
+ #: admin/core/core.php:2190
2928
  msgid ""
2929
  "S-Monitor is the centralized Security Monitoring and Alerting Core where you "
2930
  "can manage and choose BPS Pro settings for Dashboard Alerts, Dashboard "
2934
  "easy to change all/any BPS Pro settings to your particular preferences."
2935
  msgstr ""
2936
 
2937
+ #: admin/core/core.php:2192
2938
  msgid "Advanced Real-Time Alerting & Heads Up Dashboard Status Display: "
2939
  msgstr ""
2940
 
2941
+ #: admin/core/core.php:2192
2942
  msgid ""
2943
  "BPS Pro checks and displays error, warning, notifications and alert messages "
2944
  "in real time. You can choose how you want these messages displayed to you "
2946
  "Dashboard, BPS Pro pages only, Turned off, Email Alerts, Logging..."
2947
  msgstr ""
2948
 
2949
+ #: admin/core/core.php:2195
2950
  msgid "Custom php.ini|ini_set Options: "
2951
  msgstr ""
2952
 
2953
+ #: admin/core/core.php:2195
2954
  msgid ""
2955
  "Quickly create a custom php.ini file for your website or use ini_set Options "
2956
  "to increase security and performance with just a few clicks. Additional P-"
2958
  "Protected PHP Error Log, PHP Error Alerts, Secure phpinfo Viewer..."
2959
  msgstr ""
2960
 
2961
+ #: admin/core/core.php:2197
2962
  msgid "Pro Tools: 16 mini-plugins: "
2963
  msgstr ""
2964
 
2965
+ #: admin/core/core.php:2197
2966
  msgid ""
2967
  "Online Base64 Decoder, Offline Base64 Decode|Encode, Mcrypt ~ Decrypt|"
2968
  "Encrypt, Crypt Encryption, Scheduled Crons (display and reschedule/reset "
2981
  "vulnerable to an XML-RPC exploit)."
2982
  msgstr ""
2983
 
2984
+ #: admin/core/core.php:2205
2985
  msgid "BPS Pro Version Release Dates"
2986
  msgstr ""
2987
 
2988
+ #: admin/core/core.php:2209 admin/core/core.php:2210 admin/core/core.php:2211
2989
+ #: admin/core/core.php:2212 admin/core/core.php:2213 admin/core/core.php:2219
2990
+ #: admin/core/core.php:2220 admin/core/core.php:2221 admin/core/core.php:2222
2991
+ #: admin/core/core.php:2223 admin/core/core.php:2224 admin/core/core.php:2230
2992
+ #: admin/core/core.php:2231 admin/core/core.php:2232 admin/core/core.php:2233
2993
+ #: admin/core/core.php:2238 admin/core/core.php:2239 admin/core/core.php:2240
2994
+ #: admin/core/core.php:2241 admin/core/core.php:2242 admin/core/core.php:2247
2995
+ #: admin/core/core.php:2248 admin/core/core.php:2249 admin/core/core.php:2250
2996
+ #: admin/core/core.php:2251 admin/core/core.php:2252 admin/core/core.php:2253
2997
+ #: admin/core/core.php:2254 admin/core/core.php:2255 admin/core/core.php:2260
2998
+ #: admin/core/core.php:2261 admin/core/core.php:2262 admin/core/core.php:2263
 
 
 
 
 
 
 
 
 
 
 
 
2999
  #: admin/core/core.php:2264 admin/core/core.php:2265 admin/core/core.php:2266
3000
  #: admin/core/core.php:2267 admin/core/core.php:2268 admin/core/core.php:2269
3001
+ #: admin/core/core.php:2270 admin/core/core.php:2271 admin/core/core.php:2272
3002
  #: admin/core/core.php:2278 admin/core/core.php:2279 admin/core/core.php:2280
3003
  #: admin/core/core.php:2281 admin/core/core.php:2282 admin/core/core.php:2283
3004
  #: admin/core/core.php:2284 admin/core/core.php:2285 admin/core/core.php:2286
3005
+ #: admin/core/core.php:2287 admin/core/core.php:2288 admin/core/core.php:2289
3006
+ #: admin/core/core.php:2290 admin/core/core.php:2291 admin/core/core.php:2297
3007
+ #: admin/core/core.php:2298 admin/core/core.php:2299 admin/core/core.php:2300
3008
+ #: admin/core/core.php:2301 admin/core/core.php:2302 admin/core/core.php:2303
3009
+ #: admin/core/core.php:2304 admin/core/core.php:2305 admin/core/core.php:2306
3010
+ #: admin/core/core.php:2307 admin/core/core.php:2308 admin/core/core.php:2309
3011
+ #: admin/core/core.php:2315 admin/core/core.php:2316 admin/core/core.php:2317
3012
+ #: admin/core/core.php:2318 admin/core/core.php:2319 admin/core/core.php:2320
3013
+ #: admin/core/core.php:2321 admin/core/core.php:2322 admin/core/core.php:2323
3014
+ #: admin/core/core.php:2324 admin/core/core.php:2330 admin/core/core.php:2331
3015
+ #: admin/core/core.php:2332 admin/core/core.php:2333 admin/core/core.php:2334
3016
+ #: admin/core/core.php:2335 admin/core/core.php:2336 admin/core/core.php:2337
3017
+ #: admin/core/core.php:2338 admin/core/core.php:2339
3018
  #, php-format
3019
  msgid ""
3020
  "<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
3304
  msgstr ""
3305
 
3306
  #: admin/db-backup-security/db-backup-help-text.php:9
3307
+ #: admin/db-backup-security/db-backup-security.php:1002
3308
  msgid "Rename|Create|Reset Tool"
3309
  msgstr ""
3310
 
3668
  msgid "BulletProof Security ~ DB Backup & Security"
3669
  msgstr ""
3670
 
3671
+ #: admin/db-backup-security/db-backup-security.php:303
3672
+ #: admin/db-backup-security/db-backup-security.php:320
3673
+ #: admin/db-backup-security/db-backup-security.php:322
3674
  #: admin/includes/admin.php:342
3675
  msgid "DB Backup"
3676
  msgstr ""
3677
 
3678
+ #: admin/db-backup-security/db-backup-security.php:304
3679
+ #: admin/db-backup-security/db-backup-security.php:1251
3680
+ #: admin/db-backup-security/db-backup-security.php:1253
3681
  msgid "DB Backup Log"
3682
  msgstr ""
3683
 
3684
+ #: admin/db-backup-security/db-backup-security.php:305
3685
+ #: admin/db-backup-security/db-backup-security.php:1407
3686
+ #: admin/db-backup-security/db-backup-security.php:1409
3687
  msgid "DB Table Prefix Changer"
3688
  msgstr ""
3689
 
3690
+ #: admin/db-backup-security/db-backup-security.php:314
3691
  msgid "DB Backup ~ "
3692
  msgstr ""
3693
 
3694
+ #: admin/db-backup-security/db-backup-security.php:314
3695
  msgid ""
3696
  "Full & Partial DB Backups, Manual & Scheduled DB Backups, Email Zip Backups, "
3697
  "Automatically Delete Old Backups"
3698
  msgstr ""
3699
 
3700
+ #: admin/db-backup-security/db-backup-security.php:331
3701
  msgid "DB Backup & Security Guide"
3702
  msgstr ""
3703
 
3704
+ #: admin/db-backup-security/db-backup-security.php:338
3705
  msgid "Backup Jobs ~ Manual|Scheduled"
3706
  msgstr ""
3707
 
3708
+ #: admin/db-backup-security/db-backup-security.php:448
3709
  msgid ""
3710
  "Error: You did not select any DB Tables to backup. Backup Job was not "
3711
  "created."
3712
  msgstr ""
3713
 
3714
+ #: admin/db-backup-security/db-backup-security.php:554
3715
  msgid "Backup Job "
3716
  msgstr ""
3717
 
3718
+ #: admin/db-backup-security/db-backup-security.php:554
3719
  msgid " Created Successfully."
3720
  msgstr ""
3721
 
3722
+ #: admin/db-backup-security/db-backup-security.php:556
3723
  msgid "Backup Job Settings Logged successfully in the DB Backup Log"
3724
  msgstr ""
3725
 
3726
+ #: admin/db-backup-security/db-backup-security.php:583
3727
  msgid "Run Job|Delete Job"
3728
  msgstr ""
3729
 
3730
+ #: admin/db-backup-security/db-backup-security.php:639
3731
+ #: admin/db-backup-security/db-backup-security.php:696
3732
  msgid "Backup Job: "
3733
  msgstr ""
3734
 
3735
+ #: admin/db-backup-security/db-backup-security.php:639
3736
+ #: admin/db-backup-security/db-backup-security.php:875
3737
  msgid " has been deleted successfully."
3738
  msgstr ""
3739
 
3740
+ #: admin/db-backup-security/db-backup-security.php:696
3741
  msgid " has completed."
3742
  msgstr ""
3743
 
3744
+ #: admin/db-backup-security/db-backup-security.php:696
3745
  msgid ""
3746
  "Your DB Backup Log contains the Backup Job Completion Time, Total Memory "
3747
  "Used and other information about this Backup."
3748
  msgstr ""
3749
 
3750
+ #: admin/db-backup-security/db-backup-security.php:725
3751
  msgid "Description|Job Name"
3752
  msgstr ""
3753
 
3754
+ #: admin/db-backup-security/db-backup-security.php:726
3755
+ #: admin/db-backup-security/db-backup-security.php:756
3756
+ #: admin/db-backup-security/db-backup-security.php:900
3757
+ #: admin/db-backup-security/db-backup-security.php:918
3758
+ #: admin/login/login.php:589 admin/login/login.php:618
3759
+ #: admin/login/login.php:690 admin/login/login.php:719
3760
  #: admin/mscan/mscan.php:1386
3761
  msgid "Delete"
3762
  msgstr ""
3763
 
3764
+ #: admin/db-backup-security/db-backup-security.php:727
3765
+ #: admin/db-backup-security/db-backup-security.php:757
3766
  msgid "Run"
3767
  msgstr ""
3768
 
3769
+ #: admin/db-backup-security/db-backup-security.php:728
3770
  msgid "Job Type"
3771
  msgstr ""
3772
 
3773
+ #: admin/db-backup-security/db-backup-security.php:729
3774
  msgid "Frequency"
3775
  msgstr ""
3776
 
3777
+ #: admin/db-backup-security/db-backup-security.php:730
3778
  msgid "Last Backup"
3779
  msgstr ""
3780
 
3781
+ #: admin/db-backup-security/db-backup-security.php:731
3782
  msgid "Next Backup"
3783
  msgstr ""
3784
 
3785
+ #: admin/db-backup-security/db-backup-security.php:732
3786
  msgid "Email Backup"
3787
  msgstr ""
3788
 
3789
+ #: admin/db-backup-security/db-backup-security.php:733
3790
  msgid "Job Created"
3791
  msgstr ""
3792
 
3793
+ #: admin/db-backup-security/db-backup-security.php:740
3794
  msgid "No Backup Jobs have been created yet."
3795
  msgstr ""
3796
 
3797
+ #: admin/db-backup-security/db-backup-security.php:775
3798
  msgid "Yes & Delete"
3799
  msgstr ""
3800
 
3801
+ #: admin/db-backup-security/db-backup-security.php:777
3802
  msgid "Send Email Only"
3803
  msgstr ""
3804
 
3805
+ #: admin/db-backup-security/db-backup-security.php:818
3806
  msgid "Backup Files ~ Download|Delete"
3807
  msgstr ""
3808
 
3809
+ #: admin/db-backup-security/db-backup-security.php:853
3810
  msgid "Delete Files"
3811
  msgstr ""
3812
 
3813
+ #: admin/db-backup-security/db-backup-security.php:875
3814
  msgid "Backup File: "
3815
  msgstr ""
3816
 
3817
+ #: admin/db-backup-security/db-backup-security.php:899
3818
  msgid "Backup Filename"
3819
  msgstr ""
3820
 
3821
+ #: admin/db-backup-security/db-backup-security.php:901
3822
+ #: admin/db-backup-security/db-backup-security.php:919
3823
  msgid "Download"
3824
  msgstr ""
3825
 
3826
+ #: admin/db-backup-security/db-backup-security.php:902
3827
  msgid "Backup Folder"
3828
  msgstr ""
3829
 
3830
+ #: admin/db-backup-security/db-backup-security.php:903
3831
  msgid "Size"
3832
  msgstr ""
3833
 
3834
+ #: admin/db-backup-security/db-backup-security.php:904
3835
  msgid "Date|Time"
3836
  msgstr ""
3837
 
3838
+ #: admin/db-backup-security/db-backup-security.php:934
3839
  msgid "No Backup Jobs have been Run yet. No Files in Backup."
3840
  msgstr ""
3841
 
3842
+ #: admin/db-backup-security/db-backup-security.php:950
3843
  msgid "Click OK to Delete Backup File(s) or click Cancel"
3844
  msgstr ""
3845
 
3846
+ #: admin/db-backup-security/db-backup-security.php:975
3847
  msgid "Create Backup Jobs"
3848
  msgstr ""
3849
 
3850
+ #: admin/db-backup-security/db-backup-security.php:1000
3851
  msgid "Database Tables "
3852
  msgstr ""
3853
 
3854
+ #: admin/db-backup-security/db-backup-security.php:1001
3855
  msgid "Backup Job Settings|Independent Options"
3856
  msgstr ""
3857
 
3858
+ #: admin/db-backup-security/db-backup-security.php:1014
3859
  #: admin/mscan/mscan.php:961
3860
  msgid "All"
3861
  msgstr ""
3862
 
3863
+ #: admin/db-backup-security/db-backup-security.php:1015
3864
+ #: admin/db-backup-security/db-backup-security.php:1608
3865
  msgid "DB Table Name"
3866
  msgstr ""
3867
 
3868
+ #: admin/db-backup-security/db-backup-security.php:1042
3869
  msgid "Description|Backup Job Name:"
3870
  msgstr ""
3871
 
3872
+ #: admin/db-backup-security/db-backup-security.php:1046
3873
  msgid "DB Backup Folder Location:"
3874
  msgstr ""
3875
 
3876
+ #: admin/db-backup-security/db-backup-security.php:1047
3877
  msgid "Recommended: Use The Default Obfuscated & Secure BPS Backup Folder."
3878
  msgstr ""
3879
 
3880
+ #: admin/db-backup-security/db-backup-security.php:1050
3881
  msgid "DB Backup File Download Link|URL:"
3882
  msgstr ""
3883
 
3884
+ #: admin/db-backup-security/db-backup-security.php:1051
3885
  msgid ""
3886
  "Note: If you see 404 errors when trying to download zip files or if you have"
3887
  msgstr ""
3888
 
3889
+ #: admin/db-backup-security/db-backup-security.php:1052
3890
  msgid ""
3891
  "changed the DB Backup Folder Location above, click the Read Me help button."
3892
  msgstr ""
3893
 
3894
+ #: admin/db-backup-security/db-backup-security.php:1055
3895
  msgid "Backup Job Type: Manual or Scheduled"
3896
  msgstr ""
3897
 
3898
+ #: admin/db-backup-security/db-backup-security.php:1057
3899
  msgid "Manual DB Backup Job"
3900
  msgstr ""
3901
 
3902
+ #: admin/db-backup-security/db-backup-security.php:1058
3903
  msgid "Scheduled DB Backup Job"
3904
  msgstr ""
3905
 
3906
+ #: admin/db-backup-security/db-backup-security.php:1061
3907
  msgid "Frequency of Scheduled Backup Job (recurring)"
3908
  msgstr ""
3909
 
3910
+ #: admin/db-backup-security/db-backup-security.php:1063
3911
+ #: admin/db-backup-security/db-backup-security.php:1072
3912
+ #: admin/db-backup-security/db-backup-security.php:1101
3913
+ #: admin/db-backup-security/db-backup-security.php:1113
3914
  msgid "N/A"
3915
  msgstr ""
3916
 
3917
+ #: admin/db-backup-security/db-backup-security.php:1064
3918
  msgid "Hourly Scheduled DB Backup Job"
3919
  msgstr ""
3920
 
3921
+ #: admin/db-backup-security/db-backup-security.php:1065
3922
  msgid "Daily Scheduled DB Backup Job"
3923
  msgstr ""
3924
 
3925
+ #: admin/db-backup-security/db-backup-security.php:1066
3926
  msgid "Weekly Scheduled DB Backup Job"
3927
  msgstr ""
3928
 
3929
+ #: admin/db-backup-security/db-backup-security.php:1067
3930
  msgid "Monthly Scheduled DB Backup Job"
3931
  msgstr ""
3932
 
3933
+ #: admin/db-backup-security/db-backup-security.php:1070
3934
  msgid "Hour When Scheduled Backup is Run (recurring)"
3935
  msgstr ""
3936
 
3937
+ #: admin/db-backup-security/db-backup-security.php:1073
3938
  msgid "12AM"
3939
  msgstr ""
3940
 
3941
+ #: admin/db-backup-security/db-backup-security.php:1074
3942
  msgid "1AM"
3943
  msgstr ""
3944
 
3945
+ #: admin/db-backup-security/db-backup-security.php:1075
3946
  msgid "2AM"
3947
  msgstr ""
3948
 
3949
+ #: admin/db-backup-security/db-backup-security.php:1076
3950
  msgid "3AM"
3951
  msgstr ""
3952
 
3953
+ #: admin/db-backup-security/db-backup-security.php:1077
3954
  msgid "4AM"
3955
  msgstr ""
3956
 
3957
+ #: admin/db-backup-security/db-backup-security.php:1078
3958
  msgid "5AM"
3959
  msgstr ""
3960
 
3961
+ #: admin/db-backup-security/db-backup-security.php:1079
3962
  msgid "6AM"
3963
  msgstr ""
3964
 
3965
+ #: admin/db-backup-security/db-backup-security.php:1080
3966
  msgid "7AM"
3967
  msgstr ""
3968
 
3969
+ #: admin/db-backup-security/db-backup-security.php:1081
3970
  msgid "8AM"
3971
  msgstr ""
3972
 
3973
+ #: admin/db-backup-security/db-backup-security.php:1082
3974
  msgid "9AM"
3975
  msgstr ""
3976
 
3977
+ #: admin/db-backup-security/db-backup-security.php:1083
3978
  msgid "10AM"
3979
  msgstr ""
3980
 
3981
+ #: admin/db-backup-security/db-backup-security.php:1084
3982
  msgid "11AM"
3983
  msgstr ""
3984
 
3985
+ #: admin/db-backup-security/db-backup-security.php:1085
3986
  msgid "12PM"
3987
  msgstr ""
3988
 
3989
+ #: admin/db-backup-security/db-backup-security.php:1086
3990
  msgid "1PM"
3991
  msgstr ""
3992
 
3993
+ #: admin/db-backup-security/db-backup-security.php:1087
3994
  msgid "2PM"
3995
  msgstr ""
3996
 
3997
+ #: admin/db-backup-security/db-backup-security.php:1088
3998
  msgid "3PM"
3999
  msgstr ""
4000
 
4001
+ #: admin/db-backup-security/db-backup-security.php:1089
4002
  msgid "4PM"
4003
  msgstr ""
4004
 
4005
+ #: admin/db-backup-security/db-backup-security.php:1090
4006
  msgid "5PM"
4007
  msgstr ""
4008
 
4009
+ #: admin/db-backup-security/db-backup-security.php:1091
4010
  msgid "6PM"
4011
  msgstr ""
4012
 
4013
+ #: admin/db-backup-security/db-backup-security.php:1092
4014
  msgid "7PM"
4015
  msgstr ""
4016
 
4017
+ #: admin/db-backup-security/db-backup-security.php:1093
4018
  msgid "8PM"
4019
  msgstr ""
4020
 
4021
+ #: admin/db-backup-security/db-backup-security.php:1094
4022
  msgid "9PM"
4023
  msgstr ""
4024
 
4025
+ #: admin/db-backup-security/db-backup-security.php:1095
4026
  msgid "10PM"
4027
  msgstr ""
4028
 
4029
+ #: admin/db-backup-security/db-backup-security.php:1096
4030
  msgid "11PM"
4031
  msgstr ""
4032
 
4033
+ #: admin/db-backup-security/db-backup-security.php:1099
4034
  msgid "Day of Week When Scheduled Backup is Run (recurring)"
4035
  msgstr ""
4036
 
4037
+ #: admin/db-backup-security/db-backup-security.php:1102
4038
  msgid "Sunday"
4039
  msgstr ""
4040
 
4041
+ #: admin/db-backup-security/db-backup-security.php:1103
4042
  msgid "Monday"
4043
  msgstr ""
4044
 
4045
+ #: admin/db-backup-security/db-backup-security.php:1104
4046
  msgid "Tuesday"
4047
  msgstr ""
4048
 
4049
+ #: admin/db-backup-security/db-backup-security.php:1105
4050
  msgid "Wednesday"
4051
  msgstr ""
4052
 
4053
+ #: admin/db-backup-security/db-backup-security.php:1106
4054
  msgid "Thursday"
4055
  msgstr ""
4056
 
4057
+ #: admin/db-backup-security/db-backup-security.php:1107
4058
  msgid "Friday"
4059
  msgstr ""
4060
 
4061
+ #: admin/db-backup-security/db-backup-security.php:1108
4062
  msgid "Saturday"
4063
  msgstr ""
4064
 
4065
+ #: admin/db-backup-security/db-backup-security.php:1111
4066
  msgid "Day of Month When Scheduled Backup is Run (recurring)"
4067
  msgstr ""
4068
 
4069
+ #: admin/db-backup-security/db-backup-security.php:1114
4070
  msgid "1st"
4071
  msgstr ""
4072
 
4073
+ #: admin/db-backup-security/db-backup-security.php:1115
4074
  msgid "2nd"
4075
  msgstr ""
4076
 
4077
+ #: admin/db-backup-security/db-backup-security.php:1116
4078
  msgid "3rd"
4079
  msgstr ""
4080
 
4081
+ #: admin/db-backup-security/db-backup-security.php:1117
4082
  msgid "4th"
4083
  msgstr ""
4084
 
4085
+ #: admin/db-backup-security/db-backup-security.php:1118
4086
  msgid "5th"
4087
  msgstr ""
4088
 
4089
+ #: admin/db-backup-security/db-backup-security.php:1119
4090
  msgid "6th"
4091
  msgstr ""
4092
 
4093
+ #: admin/db-backup-security/db-backup-security.php:1120
4094
  msgid "7th"
4095
  msgstr ""
4096
 
4097
+ #: admin/db-backup-security/db-backup-security.php:1121
4098
  msgid "8th"
4099
  msgstr ""
4100
 
4101
+ #: admin/db-backup-security/db-backup-security.php:1122
4102
  msgid "9th"
4103
  msgstr ""
4104
 
4105
+ #: admin/db-backup-security/db-backup-security.php:1123
4106
  msgid "10th"
4107
  msgstr ""
4108
 
4109
+ #: admin/db-backup-security/db-backup-security.php:1124
4110
  msgid "11th"
4111
  msgstr ""
4112
 
4113
+ #: admin/db-backup-security/db-backup-security.php:1125
4114
  msgid "12th"
4115
  msgstr ""
4116
 
4117
+ #: admin/db-backup-security/db-backup-security.php:1126
4118
  msgid "13th"
4119
  msgstr ""
4120
 
4121
+ #: admin/db-backup-security/db-backup-security.php:1127
4122
  msgid "14th"
4123
  msgstr ""
4124
 
4125
+ #: admin/db-backup-security/db-backup-security.php:1128
4126
  msgid "15th"
4127
  msgstr ""
4128
 
4129
+ #: admin/db-backup-security/db-backup-security.php:1129
4130
  msgid "16th"
4131
  msgstr ""
4132
 
4133
+ #: admin/db-backup-security/db-backup-security.php:1130
4134
  msgid "17th"
4135
  msgstr ""
4136
 
4137
+ #: admin/db-backup-security/db-backup-security.php:1131
4138
  msgid "18th"
4139
  msgstr ""
4140
 
4141
+ #: admin/db-backup-security/db-backup-security.php:1132
4142
  msgid "19th"
4143
  msgstr ""
4144
 
4145
+ #: admin/db-backup-security/db-backup-security.php:1133
4146
  msgid "20th"
4147
  msgstr ""
4148
 
4149
+ #: admin/db-backup-security/db-backup-security.php:1134
4150
  msgid "21st"
4151
  msgstr ""
4152
 
4153
+ #: admin/db-backup-security/db-backup-security.php:1135
4154
  msgid "22nd"
4155
  msgstr ""
4156
 
4157
+ #: admin/db-backup-security/db-backup-security.php:1136
4158
  msgid "23rd"
4159
  msgstr ""
4160
 
4161
+ #: admin/db-backup-security/db-backup-security.php:1137
4162
  msgid "24th"
4163
  msgstr ""
4164
 
4165
+ #: admin/db-backup-security/db-backup-security.php:1138
4166
  msgid "25th"
4167
  msgstr ""
4168
 
4169
+ #: admin/db-backup-security/db-backup-security.php:1139
4170
  msgid "26th"
4171
  msgstr ""
4172
 
4173
+ #: admin/db-backup-security/db-backup-security.php:1140
4174
  msgid "27th"
4175
  msgstr ""
4176
 
4177
+ #: admin/db-backup-security/db-backup-security.php:1141
4178
  msgid "28th"
4179
  msgstr ""
4180
 
4181
+ #: admin/db-backup-security/db-backup-security.php:1142
4182
  msgid "29th"
4183
  msgstr ""
4184
 
4185
+ #: admin/db-backup-security/db-backup-security.php:1143
4186
  msgid "30th"
4187
  msgstr ""
4188
 
4189
+ #: admin/db-backup-security/db-backup-security.php:1146
4190
  msgid "Send Scheduled Backup Zip File Via Email or Just Email Only:"
4191
  msgstr ""
4192
 
4193
+ #: admin/db-backup-security/db-backup-security.php:1147
4194
  msgid ""
4195
  "Note: Check with your email provider for the maximum<br>file attachment size "
4196
  "limit that is allowed by your Mail Server"
4197
  msgstr ""
4198
 
4199
+ #: admin/db-backup-security/db-backup-security.php:1149
4200
  msgid "Do Not Email Zip Backup File"
4201
  msgstr ""
4202
 
4203
+ #: admin/db-backup-security/db-backup-security.php:1150
4204
  msgid "Email & Delete Zip Backup File"
4205
  msgstr ""
4206
 
4207
+ #: admin/db-backup-security/db-backup-security.php:1151
4208
  msgid "Email Zip Backup File"
4209
  msgstr ""
4210
 
4211
+ #: admin/db-backup-security/db-backup-security.php:1152
4212
  msgid "Send Email Only & Not Zip Backup File"
4213
  msgstr ""
4214
 
4215
+ #: admin/db-backup-security/db-backup-security.php:1155
4216
  msgid "Automatically Delete Old Backup Files:"
4217
  msgstr ""
4218
 
4219
+ #: admin/db-backup-security/db-backup-security.php:1156
4220
+ #: admin/db-backup-security/db-backup-security.php:1170
4221
  msgid "Independent Option:"
4222
  msgstr ""
4223
 
4224
+ #: admin/db-backup-security/db-backup-security.php:1158
4225
  msgid "Never Delete Old Backup Files"
4226
  msgstr ""
4227
 
4228
+ #: admin/db-backup-security/db-backup-security.php:1159
4229
  msgid "Delete Backup Files Older Than 1 Day"
4230
  msgstr ""
4231
 
4232
+ #: admin/db-backup-security/db-backup-security.php:1160
4233
  msgid "Delete Backup Files Older Than 5 Days"
4234
  msgstr ""
4235
 
4236
+ #: admin/db-backup-security/db-backup-security.php:1161
4237
  msgid "Delete Backup Files Older Than 10 Days"
4238
  msgstr ""
4239
 
4240
+ #: admin/db-backup-security/db-backup-security.php:1162
4241
  msgid "Delete Backup Files Older Than 15 Days"
4242
  msgstr ""
4243
 
4244
+ #: admin/db-backup-security/db-backup-security.php:1163
4245
  msgid "Delete Backup Files Older Than 30 Days"
4246
  msgstr ""
4247
 
4248
+ #: admin/db-backup-security/db-backup-security.php:1164
4249
  msgid "Delete Backup Files Older Than 60 Days"
4250
  msgstr ""
4251
 
4252
+ #: admin/db-backup-security/db-backup-security.php:1165
4253
  msgid "Delete Backup Files Older Than 90 Days"
4254
  msgstr ""
4255
 
4256
+ #: admin/db-backup-security/db-backup-security.php:1166
4257
  msgid "Delete Backup Files Older Than 180 Days"
4258
  msgstr ""
4259
 
4260
+ #: admin/db-backup-security/db-backup-security.php:1169
4261
  msgid "Turn On|Off All Scheduled Backups (Override):"
4262
  msgstr ""
4263
 
4264
+ #: admin/db-backup-security/db-backup-security.php:1172
4265
  msgid "All Scheduled Backups On"
4266
  msgstr ""
4267
 
4268
+ #: admin/db-backup-security/db-backup-security.php:1173
4269
  msgid "All Scheduled Backups Off"
4270
  msgstr ""
4271
 
4272
+ #: admin/db-backup-security/db-backup-security.php:1176
4273
  msgid "Click OK to Create this Backup Job or click Cancel"
4274
  msgstr ""
4275
 
4276
+ #: admin/db-backup-security/db-backup-security.php:1194
4277
  msgid "Rename|Create|Reset DB Backup Folder Name:"
4278
  msgstr ""
4279
 
4280
+ #: admin/db-backup-security/db-backup-security.php:1195
4281
  msgid "Randomly Generated New DB Backup Folder Name."
4282
  msgstr ""
4283
 
4284
+ #: admin/db-backup-security/db-backup-security.php:1196
4285
  msgid "Valid Folder Naming Characters: a-z A-Z 0-9 - _"
4286
  msgstr ""
4287
 
4288
+ #: admin/db-backup-security/db-backup-security.php:1199
4289
  msgid ""
4290
  "The Rename|Create|Reset Tool renames the DB Backup folder if it already "
4291
  "exists or creates a new DB Backup folder if it does not already exist.\\n"
4297
  "OK to proceed or click Cancel"
4298
  msgstr ""
4299
 
4300
+ #: admin/db-backup-security/db-backup-security.php:1245
4301
  msgid "DB Backup Log ~ "
4302
  msgstr ""
4303
 
4304
+ #: admin/db-backup-security/db-backup-security.php:1245
4305
  msgid ""
4306
  "Logs Backup Job Settings, Completion Time, Memory Usage, Zip Backup File "
4307
  "Name, Timestamp..."
4308
  msgstr ""
4309
 
4310
+ #: admin/db-backup-security/db-backup-security.php:1267
4311
+ #: admin/db-backup-security/db-backup-security.php:1270
4312
  msgid "DB Backup Log File Size: "
4313
  msgstr ""
4314
 
4315
+ #: admin/db-backup-security/db-backup-security.php:1270
4316
  msgid "The Email Logging options will only send log files up to 2MB in size."
4317
  msgstr ""
4318
 
4319
+ #: admin/db-backup-security/db-backup-security.php:1270
4320
  msgid ""
4321
  "Copy and paste the DB Backup Log file contents into a Notepad text file on "
4322
  "your computer and save it."
4323
  msgstr ""
4324
 
4325
+ #: admin/db-backup-security/db-backup-security.php:1270
4326
  #: admin/mscan/mscan.php:1795
4327
  msgid ""
4328
  "Then click the Delete Log button to delete the contents of this Log file."
4329
  msgstr ""
4330
 
4331
+ #: admin/db-backup-security/db-backup-security.php:1285
4332
  msgid "DB Backup Log Last Modified Time: "
4333
  msgstr ""
4334
 
4335
+ #: admin/db-backup-security/db-backup-security.php:1299
4336
  msgid ""
4337
  "Success! Your DB Backup Log file has been deleted and replaced with a new "
4338
  "blank DB Backup Log file."
4339
  msgstr ""
4340
 
4341
+ #: admin/db-backup-security/db-backup-security.php:1307
4342
  msgid "Clicking OK will delete the contents of your DB Backup Log file."
4343
  msgstr ""
4344
 
4345
+ #: admin/db-backup-security/db-backup-security.php:1307
4346
  #: admin/mscan/mscan.php:1837 admin/security-log/security-log.php:514
4347
  msgid "Click OK to Delete the Log file contents or click Cancel."
4348
  msgstr ""
4349
 
4350
+ #: admin/db-backup-security/db-backup-security.php:1326
4351
  msgid ""
4352
  "The DB Backup Log File Was Not Found! Check that the file really exists here "
4353
  "- /"
4354
  msgstr ""
4355
 
4356
+ #: admin/db-backup-security/db-backup-security.php:1326
4357
  msgid "/bps-backup/logs/db_backup_log.txt and is named correctly."
4358
  msgstr ""
4359
 
4360
+ #: admin/db-backup-security/db-backup-security.php:1345
4361
  msgid ""
4362
  "File Open and Write test successful! Your DB Backup Log file is writable."
4363
  msgstr ""
4364
 
4365
+ #: admin/db-backup-security/db-backup-security.php:1357
4366
  msgid "Success! Your DB Backup Log file has been updated."
4367
  msgstr ""
4368
 
4369
+ #: admin/db-backup-security/db-backup-security.php:1401
4370
  msgid "DB Table Prefix Changer ~ "
4371
  msgstr ""
4372
 
4373
+ #: admin/db-backup-security/db-backup-security.php:1401
4374
  msgid "Tools to change & check your WordPress Database Table Prefix"
4375
  msgstr ""
4376
 
4377
+ #: admin/db-backup-security/db-backup-security.php:1417
4378
  msgid "Your current WordPress Database Table Prefix is: "
4379
  msgstr ""
4380
 
4381
+ #: admin/db-backup-security/db-backup-security.php:1417
4382
  msgid "NOTES: "
4383
  msgstr ""
4384
 
4385
+ #: admin/db-backup-security/db-backup-security.php:1417
4386
  msgid ""
4387
  "1. It is recommended that you backup your database before using this tool."
4388
  msgstr ""
4389
 
4390
+ #: admin/db-backup-security/db-backup-security.php:1417
4391
  msgid ""
4392
  "2. If you want to create your own DB Table Prefix name or add additional "
4393
  "characters to the randomly generated DB Table Prefix name below then ONLY "
4394
  "use lowercase letters, numbers and underscores in your DB Table Prefix name."
4395
  msgstr ""
4396
 
4397
+ #: admin/db-backup-security/db-backup-security.php:1417
4398
  msgid ""
4399
  "3. The maximum length limitation of a DB Table name, including the table "
4400
  "prefix is 64 characters. See the DB Table Names & Character Length Table to "
4401
  "the right."
4402
  msgstr ""
4403
 
4404
+ #: admin/db-backup-security/db-backup-security.php:1417
4405
  msgid ""
4406
  "4. To change your DB Table Prefix name back to the WordPress default DB "
4407
  "Table Prefix name, enter wp_ for the DB Table Prefix name."
4408
  msgstr ""
4409
 
4410
+ #: admin/db-backup-security/db-backup-security.php:1429
4411
  msgid ""
4412
  "ERROR: The DB Table Prefix name can only contain numbers, lowercase letters, "
4413
  "and underscores."
4414
  msgstr ""
4415
 
4416
+ #: admin/db-backup-security/db-backup-security.php:1443
4417
  msgid "A wp-config.php file was NOT found in your website root folder."
4418
  msgstr ""
4419
 
4420
+ #: admin/db-backup-security/db-backup-security.php:1443
4421
  msgid ""
4422
  "Your DB Table Prefix was not changed. If you have moved your wp-config.php "
4423
  "file to a another Server folder then you can use this tool to change your DB "
4425
  "file back to the default location: your WordPress website root folder."
4426
  msgstr ""
4427
 
4428
+ #: admin/db-backup-security/db-backup-security.php:1463
4429
  msgid ""
4430
  "Error: The wp-config.php file is not writable. Unable to write to the wp-"
4431
  "config.php file."
4432
  msgstr ""
4433
 
4434
+ #: admin/db-backup-security/db-backup-security.php:1463
4435
  msgid ""
4436
  "Your DB Table Prefix was not changed. You will need to make the wp-config."
4437
  "php file writable first by changing either the file permissions or Ownership "
4439
  "DB Table Prefix Changer tool to change your DB Table Prefix."
4440
  msgstr ""
4441
 
4442
+ #: admin/db-backup-security/db-backup-security.php:1508
4443
  msgid ""
4444
  "DB Table Prefix Name change completed. Click the Load|Refresh Table button "
4445
  "to load/refresh the DB Table Names & Character Length Table if you would "
4446
  "like to check the new DB Table Prefix Name Changes."
4447
  msgstr ""
4448
 
4449
+ #: admin/db-backup-security/db-backup-security.php:1515
4450
  msgid ""
4451
  "Click the Update Site User Roles button to complete the DB Table Prefix Name "
4452
  "change."
4453
  msgstr ""
4454
 
4455
+ #: admin/db-backup-security/db-backup-security.php:1533
4456
  msgid "Randomly Generated DB Table Prefix"
4457
  msgstr ""
4458
 
4459
+ #: admin/db-backup-security/db-backup-security.php:1570
4460
  msgid ""
4461
  "DB Table Prefix Name change completed. Click the Load|Refresh Table button "
4462
  "to load/refresh the DB Table Names & Character Length Table if you would "
4465
  "new DB Table names."
4466
  msgstr ""
4467
 
4468
+ #: admin/db-backup-security/db-backup-security.php:1582
4469
  msgid ""
4470
  "This button must be clicked AFTER clicking the Change DB Table Prefix button "
4471
  "above."
4472
  msgstr ""
4473
 
4474
+ #: admin/db-backup-security/db-backup-security.php:1609
4475
  msgid "Length"
4476
  msgstr ""
4477
 
4478
+ #: admin/db-backup-security/db-backup-security.php:1633
4479
  msgid "DB Table Name|Column"
4480
  msgstr ""
4481
 
4482
+ #: admin/db-backup-security/db-backup-security.php:1634
4483
  msgid "Other Prefix Changes"
4484
  msgstr ""
4485
 
4486
+ #: admin/db-backup-security/db-backup-security.php:1691
4487
  msgid "DB Table Names & Character Length Table"
4488
  msgstr ""
4489
 
4490
+ #: admin/db-backup-security/db-backup-security.php:1692
4491
  msgid ""
4492
  "Displays your Current DB Table Names & Length Including The DB Table Prefix"
4493
  msgstr ""
4494
 
4495
+ #: admin/db-backup-security/db-backup-security.php:1746
4496
  #: admin/mscan/mscan.php:1947 admin/theme-skin/theme-skin.php:254
4497
  msgid "BPS Pro Features & Version Release Dates"
4498
  msgstr ""
4499
 
4500
+ #: admin/db-backup-security/db-backup-security.php:1747
4501
  #: admin/mscan/mscan.php:1948 admin/theme-skin/theme-skin.php:255
4502
  msgid "Video Tutorials"
4503
  msgstr ""
4504
 
4505
+ #: admin/db-backup-security/db-backup-security.php:1748
4506
  msgid "DB Backup & Security Guide & Troubleshooting"
4507
  msgstr ""
4508
 
4674
  msgstr ""
4675
 
4676
  #: admin/email-log-settings/email-log-settings.php:220
4677
+ #: admin/login/login.php:1688 admin/security-log/security-log.php:828
4678
  #: admin/system-info/system-info.php:1128
4679
  msgid "BulletProof Security Help &amp; FAQ"
4680
  msgstr ""
4700
  msgstr ""
4701
 
4702
  #: admin/includes/admin.php:317 admin/includes/admin.php:340
4703
+ #: admin/login/login.php:202 admin/login/login.php:846
4704
+ #: admin/login/login.php:848
4705
  msgid "JTC-Lite"
4706
  msgstr ""
4707
 
4708
  #: admin/includes/admin.php:323 admin/includes/admin.php:349
4709
+ #: admin/maintenance/maintenance.php:193 admin/maintenance/maintenance.php:225
4710
+ #: admin/maintenance/maintenance.php:227
4711
  msgid "Maintenance Mode"
4712
  msgstr ""
4713
 
4754
  msgid "Security Log"
4755
  msgstr ""
4756
 
4757
+ #: admin/includes/admin.php:355 admin/wizard/wizard.php:1040
4758
+ #: admin/wizard/wizard.php:1071 admin/wizard/wizard.php:1073
4759
  #: bulletproof-security.php:148 bulletproof-security.php:151
4760
  msgid "Setup Wizard"
4761
  msgstr ""
4839
  msgid "Complete BPS Plugin Uninstall"
4840
  msgstr ""
4841
 
4842
+ #: admin/login/login.php:163
4843
  msgid "BulletProof Security ~ Login Security & Monitoring"
4844
  msgstr ""
4845
 
4846
+ #: admin/login/login.php:201 admin/login/login.php:231
4847
+ #: admin/login/login.php:233
4848
  msgid "Login Security & Monitoring"
4849
  msgstr ""
4850
 
4851
+ #: admin/login/login.php:206 admin/login/login.php:1167
4852
+ #: admin/login/login.php:1169
4853
  msgid "Idle Session Logout|Auth Cookie Expiration"
4854
  msgstr ""
4855
 
4856
+ #: admin/login/login.php:217 admin/login/login.php:832
4857
+ #: admin/maintenance/maintenance.php:203
4858
  msgid "Notice: "
4859
  msgstr ""
4860
 
4861
+ #: admin/login/login.php:217 admin/maintenance/maintenance.php:203
4862
  msgid "You have disabled wp-admin BulletProof Mode on the Security Modes page."
4863
  msgstr ""
4864
 
4865
+ #: admin/login/login.php:217 admin/login/login.php:832
4866
+ #: admin/maintenance/maintenance.php:203
4867
  msgid "If you have Go Daddy \"Managed WordPress Hosting\" click this link: "
4868
  msgstr ""
4869
 
4870
+ #: admin/login/login.php:217 admin/login/login.php:832
4871
+ #: admin/maintenance/maintenance.php:203
4872
  msgid "Go Daddy Managed WordPress Hosting"
4873
  msgstr ""
4874
 
4875
+ #: admin/login/login.php:225
4876
  msgid "Login Security & Monitoring (LSM) ~ "
4877
  msgstr ""
4878
 
4879
+ #: admin/login/login.php:225
4880
  msgid ""
4881
  "Log All Account Logins or Log Only Account Lockouts ~ Brute Force Login "
4882
  "Protection"
4883
  msgstr ""
4884
 
4885
+ #: admin/login/login.php:225
4886
  msgid ""
4887
  "Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-"
4888
  "posting, auto-commenting) & User Account Lockouts: "
4889
  msgstr ""
4890
 
4891
+ #: admin/login/login.php:253 admin/login/login.php:350
4892
+ #: admin/login/login.php:658 admin/login/login.php:759
4893
  #: admin/mscan/mscan.php:1197 admin/mscan/mscan.php:1409
4894
  #: admin/mscan/mscan.php:1531 admin/mscan/mscan.php:1687
4895
  msgid "Submit"
4896
  msgstr ""
4897
 
4898
+ #: admin/login/login.php:287 admin/login/login.php:384
4899
  msgid " has been deleted from the Login Security Database Table."
4900
  msgstr ""
4901
 
4902
+ #: admin/login/login.php:309 admin/login/login.php:406
4903
  msgid " has been Unlocked."
4904
  msgstr ""
4905
 
4906
+ #: admin/login/login.php:332 admin/login/login.php:429
4907
  msgid " has been Locked."
4908
  msgstr ""
4909
 
4910
+ #: admin/login/login.php:448
4911
  msgid "Max Login Attempts:"
4912
  msgstr ""
4913
 
4914
+ #: admin/login/login.php:453
4915
  msgid "Automatic Lockout Time:"
4916
  msgstr ""
4917
 
4918
+ #: admin/login/login.php:455 admin/login/login.php:460
4919
  msgid "Minutes"
4920
  msgstr ""
4921
 
4922
+ #: admin/login/login.php:458
4923
  msgid "Manual Lockout Time:"
4924
  msgstr ""
4925
 
4926
+ #: admin/login/login.php:463
4927
  msgid "Max DB Rows To Show:"
4928
  msgstr ""
4929
 
4930
+ #: admin/login/login.php:465
4931
  msgid "Blank = Show All Rows"
4932
  msgstr ""
4933
 
4934
+ #: admin/login/login.php:470
4935
  msgid " Enable Login Security for WooCommerce (BPS Pro Only)"
4936
  msgstr ""
4937
 
4938
+ #: admin/login/login.php:475 admin/login/login.php:1320
4939
+ #: admin/login/login.php:1603 admin/login/lsm-help-text.php:22
4940
  msgid "Turn On|Turn Off:"
4941
  msgstr ""
4942
 
4943
+ #: admin/login/login.php:477
4944
  msgid "Login Security On"
4945
  msgstr ""
4946
 
4947
+ #: admin/login/login.php:478
4948
  msgid "Login Security Off"
4949
  msgstr ""
4950
 
4951
+ #: admin/login/login.php:479
4952
  msgid "Login Security Off|Use Password Reset Option ONLY"
4953
  msgstr ""
4954
 
4955
+ #: admin/login/login.php:484
4956
  msgid "Logging Options:"
4957
  msgstr ""
4958
 
4959
+ #: admin/login/login.php:486
4960
  msgid "Log Only Account Lockouts"
4961
  msgstr ""
4962
 
4963
+ #: admin/login/login.php:487
4964
  msgid "Log All Account Logins"
4965
  msgstr ""
4966
 
4967
+ #: admin/login/login.php:492
4968
  msgid "Error Messages:"
4969
  msgstr ""
4970
 
4971
+ #: admin/login/login.php:494
4972
  msgid "Standard WP Login Errors"
4973
  msgstr ""
4974
 
4975
+ #: admin/login/login.php:495
4976
  msgid "User|Pass Invalid Entry Error"
4977
  msgstr ""
4978
 
4979
+ #: admin/login/login.php:496
4980
  msgid "User|Pass|Lock Invalid Entry Error"
4981
  msgstr ""
4982
 
4983
+ #: admin/login/login.php:501
4984
  msgid "Attempts Remaining:"
4985
  msgstr ""
4986
 
4987
+ #: admin/login/login.php:503
4988
  msgid "Show Login Attempts Remaining"
4989
  msgstr ""
4990
 
4991
+ #: admin/login/login.php:504
4992
  msgid "Do Not Show Login Attempts Remaining"
4993
  msgstr ""
4994
 
4995
+ #: admin/login/login.php:509
4996
  msgid "Password Reset:"
4997
  msgstr ""
4998
 
4999
+ #: admin/login/login.php:511
5000
  msgid "Enable Password Reset"
5001
  msgstr ""
5002
 
5003
+ #: admin/login/login.php:512
5004
  msgid "Disable Password Reset Frontend Only"
5005
  msgstr ""
5006
 
5007
+ #: admin/login/login.php:513
5008
  msgid "Disable Password Reset Frontend & Backend"
5009
  msgstr ""
5010
 
5011
+ #: admin/login/login.php:518
5012
  msgid "Sort DB Rows:"
5013
  msgstr ""
5014
 
5015
+ #: admin/login/login.php:520
5016
  msgid "Ascending - Show Oldest Login First"
5017
  msgstr ""
5018
 
5019
+ #: admin/login/login.php:521
5020
  msgid "Descending - Show Newest Login First"
5021
  msgstr ""
5022
 
5023
+ #: admin/login/login.php:534
5024
  msgid ""
5025
  "Clicking OK will Export (copy) the Login Security Table into the lsm-master."
5026
  "csv file, which you can then download to your computer by clicking the "
5028
  "success message."
5029
  msgstr ""
5030
 
5031
+ #: admin/login/login.php:534
5032
  msgid "Click OK to Export the Login Security Table or click Cancel."
5033
  msgstr ""
5034
 
5035
+ #: admin/login/login.php:560
5036
  msgid " out of "
5037
  msgstr ""
5038
 
5039
+ #: admin/login/login.php:560
5040
  msgid " Database Rows are currently being displayed"
5041
  msgstr ""
5042
 
5043
+ #: admin/login/login.php:563
5044
  msgid "Total number of Database Rows is: "
5045
  msgstr ""
5046
 
5047
+ #: admin/login/login.php:586 admin/login/login.php:687
5048
  msgid "Login Status"
5049
  msgstr ""
5050
 
5051
+ #: admin/login/login.php:587 admin/login/login.php:616
5052
+ #: admin/login/login.php:688 admin/login/login.php:717
5053
  msgid "Lock"
5054
  msgstr ""
5055
 
5056
+ #: admin/login/login.php:588 admin/login/login.php:617
5057
+ #: admin/login/login.php:689 admin/login/login.php:718
5058
  msgid "Unlock"
5059
  msgstr ""
5060
 
5061
+ #: admin/login/login.php:590 admin/login/login.php:691
5062
  msgid "User ID"
5063
  msgstr ""
5064
 
5065
+ #: admin/login/login.php:591 admin/login/login.php:692
5066
  msgid "Username"
5067
  msgstr ""
5068
 
5069
+ #: admin/login/login.php:592 admin/login/login.php:693
5070
  msgid "Display Name"
5071
  msgstr ""
5072
 
5073
+ #: admin/login/login.php:593 admin/login/login.php:694
5074
  msgid "Email"
5075
  msgstr ""
5076
 
5077
+ #: admin/login/login.php:594 admin/login/login.php:695
5078
  msgid "Role"
5079
  msgstr ""
5080
 
5081
+ #: admin/login/login.php:595 admin/login/login.php:696
5082
  msgid "Login Time"
5083
  msgstr ""
5084
 
5085
+ #: admin/login/login.php:596 admin/login/login.php:697
5086
  msgid "Lockout Expires"
5087
  msgstr ""
5088
 
5089
+ #: admin/login/login.php:597 admin/login/login.php:698
5090
  msgid "IP Address"
5091
  msgstr ""
5092
 
5093
+ #: admin/login/login.php:598 admin/login/login.php:699
5094
  msgid "Hostname"
5095
  msgstr ""
5096
 
5097
+ #: admin/login/login.php:599 admin/login/login.php:700
5098
  msgid "Request URI"
5099
  msgstr ""
5100
 
5101
+ #: admin/login/login.php:628 admin/login/login.php:729
5102
  msgid "NA"
5103
  msgstr ""
5104
 
5105
+ #: admin/login/login.php:641 admin/login/login.php:742
5106
  msgid "No Logins|Locked"
5107
  msgstr ""
5108
 
5109
+ #: admin/login/login.php:658 admin/login/login.php:759
5110
  msgid ""
5111
  "Locking and Unlocking a User is reversible, but Deleting a User is not.\\n"
5112
  "\\n-------------------------------------------------------------\\n\\nWhen "
5119
  "OK to proceed or click Cancel"
5120
  msgstr ""
5121
 
5122
+ #: admin/login/login.php:658 admin/login/login.php:759
5123
  #: admin/mscan/mscan.php:1410 admin/mscan/mscan.php:1688
5124
  msgid "Clear|Refresh"
5125
  msgstr ""
5126
 
5127
+ #: admin/login/login.php:832
5128
  msgid ""
5129
  "The Setup Wizard Go Daddy \"Managed WordPress Hosting\" option is set to Yes."
5130
  msgstr ""
5131
 
5132
+ #: admin/login/login.php:832
5133
  msgid ""
5134
  "If you do not have Go Daddy \"Managed WordPress Hosting\" then change the Go "
5135
  "Daddy \"Managed WordPress Hosting\" Setup Wizard option to No."
5136
  msgstr ""
5137
 
5138
+ #: admin/login/login.php:840
5139
  msgid "jQuery ToolTip CAPTCHA-Lite (JTC-Lite) ~ "
5140
  msgstr ""
5141
 
5142
+ #: admin/login/login.php:840
5143
  msgid ""
5144
  "Protects the WP Login Form against constant lockouts by Bots trying to Brute "
5145
  "Force Login to your website"
5146
  msgstr ""
5147
 
5148
+ #: admin/login/login.php:840
5149
  msgid ""
5150
  "Get the full version of JTC Anti-Spam|Anti-Hacker that protects all of your "
5151
  "WP Forms"
5152
  msgstr ""
5153
 
5154
+ #: admin/login/login.php:840
5155
  msgid ""
5156
  "against SpamBots & HackerBots (auto-registering, auto-logins, auto-posting, "
5157
  "auto-commenting) & User Account Lockouts: "
5158
  msgstr ""
5159
 
5160
+ #: admin/login/login.php:866 admin/login/login.php:1207
5161
+ #: admin/login/login.php:1540
5162
  msgid "Save Options"
5163
  msgstr ""
5164
 
5165
+ #: admin/login/login.php:947
5166
  msgid "JTC-Lite Settings Saved."
5167
  msgstr ""
5168
 
5169
+ #: admin/login/login.php:961
5170
  msgid "JTC-Lite Settings"
5171
  msgstr ""
5172
 
5173
+ #: admin/login/login.php:965
5174
  msgid "JTC CAPTCHA:"
5175
  msgstr ""
5176
 
5177
+ #: admin/login/login.php:967
5178
  msgid "jtc"
5179
  msgstr ""
5180
 
5181
+ #: admin/login/login.php:970
5182
  msgid "JTC ToolTip:"
5183
  msgstr ""
5184
 
5185
+ #: admin/login/login.php:972
5186
  msgid "Type/Enter: jtc. Enter a blank space for no text (Spacebar Key)"
5187
  msgstr ""
5188
 
5189
+ #: admin/login/login.php:975
5190
  msgid "JTC Title|Text:"
5191
  msgstr ""
5192
 
5193
+ #: admin/login/login.php:977
5194
  msgid "Enter a blank space for no text (Spacebar Key)"
5195
  msgstr ""
5196
 
5197
+ #: admin/login/login.php:984
5198
  msgid "JTC Logging:"
5199
  msgstr ""
5200
 
5201
+ #: admin/login/login.php:986
5202
  msgid "JTC Logging Off"
5203
  msgstr ""
5204
 
5205
+ #: admin/login/login.php:989
5206
  msgid "Logged in the Security Log (BPS Pro Only)"
5207
  msgstr ""
5208
 
5209
+ #: admin/login/login.php:997
5210
  msgid " Enable JTC for WooCommerce (BPS Pro Only)"
5211
  msgstr ""
5212
 
5213
+ #: admin/login/login.php:1000
5214
  msgid "Enable|Disable JTC For These Forms: "
5215
  msgstr ""
5216
 
5217
+ #: admin/login/login.php:1001 admin/login/login.php:1012
5218
  msgid "Check to Enable. Uncheck to Disable."
5219
  msgstr ""
5220
 
5221
+ #: admin/login/login.php:1002
5222
  msgid " Login Form"
5223
  msgstr ""
5224
 
5225
+ #: admin/login/login.php:1003
5226
  msgid " Register Form (BPS Pro Only)"
5227
  msgstr ""
5228
 
5229
+ #: admin/login/login.php:1004
5230
  msgid " Lost Password Form (BPS Pro Only)"
5231
  msgstr ""
5232
 
5233
+ #: admin/login/login.php:1005
5234
  msgid " Comment Form (BPS Pro Only)"
5235
  msgstr ""
5236
 
5237
+ #: admin/login/login.php:1006
5238
  msgid " Multisite Register Form (BPS Pro Only)"
5239
  msgstr ""
5240
 
5241
+ #: admin/login/login.php:1007
5242
  msgid " BuddyPress Register Form (BPS Pro Only)"
5243
  msgstr ""
5244
 
5245
+ #: admin/login/login.php:1008
5246
  msgid " BuddyPress Sidebar Login Form (BPS Pro Only)"
5247
  msgstr ""
5248
 
5249
+ #: admin/login/login.php:1010
5250
  msgid "Comment Form: (BPS Pro Only)"
5251
  msgstr ""
5252
 
5253
+ #: admin/login/login.php:1011
5254
  msgid ""
5255
  "Enable|Disable JTC For These Registered/Logged In User Roles (BPS Pro Only): "
5256
  msgstr ""
5257
 
5258
+ #: admin/login/login.php:1014 admin/login/login.php:1391
5259
+ #: admin/login/login.php:1644
5260
  msgid " Administrator"
5261
  msgstr ""
5262
 
5263
+ #: admin/login/login.php:1015 admin/login/login.php:1392
5264
+ #: admin/login/login.php:1645
5265
  msgid " Editor"
5266
  msgstr ""
5267
 
5268
+ #: admin/login/login.php:1016 admin/login/login.php:1393
5269
+ #: admin/login/login.php:1646
5270
  msgid " Author"
5271
  msgstr ""
5272
 
5273
+ #: admin/login/login.php:1017 admin/login/login.php:1394
5274
+ #: admin/login/login.php:1647
5275
  msgid " Contributor"
5276
  msgstr ""
5277
 
5278
+ #: admin/login/login.php:1018 admin/login/login.php:1395
5279
+ #: admin/login/login.php:1648
5280
  msgid " Subscriber"
5281
  msgstr ""
5282
 
5283
+ #: admin/login/login.php:1037
5284
  msgid "Login Form: CAPTCHA Error message"
5285
  msgstr ""
5286
 
5287
+ #: admin/login/login.php:1040
5288
  msgid "Comment Form: CAPTCHA Error message (BPS Pro Only)"
5289
  msgstr ""
5290
 
5291
+ #: admin/login/login.php:1043 admin/login/lsm-help-text.php:19
5292
  msgid "Comment Form: CSS Styling (BPS Pro Only)"
5293
  msgstr ""
5294
 
5295
+ #: admin/login/login.php:1044
5296
  msgid ""
5297
  "Comment Form Label (BPS Pro Only): <i>The JTC Title|Text above the Form "
5298
  "Input text box</i>"
5299
  msgstr ""
5300
 
5301
+ #: admin/login/login.php:1046
5302
  msgid ""
5303
  "Comment Form Input Text Box (BPS Pro Only): <i>The JTC CAPTCHA Form Input "
5304
  "text box</i>"
5305
  msgstr ""
5306
 
5307
+ #: admin/login/login.php:1049
5308
  msgid ""
5309
  "If you see an error or are unable to save your JTC option settings then "
5310
  "click the Encrypt JTC Code button first and then click the Save Options "
5311
  "button. Mouse over the question mark image to the right for help info."
5312
  msgstr ""
5313
 
5314
+ #: admin/login/login.php:1049
5315
  msgid ""
5316
  "If your web host currently has ModSecurity installed or installs ModSecurity "
5317
  "at a later time then ModSecurity will prevent you from saving your JTC "
5319
  "Encrypt JTC Code button."
5320
  msgstr ""
5321
 
5322
+ #: admin/login/login.php:1049
5323
  msgid ""
5324
  "If you click the Encrypt JTC Code button and then want to edit your CSS code "
5325
  "again click the Decrypt JTC Code button. After you are done editing click "
5326
  "the Encrypt JTC Code button before clicking the Save Options button."
5327
  msgstr ""
5328
 
5329
+ #: admin/login/login.php:1049
5330
  msgid ""
5331
  "Click the JTC Anti-Spam|Anti-Hacker Read Me help button for more help info."
5332
  msgstr ""
5333
 
5334
+ #: admin/login/login.php:1051 admin/login/login.php:1423
5335
+ #: admin/login/login.php:1666 admin/security-log/security-log.php:458
5336
  msgid "Click OK to Proceed or click Cancel."
5337
  msgstr ""
5338
 
5339
+ #: admin/login/login.php:1162
5340
  msgid "Idle Session Logout (ISL) ~ "
5341
  msgstr ""
5342
 
5343
+ #: admin/login/login.php:1162
5344
  msgid "Automatically Logout Idle/Inactive User Accounts"
5345
  msgstr ""
5346
 
5347
+ #: admin/login/login.php:1162
5348
  msgid "Auth Cookie Expiration (ACE) ~ "
5349
  msgstr ""
5350
 
5351
+ #: admin/login/login.php:1162
5352
  msgid "Change the WordPress Authentication Cookie Expiration Time"
5353
  msgstr ""
5354
 
5355
+ #: admin/login/login.php:1183
5356
  msgid "ISL and ACE Forum Topic"
5357
  msgstr ""
5358
 
5359
+ #: admin/login/login.php:1187
5360
  msgid "The Help & FAQ tab pages contain help links."
5361
  msgstr ""
5362
 
5363
+ #: admin/login/login.php:1285
5364
  msgid "Settings Saved. ISL has been turned On."
5365
  msgstr ""
5366
 
5367
+ #: admin/login/login.php:1291
5368
  msgid "Settings Saved. ISL has been turned Off."
5369
  msgstr ""
5370
 
5371
+ #: admin/login/login.php:1315
5372
  msgid "Idle Session Logout (ISL) Settings"
5373
  msgstr ""
5374
 
5375
+ #: admin/login/login.php:1322
5376
  msgid "ISL On"
5377
  msgstr ""
5378
 
5379
+ #: admin/login/login.php:1323
5380
  msgid "ISL Off"
5381
  msgstr ""
5382
 
5383
+ #: admin/login/login.php:1329 admin/login/lsm-help-text.php:22
5384
  msgid "Idle Session Logout Time in Minutes:"
5385
  msgstr ""
5386
 
5387
+ #: admin/login/login.php:1335 admin/login/lsm-help-text.php:22
5388
  msgid "Idle Session Logout Page URL:"
5389
  msgstr ""
5390
 
5391
+ #: admin/login/login.php:1341 admin/login/lsm-help-text.php:22
5392
  msgid "Idle Session Logout Page Login URL:"
5393
  msgstr ""
5394
 
5395
+ #: admin/login/login.php:1342
5396
  msgid ""
5397
  "Enter/Type: \"No\" (without quotes) if you do not want a Login URL displayed."
5398
  msgstr ""
5399
 
5400
+ #: admin/login/login.php:1348 admin/login/lsm-help-text.php:22
5401
  msgid "Idle Session Logout Exclude URLs|URIs:"
5402
  msgstr ""
5403
 
5404
+ #: admin/login/login.php:1349
5405
  msgid "Enter URIs separated by a comma and a space: /some-post/, /some-page/"
5406
  msgstr ""
5407
 
5408
+ #: admin/login/login.php:1356 admin/login/lsm-help-text.php:22
5409
  msgid "Idle Session Logout Page Custom Message:"
5410
  msgstr ""
5411
 
5412
+ #: admin/login/login.php:1363 admin/login/lsm-help-text.php:22
5413
  msgid "Idle Session Logout Page Custom CSS Style:"
5414
  msgstr ""
5415
 
5416
+ #: admin/login/login.php:1380 admin/login/login.php:1633
5417
  #: admin/login/lsm-help-text.php:22
5418
  msgid "User Account Exceptions:"
5419
  msgstr ""
5420
 
5421
+ #: admin/login/login.php:1381 admin/login/login.php:1634
5422
  msgid ""
5423
  "Enter User Account names separated by a comma and a space: johnDoe, janeDoe"
5424
  msgstr ""
5425
 
5426
+ #: admin/login/login.php:1382
5427
  msgid "Idle Session Logout Time Will Not Be Applied For These User Accounts."
5428
  msgstr ""
5429
 
5430
+ #: admin/login/login.php:1388
5431
  msgid "Enable|Disable Idle Session Logouts For These User Roles: "
5432
  msgstr ""
5433
 
5434
+ #: admin/login/login.php:1389 admin/login/login.php:1642
5435
  msgid ""
5436
  "Check to Enable. Uncheck to Disable. See the Read Me help button for details."
5437
  msgstr ""
5438
 
5439
+ #: admin/login/login.php:1417
5440
  msgid "Enable|Disable Idle Session Logouts For TinyMCE Editors: "
5441
  msgstr ""
5442
 
5443
+ #: admin/login/login.php:1418 admin/login/login.php:1627
5444
  msgid ""
5445
  "Check to Disable. Uncheck to Enable. See the Read Me help button for details."
5446
  msgstr ""
5447
 
5448
+ #: admin/login/login.php:1419
5449
  msgid " Enable|Disable ISL For TinyMCE Editor"
5450
  msgstr ""
5451
 
5452
+ #: admin/login/login.php:1421
5453
  msgid ""
5454
  "If you see an error or are unable to save your ISL option settings then "
5455
  "click the Encrypt ISL Code button first and then click the Save Options "
5456
  "button. Mouse over the question mark image to the right for help info."
5457
  msgstr ""
5458
 
5459
+ #: admin/login/login.php:1421
5460
  msgid ""
5461
  "If your web host currently has ModSecurity installed or installs ModSecurity "
5462
  "at a later time then ModSecurity will prevent you from saving your ISL "
5464
  "Encrypt ISL Code button."
5465
  msgstr ""
5466
 
5467
+ #: admin/login/login.php:1421
5468
  msgid ""
5469
  "If you click the Encrypt ISL Code button and then want to edit your CSS code "
5470
  "again click the Decrypt ISL Code button. After you are done editing click "
5471
  "the Encrypt ISL Code button before clicking the Save Options button."
5472
  msgstr ""
5473
 
5474
+ #: admin/login/login.php:1421
5475
  msgid ""
5476
  "Click the Idle Session Logout|Auth Cookie Expiration Read Me help button for "
5477
  "more help info."
5478
  msgstr ""
5479
 
5480
+ #: admin/login/login.php:1528
5481
  msgid "WordPress Authentication Cookie Expiration (ACE) Settings"
5482
  msgstr ""
5483
 
5484
+ #: admin/login/login.php:1579
5485
  msgid "Settings Saved. ACE has been turned On."
5486
  msgstr ""
5487
 
5488
+ #: admin/login/login.php:1585
5489
  msgid "Settings Saved. ACE has been turned Off."
5490
  msgstr ""
5491
 
5492
+ #: admin/login/login.php:1605
5493
  msgid "ACE On"
5494
  msgstr ""
5495
 
5496
+ #: admin/login/login.php:1606
5497
  msgid "ACE Off"
5498
  msgstr ""
5499
 
5500
+ #: admin/login/login.php:1612 admin/login/lsm-help-text.php:22
5501
  msgid "Auth Cookie Expiration Time in Minutes:"
5502
  msgstr ""
5503
 
5504
+ #: admin/login/login.php:1613
5505
  msgid "WP Default setting is 2880 Minutes/2 Days:"
5506
  msgstr ""
5507
 
5508
+ #: admin/login/login.php:1619 admin/login/lsm-help-text.php:22
5509
  msgid "Remember Me Auth Cookie Expiration Time in Minutes:"
5510
  msgstr ""
5511
 
5512
+ #: admin/login/login.php:1620
5513
  msgid "WP Default setting is 20160 Minutes/14 Days:"
5514
  msgstr ""
5515
 
5516
+ #: admin/login/login.php:1626 admin/login/lsm-help-text.php:22
5517
  msgid "Enable|Disable Remember Me Checkbox:"
5518
  msgstr ""
5519
 
5520
+ #: admin/login/login.php:1628
5521
  msgid " Disable & do not display the Remember Me checkbox"
5522
  msgstr ""
5523
 
5524
+ #: admin/login/login.php:1635
5525
  msgid "Auth Cookie Expiration Time Will Not Be Applied To These User Accounts."
5526
  msgstr ""
5527
 
5528
+ #: admin/login/login.php:1641
5529
  msgid "Enable|Disable Auth Cookie Expiration Time For These User Roles: "
5530
  msgstr ""
5531
 
5718
  "be displayed. "
5719
  msgstr ""
5720
 
5721
+ #: admin/login/lsm-help-text.php:10 admin/maintenance/maintenance.php:585
5722
+ #: includes/hud-dismiss-functions.php:352
5723
+ #: includes/hud-dismiss-functions.php:395
5724
  msgid "CAUTION: "
5725
  msgstr ""
5726
 
6389
  msgid "Maintenance Mode ~ FrontEnd ~ BackEnd"
6390
  msgstr ""
6391
 
6392
+ #: admin/maintenance/maintenance.php:214
6393
  msgid "FrontEnd Maintenance Mode Page ~ "
6394
  msgstr ""
6395
 
6396
+ #: admin/maintenance/maintenance.php:214
6397
  msgid "Display a website under maintenance page to website visitors"
6398
  msgstr ""
6399
 
6400
+ #: admin/maintenance/maintenance.php:216
6401
  msgid "FrontEnd & BackEnd Maintenance Mode ~ "
6402
  msgstr ""
6403
 
6404
+ #: admin/maintenance/maintenance.php:216
6405
  msgid ""
6406
  "Display a website under maintenance page to website visitors ~ Lock wp-admin "
6407
  "BackEnd by IP Address"
6408
  msgstr ""
6409
 
6410
+ #: admin/maintenance/maintenance.php:236 admin/maintenance/maintenance.php:242
6411
+ #: admin/maintenance/maintenance.php:2139
6412
  msgid "Maintenance Mode Guide"
6413
  msgstr ""
6414
 
6415
+ #: admin/maintenance/maintenance.php:238
6416
  msgid ""
6417
  "Create/add whatever messages, images, videos, etc. you want to display to "
6418
  "website visitors with the MMode Editor, select your MMode options/settings, "
6421
  "options/settings."
6422
  msgstr ""
6423
 
6424
+ #: admin/maintenance/maintenance.php:238
6425
  msgid ""
6426
  "For more extensive help info, CSS, HTML code examples, Image & Video "
6427
  "embedding code examples to add in the MMode Editor see Forum Help Links at "
6428
  "the top of this Read Me help window."
6429
  msgstr ""
6430
 
6431
+ #: admin/maintenance/maintenance.php:238 admin/maintenance/maintenance.php:549
6432
  msgid ""
6433
  "Maintenance Mode Text, CSS Style Code, Images, Videos Displayed To Website "
6434
  "Visitors:"
6435
  msgstr ""
6436
 
6437
+ #: admin/maintenance/maintenance.php:238
6438
  msgid ""
6439
  "This is a standard WordPress TinyMCE WYSIWYG editor that has a Visual Editor "
6440
  "and a Text Editor for adding CSS or HTML code. Enter plain text, CSS, HTML "
6446
  "Save Options button to save your edits."
6447
  msgstr ""
6448
 
6449
+ #: admin/maintenance/maintenance.php:238
6450
  msgid "Enable Countdown Timer:"
6451
  msgstr ""
6452
 
6453
+ #: admin/maintenance/maintenance.php:238
6454
  msgid ""
6455
  "Check this checkbox to enable a javascript Countdown Timer that will be "
6456
  "displayed to visitors. When the Countdown Timer reaches 0/has completed your "
6459
  "off Maintenance Mode when the Countdown Timer reaches 0/has completed."
6460
  msgstr ""
6461
 
6462
+ #: admin/maintenance/maintenance.php:238 admin/maintenance/maintenance.php:564
6463
  msgid "Countdown Timer Text Color:"
6464
  msgstr ""
6465
 
6466
+ #: admin/maintenance/maintenance.php:238
6467
  msgid "Select the text color for the Countdown Timer."
6468
  msgstr ""
6469
 
6470
+ #: admin/maintenance/maintenance.php:238 admin/maintenance/maintenance.php:572
6471
  msgid "Maintenance Mode Time (in Minutes):"
6472
  msgstr ""
6473
 
6474
+ #: admin/maintenance/maintenance.php:238
6475
  msgid ""
6476
  "Enter the amount of time that you want to put your site into Maintenance "
6477
  "Mode in minutes. Example: 10 = 10 minutes, 180 = 3 hours, 1440 = 24 hours, "
6478
  "4320 = 3 days."
6479
  msgstr ""
6480
 
6481
+ #: admin/maintenance/maintenance.php:238 admin/maintenance/maintenance.php:576
6482
  msgid ""
6483
  "Header Retry-After (enter the same time as Maintenance Mode Time above):"
6484
  msgstr ""
6485
 
6486
+ #: admin/maintenance/maintenance.php:238
6487
  msgid ""
6488
  "This is the amount of time that you are telling Search Engines to wait "
6489
  "before visiting your website again. Enter the same time in minutes that you "
6490
  "entered for Maintenance Mode Time."
6491
  msgstr ""
6492
 
6493
+ #: admin/maintenance/maintenance.php:238
6494
  msgid "Enable FrontEnd Maintenance Mode:"
6495
  msgstr ""
6496
 
6497
+ #: admin/maintenance/maintenance.php:238
6498
  msgid ""
6499
  "Check this checkbox to enable FrontEnd Maintenance Mode. When you Turn On "
6500
  "FrontEnd Maintenance Mode your website Maintenance Mode page will be "
6505
  "be locked out of your WordPress Dashboard."
6506
  msgstr ""
6507
 
6508
+ #: admin/maintenance/maintenance.php:238
6509
  msgid "Enable BackEnd Maintenance Mode:"
6510
  msgstr ""
6511
 
6512
+ #: admin/maintenance/maintenance.php:238
6513
  msgid ""
6514
  "Check this checkbox to enable BackEnd Maintenance Mode. Be sure to enter the "
6515
  "Your IP address/the Recommended IP address in the Maintenance Mode IP "
6521
  "your WordPress Dashboard."
6522
  msgstr ""
6523
 
6524
+ #: admin/maintenance/maintenance.php:238 admin/maintenance/maintenance.php:591
6525
  msgid "Maintenance Mode IP Address Whitelist Text Box:"
6526
  msgstr ""
6527
 
6528
+ #: admin/maintenance/maintenance.php:238
6529
  msgid ""
6530
  "Enter The IP Address That Can View The Website Normally (not in Maintenance "
6531
  "Mode):"
6532
  msgstr ""
6533
 
6534
+ #: admin/maintenance/maintenance.php:238
6535
  msgid ""
6536
  "Enter Multiple IP addresses separated by a comma and a single space. "
6537
  "Example: 100.99.88.77, 200.66.55.44, 44.33.22.1 It is recommended that you "
6543
  "octets or your current IP address to whitelist your IP address."
6544
  msgstr ""
6545
 
6546
+ #: admin/maintenance/maintenance.php:238 admin/maintenance/maintenance.php:606
6547
  msgid "Background Images:"
6548
  msgstr ""
6549
 
6550
+ #: admin/maintenance/maintenance.php:238
6551
  msgid ""
6552
  "Select a background image that you want to use. BPS includes 20 background "
6553
  "images and 15 center images (text box images) that you can mix and match to "
6554
  "your design/color scheme preference."
6555
  msgstr ""
6556
 
6557
+ #: admin/maintenance/maintenance.php:238 admin/maintenance/maintenance.php:631
6558
  msgid "Center Images:"
6559
  msgstr ""
6560
 
6561
+ #: admin/maintenance/maintenance.php:238
6562
  msgid ""
6563
  "Select a center image that you want to use. BPS includes 20 background "
6564
  "images and 15 center images (text box images) that you can mix and match to "
6565
  "your design/color scheme preference."
6566
  msgstr ""
6567
 
6568
+ #: admin/maintenance/maintenance.php:238 admin/maintenance/maintenance.php:651
6569
  msgid "Background Colors (If not using a Background Image):"
6570
  msgstr ""
6571
 
6572
+ #: admin/maintenance/maintenance.php:238
6573
  msgid ""
6574
  "Select a background color that you want to use. If you do not want to use a "
6575
  "background image then you can instead choose a background color."
6576
  msgstr ""
6577
 
6578
+ #: admin/maintenance/maintenance.php:238
6579
  msgid "Display Visitor IP Address:"
6580
  msgstr ""
6581
 
6582
+ #: admin/maintenance/maintenance.php:238
6583
  msgid "Check this checkbox to display the website visitor's IP addresses."
6584
  msgstr ""
6585
 
6586
+ #: admin/maintenance/maintenance.php:238 admin/maintenance/maintenance.php:661
6587
  msgid "Display Admin|Login Link"
6588
  msgstr ""
6589
 
6590
+ #: admin/maintenance/maintenance.php:238
6591
  msgid ""
6592
  "Check this checkbox to display a Login link that points to your wp-admin "
6593
  "folder/Login page."
6594
  msgstr ""
6595
 
6596
+ #: admin/maintenance/maintenance.php:238
6597
  msgid "Display Dashboard Reminder Message when site is in Maintenance Mode:"
6598
  msgstr ""
6599
 
6600
+ #: admin/maintenance/maintenance.php:238
6601
  msgid ""
6602
  "Check this checkbox to display a WordPress Dashboard Reminder Notice that "
6603
  "your website is in Maintenance Mode."
6604
  msgstr ""
6605
 
6606
+ #: admin/maintenance/maintenance.php:238
6607
  msgid "Enable Visitor Logging:"
6608
  msgstr ""
6609
 
6610
+ #: admin/maintenance/maintenance.php:238
6611
  msgid ""
6612
  "Check this checkbox to enable visitor logging. Logs all visitors to your "
6613
  "site while your site is in Maintenance Mode. Log entries are created in the "
6614
  "BPS Security Log file. "
6615
  msgstr ""
6616
 
6617
+ #: admin/maintenance/maintenance.php:239
6618
  msgid ""
6619
  "Send Email Reminder when Maintenance Mode Countdown Timer has completed:"
6620
  msgstr ""
6621
 
6622
+ #: admin/maintenance/maintenance.php:239
6623
  msgid ""
6624
  "Check this checkbox to enable the javascript Countdown Timer to send you an "
6625
  "email reminder when the Countdown Timer reaches 0/is completed. More "
6631
  "the Countdown Timer reaches 0/has completed."
6632
  msgstr ""
6633
 
6634
+ #: admin/maintenance/maintenance.php:239
6635
  msgid "Testing the Countdown Timer Send Email Option:"
6636
  msgstr ""
6637
 
6638
+ #: admin/maintenance/maintenance.php:239
6639
  msgid ""
6640
  "There is a 1 minute buffer so that when the Maintenance Mode page is created "
6641
  "an email will not be sent immediately. To test the Send Email option use 2 "
6646
  "how fast your Mail Server sends the email to you."
6647
  msgstr ""
6648
 
6649
+ #: admin/maintenance/maintenance.php:239
6650
  msgid "Send Countdown Timer Email:"
6651
  msgstr ""
6652
 
6653
+ #: admin/maintenance/maintenance.php:239
6654
  msgid ""
6655
  "Enter the email addresses that you would like the Countdown Timer reminder "
6656
  "email sent to, from, cc or bcc."
6657
  msgstr ""
6658
 
6659
+ #: admin/maintenance/maintenance.php:239
6660
  msgid "Network/Multisite Primary Site Options ONLY:"
6661
  msgstr ""
6662
 
6663
+ #: admin/maintenance/maintenance.php:239
6664
  msgid ""
6665
  "These options/settings are for Network/Multisite ONLY and are ONLY displayed "
6666
  "on the Primary Network/Multisite site. Checking these options on a Single/"
6668
  "for Network/Multisite WordPress installations."
6669
  msgstr ""
6670
 
6671
+ #: admin/maintenance/maintenance.php:239
6672
  msgid "Steps to use these special Network/Multisite options:"
6673
  msgstr ""
6674
 
6675
+ #: admin/maintenance/maintenance.php:239
6676
  msgid ""
6677
  "To turn On either of these special options, check the checkbox, click the "
6678
  "Save Options button and click the Turn On button. To turn Off either of "
6684
  "special option settings in that template file."
6685
  msgstr ""
6686
 
6687
+ #: admin/maintenance/maintenance.php:239
6688
  msgid "Put The Primary Site And All Subsites In Maintenance Mode:"
6689
  msgstr ""
6690
 
6691
+ #: admin/maintenance/maintenance.php:239
6692
  msgid "Check this checkbox to put all of the sites into Maintenance Mode."
6693
  msgstr ""
6694
 
6695
+ #: admin/maintenance/maintenance.php:239
6696
  msgid "Put All Subsites In Maintenance Mode, But Not The Primary Site:"
6697
  msgstr ""
6698
 
6699
+ #: admin/maintenance/maintenance.php:239
6700
  msgid ""
6701
  "Check this checkbox to put all of the subsites into Maintenance Mode except "
6702
  "for the Primary site."
6703
  msgstr ""
6704
 
6705
+ #: admin/maintenance/maintenance.php:239
6706
  msgid "Save Options Button"
6707
  msgstr ""
6708
 
6709
+ #: admin/maintenance/maintenance.php:239
6710
  msgid ""
6711
  "Clicking the Save Options button does 2 things: Saves all your options/"
6712
  "settings to your Database and creates all necessary Maintenance Mode files/"
6714
  "Click the Turn On button after clicking the Save Options button."
6715
  msgstr ""
6716
 
6717
+ #: admin/maintenance/maintenance.php:239
6718
  msgid "Preview Button"
6719
  msgstr ""
6720
 
6721
+ #: admin/maintenance/maintenance.php:239
6722
  msgid ""
6723
  "Clicking the Preview button allows you to preview the Maintenance Mode files/"
6724
  "Forms that were created when you clicked the Save Options button. Preview "
6728
  "On button."
6729
  msgstr ""
6730
 
6731
+ #: admin/maintenance/maintenance.php:239
6732
  msgid "Turn On Button"
6733
  msgstr ""
6734
 
6735
+ #: admin/maintenance/maintenance.php:239
6736
  msgid ""
6737
  "Clicking the Turn On button turns On Maintenance Mode. Turn On is "
6738
  "conditional and allows you to make changes to your Maintenance Mode page "
6742
  "on your Maintenance Mode page."
6743
  msgstr ""
6744
 
6745
+ #: admin/maintenance/maintenance.php:239
6746
  msgid "Turn Off Button"
6747
  msgstr ""
6748
 
6749
+ #: admin/maintenance/maintenance.php:239
6750
  msgid ""
6751
  "Clicking the Turn Off button turns Off Maintenance Mode. Turn Off is non-"
6752
  "conditional and works like a Form Reset, but does not remove any of your "
6756
  "remain in your website root folder, but Maintenance Mode will be turned Off."
6757
  msgstr ""
6758
 
6759
+ #: admin/maintenance/maintenance.php:239
6760
  msgid "BPS help links can be found in the Help & FAQ pages."
6761
  msgstr ""
6762
 
6763
+ #: admin/maintenance/maintenance.php:275
6764
  msgid ""
6765
  "Error: You did not enter anything in the Maintenance Mode Time Text Box."
6766
  msgstr ""
6767
 
6768
+ #: admin/maintenance/maintenance.php:283 admin/maintenance/maintenance.php:791
6769
+ #: admin/maintenance/maintenance.php:999
6770
  msgid ""
6771
  "Error: You did not enter an IP Address in the Maintenance Mode IP Address "
6772
  "Whitelist Text Box."
6773
  msgstr ""
6774
 
6775
+ #: admin/maintenance/maintenance.php:413 admin/maintenance/maintenance.php:433
6776
  msgid ""
6777
  "Success! Your Options have been saved and your Maintenance Mode Form has "
6778
  "been created successfully! Click the Preview button to preview your Website "
6780
  "button."
6781
  msgstr ""
6782
 
6783
+ #: admin/maintenance/maintenance.php:420
6784
  msgid ""
6785
  "Check that the file exists in the /bulletproof-security/admin/htaccess/ "
6786
  "master folder. If this is not the problem "
6787
  msgstr ""
6788
 
6789
+ #: admin/maintenance/maintenance.php:420 admin/maintenance/maintenance.php:440
6790
  #: admin/wizard/wizard.php:181 includes/general-functions.php:509
6791
+ #: includes/hud-dismiss-functions.php:352
6792
+ #: includes/hud-dismiss-functions.php:395
6793
+ #: includes/hud-dismiss-functions.php:500
6794
  msgid "Click Here"
6795
  msgstr ""
6796
 
6797
+ #: admin/maintenance/maintenance.php:420 admin/maintenance/maintenance.php:440
6798
  msgid " for assistance."
6799
  msgstr ""
6800
 
6801
+ #: admin/maintenance/maintenance.php:440
6802
  msgid ""
6803
  "Check that the bps-maintenance-values.php file exists in the /bulletproof-"
6804
  "security/admin/htaccess/ master folder. If this is not the problem "
6805
  msgstr ""
6806
 
6807
+ #: admin/maintenance/maintenance.php:501 admin/maintenance/maintenance.php:508
6808
+ #: admin/maintenance/maintenance.php:515
6809
  msgid "Your Current IP Address: "
6810
  msgstr ""
6811
 
6812
+ #: admin/maintenance/maintenance.php:501 admin/maintenance/maintenance.php:508
6813
+ #: admin/maintenance/maintenance.php:515
6814
  msgid "Recommended IP Address: "
6815
  msgstr ""
6816
 
6817
+ #: admin/maintenance/maintenance.php:546
6818
  msgid "MMode Editor"
6819
  msgstr ""
6820
 
6821
+ #: admin/maintenance/maintenance.php:550
6822
  msgid ""
6823
  "Click the Maintenance Mode Guide link above for CSS Code, Image & Video "
6824
  "Embed examples."
6825
  msgstr ""
6826
 
6827
+ #: admin/maintenance/maintenance.php:559
6828
  msgid "MMode Option Settings"
6829
  msgstr ""
6830
 
6831
+ #: admin/maintenance/maintenance.php:562
6832
  msgid "Enable Countdown Timer"
6833
  msgstr ""
6834
 
6835
+ #: admin/maintenance/maintenance.php:566
6836
  msgid "LCD|Lime Green"
6837
  msgstr ""
6838
 
6839
+ #: admin/maintenance/maintenance.php:567 admin/maintenance/maintenance.php:654
6840
  msgid "White"
6841
  msgstr ""
6842
 
6843
+ #: admin/maintenance/maintenance.php:568
6844
  msgid "Silver"
6845
  msgstr ""
6846
 
6847
+ #: admin/maintenance/maintenance.php:569 admin/maintenance/maintenance.php:656
6848
  msgid "Gray"
6849
  msgstr ""
6850
 
6851
+ #: admin/maintenance/maintenance.php:573 admin/maintenance/maintenance.php:577
6852
  msgid "Example: 10 = 10 minutes, 180 = 3 hours, 1440 = 24 hours."
6853
  msgstr ""
6854
 
6855
+ #: admin/maintenance/maintenance.php:580
6856
  msgid "Enable FrontEnd Maintenance Mode"
6857
  msgstr ""
6858
 
6859
+ #: admin/maintenance/maintenance.php:585
6860
  msgid "You MUST enter Your Current IP Address or the"
6861
  msgstr ""
6862
 
6863
+ #: admin/maintenance/maintenance.php:585
6864
  msgid "Recommended IP Address if you Enable BackEnd Maintenance Mode"
6865
  msgstr ""
6866
 
6867
+ #: admin/maintenance/maintenance.php:585
6868
  msgid "or you will be locked out of your WordPress Dashboard."
6869
  msgstr ""
6870
 
6871
+ #: admin/maintenance/maintenance.php:586
6872
  msgid "Enable BackEnd Maintenance Mode "
6873
  msgstr ""
6874
 
6875
+ #: admin/maintenance/maintenance.php:594
6876
  msgid ""
6877
  "Enter The IP Address That Can View The Website Normally (not in Maintenance "
6878
  "Mode)."
6879
  msgstr ""
6880
 
6881
+ #: admin/maintenance/maintenance.php:595
6882
  msgid "Enter Multiple IP addresses separated by a comma and a single space."
6883
  msgstr ""
6884
 
6885
+ #: admin/maintenance/maintenance.php:596
6886
  msgid "Example IPv4 IP Addresses: 100.99.88.77, 200.66.55.44, 44.33.22.1"
6887
  msgstr ""
6888
 
6889
+ #: admin/maintenance/maintenance.php:597
6890
  msgid ""
6891
  "Example IPv6 IP Addresses: 0:0:0:0:0:ffff:6463:584d, 0:0:0:0:0:ffff:c842:372c"
6892
  msgstr ""
6893
 
6894
+ #: admin/maintenance/maintenance.php:608
6895
  msgid "No Background Image"
6896
  msgstr ""
6897
 
6898
+ #: admin/maintenance/maintenance.php:609
6899
  msgid "Black Honeycomb Large"
6900
  msgstr ""
6901
 
6902
+ #: admin/maintenance/maintenance.php:610
6903
  msgid "Black Honeycomb Large Grey Line"
6904
  msgstr ""
6905
 
6906
+ #: admin/maintenance/maintenance.php:611
6907
  msgid "Black Mesh Small"
6908
  msgstr ""
6909
 
6910
+ #: admin/maintenance/maintenance.php:612
6911
  msgid "Black Mesh Small Grey Line"
6912
  msgstr ""
6913
 
6914
+ #: admin/maintenance/maintenance.php:613
6915
  msgid "Blue Honeycomb Large"
6916
  msgstr ""
6917
 
6918
+ #: admin/maintenance/maintenance.php:614
6919
  msgid "Blue Mesh Small"
6920
  msgstr ""
6921
 
6922
+ #: admin/maintenance/maintenance.php:615
6923
  msgid "Brown Honeycomb Large"
6924
  msgstr ""
6925
 
6926
+ #: admin/maintenance/maintenance.php:616
6927
  msgid "Brown Mesh Small"
6928
  msgstr ""
6929
 
6930
+ #: admin/maintenance/maintenance.php:617
6931
  msgid "Green Honeycomb Large"
6932
  msgstr ""
6933
 
6934
+ #: admin/maintenance/maintenance.php:618
6935
  msgid "Green Mesh Small"
6936
  msgstr ""
6937
 
6938
+ #: admin/maintenance/maintenance.php:619
6939
  msgid "Gray Honeycomb Large"
6940
  msgstr ""
6941
 
6942
+ #: admin/maintenance/maintenance.php:620
6943
  msgid "Gray Mesh Small"
6944
  msgstr ""
6945
 
6946
+ #: admin/maintenance/maintenance.php:621
6947
  msgid "Orange Honeycomb Large"
6948
  msgstr ""
6949
 
6950
+ #: admin/maintenance/maintenance.php:622
6951
  msgid "Orange Mesh Small"
6952
  msgstr ""
6953
 
6954
+ #: admin/maintenance/maintenance.php:623
6955
  msgid "Purple Honeycomb Large"
6956
  msgstr ""
6957
 
6958
+ #: admin/maintenance/maintenance.php:624
6959
  msgid "Purple Mesh Small"
6960
  msgstr ""
6961
 
6962
+ #: admin/maintenance/maintenance.php:625
6963
  msgid "Red|Burgundy Honeycomb Large"
6964
  msgstr ""
6965
 
6966
+ #: admin/maintenance/maintenance.php:626
6967
  msgid "Red|Burgundy Mesh Small"
6968
  msgstr ""
6969
 
6970
+ #: admin/maintenance/maintenance.php:627
6971
  msgid "Yellow Honeycomb Large"
6972
  msgstr ""
6973
 
6974
+ #: admin/maintenance/maintenance.php:628
6975
  msgid "Yellow Mesh Small"
6976
  msgstr ""
6977
 
6978
+ #: admin/maintenance/maintenance.php:633
6979
  msgid "No Center Image"
6980
  msgstr ""
6981
 
6982
+ #: admin/maintenance/maintenance.php:634
6983
  msgid "Basic Black"
6984
  msgstr ""
6985
 
6986
+ #: admin/maintenance/maintenance.php:635
6987
  msgid "Black Veins"
6988
  msgstr ""
6989
 
6990
+ #: admin/maintenance/maintenance.php:636
6991
  msgid "Blue Glass"
6992
  msgstr ""
6993
 
6994
+ #: admin/maintenance/maintenance.php:637
6995
  msgid "Brushed Metal Stamped"
6996
  msgstr ""
6997
 
6998
+ #: admin/maintenance/maintenance.php:638
6999
  msgid "Chrome"
7000
  msgstr ""
7001
 
7002
+ #: admin/maintenance/maintenance.php:639
7003
  msgid "Chrome Slick"
7004
  msgstr ""
7005
 
7006
+ #: admin/maintenance/maintenance.php:640
7007
  msgid "Fire"
7008
  msgstr ""
7009
 
7010
+ #: admin/maintenance/maintenance.php:641
7011
  msgid "Gun Metal"
7012
  msgstr ""
7013
 
7014
+ #: admin/maintenance/maintenance.php:642
7015
  msgid "Mercury"
7016
  msgstr ""
7017
 
7018
+ #: admin/maintenance/maintenance.php:643
7019
  msgid "Smoke"
7020
  msgstr ""
7021
 
7022
+ #: admin/maintenance/maintenance.php:644
7023
  msgid "Striped Cone"
7024
  msgstr ""
7025
 
7026
+ #: admin/maintenance/maintenance.php:645
7027
  msgid "Swamp Bevel"
7028
  msgstr ""
7029
 
7030
+ #: admin/maintenance/maintenance.php:646
7031
  msgid "Toy"
7032
  msgstr ""
7033
 
7034
+ #: admin/maintenance/maintenance.php:647
7035
  msgid "Water Reflection"
7036
  msgstr ""
7037
 
7038
+ #: admin/maintenance/maintenance.php:648
7039
  msgid "Wood Grain"
7040
  msgstr ""
7041
 
7042
+ #: admin/maintenance/maintenance.php:653
7043
  msgid "No Background Color"
7044
  msgstr ""
7045
 
7046
+ #: admin/maintenance/maintenance.php:655
7047
  msgid "Black"
7048
  msgstr ""
7049
 
7050
+ #: admin/maintenance/maintenance.php:659
7051
  msgid "Display Visitor IP Address"
7052
  msgstr ""
7053
 
7054
+ #: admin/maintenance/maintenance.php:663
7055
  msgid "Display Dashboard Reminder Message when site is in Maintenance Mode"
7056
  msgstr ""
7057
 
7058
+ #: admin/maintenance/maintenance.php:665
7059
  msgid "Enable Visitor Logging"
7060
  msgstr ""
7061
 
7062
+ #: admin/maintenance/maintenance.php:667
7063
  msgid "Send Email Reminder when Maintenance Mode Countdown Timer has completed"
7064
  msgstr ""
7065
 
7066
+ #: admin/maintenance/maintenance.php:669
7067
  msgid "Send Countdown Timer Email To:"
7068
  msgstr ""
7069
 
7070
+ #: admin/maintenance/maintenance.php:671
7071
  msgid "Send Countdown Timer Email From:"
7072
  msgstr ""
7073
 
7074
+ #: admin/maintenance/maintenance.php:673
7075
  msgid "Send Countdown Timer Email Cc:"
7076
  msgstr ""
7077
 
7078
+ #: admin/maintenance/maintenance.php:675
7079
  msgid "Send Countdown Timer Email Bcc:"
7080
  msgstr ""
7081
 
7082
+ #: admin/maintenance/maintenance.php:680
7083
  msgid "MMode Network|Multisite Options"
7084
  msgstr ""
7085
 
7086
+ #: admin/maintenance/maintenance.php:683
7087
  msgid "Network|Multisite Primary Site Options ONLY"
7088
  msgstr ""
7089
 
7090
+ #: admin/maintenance/maintenance.php:687
7091
  msgid ""
7092
  "Click the Maintenance Mode Read Me help button for the steps to use these "
7093
  "special options:"
7094
  msgstr ""
7095
 
7096
+ #: admin/maintenance/maintenance.php:688
7097
  msgid "Put The Primary Site And All Subsites In Maintenance Mode"
7098
  msgstr ""
7099
 
7100
+ #: admin/maintenance/maintenance.php:690
7101
  msgid "Put All Subsites In Maintenance Mode, But Not The Primary Site"
7102
  msgstr ""
7103
 
7104
+ #: admin/maintenance/maintenance.php:698
7105
  msgid ""
7106
  "Clicking OK Saves your Options/Settings to your Database and also creates "
7107
  "your Maintenance Mode page. Click the Preview button to preview your "
7109
  "Turn On button to enable Maintenance Mode on your website."
7110
  msgstr ""
7111
 
7112
+ #: admin/maintenance/maintenance.php:802 admin/maintenance/maintenance.php:1010
7113
  msgid ""
7114
  "IP Address Format Error: You have entered multiple IP Addresses using an "
7115
  "incorrect Format."
7116
  msgstr ""
7117
 
7118
+ #: admin/maintenance/maintenance.php:802 admin/maintenance/maintenance.php:1010
7119
  msgid ""
7120
  "The correct IP Address Format is: IP Address comma single space. Example: "
7121
  "100.99.88.77, 200.66.55.44, 44.33.22.1 or 100.99.88., 200.66.55., 44.33.22. "
7122
  "if you are using the recommended 3 octet IP addresses."
7123
  msgstr ""
7124
 
7125
+ #: admin/maintenance/maintenance.php:802 admin/maintenance/maintenance.php:1010
7126
  msgid ""
7127
  "Correct the IP Address Format and click the Save Options button again. If "
7128
  "you have an IPv6 IP address use the same general format as an IPv4 IP "
7129
  "address - comma single space."
7130
  msgstr ""
7131
 
7132
+ #: admin/maintenance/maintenance.php:853 admin/maintenance/maintenance.php:1061
7133
+ #: admin/maintenance/maintenance.php:1163
7134
  msgid "FrontEnd Maintenance Mode has been Turned On."
7135
  msgstr ""
7136
 
7137
+ #: admin/maintenance/maintenance.php:871 admin/maintenance/maintenance.php:1187
7138
+ #: admin/maintenance/maintenance.php:1696
7139
+ #: admin/maintenance/maintenance.php:1826
7140
+ #: admin/maintenance/maintenance.php:2017
7141
  msgid "htaccess Files Disabled: BackEnd Maintenance Mode is disabled."
7142
  msgstr ""
7143
 
7144
+ #: admin/maintenance/maintenance.php:946 admin/maintenance/maintenance.php:1264
7145
  msgid "BackEnd Maintenance Mode has been Turned On."
7146
  msgstr ""
7147
 
7148
+ #: admin/maintenance/maintenance.php:1280
7149
+ #: admin/maintenance/maintenance.php:2069
7150
  msgid ""
7151
  "Error: You have not saved your option settings yet. Click the Save Options "
7152
  "button."
7153
  msgstr ""
7154
 
7155
+ #: admin/maintenance/maintenance.php:1357
7156
  msgid ""
7157
  "Error: Unable to get/find the site root index.php file for this GWIOD - "
7158
  "Giving WordPress Its Own Directory - website."
7159
  msgstr ""
7160
 
7161
+ #: admin/maintenance/maintenance.php:1357
7162
  msgid "GWIOD Site Root index.php File Path Checked: "
7163
  msgstr ""
7164
 
7165
+ #: admin/maintenance/maintenance.php:1357
7166
  msgid ""
7167
  "BPS Maintenance Mode will not work correctly with your WordPress GWIOD "
7168
  "setup. Try another WordPress Maintenance Mode plugin."
7169
  msgstr ""
7170
 
7171
+ #: admin/maintenance/maintenance.php:1423
7172
  msgid ""
7173
  "Error: Unable to get/find the site root index.php file for this Network "
7174
  "GWIOD - Giving WordPress Its Own Directory - website."
7175
  msgstr ""
7176
 
7177
+ #: admin/maintenance/maintenance.php:1423
7178
  msgid "Network GWIOD Site Root index.php File Path Checked: "
7179
  msgstr ""
7180
 
7181
+ #: admin/maintenance/maintenance.php:1423
7182
  msgid ""
7183
  "Please copy this error message and send it in an email to info@ait-pro.com "
7184
  "for assistance."
7185
  msgstr ""
7186
 
7187
+ #: admin/maintenance/maintenance.php:1508
7188
+ #: admin/maintenance/maintenance.php:1633
7189
+ #: admin/maintenance/maintenance.php:1789
7190
+ #: admin/maintenance/maintenance.php:1969
7191
  msgid "FrontEnd Maintenance Mode has been Turned Off."
7192
  msgstr ""
7193
 
7194
+ #: admin/maintenance/maintenance.php:1736
7195
+ #: admin/maintenance/maintenance.php:1862
7196
+ #: admin/maintenance/maintenance.php:2053
7197
  msgid "BackEnd Maintenance Mode has been Turned Off."
7198
  msgstr ""
7199
 
7540
  msgstr ""
7541
 
7542
  #: admin/mscan/mscan.php:130 admin/mscan/mscan.php:148
7543
+ #: includes/hud-dismiss-functions.php:624
7544
  msgid "MScan Malware Scanner Guide"
7545
  msgstr ""
7546
 
10608
  msgid "Jetpack Plugin wp-admin BPSQSE AutoWhitelist successful"
10609
  msgstr ""
10610
 
10611
+ #: admin/wizard/pwizard-autofix.php:2066
10612
+ msgid "Restrict Content Pro Plugin wp-admin BPSQSE AutoWhitelist successful"
10613
+ msgstr ""
10614
+
10615
+ #: admin/wizard/wizard-backup.php:244 admin/wizard/wizard-backup.php:285
10616
  msgid ""
10617
  "Custom additional htaccess code was found in your current root htaccess "
10618
  "file. Your root and wp-admin htaccess files have been backed up and zipped "
10621
  "files.zip file to your computer."
10622
  msgstr ""
10623
 
10624
+ #: admin/wizard/wizard-backup.php:244 admin/wizard/wizard-backup.php:285
10625
  msgid "Click this forum link: "
10626
  msgstr ""
10627
 
10628
+ #: admin/wizard/wizard-backup.php:244 admin/wizard/wizard-backup.php:285
10629
  msgid "Setup Wizard Root and wp-admin htaccess File Backup"
10630
  msgstr ""
10631
 
10632
+ #: admin/wizard/wizard-backup.php:244 admin/wizard/wizard-backup.php:285
10633
  msgid " for help information about what this means and what to do."
10634
  msgstr ""
10635
 
10636
+ #: admin/wizard/wizard-backup.php:244 admin/wizard/wizard-backup.php:285
10637
  msgid ""
10638
  " and select the Zip File Download Fix On setting for the Zile File Download "
10639
  "Fix option. You should now be able to download the htaccess-files.zip file. "
10641
  "above for what to do next."
10642
  msgstr ""
10643
 
10644
+ #: admin/wizard/wizard-backup.php:244 admin/wizard/wizard-backup.php:285
10645
  msgid "Download htaccess-files.zip File"
10646
  msgstr ""
10647
 
10648
+ #: admin/wizard/wizard-backup.php:244 admin/wizard/wizard-backup.php:285
10649
  msgid "Additional Plain Text htaccess file backups: "
10650
  msgstr ""
10651
 
10652
+ #: admin/wizard/wizard-backup.php:244 admin/wizard/wizard-backup.php:285
10653
  msgid "Root htaccess File: "
10654
  msgstr ""
10655
 
10656
+ #: admin/wizard/wizard-backup.php:244 admin/wizard/wizard-backup.php:285
10657
  msgid "wp-admin htaccess File: "
10658
  msgstr ""
10659
 
10678
  "cannot be created. Root Folder BulletProof Mode has NOT been activated."
10679
  msgstr ""
10680
 
10681
+ #: admin/wizard/wizard-functions.php:111 admin/wizard/wizard-functions.php:632
10682
+ #: admin/wizard/wizard-functions.php:725
10683
  msgid ""
10684
  "If your Server configuration is DSO you must first make some one-time manual "
10685
  "changes to your website before running the Setup Wizard. Please click this "
10686
  "Forum Link for instructions: "
10687
  msgstr ""
10688
 
10689
+ #: admin/wizard/wizard-functions.php:111 admin/wizard/wizard-functions.php:632
10690
+ #: admin/wizard/wizard-functions.php:725 admin/wizard/wizard.php:242
10691
  #: admin/wizard/wizard.php:318 admin/wizard/wizard.php:324
10692
  #: admin/wizard/wizard.php:330 admin/wizard/wizard.php:336
10693
  #: admin/wizard/wizard.php:342
10694
  msgid "DSO Setup Steps"
10695
  msgstr ""
10696
 
10697
+ #: admin/wizard/wizard-functions.php:502
10698
  msgid " Root .htaccess File backup Successful! "
10699
  msgstr ""
10700
 
10701
+ #: admin/wizard/wizard-functions.php:512
10702
  msgid "Error: PHP/php.ini handler htaccess code check"
10703
  msgstr ""
10704
 
10705
+ #: admin/wizard/wizard-functions.php:512
10706
  msgid ""
10707
  "PHP/php.ini handler htaccess code was found in your root .htaccess file, but "
10708
  "was NOT found in BPS Custom Code. A new root .htaccess file was NOT created "
10710
  "Link "
10711
  msgstr ""
10712
 
10713
+ #: admin/wizard/wizard-functions.php:512
10714
  msgid "Add PHP/php.ini handler htaccess code to BPS Custom Code"
10715
  msgstr ""
10716
 
10717
+ #: admin/wizard/wizard-functions.php:512
10718
  msgid ""
10719
  " for instructions on how to copy your PHP/php.ini handler htaccess code to "
10720
  "BPS Custom Code."
10721
  msgstr ""
10722
 
10723
+ #: admin/wizard/wizard-functions.php:555 admin/wizard/wizard-functions.php:584
10724
  msgid ""
10725
  "Root .htaccess File writing completed. File Locked with 404 file permissions."
10726
  msgstr ""
10727
 
10728
+ #: admin/wizard/wizard-functions.php:559 admin/wizard/wizard-functions.php:588
10729
  msgid ""
10730
  "Root .htaccess File writing completed. File Locked with 444 file permissions."
10731
  msgstr ""
10732
 
10733
+ #: admin/wizard/wizard-functions.php:606 admin/wizard/wizard-functions.php:615
10734
+ #: admin/wizard/wizard-functions.php:821 admin/wizard/wizard.php:664
10735
  #: admin/wizard/wizard.php:702 admin/wizard/wizard.php:760
10736
+ #: admin/wizard/wizard.php:800 admin/wizard/wizard.php:852
10737
+ #: includes/general-functions.php:1002
10738
  msgid " DB Option created or updated Successfully!"
10739
  msgstr ""
10740
 
10741
+ #: admin/wizard/wizard-functions.php:622
10742
  msgid ""
10743
  "Your current Root .htaccess file is not locked. It is recommended that you "
10744
  "lock your Root .htaccess file on the htaccess Core > htaccess File Editor "
10746
  "htaccess File Editor page."
10747
  msgstr ""
10748
 
10749
+ #: admin/wizard/wizard-functions.php:630
10750
  msgid ""
10751
  "The wpadmin-secure.htaccess wp-admin Master htaccess file was created "
10752
  "successfully."
10753
  msgstr ""
10754
 
10755
+ #: admin/wizard/wizard-functions.php:630
10756
  msgid "wp-admin Folder BulletProof Mode activated successfully."
10757
  msgstr ""
10758
 
10759
+ #: admin/wizard/wizard-functions.php:632
10760
  msgid ""
10761
  "Error: The wpadmin-secure.htaccess wp-admin Master htaccess file and wp-"
10762
  "admin .htaccess file cannot be created. wp-admin Folder BulletProof Mode has "
10763
  "NOT been activated."
10764
  msgstr ""
10765
 
10766
+ #: admin/wizard/wizard-functions.php:638
10767
  msgid ""
10768
  "Go Daddy Managed WordPress Hosting option is set to Yes or Enable|Disable wp-"
10769
  "admin BulletProof Mode option is set to disabled. GDMW hosting does not "
10770
  "allow wp-admin htaccess files."
10771
  msgstr ""
10772
 
10773
+ #: admin/wizard/wizard-functions.php:662
10774
  msgid " wp-admin .htaccess File backup Successful!"
10775
  msgstr ""
10776
 
10777
+ #: admin/wizard/wizard-functions.php:723
10778
  msgid "The default.htaccess Master htaccess file was created successfully."
10779
  msgstr ""
10780
 
10781
+ #: admin/wizard/wizard-functions.php:725
10782
  msgid "Error: The default.htaccess Master htaccess file cannot be created."
10783
  msgstr ""
10784
 
10785
+ #: admin/wizard/wizard-functions.php:822 admin/wizard/wizard.php:479
10786
  msgid " Folder created Successfully!"
10787
  msgstr ""
10788
 
10789
+ #: admin/wizard/wizard-functions.php:919
10790
  msgid ""
10791
  "Security Log User Agent Filter Check Successful! 0 User Agent Filters to "
10792
  "update."
10793
  msgstr ""
10794
 
10795
+ #: admin/wizard/wizard-functions.php:929
10796
  msgid "Security Log User Agent Filter "
10797
  msgstr ""
10798
 
10799
+ #: admin/wizard/wizard-functions.php:929
10800
  msgid " created or updated Successfully!"
10801
  msgstr ""
10802
 
10818
  "file, but was NOT found in BPS Custom Code. "
10819
  msgstr ""
10820
 
10821
+ #: admin/wizard/wizard.php:181 includes/hud-dismiss-functions.php:352
10822
  msgid ""
10823
  " for the steps to fix this Wordfence problem before running the Setup Wizard."
10824
  msgstr ""
10904
  "maximum memory limit setting allowed by your Host."
10905
  msgstr ""
10906
 
10907
+ #: admin/wizard/wizard.php:279 includes/functions.php:1203
10908
  msgid ""
10909
  "mod_authz_core is Loaded|Order, Allow, Deny directives are supported|BC: Yes|"
10910
  "IfModule: Yes"
10916
  "htaccess files will be created."
10917
  msgstr ""
10918
 
10919
+ #: admin/wizard/wizard.php:288
10920
  msgid ""
10921
  "mod_access_compat is Loaded|Order, Allow, Deny directives are supported|"
10922
  "IfModule: No"
10995
  "Tutorials to watch."
10996
  msgstr ""
10997
 
10998
+ #: admin/wizard/wizard.php:425 admin/wizard/wizard.php:1158
10999
  msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup)"
11000
  msgstr ""
11001
 
11052
  msgid "BulletProof Security Login Security & Monitoring Options Setup"
11053
  msgstr ""
11054
 
11055
+ #: admin/wizard/wizard.php:847
11056
  msgid "BulletProof Security JTC-Lite Options Setup"
11057
  msgstr ""
11058
 
11059
+ #: admin/wizard/wizard.php:950
11060
  msgid "The Setup Wizard has completed BPS Setup."
11061
  msgstr ""
11062
 
11063
+ #: admin/wizard/wizard.php:950
11064
  msgid ""
11065
  "Check the \"BPS Setup Verification & Error Checks\" section below for any "
11066
  "errors in Red Font."
11067
  msgstr ""
11068
 
11069
+ #: admin/wizard/wizard.php:950
11070
  msgid ""
11071
  "Your existing root htaccess file has been backed up here: /wp-content/bps-"
11072
  "backup/master-backups/root.htaccess-[Date-Timestamp]. If you run into a "
11074
  "forum topic: "
11075
  msgstr ""
11076
 
11077
+ #: admin/wizard/wizard.php:950
11078
  msgid "Setup Wizard Root htaccess File Backup"
11079
  msgstr ""
11080
 
11081
+ #: admin/wizard/wizard.php:970
11082
  msgid "Setup Wizard Completion Time: "
11083
  msgstr ""
11084
 
11085
+ #: admin/wizard/wizard.php:987
11086
  msgid "BulletProof Security ~ Setup Wizard"
11087
  msgstr ""
11088
 
11089
+ #: admin/wizard/wizard.php:1042 admin/wizard/wizard.php:1558
11090
+ #: admin/wizard/wizard.php:1560
11091
  msgid "Setup Wizard Export|Import"
11092
  msgstr ""
11093
 
11094
+ #: admin/wizard/wizard.php:1053
11095
  msgid "htaccess Files Disabled Notice: "
11096
  msgstr ""
11097
 
11098
+ #: admin/wizard/wizard.php:1053
11099
  msgid ""
11100
  "BPS has detected that htaccess files cannot be used on your website/server. "
11101
  "Click this "
11102
  msgstr ""
11103
 
11104
+ #: admin/wizard/wizard.php:1053
11105
  msgid ""
11106
  " link for more information before running the Wizards. If you intentionally "
11107
  "disabled htaccess files then disregard this Notice."
11108
  msgstr ""
11109
 
11110
+ #: admin/wizard/wizard.php:1065
11111
  msgid "Setup Wizard ~ "
11112
  msgstr ""
11113
 
11114
+ #: admin/wizard/wizard.php:1065
11115
  msgid "One-Click Complete Setup"
11116
  msgstr ""
11117
 
11118
+ #: admin/wizard/wizard.php:1082
11119
  msgid "Recommended Video Tutorials: "
11120
  msgstr ""
11121
 
11122
+ #: admin/wizard/wizard.php:1087
11123
  msgid "Security Log Video Tutorial"
11124
  msgstr ""
11125
 
11126
+ #: admin/wizard/wizard.php:1090
11127
  msgid "Setup Wizard Steps: "
11128
  msgstr ""
11129
 
11130
+ #: admin/wizard/wizard.php:1090
11131
  msgid "1. Click the Setup Wizard button."
11132
  msgstr ""
11133
 
11134
+ #: admin/wizard/wizard.php:1094
11135
  msgid ""
11136
  "Setup Wizard Pre-Installation Checks are automatically performed and "
11137
  "displayed on the Setup Wizard page. Green font messages mean everything is "
11142
  "to be fixed before running the Setup Wizard."
11143
  msgstr ""
11144
 
11145
+ #: admin/wizard/wizard.php:1094
11146
  msgid ""
11147
  "You can re-run the Setup Wizard again at any time. Your existing settings "
11148
  "will NOT be overwritten and will be re-saved. Any new or additional settings "
11149
  "that the Setup Wizard finds on your website will be saved/setup."
11150
  msgstr ""
11151
 
11152
+ #: admin/wizard/wizard.php:1094
11153
  msgid ""
11154
  "When the Setup Wizard has completed you will see \"The Setup Wizard has "
11155
  "completed BPS Setup.\""
11156
  msgstr ""
11157
 
11158
+ #: admin/wizard/wizard.php:1094
11159
  msgid ""
11160
  "Your existing Root and wp-admin htaccess files are backed up before new Root "
11161
  "and wp-admin htaccess files are created by the Setup Wizard. The BPS backup "
11162
  "folder is here: "
11163
  msgstr ""
11164
 
11165
+ #: admin/wizard/wizard.php:1097
11166
  msgid ""
11167
  " and the backed up htaccess file names are: root.htaccess and wpadmin."
11168
  "htaccess."
11169
  msgstr ""
11170
 
11171
+ #: admin/wizard/wizard.php:1107
11172
  msgid "Setup Wizard & Overview Video Tutorial"
11173
  msgstr ""
11174
 
11175
+ #: admin/wizard/wizard.php:1134
11176
  msgid "Setup Wizard Options ~ "
11177
  msgstr ""
11178
 
11179
+ #: admin/wizard/wizard.php:1134
11180
  msgid ""
11181
  "Click the Setup Wizard Options Read Me help button for help info about each "
11182
  "option setting"
11183
  msgstr ""
11184
 
11185
+ #: admin/wizard/wizard.php:1148
11186
  msgid "Forum Help Links:"
11187
  msgstr ""
11188
 
11189
+ #: admin/wizard/wizard.php:1152
11190
  msgid "Go Daddy Managed WordPress Hosting (GDMW)"
11191
  msgstr ""
11192
 
11193
+ #: admin/wizard/wizard.php:1153 admin/wizard/wizard.php:1158
11194
  msgid "Enable|Disable htaccess Files"
11195
  msgstr ""
11196
 
11197
+ #: admin/wizard/wizard.php:1154
11198
  msgid "AutoFix Forum Topic"
11199
  msgstr ""
11200
 
11201
+ #: admin/wizard/wizard.php:1155
11202
  msgid "GDPR Compliance Forum Topic"
11203
  msgstr ""
11204
 
11205
+ #: admin/wizard/wizard.php:1158
11206
  msgid ""
11207
  "Setup Wizard AutoFix is turned On by default. When AutoFix is turned On the "
11208
  "Setup Wizard will automatically create htaccess whitelist rules in BPS "
11223
  "AutoFix Debug information so that we can figure out what the problem is."
11224
  msgstr ""
11225
 
11226
+ #: admin/wizard/wizard.php:1158
11227
  msgid "GDPR Compliance (IP Address Logging On|Off)"
11228
  msgstr ""
11229
 
11230
+ #: admin/wizard/wizard.php:1158
11231
  msgid ""
11232
  "The GDPR Compliance option setting is set to Off by default. Choosing the "
11233
  "GDPR Compliance On option setting will disable IP address logging in all BPS "
11241
  "at the top of this Read Me help window."
11242
  msgstr ""
11243
 
11244
+ #: admin/wizard/wizard.php:1158 admin/wizard/wizard.php:1196
11245
  msgid "Go Daddy Managed WordPress Hosting (GDMW):"
11246
  msgstr ""
11247
 
11248
+ #: admin/wizard/wizard.php:1158
11249
  msgid ""
11250
  "This option is ONLY for a special type of Go Daddy Hosting account called "
11251
  "\"Managed WordPress Hosting\" and is NOT for regular/standard Go Daddy "
11254
  "section above for more information."
11255
  msgstr ""
11256
 
11257
+ #: admin/wizard/wizard.php:1158 admin/wizard/wizard.php:1208
11258
  msgid "Enable|Disable htaccess Files:"
11259
  msgstr ""
11260
 
11261
+ #: admin/wizard/wizard.php:1158
11262
  msgid "Before changing this option setting, click the "
11263
  msgstr ""
11264
 
11265
+ #: admin/wizard/wizard.php:1158
11266
  msgid ""
11267
  " Forum Help Link at the top of this Read Me help window to find out exactly "
11268
  "what this option setting does and when it should or should not be used. "
11270
  "htaccess Files Enabled: Will enable all BPS htaccess freatures and files."
11271
  msgstr ""
11272
 
11273
+ #: admin/wizard/wizard.php:1158
11274
  msgid "Enable|Disable wp-admin BulletProof Mode"
11275
  msgstr ""
11276
 
11277
+ #: admin/wizard/wizard.php:1158
11278
  msgid ""
11279
  "The default setting is already set to: wp-admin BulletProof Mode Enabled. If "
11280
  "you would like to disable wp-admin BulletProof Mode select wp-admin "
11281
  "BulletProof Mode Disabled."
11282
  msgstr ""
11283
 
11284
+ #: admin/wizard/wizard.php:1158 admin/wizard/wizard.php:1232
11285
  msgid "Zip File Download Fix (Incapsula, Proxy, Other Cause):"
11286
  msgstr ""
11287
 
11288
+ #: admin/wizard/wizard.php:1158
11289
  msgid ""
11290
  "This option should only be set to On if you are seeing a 403 error and/or "
11291
  "unable to download these Zip files: Custom Code Export Zip file, Login "
11301
  "Firewall again."
11302
  msgstr ""
11303
 
11304
+ #: admin/wizard/wizard.php:1158 admin/wizard/wizard.php:1244
11305
  msgid "Multisite Hide|Display System Info Page for Subsites:"
11306
  msgstr ""
11307
 
11308
+ #: admin/wizard/wizard.php:1158
11309
  msgid ""
11310
  "This option is for Network|Multisite sites only. Choosing Hide System Info "
11311
  "Page will hide the System Info menu link under the BPS navigational menus. "
11313
  "under the BPS navigational mensus."
11314
  msgstr ""
11315
 
11316
+ #: admin/wizard/wizard.php:1158 admin/wizard/wizard.php:1255
11317
  msgid "Network|Multisite Sitewide Login Security Settings"
11318
  msgstr ""
11319
 
11320
+ #: admin/wizard/wizard.php:1158
11321
  msgid ""
11322
  "This option is for Network|Multisite sites only. This is an independent "
11323
  "option Form that creates and saves Login Security DB option settings for all "
11334
  "Reset, Sort DB Rows: Ascending - Show Oldest Login First."
11335
  msgstr ""
11336
 
11337
+ #: admin/wizard/wizard.php:1158 admin/wizard/wizard.php:1264
11338
  msgid "Network|Multisite Sitewide JTC-Lite Settings"
11339
  msgstr ""
11340
 
11341
+ #: admin/wizard/wizard.php:1158
11342
  msgid ""
11343
  "This option is for Network|Multisite sites only. This is an independent "
11344
  "option Form that creates and saves JTC-Lite DB option settings for all "
11353
  "box on the Login Form."
11354
  msgstr ""
11355
 
11356
+ #: admin/wizard/wizard.php:1172
11357
  msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup):"
11358
  msgstr ""
11359
 
11360
+ #: admin/wizard/wizard.php:1174
11361
  msgid "AutoFix On"
11362
  msgstr ""
11363
 
11364
+ #: admin/wizard/wizard.php:1175
11365
  msgid "AutoFix Off"
11366
  msgstr ""
11367
 
11368
+ #: admin/wizard/wizard.php:1184
11369
  msgid "GDPR Compliance (IP Address Logging On|Off):"
11370
  msgstr ""
11371
 
11372
+ #: admin/wizard/wizard.php:1186
11373
  msgid "GDPR Compliance Off"
11374
  msgstr ""
11375
 
11376
+ #: admin/wizard/wizard.php:1187
11377
  msgid "GDPR Compliance On"
11378
  msgstr ""
11379
 
11380
+ #: admin/wizard/wizard.php:1198
11381
  msgid "No (default setting)"
11382
  msgstr ""
11383
 
11384
+ #: admin/wizard/wizard.php:1199
11385
  msgid "Yes (ONLY if you have Managed WordPress Hosting)"
11386
  msgstr ""
11387
 
11388
+ #: admin/wizard/wizard.php:1209
11389
  msgid ""
11390
  "CAUTION: Click the Read Me help button before changing this option setting"
11391
  msgstr ""
11392
 
11393
+ #: admin/wizard/wizard.php:1211
11394
  msgid "htaccess Files Enabled"
11395
  msgstr ""
11396
 
11397
+ #: admin/wizard/wizard.php:1212
11398
  msgid "htaccess Files Disabled"
11399
  msgstr ""
11400
 
11401
+ #: admin/wizard/wizard.php:1220
11402
  msgid "Enable|Disable wp-admin BulletProof Mode:"
11403
  msgstr ""
11404
 
11405
+ #: admin/wizard/wizard.php:1222
11406
  msgid "wp-admin BulletProof Mode Enabled"
11407
  msgstr ""
11408
 
11409
+ #: admin/wizard/wizard.php:1223
11410
  msgid "wp-admin BulletProof Mode Disabled"
11411
  msgstr ""
11412
 
11413
+ #: admin/wizard/wizard.php:1234
11414
  msgid "Zip File Download Fix Off"
11415
  msgstr ""
11416
 
11417
+ #: admin/wizard/wizard.php:1235
11418
  msgid "Zip File Download Fix On"
11419
  msgstr ""
11420
 
11421
+ #: admin/wizard/wizard.php:1246
11422
  msgid "Display System Info Page"
11423
  msgstr ""
11424
 
11425
+ #: admin/wizard/wizard.php:1247
11426
  msgid "Hide System Info Page"
11427
  msgstr ""
11428
 
11429
+ #: admin/wizard/wizard.php:1296
11430
  msgid ""
11431
  "The Zip File Download Fix option is set to On. This option should only be "
11432
  "set to On if you are unable to download these Zip files: Custom Code Export "
11434
  "htaccess file backup Zip file."
11435
  msgstr ""
11436
 
11437
+ #: admin/wizard/wizard.php:1309
11438
  msgid "The Zip File Download Fix option is set to Off."
11439
  msgstr ""
11440
 
11441
+ #: admin/wizard/wizard.php:1333
11442
  msgid "Multisite Hide|Display System Info Page for Subsites option saved."
11443
  msgstr ""
11444
 
11445
+ #: admin/wizard/wizard.php:1348
11446
  msgid ""
11447
  "Error: Your Network site exceeds the default WP criteria for a large network "
11448
  "site. Either you have more than 10,000 users or more than 10,000 sites. "
11450
  "org for assistance."
11451
  msgstr ""
11452
 
11453
+ #: admin/wizard/wizard.php:1355
11454
  msgid " LSM DB Options created or updated Successfully!"
11455
  msgstr ""
11456
 
11457
+ #: admin/wizard/wizard.php:1428
11458
  msgid ""
11459
  "Error: Your Network site exceeds the default WP criteria for a large network "
11460
  "site. Either you have more than 10,000 users or more than 10,000 sites. "
11462
  "line: Setup Wizard Options Large Network Site Help."
11463
  msgstr ""
11464
 
11465
+ #: admin/wizard/wizard.php:1435
11466
  msgid " JTC DB Options created or updated Successfully!"
11467
  msgstr ""
11468
 
11469
+ #: admin/wizard/wizard.php:1553
11470
  msgid "Setup Wizard Export|Import ~ "
11471
  msgstr ""
11472
 
11473
+ #: admin/wizard/wizard.php:1553
11474
  msgid "Export or Import BPS plugin option settings."
11475
  msgstr ""
11476
 
11477
+ #: admin/wizard/wizard.php:1570
11478
  msgid "GDMW Hosting"
11479
  msgstr ""
11480
 
11481
+ #: admin/wizard/wizard.php:1572
11482
  msgid "Setup Wizard Export"
11483
  msgstr ""
11484
 
11485
+ #: admin/wizard/wizard.php:1572
11486
  msgid ""
11487
  "The Setup Wizard Export feature exports all BPS plugin option settings "
11488
  "except for website specific settings that need to be setup by running the "
11490
  "new website. The name of the exported zip file is: bps-settings-export.zip"
11491
  msgstr ""
11492
 
11493
+ #: admin/wizard/wizard.php:1572
11494
  msgid "Setup Wizard Import"
11495
  msgstr ""
11496
 
11497
+ #: admin/wizard/wizard.php:1572
11498
  msgid ""
11499
  "To import BPS plugin option settings click the Choose File button, navigate "
11500
  "to where you downloaded/saved the bps-settings-export.zip file on your "
11508
  "code or remove it from BPS Custom Code."
11509
  msgstr ""
11510
 
11511
+ #: admin/wizard/wizard.php:1572
11512
  msgid "Network|Multisite Help Info"
11513
  msgstr ""
11514
 
11515
+ #: admin/wizard/wizard.php:1572
11516
  msgid ""
11517
  "Setup Wizard Export|Import works for Network|Multisite site types, but only "
11518
  "the Primary site's BPS plugin option settings are exported and imported. BPS "
11523
  "JTC plugin option settings from the Primary site to all Subsites."
11524
  msgstr ""
11525
 
11526
+ #: admin/wizard/wizard.php:1579
11527
  msgid ""
11528
  "Clicking OK will Import BPS plugin settings from the bps-settings-export.zip "
11529
  "file on your computer."
11530
  msgstr ""
11531
 
11532
+ #: admin/wizard/wizard.php:1579
11533
  msgid "Click OK to Import BPS plugin settings or click Cancel."
11534
  msgstr ""
11535
 
11536
+ #: admin/wizard/wizard.php:1588
11537
  msgid ""
11538
  "Clicking OK will Export your BPS plugin settings into the bps-settings-"
11539
  "export.zip file, which you can then download to your computer by clicking "
11541
  "message."
11542
  msgstr ""
11543
 
11544
+ #: admin/wizard/wizard.php:1588
11545
  msgid "Click OK to Export BPS plugin settings or click Cancel."
11546
  msgstr ""
11547
 
11548
+ #: admin/wizard/wizard.php:1723
11549
  msgid ""
11550
  "BPS plugin option settings exported successfully. Click the Download Zip "
11551
  "Export button to download the Setup Wizard Export zip file: bps-settings-"
11552
  "export.zip."
11553
  msgstr ""
11554
 
11555
+ #: admin/wizard/wizard.php:1723
11556
  msgid ""
11557
  " and select the Zip File Download Fix On setting for the Zile File Download "
11558
  "Fix option. You should now be able to download the bps-settings-export.zip "
11559
  "file."
11560
  msgstr ""
11561
 
11562
+ #: admin/wizard/wizard.php:1899 admin/wizard/wizard.php:1931
11563
  msgid "BPS plugin settings imported successfully."
11564
  msgstr ""
11565
 
11566
+ #: admin/wizard/wizard.php:1899 admin/wizard/wizard.php:1931
11567
  msgid "IMPORTANT: Run the BPS Setup Wizard now."
11568
  msgstr ""
11569
 
11570
+ #: admin/wizard/wizard.php:1899 admin/wizard/wizard.php:1931
11571
  msgid ""
11572
  "After running the Setup Wizard go to the BPS Security > htaccess Core > "
11573
  "Custom Code tab page and check all of your custom htaccess code for any "
11577
  "code or remove it from BPS Custom Code."
11578
  msgstr ""
11579
 
11580
+ #: admin/wizard/wizard.php:1945
11581
  msgid ""
11582
  "Either the bps-settings-export.zip file has not been selected yet for Import "
11583
  "or the file "
11584
  msgstr ""
11585
 
11586
+ #: admin/wizard/wizard.php:1945
11587
  msgid ""
11588
  " is not a valid Setup Wizard Export file or file name. The BPS Setup Wizard "
11589
  "Import feature only allows the bps-settings-export.zip file to be Uploaded/"
11606
  msgid "Hourly"
11607
  msgstr ""
11608
 
11609
+ #: includes/functions.php:229
11610
  msgid "Reload BPS Status Display"
11611
  msgstr ""
11612
 
11613
+ #: includes/functions.php:273
11614
  msgid "The BPS Status Display is set to Off by default on the System Info page"
11615
  msgstr ""
11616
 
11617
+ #: includes/functions.php:338
11618
  msgid "BPS "
11619
  msgstr ""
11620
 
11621
+ #: includes/functions.php:344 includes/functions.php:369
11622
  msgid "BPS Setup Wizard Notification"
11623
  msgstr ""
11624
 
11625
+ #: includes/functions.php:344 includes/functions.php:369
11626
  msgid ""
11627
  " to go to the BPS Setup Wizard page and click the Setup Wizard button to "
11628
  "setup the BPS plugin."
11629
  msgstr ""
11630
 
11631
+ #: includes/functions.php:349
11632
  msgid "BPS Alert! An htaccess file was NOT found in your WordPress root folder"
11633
  msgstr ""
11634
 
11635
+ #: includes/functions.php:349
11636
  msgid ""
11637
  "If you have deleted the root htaccess file for troubleshooting purposes you "
11638
  "can disregard this Alert."
11639
  msgstr ""
11640
 
11641
+ #: includes/functions.php:349 includes/functions.php:587
11642
+ #: includes/functions.php:654 includes/hud-autofix-setup.php:70
11643
+ #: includes/hud-dismiss-functions.php:551
11644
  msgid "Go to the "
11645
  msgstr ""
11646
 
11647
+ #: includes/functions.php:349 includes/functions.php:587
11648
  msgid " and click the Root Folder BulletProof Mode Activate button."
11649
  msgstr ""
11650
 
11651
+ #: includes/functions.php:387
11652
  msgid "BPS Alert! Your site may not be protected by BulletProof Security"
11653
  msgstr ""
11654
 
11655
+ #: includes/functions.php:387
11656
  msgid ""
11657
  "The BPS version: BULLETPROOF x.x SECURE .HTACCESS line of code was not found "
11658
  "at the top of your Root htaccess file."
11659
  msgstr ""
11660
 
11661
+ #: includes/functions.php:387
11662
  msgid ""
11663
  "The BPS version line of code MUST be at the very top of your Root htaccess "
11664
  "file."
11665
  msgstr ""
11666
 
11667
+ #: includes/functions.php:387 includes/functions.php:676
11668
  msgid ""
11669
  " to go to the BPS Setup Wizard page and click the Setup Wizard button to "
11670
  "setup the BPS plugin again."
11671
  msgstr ""
11672
 
11673
+ #: includes/functions.php:387
11674
  msgid ""
11675
  "Important Note: If you manually added other htaccess code above the BPS "
11676
  "version line of code in your root htaccess file, you can copy that code to "
11678
  "BPS root htaccess file. "
11679
  msgstr ""
11680
 
11681
+ #: includes/functions.php:387
11682
  msgid ""
11683
  " to go to the BPS Custom Code page, add your Root custom htaccess code in an "
11684
  "appropriate Root Custom Code text box and click the Save Root Custom Code "
11685
  "button before running the Setup Wizard again."
11686
  msgstr ""
11687
 
11688
+ #: includes/functions.php:387 includes/hud-autofix-setup.php:70
11689
+ #: includes/hud-dismiss-functions.php:73 includes/hud-dismiss-functions.php:107
11690
+ #: includes/hud-dismiss-functions.php:140
11691
+ #: includes/hud-dismiss-functions.php:352
11692
+ #: includes/hud-dismiss-functions.php:357
11693
+ #: includes/hud-dismiss-functions.php:395
11694
+ #: includes/hud-dismiss-functions.php:400
11695
+ #: includes/hud-dismiss-functions.php:458
11696
+ #: includes/hud-dismiss-functions.php:500
11697
  msgid ""
11698
  "To Dismiss this Notice click the Dismiss Notice button below. To Reset "
11699
  "Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Custom "
11700
  "Code page."
11701
  msgstr ""
11702
 
11703
+ #: includes/functions.php:387 includes/hud-autofix-setup.php:70
11704
+ #: includes/hud-dismiss-functions.php:73 includes/hud-dismiss-functions.php:107
11705
+ #: includes/hud-dismiss-functions.php:140
11706
+ #: includes/hud-dismiss-functions.php:205
11707
+ #: includes/hud-dismiss-functions.php:220
11708
+ #: includes/hud-dismiss-functions.php:226
11709
+ #: includes/hud-dismiss-functions.php:232
11710
+ #: includes/hud-dismiss-functions.php:238
11711
+ #: includes/hud-dismiss-functions.php:252
11712
+ #: includes/hud-dismiss-functions.php:258
11713
+ #: includes/hud-dismiss-functions.php:263
11714
+ #: includes/hud-dismiss-functions.php:352
11715
+ #: includes/hud-dismiss-functions.php:357
11716
+ #: includes/hud-dismiss-functions.php:395
11717
+ #: includes/hud-dismiss-functions.php:400
11718
+ #: includes/hud-dismiss-functions.php:458
11719
+ #: includes/hud-dismiss-functions.php:500
11720
+ #: includes/hud-dismiss-functions.php:589
11721
+ #: includes/hud-dismiss-functions.php:624
11722
+ #: includes/hud-dismiss-functions.php:661
11723
+ #: includes/hud-dismiss-functions.php:704
11724
+ #: includes/hud-dismiss-functions.php:742
11725
+ #: includes/hud-dismiss-functions.php:780
11726
+ #: includes/hud-dismiss-functions.php:832
11727
  msgid "Dismiss Notice"
11728
  msgstr ""
11729
 
11730
+ #: includes/functions.php:563
11731
  msgid "The BPS Automatic htaccess File Update Completed Successfully!"
11732
  msgstr ""
11733
 
11734
+ #: includes/functions.php:576
11735
  msgid "RBM"
11736
  msgstr ""
11737
 
11738
+ #: includes/functions.php:587
11739
  msgid ""
11740
  "BPS Alert! Your site does not appear to be protected by BulletProof Security"
11741
  msgstr ""
11742
 
11743
+ #: includes/functions.php:654
11744
  msgid ""
11745
  "BPS Alert! An htaccess file was NOT found in your WordPress wp-admin folder"
11746
  msgstr ""
11747
 
11748
+ #: includes/functions.php:654
11749
  msgid ""
11750
  "If you have deleted the wp-admin htaccess file for troubleshooting purposes "
11751
  "you can disregard this Alert."
11752
  msgstr ""
11753
 
11754
+ #: includes/functions.php:654
11755
  msgid " and click the wp-admin Folder BulletProof Mode Activate button."
11756
  msgstr ""
11757
 
11758
+ #: includes/functions.php:676
11759
  msgid ""
11760
  "BPS Alert! Your wp-admin folder may not be protected by BulletProof Security"
11761
  msgstr ""
11762
 
11763
+ #: includes/functions.php:676
11764
  msgid ""
11765
  "The BPS version: BULLETPROOF .xx.x WP-ADMIN SECURE .HTACCESS line of code "
11766
  "was not found at the top of your wp-admin htaccess file."
11767
  msgstr ""
11768
 
11769
+ #: includes/functions.php:676
11770
  msgid ""
11771
  "The BPS version line of code MUST be at the very top of your wp-admin "
11772
  "htaccess file."
11773
  msgstr ""
11774
 
11775
+ #: includes/functions.php:676
11776
  msgid ""
11777
  "Important Note: If you manually added other htaccess code above the BPS "
11778
  "version line of code in your wp-admin htaccess file, you can copy that code "
11780
  "in the BPS wp-admin htaccess file. "
11781
  msgstr ""
11782
 
11783
+ #: includes/functions.php:676
11784
  msgid ""
11785
  " to go to the BPS Custom Code page, add your wp-admin custom htaccess code "
11786
  "in an appropriate wp-admin Custom Code text box and click the Save wp-admin "
11787
  "Custom Code button before running the Setup Wizard again."
11788
  msgstr ""
11789
 
11790
+ #: includes/functions.php:761
11791
  msgid "WBM"
11792
  msgstr ""
11793
 
11794
+ #: includes/functions.php:772
11795
  msgid ""
11796
  "BPS Alert! A valid BPS htaccess file was NOT found in your wp-admin folder"
11797
  msgstr ""
11798
 
11799
+ #: includes/functions.php:772
11800
  msgid ""
11801
  "BulletProof Mode for the wp-admin folder should also be activated when you "
11802
  "have BulletProof Mode activated for the Root folder."
11803
  msgstr ""
11804
 
11805
+ #: includes/functions.php:934
11806
  msgid "LSM"
11807
  msgstr ""
11808
 
11809
+ #: includes/functions.php:977
11810
  msgid "JTC"
11811
  msgstr ""
11812
 
11813
+ #: includes/functions.php:1020 includes/functions.php:1026
11814
  msgid "ISL"
11815
  msgstr ""
11816
 
11817
+ #: includes/functions.php:1064 includes/functions.php:1070
11818
  msgid "ACE"
11819
  msgstr ""
11820
 
11821
+ #: includes/functions.php:1117
11822
  msgid ""
11823
  "Apache Modules|Directives|Backward Compatibility(Yes|No)|IfModule(Yes|No): "
11824
  msgstr ""
11825
 
11826
+ #: includes/functions.php:1159
11827
  msgid ""
11828
  "ERROR: wp_remote_get() function is blocked or unable to get the URL path"
11829
  msgstr ""
11830
 
11831
+ #: includes/functions.php:1177
11832
+ msgid "mod_access_compat and mod_authz_core or mod_rewrite are not Loaded"
11833
  msgstr ""
11834
 
11835
+ #: includes/functions.php:1187
11836
  msgid ""
11837
  "mod_access_compat is Loaded|Order, Allow, Deny directives are supported|"
11838
  "IfModule: Yes"
11839
  msgstr ""
11840
 
11841
+ #: includes/functions.php:1195
11842
+ msgid "mod_access_compat is not Loaded|IfModule: Yes"
11843
  msgstr ""
11844
 
11845
+ #: includes/functions.php:1208
11846
  msgid ""
11847
+ "mod_authz_core is Loaded|Order, Allow, Deny directives are not supported|BC: "
11848
  "No|IfModule: Yes"
11849
  msgstr ""
11850
 
11851
+ #: includes/functions.php:1213
11852
+ msgid "mod_authz_core is not Loaded|IfModule: Yes"
 
 
 
 
 
 
 
 
11853
  msgstr ""
11854
 
11855
+ #: includes/functions.php:1222
11856
  msgid ""
11857
  "mod_authz_host is Loaded|Order, Allow, Deny directives are supported|BC: Yes|"
11858
  "IfModule: Yes"
11859
  msgstr ""
11860
 
11861
+ #: includes/functions.php:1227
11862
  msgid ""
11863
+ "mod_authz_host is Loaded|Order, Allow, Deny directives are not supported|BC: "
11864
  "No|IfModule: Yes"
11865
  msgstr ""
11866
 
11867
+ #: includes/functions.php:1232
11868
+ msgid "mod_authz_host is not Loaded|IfModule: Yes"
 
 
 
 
 
 
 
 
11869
  msgstr ""
11870
 
11871
+ #: includes/functions.php:1239
11872
+ msgid "mod_rewrite Module is Loaded|IfModule: Yes"
11873
  msgstr ""
11874
 
11875
+ #: includes/functions.php:1244
11876
  msgid "mod_rewrite Inconclusive: Status is not 200, 301, 302, 403 or 404"
11877
  msgstr ""
11878
 
11879
+ #: includes/functions.php:1273
11880
+ msgid "mod_security Module is Loaded|Enabled|IfModule: Yes"
11881
  msgstr ""
11882
 
11883
+ #: includes/functions.php:1276
11884
+ msgid "mod_security2 Module is Loaded|Enabled|IfModule: Yes"
11885
  msgstr ""
11886
 
11887
+ #: includes/functions.php:1288
11888
+ msgid "mod_security Module is not Loaded|Enabled|IfModule: Yes"
11889
  msgstr ""
11890
 
11891
  #: includes/general-functions.php:25 includes/general-functions.php:45
12119
  msgid "2. Click the wp-admin Folder BulletProof Mode Activate button."
12120
  msgstr ""
12121
 
12122
+ #: includes/general-functions.php:628 includes/general-functions.php:658
12123
  msgid "WordPress Debugging is turned On in your wp-config.php file"
12124
  msgstr ""
12125
 
12126
+ #: includes/general-functions.php:628
12127
+ msgid "Turn Off WordPress Debugging before running the Setup Wizard."
12128
+ msgstr ""
12129
+
12130
+ #: includes/general-functions.php:628 includes/general-functions.php:640
12131
+ #: includes/general-functions.php:658 includes/general-functions.php:664
12132
  msgid "You are currently using "
12133
  msgstr ""
12134
 
12135
+ #: includes/general-functions.php:628 includes/general-functions.php:658
12136
  msgid ""
12137
  " in your wp-config.php file. To turn WP Debugging Off, change true to false "
12138
  "in your wp-config.php file."
12139
  msgstr ""
12140
 
12141
+ #: includes/general-functions.php:640 includes/general-functions.php:664
12142
  msgid "WordPress Debug Logging is turned On in your wp-config.php file"
12143
  msgstr ""
12144
 
12145
+ #: includes/general-functions.php:640
12146
+ msgid "Turn Off WordPress Debug Logging before running the Setup Wizard."
12147
+ msgstr ""
12148
+
12149
+ #: includes/general-functions.php:640
12150
+ msgid ""
12151
+ " in your wp-config.php file. To turn WP Debug Logging Off, change true to "
12152
+ "false in your wp-config.php file."
12153
+ msgstr ""
12154
+
12155
+ #: includes/general-functions.php:664
12156
  msgid ""
12157
  " in your wp-config.php file to log errors to the WordPress debug.log file. "
12158
  "To turn WP Debug Logging Off, change true to false in your wp-config.php "
12159
  "file."
12160
  msgstr ""
12161
 
12162
+ #: includes/general-functions.php:1003
12163
  msgid " Hosting Account Root Folder Option setup or updated Successfully!"
12164
  msgstr ""
12165
 
13039
  msgid "CC wp-admin Text Box 3: Flatsome Theme"
13040
  msgstr ""
13041
 
13042
+ #: includes/hud-autofix-whitelist.php:766
13043
  msgid "CC wp-admin Text Box 4: Content Egg (Free and Pro) Plugin"
13044
  msgstr ""
13045
 
13046
+ #: includes/hud-autofix-whitelist.php:772
13047
  msgid "CC wp-admin Text Box 4: Event Espresso Plugin"
13048
  msgstr ""
13049
 
13050
+ #: includes/hud-autofix-whitelist.php:779
13051
  msgid "CC wp-admin Text Box 4: Open Web Analytics (github) Plugin"
13052
  msgstr ""
13053
 
13054
+ #: includes/hud-autofix-whitelist.php:786
13055
  msgid "CC wp-admin Text Box 4: UberGrid (code canyon) Plugin"
13056
  msgstr ""
13057
 
13058
+ #: includes/hud-autofix-whitelist.php:793
13059
  msgid "CC wp-admin Text Box 4: Jetpack Plugin - SSO feature"
13060
  msgstr ""
13061
 
13062
+ #: includes/hud-autofix-whitelist.php:799
13063
+ msgid "CC wp-admin Text Box 4: Restrict Content Pro Plugin"
13064
+ msgstr ""
13065
+
13066
+ #: includes/hud-autofix-whitelist.php:805
13067
  msgid "BPS Setup Wizard AutoFix (AutoWhitelist|AutoSetup|AutoCleanup) Notice"
13068
  msgstr ""
13069
 
13070
+ #: includes/hud-autofix-whitelist.php:805
13071
  msgid ""
13072
  "One or more of your plugins or your theme requires a BPS Custom Code "
13073
  "whitelist rule to be automatically created by the Setup Wizard."
13074
  msgstr ""
13075
 
13076
+ #: includes/hud-autofix-whitelist.php:805
13077
+ #: includes/hud-dismiss-functions.php:780
13078
  msgid "Click this "
13079
  msgstr ""
13080
 
13081
+ #: includes/hud-autofix-whitelist.php:805
13082
  msgid "Setup Wizard link"
13083
  msgstr ""
13084
 
13085
+ #: includes/hud-autofix-whitelist.php:805
13086
  msgid ""
13087
  " and click the Setup Wizard button to automatically create BPS Custom Code "
13088
  "whitelist rules."
13089
  msgstr ""
13090
 
13091
+ #: includes/hud-autofix-whitelist.php:805
13092
  msgid "This BPS AutoFix check can be turned Off on the "
13093
  msgstr ""
13094
 
13095
+ #: includes/hud-autofix-whitelist.php:805
13096
  msgid ""
13097
  " page if you do not want BPS to check for any plugin or theme whitelist "
13098
  "rules."
13099
  msgstr ""
13100
 
13101
+ #: includes/hud-autofix-whitelist.php:805
13102
  msgid ""
13103
  "If this Notice does not go away after running the Setup Wizard, use the "
13104
  msgstr ""
13105
 
13106
+ #: includes/hud-autofix-whitelist.php:805
13107
  msgid "BPS UI|UX|AutoFix Debug tool"
13108
  msgstr ""
13109
 
13110
+ #: includes/hud-autofix-whitelist.php:805
13111
  msgid ""
13112
  " Click the UI|UX Settings page Read Me help button for more information."
13113
  msgstr ""
13114
 
13115
+ #: includes/hud-autofix-whitelist.php:814
13116
  msgid "BPS AutoFix Debug: Custom Code Text Box Number and Plugin or Theme Name"
13117
  msgstr ""
13118
 
13119
+ #: includes/hud-autofix-whitelist.php:817
13120
  msgid "No Plugin or Theme AutoFix Custom Code Whitelist Rules were found"
13121
  msgstr ""
13122
 
13123
+ #: includes/hud-dismiss-functions.php:51
13124
  msgid ""
13125
  "WARNING! BPS requires at least PHP5 to function correctly. Your PHP version "
13126
  "is: "
13127
  msgstr ""
13128
 
13129
+ #: includes/hud-dismiss-functions.php:51
13130
  msgid "BPS Guide - PHP5 Solution"
13131
  msgstr ""
13132
 
13133
+ #: includes/hud-dismiss-functions.php:51
13134
  msgid ""
13135
  "The BPS Guide will open in a new browser window. You will not be directed "
13136
  "away from your WordPress Dashboard."
13137
  msgstr ""
13138
 
13139
+ #: includes/hud-dismiss-functions.php:73
13140
  msgid ""
13141
  "WARNING! BPS has detected that Safe Mode is set to On in your php.ini file."
13142
  msgstr ""
13143
 
13144
+ #: includes/hud-dismiss-functions.php:73
13145
  msgid ""
13146
  "If you see errors that BPS was unable to automatically create the backup "
13147
  "folders this is probably the reason why."
13148
  msgstr ""
13149
 
13150
+ #: includes/hud-dismiss-functions.php:107
13151
  msgid "HUD Check: Custom Permalinks are NOT being used."
13152
  msgstr ""
13153
 
13154
+ #: includes/hud-dismiss-functions.php:107
13155
  msgid "It is recommended that you use Custom Permalinks: "
13156
  msgstr ""
13157
 
13158
+ #: includes/hud-dismiss-functions.php:107
13159
  msgid "How to setup Custom Permalinks"
13160
  msgstr ""
13161
 
13162
+ #: includes/hud-dismiss-functions.php:140
13163
  msgid ""
13164
  "WARNING! BPS has detected that your Server is a Windows IIS Server that does "
13165
  "not support htaccess rewriting."
13166
  msgstr ""
13167
 
13168
+ #: includes/hud-dismiss-functions.php:140
13169
  msgid "Do NOT activate BulletProof Modes unless you know what you are doing."
13170
  msgstr ""
13171
 
13172
+ #: includes/hud-dismiss-functions.php:140
13173
  msgid "Your Server Type is: "
13174
  msgstr ""
13175
 
13176
+ #: includes/hud-dismiss-functions.php:140
13177
  msgid "WordPress Codex - Using Permalinks - see IIS section"
13178
  msgstr ""
13179
 
13180
+ #: includes/hud-dismiss-functions.php:163
13181
+ #: includes/hud-dismiss-functions.php:168
13182
  msgid "WARNING! BPS was unable to automatically create the /"
13183
  msgstr ""
13184
 
13185
+ #: includes/hud-dismiss-functions.php:163
13186
  msgid "/bps-backup folder."
13187
  msgstr ""
13188
 
13189
+ #: includes/hud-dismiss-functions.php:163
13190
+ #: includes/hud-dismiss-functions.php:168
13191
  msgid "You will need to create the /"
13192
  msgstr ""
13193
 
13194
+ #: includes/hud-dismiss-functions.php:163
13195
  msgid ""
13196
  "/bps-backup folder manually via FTP. The folder permissions for the bps-"
13197
  "backup folder need to be set to 755 in order to successfully perform "
13198
  "permanent online backups."
13199
  msgstr ""
13200
 
13201
+ #: includes/hud-dismiss-functions.php:163
13202
+ #: includes/hud-dismiss-functions.php:168
13203
  msgid "To remove this message permanently click "
13204
  msgstr ""
13205
 
13206
+ #: includes/hud-dismiss-functions.php:163
13207
+ #: includes/hud-dismiss-functions.php:168
13208
  msgid "here."
13209
  msgstr ""
13210
 
13211
+ #: includes/hud-dismiss-functions.php:168
13212
  msgid "/bps-backup/master-backups folder."
13213
  msgstr ""
13214
 
13215
+ #: includes/hud-dismiss-functions.php:168
13216
  msgid ""
13217
  "/bps-backup/master-backups folder manually via FTP. The folder permissions "
13218
  "for the master-backups folder need to be set to 755 in order to successfully "
13219
  "perform permanent online backups."
13220
  msgstr ""
13221
 
13222
+ #: includes/hud-dismiss-functions.php:202
13223
+ #: includes/hud-dismiss-functions.php:214
13224
  msgid "Bonus Custom Code:"
13225
  msgstr ""
13226
 
13227
+ #: includes/hud-dismiss-functions.php:202
13228
+ #: includes/hud-dismiss-functions.php:214
13229
  msgid ""
13230
  "Click the links below to get Bonus Custom Code or click the Dismiss Notice "
13231
  "links or click this "
13232
  msgstr ""
13233
 
13234
+ #: includes/hud-dismiss-functions.php:202
13235
+ #: includes/hud-dismiss-functions.php:214
13236
  msgid "Dismiss All Notices"
13237
  msgstr ""
13238
 
13239
+ #: includes/hud-dismiss-functions.php:202
13240
+ #: includes/hud-dismiss-functions.php:214
13241
  msgid ""
13242
  " link. To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices "
13243
  "button on the Custom Code page."
13244
  msgstr ""
13245
 
13246
+ #: includes/hud-dismiss-functions.php:205
13247
+ #: includes/hud-dismiss-functions.php:220
13248
+ #: includes/hud-dismiss-functions.php:226
13249
+ #: includes/hud-dismiss-functions.php:232
13250
+ #: includes/hud-dismiss-functions.php:238
13251
+ #: includes/hud-dismiss-functions.php:252
13252
+ #: includes/hud-dismiss-functions.php:258
13253
+ #: includes/hud-dismiss-functions.php:263
13254
  msgid "Get "
13255
  msgstr ""
13256
 
13257
+ #: includes/hud-dismiss-functions.php:205
13258
+ #: includes/hud-dismiss-functions.php:252
13259
  msgid "POST Request Attack Protection Code"
13260
  msgstr ""
13261
 
13262
+ #: includes/hud-dismiss-functions.php:205
13263
+ #: includes/hud-dismiss-functions.php:220
13264
+ #: includes/hud-dismiss-functions.php:226
13265
+ #: includes/hud-dismiss-functions.php:232
13266
+ #: includes/hud-dismiss-functions.php:238
13267
+ #: includes/hud-dismiss-functions.php:252
13268
+ #: includes/hud-dismiss-functions.php:258
13269
+ #: includes/hud-dismiss-functions.php:263
13270
  msgid " or "
13271
  msgstr ""
13272
 
13273
+ #: includes/hud-dismiss-functions.php:220
13274
  msgid "Brute Force Login Protection Code"
13275
  msgstr ""
13276
 
13277
+ #: includes/hud-dismiss-functions.php:226
13278
  msgid "Speed Boost Cache Code"
13279
  msgstr ""
13280
 
13281
+ #: includes/hud-dismiss-functions.php:232
13282
  msgid "Author Enumeration BOT Probe Code"
13283
  msgstr ""
13284
 
13285
+ #: includes/hud-dismiss-functions.php:238
13286
  msgid "XML-RPC DDoS Protection Code"
13287
  msgstr ""
13288
 
13289
+ #: includes/hud-dismiss-functions.php:258
13290
  msgid "Mime Sniffing|Drive-by Download Attack Protection Code"
13291
  msgstr ""
13292
 
13293
+ #: includes/hud-dismiss-functions.php:263
13294
  msgid "External iFrame|Clickjacking Protection Code"
13295
  msgstr ""
13296
 
13297
+ #: includes/hud-dismiss-functions.php:352
13298
+ #: includes/hud-dismiss-functions.php:395
13299
  msgid "HUD Check: Wordfence PHP/php.ini handler htaccess code detected"
13300
  msgstr ""
13301
 
13302
+ #: includes/hud-dismiss-functions.php:352
13303
+ #: includes/hud-dismiss-functions.php:395
13304
  msgid ""
13305
  "Wordfence PHP/php.ini handler htaccess code was found in your root .htaccess "
13306
  "file, but was NOT found in BPS Custom Code."
13307
  msgstr ""
13308
 
13309
+ #: includes/hud-dismiss-functions.php:352
13310
+ #: includes/hud-dismiss-functions.php:395
13311
  msgid ""
13312
  "Using the Wordfence WAF Firewall may cause serious/critical problems for "
13313
  "your website and BPS."
13314
  msgstr ""
13315
 
13316
+ #: includes/hud-dismiss-functions.php:357
13317
+ #: includes/hud-dismiss-functions.php:400
13318
  msgid "HUD Check: PHP/php.ini handler htaccess code check"
13319
  msgstr ""
13320
 
13321
+ #: includes/hud-dismiss-functions.php:357
13322
+ #: includes/hud-dismiss-functions.php:400
13323
  msgid ""
13324
  "PHP/php.ini handler htaccess code was found in your root .htaccess file, but "
13325
  "was NOT found in BPS Custom Code."
13326
  msgstr ""
13327
 
13328
+ #: includes/hud-dismiss-functions.php:357
13329
+ #: includes/hud-dismiss-functions.php:400
13330
  msgid "To automatically fix this click here: "
13331
  msgstr ""
13332
 
13333
+ #: includes/hud-dismiss-functions.php:357
13334
+ #: includes/hud-dismiss-functions.php:400
13335
  msgid ""
13336
  "The Setup Wizard Pre-Installation Checks feature will automatically fix this "
13337
  "just by visiting the Setup Wizard page."
13338
  msgstr ""
13339
 
13340
+ #: includes/hud-dismiss-functions.php:395
13341
  msgid " for the steps to fix this Wordfence problem."
13342
  msgstr ""
13343
 
13344
+ #: includes/hud-dismiss-functions.php:458
13345
  msgid ""
13346
  "An htaccess file has been detected in the wp-content folder that breaks BPS "
13347
  "features and functionality"
13348
  msgstr ""
13349
 
13350
+ #: includes/hud-dismiss-functions.php:458
13351
  msgid ""
13352
  "If you have or had the Sucuri, Defender or iThemes Security plugins "
13353
  "installed, they create a wp-content htaccess file that breaks several things "
13354
  "in BPS Pro and other plugins as well."
13355
  msgstr ""
13356
 
13357
+ #: includes/hud-dismiss-functions.php:458
13358
  msgid ""
13359
  "To fix the Sucuri problem go to the Sucuri Settings page, click the "
13360
  "Hardening tab and click the Revert Hardening button for the Block PHP Files "
13361
  "in WP-CONTENT Directory option setting."
13362
  msgstr ""
13363
 
13364
+ #: includes/hud-dismiss-functions.php:458
13365
  msgid ""
13366
  "To fix the Defender Security problem go to the Security Tweaks page, click "
13367
  "the PHP Execution option setting and click the Revert button."
13368
  msgstr ""
13369
 
13370
+ #: includes/hud-dismiss-functions.php:458
13371
  msgid ""
13372
  "o fix the iThemes problem go to the System Tweaks page, uncheck the Disable "
13373
  "PHP in Plugins option setting."
13374
  msgstr ""
13375
 
13376
+ #: includes/hud-dismiss-functions.php:500
13377
  msgid "The WordPress Firewall 2 plugin is installed and activated"
13378
  msgstr ""
13379
 
13380
+ #: includes/hud-dismiss-functions.php:500
13381
  msgid "It is recommended that you delete the WordPress Firewall 2 plugin."
13382
  msgstr ""
13383
 
13384
+ #: includes/hud-dismiss-functions.php:500
13385
  msgid " for more information."
13386
  msgstr ""
13387
 
13388
+ #: includes/hud-dismiss-functions.php:532
13389
  msgid "Notice: BPS Query String Exploits Code Changes"
13390
  msgstr ""
13391
 
13392
+ #: includes/hud-dismiss-functions.php:532
13393
  msgid ""
13394
  "Older BPS Query String Exploits code was found in BPS Custom Code. Several "
13395
  "Query String Exploits rules were changed/added/modified in the root ."
13396
  "htaccess file in BPS .49.6, .50.2 & .50.3."
13397
  msgstr ""
13398
 
13399
+ #: includes/hud-dismiss-functions.php:532
13400
  msgid ""
13401
  "Copy the new Query String Exploits section of code from your root .htaccess "
13402
  "file and paste it into this BPS Custom Code text box: CUSTOM CODE BPSQSE BPS "
13403
  "QUERY STRING EXPLOITS and click the Save Root Custom Code button."
13404
  msgstr ""
13405
 
13406
+ #: includes/hud-dismiss-functions.php:532
13407
  msgid ""
13408
  "This Notice will go away once you have copied the new Query String Exploits "
13409
  "code to BPS Custom Code and clicked the Save Root Custom Code button."
13410
  msgstr ""
13411
 
13412
+ #: includes/hud-dismiss-functions.php:551
13413
  msgid "BPS Alert! A BPS htaccess file was NOT found in the BPS Backup folder: "
13414
  msgstr ""
13415
 
13416
+ #: includes/hud-dismiss-functions.php:551
13417
  msgid " and click the BPS Backup Folder BulletProof Mode Activate button."
13418
  msgstr ""
13419
 
13420
+ #: includes/hud-dismiss-functions.php:589
13421
  msgid "New Improved BPS Speed Boost Cache Code"
13422
  msgstr ""
13423
 
13424
+ #: includes/hud-dismiss-functions.php:589
13425
  msgid ""
13426
  "Older BPS Speed Boost Cache Code was found saved in this BPS Custom Code "
13427
  "text box: CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE"
13428
  msgstr ""
13429
 
13430
+ #: includes/hud-dismiss-functions.php:589
13431
  msgid ""
13432
  "Newer improved BPS Speed Boost Cache Code has been created, which should "
13433
  "improve website load speed performance even more."
13434
  msgstr ""
13435
 
13436
+ #: includes/hud-dismiss-functions.php:589
13437
  msgid "Get The New Improved BPS Speed Boost Cache Code"
13438
  msgstr ""
13439
 
13440
+ #: includes/hud-dismiss-functions.php:589
13441
  msgid ". To dismiss this Notice click the Dismiss Notice button below."
13442
  msgstr ""
13443
 
13444
+ #: includes/hud-dismiss-functions.php:589
13445
  msgid ""
13446
  "To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on "
13447
  "the Custom Code page."
13448
  msgstr ""
13449
 
13450
+ #: includes/hud-dismiss-functions.php:596
13451
  msgid "BPS Speed Boost Cache Custom Code Notice"
13452
  msgstr ""
13453
 
13454
+ #: includes/hud-dismiss-functions.php:596
13455
  msgid ""
13456
  "BPS Speed Boost Cache Code was found in this BPS Custom Code text box: "
13457
  "CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE"
13458
  msgstr ""
13459
 
13460
+ #: includes/hud-dismiss-functions.php:596
13461
  msgid ""
13462
  "and another caching plugin's Marker text was also found in this BPS Custom "
13463
  "Code text box."
13464
  msgstr ""
13465
 
13466
+ #: includes/hud-dismiss-functions.php:596
13467
  msgid "Click this link: "
13468
  msgstr ""
13469
 
13470
+ #: includes/hud-dismiss-functions.php:596
13471
  msgid "BPS Speed Boost Cache Custom Code Notice Forum Topic"
13472
  msgstr ""
13473
 
13474
+ #: includes/hud-dismiss-functions.php:596
13475
  msgid " for help information on what this Notice means and what to do next."
13476
  msgstr ""
13477
 
13478
+ #: includes/hud-dismiss-functions.php:624
13479
  msgid "MScan First Run Notice"
13480
  msgstr ""
13481
 
13482
+ #: includes/hud-dismiss-functions.php:624
13483
  msgid ""
13484
  "Please take a few minutes to read the \"Basic Info|Recommendations|"
13485
  "Limitations|Restrictions\" help section in the"
13486
  msgstr ""
13487
 
13488
+ #: includes/hud-dismiss-functions.php:624
13489
  msgid "before running a scan."
13490
  msgstr ""
13491
 
13492
+ #: includes/hud-dismiss-functions.php:624
13493
  msgid ""
13494
  "It is highly recommended that you use the Scan Time Estimate Tool before "
13495
  "running an actual scan. The Scan Time Estimate Tool calculates the total "
13499
  "Notices button on the BPS Custom Code page."
13500
  msgstr ""
13501
 
13502
+ #: includes/hud-dismiss-functions.php:661
13503
  msgid "BPS New Feature Notice: JTC-Lite"
13504
  msgstr ""
13505
 
13506
+ #: includes/hud-dismiss-functions.php:661
13507
  msgid ""
13508
  "JTC-Lite protects the WordPress Login page Form against automated SpamBot "
13509
  "and HackerBot Brute Force Login attacks"
13510
  msgstr ""
13511
 
13512
+ #: includes/hud-dismiss-functions.php:661
13513
  msgid ""
13514
  "and also prevents User Accounts from being locked repeatedly by Brute Force "
13515
  "Login Bot attacks on your Login page Form."
13516
  msgstr ""
13517
 
13518
+ #: includes/hud-dismiss-functions.php:661
13519
  msgid "To enable/turn On JTC-Lite, click this "
13520
  msgstr ""
13521
 
13522
+ #: includes/hud-dismiss-functions.php:661
13523
  msgid ""
13524
  ". Click/check the Login Form Checkbox and click the Save Options button."
13525
  msgstr ""
13526
 
13527
+ #: includes/hud-dismiss-functions.php:661
13528
+ #: includes/hud-dismiss-functions.php:742
13529
+ #: includes/hud-dismiss-functions.php:780
13530
+ #: includes/hud-dismiss-functions.php:832
13531
  msgid ""
13532
  "To Dismiss this Notice click the Dismiss Notice button below. To Reset "
13533
  "Dismiss Notices click the Reset|Recheck Dismiss Notices button on the BPS "
13534
  "Custom Code page."
13535
  msgstr ""
13536
 
13537
+ #: includes/hud-dismiss-functions.php:704
13538
  msgid "BPS Plugin Star Rating Request"
13539
  msgstr ""
13540
 
13541
+ #: includes/hud-dismiss-functions.php:704
13542
  msgid ""
13543
  "A BPS star rating only takes a couple of minutes and would be very much "
13544
  "appreciated. We are looking for 5 star ratings and not \"fancy\" reviews."
13545
  msgstr ""
13546
 
13547
+ #: includes/hud-dismiss-functions.php:704
13548
  msgid ""
13549
  "A simple review like \"works great\" or \"has been protecting my website for "
13550
  "X months or X years\" is perfect."
13551
  msgstr ""
13552
 
13553
+ #: includes/hud-dismiss-functions.php:704
13554
  msgid "Click this link to submit a BPS Plugin Star Rating: "
13555
  msgstr ""
13556
 
13557
+ #: includes/hud-dismiss-functions.php:704
13558
  msgid "BPS Plugin Star Rating"
13559
  msgstr ""
13560
 
13561
+ #: includes/hud-dismiss-functions.php:704
13562
  msgid ""
13563
  "login to the WordPress.org site and scroll to the bottom of the Reviews page."
13564
  msgstr ""
13565
 
13566
+ #: includes/hud-dismiss-functions.php:704
13567
  msgid ""
13568
  "To Dismiss this one-time Notice click the Dismiss Notice button below. To "
13569
  "Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the "
13570
  "BPS Custom Code page."
13571
  msgstr ""
13572
 
13573
+ #: includes/hud-dismiss-functions.php:742
13574
  msgid "BPS Notice: Mod Security Module is Loaded|Enabled"
13575
  msgstr ""
13576
 
13577
+ #: includes/hud-dismiss-functions.php:742
13578
  msgid "Please take a minute to view this Mod Security help forum topic: "
13579
  msgstr ""
13580
 
13581
+ #: includes/hud-dismiss-functions.php:742
13582
  msgid "Mod Security Common Known Problems"
13583
  msgstr ""
13584
 
13585
+ #: includes/hud-dismiss-functions.php:742
13586
  msgid ""
13587
  "If you are not experiencing any of the problems listed in the Mod Security "
13588
  "help forum topic then you can dismiss this Dismiss Notice."
13589
  msgstr ""
13590
 
13591
+ #: includes/hud-dismiss-functions.php:780
13592
  msgid "BPS GDPR Compliance Notice"
13593
  msgstr ""
13594
 
13595
+ #: includes/hud-dismiss-functions.php:780
13596
  msgid ""
13597
  "A new Setup Wizard Option has been created which allows you to turn off all "
13598
  "IP address logging in BPS to make your website GDPR Compliant."
13599
  msgstr ""
13600
 
13601
+ #: includes/hud-dismiss-functions.php:780
13602
  msgid "GDPR Compliance Setup Wizard Option link"
13603
  msgstr ""
13604
 
13605
+ #: includes/hud-dismiss-functions.php:780
13606
  msgid "Choose the GDPR Compliance On setting."
13607
  msgstr ""
13608
 
13609
+ #: includes/hud-dismiss-functions.php:780
13610
  msgid "For more information about GDPR Compliance click this "
13611
  msgstr ""
13612
 
13613
+ #: includes/hud-dismiss-functions.php:780
13614
  msgid "GDPR Compliance Forum Topic link"
13615
  msgstr ""
13616
 
13617
+ #: includes/hud-dismiss-functions.php:832
13618
  msgid "BPS wp-config.php file WP Automatic Update constants detected"
13619
  msgstr ""
13620
 
13621
+ #: includes/hud-dismiss-functions.php:832
13622
  msgid ""
13623
  "You are using the BPS MU Tools plugin option settings to handle WP Automatic "
13624
  "Updates. BPS detected that you are also using one or both of these WP "
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://wordpress.org/support/view/plugin-reviews/bulletproof-secur
4
  Tags: security, secure, malware scanner, login security, firewall, security plugin, wordpress security, login, bruteforce, backup, exploit, infection, protection, virus, anti-virus, logout, spam, anti-spam
5
  Requires at least: 3.8
6
  Tested up to: 5.6
7
- Stable tag: 4.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
4
  Tags: security, secure, malware scanner, login security, firewall, security plugin, wordpress security, login, bruteforce, backup, exploit, infection, protection, virus, anti-virus, logout, spam, anti-spam
5
  Requires at least: 3.8
6
  Tested up to: 5.6
7
+ Stable tag: 4.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10