BulletProof Security - Version 5.2

Version Description

Download this release

Release Info

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

Code changes from version 5.1 to 5.2

admin/core/core.php CHANGED
@@ -2149,7 +2149,7 @@ function bpsMyNotesDecrypt() {
2149
  <div id="bpsProFeatures">
2150
 
2151
  <?php
2152
- $text = '<h3><span class="blue-bold">'.__('The Complete Website Security Solution for Hacker and Spammer Protection', 'bulletproof-security').'</span></h3><h3><span class="blue-bold">'.__('BulletProof Security Pro has an amazing track record. BPS Pro has been publicly available for 9+ years and is installed on over 50,000 websites worldwide. Not a single one of those 50,000+ websites in 9+ years has been hacked.', 'bulletproof-security').'</span></h3><h3><span class="blue-bold">'.__('Why pay 10 times or more for other premium WordPress Security Plugins with recurring yearly subscriptions when you can get the best WordPress Security Plugin for an extremely low one-time purchase price?', 'bulletproof-security').'<br><a href="https://affiliates.ait-pro.com/po/" target="_blank">'.__('View Cost Comparison', 'bulletproof-security').'</a></span></h3><h3><span class="blue-bold">'.__('30-Day Money-Back Guarantee: If you are dissatisfied with BulletProof Security Pro for any reason. We offer a no questions asked full refund.', 'bulletproof-security').'</span></h3>'; echo $text;
2153
  ?>
2154
 
2155
  <?php echo '<p><span class="blue-bold">'; _e('One-Click Setup Wizard Installation: ', 'bulletproof-security'); echo '</span>'; _e('Fast, simple and complete BPS Pro installation and setup in less than 1 minute.', 'bulletproof-security').'</p>'; ?>
@@ -2189,6 +2189,12 @@ $text = '<h3><span class="blue-bold">'.__('The Complete Website Security Solutio
2189
 
2190
  <a href="https://forum.ait-pro.com/forums/topic/bulletproof-security-pro-version-release-dates/" target="_blank" title="Link Opens in New Browser Window" style="font-size:22px;"><?php _e('BPS Pro Version Release Dates', 'bulletproof-security'); ?></a><br /><br />
2191
 
 
 
 
 
 
 
2192
  <div class="pro-links">
2193
  <?php
2194
  echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.6/15.7', 'https://www.ait-pro.com/aitpro-blog/5704/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-6/' ).'<br>';
2149
  <div id="bpsProFeatures">
2150
 
2151
  <?php
2152
+ $text = '<h3><span class="blue-bold">'.__('The Complete Website Security Solution for Hacker and Spammer Protection', 'bulletproof-security').'</span></h3><h3><span class="blue-bold">'.__('BulletProof Security Pro has an amazing track record. BPS Pro has been publicly available for 10+ years and is installed on over 60,000 websites worldwide. Not a single one of those 60,000+ websites in 10+ years has been hacked.', 'bulletproof-security').'</span></h3><h3><span class="blue-bold">'.__('Why pay 10 times or more for other premium WordPress Security Plugins with recurring yearly subscriptions when you can get the best WordPress Security Plugin for an extremely low one-time purchase price?', 'bulletproof-security').'<br><a href="https://affiliates.ait-pro.com/po/" target="_blank">'.__('View Cost Comparison', 'bulletproof-security').'</a></span></h3><h3><span class="blue-bold">'.__('30-Day Money-Back Guarantee: If you are dissatisfied with BulletProof Security Pro for any reason. We offer a no questions asked full refund.', 'bulletproof-security').'</span></h3>'; echo $text;
2153
  ?>
2154
 
2155
  <?php echo '<p><span class="blue-bold">'; _e('One-Click Setup Wizard Installation: ', 'bulletproof-security'); echo '</span>'; _e('Fast, simple and complete BPS Pro installation and setup in less than 1 minute.', 'bulletproof-security').'</p>'; ?>
2189
 
2190
  <a href="https://forum.ait-pro.com/forums/topic/bulletproof-security-pro-version-release-dates/" target="_blank" title="Link Opens in New Browser Window" style="font-size:22px;"><?php _e('BPS Pro Version Release Dates', 'bulletproof-security'); ?></a><br /><br />
2191
 
2192
+ <div class="pro-links">
2193
+ <?php
2194
+ echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.8', 'https://www.ait-pro.com/aitpro-blog/5718/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-8/' ).'<br>';
2195
+ ?>
2196
+ </div>
2197
+ <div id="milestone">10 Year Milestone: 8-1-2021 | First Public Release: 8-1-2011</div>
2198
  <div class="pro-links">
2199
  <?php
2200
  echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.6/15.7', 'https://www.ait-pro.com/aitpro-blog/5704/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-6/' ).'<br>';
admin/db-backup-security/db-backup-security.php CHANGED
@@ -419,8 +419,10 @@ if ( isset( $_POST['Submit-DBB-Create-Job'] ) && current_user_can('manage_option
419
  }
420
  }
421
 
422
- $log_title = "\r\n" . '[Create Backup Job Settings Logged: ' . $timestamp . ']' . "\r\n" . 'Description|Backup Job Name: ' . $_POST['DBBDescription'] . "\r\n" . 'DB Backup Folder Location: ' . $_POST['DBBFolder'] . "\r\n" . 'DB Backup File Download Link|URL: ' . $_POST['DBBDownloadLink'] . "\r\n" . 'Backup Job Type: ' . $_POST['dbb_backup_job_type'] . "\r\n" . 'Frequency: ' . $_POST['dbb_backup_job_frequency'] . "\r\n" . 'Time When Scheduled Backup is Run: ' . $bps_next_job . "\r\n" . 'Send Scheduled Backup Zip Files Via Email: ' . $bps_email_zip_log . "\r\n" . 'Automatically Delete Old Backup Files Older Than: ' . $_POST['dbb_backup_delete'] .' day(s) old'. "\r\n" . 'Scheduled Backups (override): ' . $_POST['dbb_backup_on_off'] . "\r\n";
423
 
 
 
424
  if ( empty( $DBB_Create_Job ) ) {
425
  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>';
426
  echo '<strong><font color="#fb0101">'.__('Error: You did not select any DB Tables to backup. Backup Job was not created.', 'bulletproof-security').'</font></strong><br>';
@@ -449,7 +451,8 @@ if ( isset( $_POST['Submit-DBB-Create-Job'] ) && current_user_can('manage_option
449
  $comma_separated = implode(', ', $Table_array);
450
  $NoDupes = implode(', ', array_unique(explode(', ', $comma_separated)));
451
 
452
- $log_contents = 'Table Name: ' . $key . "\r\n";
 
453
 
454
  if ( is_writable( $bpsDBBLog ) ) {
455
  if ( ! $handle = fopen( $bpsDBBLog, 'a' ) ) {
419
  }
420
  }
421
 
422
+ //$log_title = "\r\n" . '[Create Backup Job Settings Logged: ' . $timestamp . ']' . "\r\n" . 'Description|Backup Job Name: ' . $_POST['DBBDescription'] . "\r\n" . 'DB Backup Folder Location: ' . $_POST['DBBFolder'] . "\r\n" . 'DB Backup File Download Link|URL: ' . $_POST['DBBDownloadLink'] . "\r\n" . 'Backup Job Type: ' . $_POST['dbb_backup_job_type'] . "\r\n" . 'Frequency: ' . $_POST['dbb_backup_job_frequency'] . "\r\n" . 'Time When Scheduled Backup is Run: ' . $bps_next_job . "\r\n" . 'Send Scheduled Backup Zip Files Via Email: ' . $bps_email_zip_log . "\r\n" . 'Automatically Delete Old Backup Files Older Than: ' . $_POST['dbb_backup_delete'] .' day(s) old'. "\r\n" . 'Scheduled Backups (override): ' . $_POST['dbb_backup_on_off'] . "\r\n";
423
 
424
+ $log_title = "\r\n" . '[Create Backup Job Settings Logged: ' . $timestamp . ']' . "\r\n" . 'Description|Backup Job Name: ' . $_POST['DBBDescription'] . "\r\n" . 'Backup Job Type: ' . $_POST['dbb_backup_job_type'] . "\r\n" . 'Frequency: ' . $_POST['dbb_backup_job_frequency'] . "\r\n" . 'Time When Scheduled Backup is Run: ' . $bps_next_job . "\r\n" . 'Send Scheduled Backup Zip Files Via Email: ' . $bps_email_zip_log . "\r\n" . 'Automatically Delete Old Backup Files Older Than: ' . $_POST['dbb_backup_delete'] .' day(s) old'. "\r\n" . 'Scheduled Backups (override): ' . $_POST['dbb_backup_on_off'] . "\r\n";
425
+
426
  if ( empty( $DBB_Create_Job ) ) {
427
  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>';
428
  echo '<strong><font color="#fb0101">'.__('Error: You did not select any DB Tables to backup. Backup Job was not created.', 'bulletproof-security').'</font></strong><br>';
451
  $comma_separated = implode(', ', $Table_array);
452
  $NoDupes = implode(', ', array_unique(explode(', ', $comma_separated)));
453
 
454
+ //$log_contents = 'Table Name: ' . $key . "\r\n";
455
+ $log_contents = 'Table Name (w/o Prefix): ' . preg_replace( '/'.$wpdb->prefix.'/', "", $key ) . "\r\n";
456
 
457
  if ( is_writable( $bpsDBBLog ) ) {
458
  if ( ! $handle = fopen( $bpsDBBLog, 'a' ) ) {
admin/email-log-settings/email-log-settings.php CHANGED
@@ -94,7 +94,7 @@ $bps_bottomDiv = '</p></div>';
94
  ?>
95
  <strong><a href="https://forum.ait-pro.com/forums/topic/read-me-first-free/#bps-free-general-troubleshooting" title="BPS Troubleshooting Steps" target="_blank"><?php _e('BPS Troubleshooting Steps', 'bulletproof-security'); ?></a></strong><br /><br />
96
 
97
- <?php $text = '<strong>'.__('Email Alerts & Log File Settings', 'bulletproof-security').'</strong><br>'.__('The email address fields To, From, Cc and Bcc can be email addresses for your hosting account, your WordPress Administrator email address or 3rd party email addresses like gmail or yahoo email. If you are sending emails to multiple email recipients then separate the email addresses with a comma. Example: someone@somewhere.com, someoneelse@somewhereelse.com. You can add a space or not add a space after the comma between email addresses.', 'bulletproof-security').'<br><br><strong>'.__('Note: ', 'bulletproof-security').'</strong>'.__('Email Alerting and Log file options are located in S-Monitor in BPS Pro.', 'bulletproof-security').'<br><br><strong>'.__('Login Security: Send Email Alert When...', 'bulletproof-security').'</strong><br>'.__('There are 5 different email options. Choose to have email alerts sent when a User Account is locked out, An Administrator Logs in, An Administrator Logs in and when a User Account is locked out, Any User logs in and when a User Account is locked out or Do Not Send Email Alerts.', 'bulletproof-security').'<br><br>'.__('The email alerts contain the action that occurred with Timestamp and these fields: Username, Status, Role, Email, Lockout Time, Lockout Time Expires, User IP Address, User Hostname, Request URI and URL link for the website where the action occurred.', 'bulletproof-security').'<br><br><strong>'.__('Security Log File Email|Delete Log File When...', 'bulletproof-security').'</strong><br>'.__('Select the maximum Log File size that you want to allow for your Security Log File and then select the option that you want when your log file reaches that maximum size. Choose to either automatically Email the Log file to you and delete it or just delete it without emailing the log file to you first.', 'bulletproof-security').'<br><br><strong>'.__('DB Backup Log File Email|Delete Log File When...', 'bulletproof-security').'</strong><br>'.__('Select the maximum Log File size that you want to allow for your DB Backup Log File and then select the option that you want when your log file reaches that maximum size. Choose to either automatically Email the Log file to you and delete it or just delete it without emailing the log file to you first.', 'bulletproof-security'); echo $text; ?></p>
98
  </div>
99
 
100
  <div id="EmailOptions" style="width:100%;">
@@ -114,6 +114,10 @@ $bps_bottomDiv = '</p></div>';
114
  $bps_dbb_log_email = ! isset($options['bps_dbb_log_email']) ? '' : $options['bps_dbb_log_email'];
115
  $bps_mscan_log_size = ! isset($options['bps_mscan_log_size']) ? '' : $options['bps_mscan_log_size'];
116
  $bps_mscan_log_email = ! isset($options['bps_mscan_log_email']) ? '' : $options['bps_mscan_log_email'];
 
 
 
 
117
  ?>
118
 
119
  <table border="0">
@@ -181,6 +185,32 @@ $bps_bottomDiv = '</p></div>';
181
  <select name="bulletproof_security_options_email[bps_mscan_log_email]" class="form-255">
182
  <option value="email" <?php selected( $bps_mscan_log_email, 'email' ); ?>><?php _e('Email Log & Then Delete Log File', 'bulletproof-security'); ?></option>
183
  <option value="delete" <?php selected( $bps_mscan_log_email, 'delete' ); ?>><?php _e('Delete Log File', 'bulletproof-security'); ?></option>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  </select>
185
  </td>
186
  </tr>
94
  ?>
95
  <strong><a href="https://forum.ait-pro.com/forums/topic/read-me-first-free/#bps-free-general-troubleshooting" title="BPS Troubleshooting Steps" target="_blank"><?php _e('BPS Troubleshooting Steps', 'bulletproof-security'); ?></a></strong><br /><br />
96
 
97
+ <?php $text = '<strong>'.__('Email Alerts & Log File Settings', 'bulletproof-security').'</strong><br>'.__('The email address fields To, From, Cc and Bcc can be email addresses for your hosting account, your WordPress Administrator email address or 3rd party email addresses like gmail or yahoo email. If you are sending emails to multiple email recipients then separate the email addresses with a comma. Example: someone@somewhere.com, someoneelse@somewhereelse.com. You can add a space or not add a space after the comma between email addresses.', 'bulletproof-security').'<br><br><strong>'.__('Note: ', 'bulletproof-security').'</strong>'.__('Email Alerting and Log file options are located in S-Monitor in BPS Pro.', 'bulletproof-security').'<br><br><strong>'.__('Login Security: Send Email Alert When...', 'bulletproof-security').'</strong><br>'.__('There are 5 different email options. Choose to have email alerts sent when a User Account is locked out, An Administrator Logs in, An Administrator Logs in and when a User Account is locked out, Any User logs in and when a User Account is locked out or Do Not Send Email Alerts.', 'bulletproof-security').'<br><br>'.__('The email alerts contain the action that occurred with Timestamp and these fields: Username, Status, Role, Email, Lockout Time, Lockout Time Expires, User IP Address, User Hostname, Request URI and URL link for the website where the action occurred.', 'bulletproof-security').'<br><br><strong>'.__('Security Log File Email|Delete Log File When...', 'bulletproof-security').'</strong><br>'.__('Select the maximum Log File size that you want to allow for your Security Log File and then select the option that you want when your log file reaches that maximum size. Choose to either automatically Email the Log file to you and delete it or just delete it without emailing the log file to you first.', 'bulletproof-security').'<br><br><strong>'.__('DB Backup Log File Email|Delete Log File When...', 'bulletproof-security').'</strong><br>'.__('Select the maximum Log File size that you want to allow for your DB Backup Log File and then select the option that you want when your log file reaches that maximum size. Choose to either automatically Email the Log file to you and delete it or just delete it without emailing the log file to you first.', 'bulletproof-security').'<br><br><strong>'.__('MScan Malware Scanner Email|Delete Log File When...', 'bulletproof-security').'</strong><br>'.__('Select the maximum Log File size that you want to allow for your MScan Log File and then select the option that you want when your log file reaches that maximum size. Choose to either automatically Email the Log file to you and delete it or just delete it without emailing the log file to you first.', 'bulletproof-security').'<br><br><strong>'.__('Plugin Updates Available Email Alert:', 'bulletproof-security').'</strong><br>'.__('Choose whether or not to have email alerts sent if new Plugin version updates are available. The default setting is "Do Not Send Email Alerts". You can choose either to send email alerts for all Plugins or only Active Plugins.', 'bulletproof-security').'<br><br><strong>'.__('Theme Updates Available Email Alert:', 'bulletproof-security').'</strong><br>'.__('Choose whether or not to have email alerts sent if new Theme version updates are available. The default setting is "Do Not Send Email Alerts". You can choose either to send email alerts for all Themes or only the Active Theme.', 'bulletproof-security'); echo $text; ?></p>
98
  </div>
99
 
100
  <div id="EmailOptions" style="width:100%;">
114
  $bps_dbb_log_email = ! isset($options['bps_dbb_log_email']) ? '' : $options['bps_dbb_log_email'];
115
  $bps_mscan_log_size = ! isset($options['bps_mscan_log_size']) ? '' : $options['bps_mscan_log_size'];
116
  $bps_mscan_log_email = ! isset($options['bps_mscan_log_email']) ? '' : $options['bps_mscan_log_email'];
117
+ $bps_plugin_updates_frequency = ! isset($options['bps_plugin_updates_frequency']) ? '' : $options['bps_plugin_updates_frequency'];
118
+ $bps_plugin_updates_email = ! isset($options['bps_plugin_updates_email']) ? '' : $options['bps_plugin_updates_email'];
119
+ $bps_theme_updates_frequency = ! isset($options['bps_theme_updates_frequency']) ? '' : $options['bps_theme_updates_frequency'];
120
+ $bps_theme_updates_email = ! isset($options['bps_theme_updates_email']) ? '' : $options['bps_theme_updates_email'];
121
  ?>
122
 
123
  <table border="0">
185
  <select name="bulletproof_security_options_email[bps_mscan_log_email]" class="form-255">
186
  <option value="email" <?php selected( $bps_mscan_log_email, 'email' ); ?>><?php _e('Email Log & Then Delete Log File', 'bulletproof-security'); ?></option>
187
  <option value="delete" <?php selected( $bps_mscan_log_email, 'delete' ); ?>><?php _e('Delete Log File', 'bulletproof-security'); ?></option>
188
+ </select>
189
+ </td>
190
+ <tr>
191
+ <td style="padding-top:5px;"><strong><label for="bps-monitor-email-log"><?php _e('Plugin Updates Available Email Alert:', 'bulletproof-security'); ?></label></strong><br />
192
+ <select name="bulletproof_security_options_email[bps_plugin_updates_frequency]" class="form-80">
193
+ <option value="1Hour" <?php selected( $bps_plugin_updates_frequency, '1Hour' ); ?>><?php _e('1 Hour', 'bulletproof-security'); ?></option>
194
+ <option value="12Hours" <?php selected( $bps_plugin_updates_frequency, '12Hours'); ?>><?php _e('12 Hours', 'bulletproof-security'); ?></option>
195
+ <option value="1Day" <?php selected( $bps_plugin_updates_frequency, '1Day' ); ?>><?php _e('1 Day', 'bulletproof-security'); ?></option>
196
+ </select>
197
+ <select name="bulletproof_security_options_email[bps_plugin_updates_email]" class="form-255">
198
+ <option value="no" <?php selected( $bps_plugin_updates_email, 'no'); ?>><?php _e('Do Not Send Email Alerts', 'bulletproof-security'); ?></option>
199
+ <option value="yes_all" <?php selected( $bps_plugin_updates_email, 'yes_all'); ?>><?php _e('Send Email Alerts for All Plugins', 'bulletproof-security'); ?></option>
200
+ <option value="yes_active" <?php selected( $bps_plugin_updates_email, 'yes_active'); ?>><?php _e('Send Email Alerts for Active Plugins Only', 'bulletproof-security'); ?></option>
201
+ </select>
202
+ </td>
203
+ <tr>
204
+ <td style="padding-top:5px;"><strong><label for="bps-monitor-email-log"><?php _e('Theme Updates Available Email Alert:', 'bulletproof-security'); ?></label></strong><br />
205
+ <select name="bulletproof_security_options_email[bps_theme_updates_frequency]" class="form-80">
206
+ <option value="1Hour" <?php selected( $bps_theme_updates_frequency, '1Hour' ); ?>><?php _e('1 Hour', 'bulletproof-security'); ?></option>
207
+ <option value="12Hours" <?php selected( $bps_theme_updates_frequency, '12Hours'); ?>><?php _e('12 Hours', 'bulletproof-security'); ?></option>
208
+ <option value="1Day" <?php selected( $bps_theme_updates_frequency, '1Day' ); ?>><?php _e('1 Day', 'bulletproof-security'); ?></option>
209
+ </select>
210
+ <select name="bulletproof_security_options_email[bps_theme_updates_email]" class="form-255">
211
+ <option value="no" <?php selected( $bps_theme_updates_email, 'no'); ?>><?php _e('Do Not Send Email Alerts', 'bulletproof-security'); ?></option>
212
+ <option value="yes_all" <?php selected( $bps_theme_updates_email, 'yes_all'); ?>><?php _e('Send Email Alerts for All Themes', 'bulletproof-security'); ?></option>
213
+ <option value="yes_active" <?php selected( $bps_theme_updates_email, 'yes_active'); ?>><?php _e('Send Email Alerts for Active Theme Only', 'bulletproof-security'); ?></option>
214
  </select>
215
  </td>
216
  </tr>
admin/htaccess/secure.htaccess CHANGED
@@ -1,4 +1,4 @@
1
- # BULLETPROOF 5.1 SECURE .HTACCESS
2
 
3
  # PHP/PHP.INI HANDLER/CACHE CODE
4
  # Use BPS Custom Code to add php/php.ini Handler and Cache htaccess code and to save it permanently.
1
+ # BULLETPROOF 5.2 SECURE .HTACCESS
2
 
3
  # PHP/PHP.INI HANDLER/CACHE CODE
4
  # Use BPS Custom Code to add php/php.ini Handler and Cache htaccess code and to save it permanently.
admin/htaccess/wpadmin-secure.htaccess CHANGED
@@ -1,4 +1,4 @@
1
- # BULLETPROOF 5.1 WP-ADMIN SECURE .HTACCESS
2
 
3
  # DO NOT ADD URL REWRITING IN THIS FILE OR WORDPRESS WILL BREAK
4
  # RewriteRule ^(.*)$ - [F] works in /wp-admin without breaking WordPress
@@ -89,8 +89,8 @@ RewriteEngine On
89
  # CCWPF
90
  # END CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES
91
 
92
- # DEFAULT WHITELIST SKIP RULE FOR WP PRESS THIS
93
- RewriteCond %{REQUEST_URI} (press-this\.php) [NC]
94
  RewriteRule . - [S=1]
95
 
96
  # BEGIN BPSQSE-check BPS QUERY STRING EXPLOITS AND FILTERS
1
+ # BULLETPROOF 5.2 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
89
  # CCWPF
90
  # END CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES
91
 
92
+ # DEFAULT WHITELIST SKIP RULE FOR press-this.php AND widgets.php
93
+ RewriteCond %{REQUEST_URI} (press-this\.php|widgets\.php) [NC]
94
  RewriteRule . - [S=1]
95
 
96
  # BEGIN BPSQSE-check BPS QUERY STRING EXPLOITS AND FILTERS
admin/includes/admin.php CHANGED
@@ -812,6 +812,8 @@ function bulletproof_security_deactivation() {
812
  wp_clear_scheduled_hook('bpsPro_email_log_files');
813
  wp_clear_scheduled_hook('bpsPro_HPF_check');
814
  wp_clear_scheduled_hook('bpsPro_MScan_check');
 
 
815
  }
816
 
817
  // Delete the /bps-backup/ files and folder
@@ -1180,6 +1182,10 @@ function bulletproof_security_options_validate_email($input) {
1180
  $options['bps_dbb_log_size'] = wp_filter_nohtml_kses($input['bps_dbb_log_size']);
1181
  $options['bps_mscan_log_size'] = wp_filter_nohtml_kses($input['bps_mscan_log_size']);
1182
  $options['bps_mscan_log_email'] = wp_filter_nohtml_kses($input['bps_mscan_log_email']);
 
 
 
 
1183
 
1184
  return $options;
1185
  }
812
  wp_clear_scheduled_hook('bpsPro_email_log_files');
813
  wp_clear_scheduled_hook('bpsPro_HPF_check');
814
  wp_clear_scheduled_hook('bpsPro_MScan_check');
815
+ wp_clear_scheduled_hook('bpsPro_plugin_updates_cron');
816
+ wp_clear_scheduled_hook('bpsPro_theme_updates_cron');
817
  }
818
 
819
  // Delete the /bps-backup/ files and folder
1182
  $options['bps_dbb_log_size'] = wp_filter_nohtml_kses($input['bps_dbb_log_size']);
1183
  $options['bps_mscan_log_size'] = wp_filter_nohtml_kses($input['bps_mscan_log_size']);
1184
  $options['bps_mscan_log_email'] = wp_filter_nohtml_kses($input['bps_mscan_log_email']);
1185
+ $options['bps_plugin_updates_frequency'] = wp_filter_nohtml_kses($input['bps_plugin_updates_frequency']);
1186
+ $options['bps_plugin_updates_email'] = wp_filter_nohtml_kses($input['bps_plugin_updates_email']);
1187
+ $options['bps_theme_updates_frequency'] = wp_filter_nohtml_kses($input['bps_theme_updates_frequency']);
1188
+ $options['bps_theme_updates_email'] = wp_filter_nohtml_kses($input['bps_theme_updates_email']);
1189
 
1190
  return $options;
1191
  }
admin/mscan/mscan-help-text.php CHANGED
@@ -55,7 +55,7 @@ if ( ! current_user_can('manage_options') ) {
55
 
56
  '<br><br><strong>'.__('Upload Plugin Zip Files', 'bulletproof-security').'</strong><br>'.__('You can upload multiple zip files at the same time by using your Ctrl or Shift keyboard keys on Windows. This upload form allows you to upload premium, paid and custom plugin zip files that are not in the WordPress Plugin Repository on wordpress.org. MScan will automatically extract any uploaded plugin zip files, create file hashes and delete the plugin zip files on the next MScan scan. If you do not choose to upload premium, paid and custom plugin zip files then those premium, paid and custom plugin files will not be scanned. Important Note: Plugin zip files MUST be named/renamed using the version number in this exact format: plugin-name.x.x.zip where x is the actual current plugin version number. The reason for that is MScan keeps track of the version numbers for plugins in order to create new plugin file hashes for newer versions of plugins when you update them. This process is completely automated for any/all free plugins that you have installed from the WordPress Plugin Repository on wordpress.org. Important Note: Some plugin zip files in the WP Plugin Repository are not named with a version number. If you would like to scan those plugins you will need to download the plugin zip file and rename it using this exact format: plugin-name.x.x.zip and then upload the renamed plugin zip file.', 'bulletproof-security').
57
 
58
- '<br><br><strong>'.__('Upload Theme Zip Files', 'bulletproof-security').'</strong><br>'.__('You can upload multiple zip files at the same time by using your Ctrl or Shift keyboard keys on Windows. This upload form allows you to upload premium, paid and custom theme zip files that are not in the WordPress Theme Repository on wordpress.org. MScan will automatically extract any uploaded theme zip files, create file hashes and delete the theme zip files on the next MScan scan. If you do not choose to upload premium, paid and custom theme zip files then those premium, paid and custom theme files will not be scanned. Important Note: Theme zip files MUST be named/renamed using the version number in this exact format: theme-name.x.x.zip where x is the actual current theme version number. The reason for that is MScan keeps track of the version numbers for themes in order to create new theme file hashes for newer versions of themes when you update them. This process is completely automated for any/all free themes that you have installed from the WordPress Theme Repository on wordpress.org. Important Note: Some theme zip files in the WP Theme Repository are not named with a version number. If you would like to scan those themes you will need to download the theme zip file and rename it using this exact format: theme-name.x.x.zip and then upload the renamed theme zip file. Child Themes are a custom Theme. Zip a known good/clean copy of your Child Theme folder and upload it if you would like your Child Theme files scanned. Use the same zip file naming convention: tmeme-name-child.x.x.zip.', 'bulletproof-security').
59
 
60
  '<br><br><strong>'.__('View|Ignore|Delete Suspicious Files', 'bulletproof-security').'</strong><br>'.__('This form allows you to view, ignore, unignore or delete suspicious and skipped files. If you are not sure if code is malicious or safe you can copy the code and post the code in the MScan Troubleshooting & Code Posting form topic. See the link above. If you are unsure if a file is a hacker file or not then download a copy of that file before deleting it. When you ignore a file it will no longer be scanned in any future scans. When you unignore an ignored file it will be scanned in future scans.', 'bulletproof-security').
61
 
55
 
56
  '<br><br><strong>'.__('Upload Plugin Zip Files', 'bulletproof-security').'</strong><br>'.__('You can upload multiple zip files at the same time by using your Ctrl or Shift keyboard keys on Windows. This upload form allows you to upload premium, paid and custom plugin zip files that are not in the WordPress Plugin Repository on wordpress.org. MScan will automatically extract any uploaded plugin zip files, create file hashes and delete the plugin zip files on the next MScan scan. If you do not choose to upload premium, paid and custom plugin zip files then those premium, paid and custom plugin files will not be scanned. Important Note: Plugin zip files MUST be named/renamed using the version number in this exact format: plugin-name.x.x.zip where x is the actual current plugin version number. The reason for that is MScan keeps track of the version numbers for plugins in order to create new plugin file hashes for newer versions of plugins when you update them. This process is completely automated for any/all free plugins that you have installed from the WordPress Plugin Repository on wordpress.org. Important Note: Some plugin zip files in the WP Plugin Repository are not named with a version number. If you would like to scan those plugins you will need to download the plugin zip file and rename it using this exact format: plugin-name.x.x.zip and then upload the renamed plugin zip file.', 'bulletproof-security').
57
 
58
+ '<br><br><strong>'.__('Upload Theme Zip Files', 'bulletproof-security').'</strong><br>'.__('You can upload multiple zip files at the same time by using your Ctrl or Shift keyboard keys on Windows. This upload form allows you to upload premium, paid and custom theme zip files that are not in the WordPress Theme Repository on wordpress.org. MScan will automatically extract any uploaded theme zip files, create file hashes and delete the theme zip files on the next MScan scan. If you do not choose to upload premium, paid and custom theme zip files then those premium, paid and custom theme files will not be scanned. Important Note: Theme zip files MUST be named/renamed using the version number in this exact format: theme-name.x.x.zip where x is the actual current theme version number. The reason for that is MScan keeps track of the version numbers for themes in order to create new theme file hashes for newer versions of themes when you update them. This process is completely automated for any/all free themes that you have installed from the WordPress Theme Repository on wordpress.org. Important Note: Some theme zip files in the WP Theme Repository are not named with a version number. If you would like to scan those themes you will need to download the theme zip file and rename it using this exact format: theme-name.x.x.zip and then upload the renamed theme zip file. Child Themes are a custom Theme. Zip a known good/clean copy of your Child Theme folder and upload it if you would like your Child Theme files scanned. Use the same zip file naming convention: theme-name-child.x.x.zip.', 'bulletproof-security').
59
 
60
  '<br><br><strong>'.__('View|Ignore|Delete Suspicious Files', 'bulletproof-security').'</strong><br>'.__('This form allows you to view, ignore, unignore or delete suspicious and skipped files. If you are not sure if code is malicious or safe you can copy the code and post the code in the MScan Troubleshooting & Code Posting form topic. See the link above. If you are unsure if a file is a hacker file or not then download a copy of that file before deleting it. When you ignore a file it will no longer be scanned in any future scans. When you unignore an ignored file it will be scanned in future scans.', 'bulletproof-security').
61
 
admin/system-info/system-info.php CHANGED
@@ -437,16 +437,24 @@ function bpsPro_count_network_activated_plugins($count) {
437
  }
438
  echo '<br>';
439
 
440
- if ( function_exists('opcache_get_status') ) {
 
 
441
  $zend_opcache = opcache_get_status();
442
  echo '<strong><span class="sysinfo-label-text">'.__('Zend OPcache', 'bulletproof-security').':</span></strong> ';
443
  if ( $zend_opcache['opcache_enabled'] == '1' ) {
444
- $zend_opcache_config = opcache_get_configuration();
445
- echo __('Zend OPcache is Enabled', 'bulletproof-security').' '.__('Version: ', 'bulletproof-security') . $zend_opcache_config['version']['version'];
 
 
446
  } else {
447
  echo __('Zend OPcache is Not Enabled', 'bulletproof-security');
448
  }
449
  echo '<br>';
 
 
 
 
450
  }
451
 
452
  echo '<strong><span class="sysinfo-label-text">'.__('ionCube Loader', 'bulletproof-security').':</span></strong> ';
437
  }
438
  echo '<br>';
439
 
440
+ $opcache_restrict_api = trim(ini_get('opcache.restrict_api'));
441
+
442
+ if ( function_exists('opcache_get_status') && mb_stripos(__FILE__, $opcache_restrict_api) !== 0 ) {
443
  $zend_opcache = opcache_get_status();
444
  echo '<strong><span class="sysinfo-label-text">'.__('Zend OPcache', 'bulletproof-security').':</span></strong> ';
445
  if ( $zend_opcache['opcache_enabled'] == '1' ) {
446
+ if ( function_exists('opcache_get_configuration') ) {
447
+ $zend_opcache_config = opcache_get_configuration();
448
+ echo __('Zend OPcache is Enabled', 'bulletproof-security').' '.__('Version: ', 'bulletproof-security') . $zend_opcache_config['version']['version'];
449
+ }
450
  } else {
451
  echo __('Zend OPcache is Not Enabled', 'bulletproof-security');
452
  }
453
  echo '<br>';
454
+ } else {
455
+ echo '<strong><span class="sysinfo-label-text">'.__('Zend OPcache', 'bulletproof-security').':</span></strong> ';
456
+ echo __('Zend OPcache is Not Enabled', 'bulletproof-security');
457
+ echo '<br>';
458
  }
459
 
460
  echo '<strong><span class="sysinfo-label-text">'.__('ionCube Loader', 'bulletproof-security').':</span></strong> ';
admin/wizard/wizard-functions.php CHANGED
@@ -619,8 +619,10 @@ $bps_secure_bottom_misc_code = "# HOTLINKING/FORBID COMMENT SPAMMERS/BLOCK BOTS/
619
  }
620
 
621
  // 4.3: New check and recommendation to Lock the Root htaccess file and turn on AutoLock.
622
- if ( $lock == '0604' || $lock == '0644' ) {
623
- echo '<strong><font color="blue">'.__('Your current Root .htaccess file is not locked. It is recommended that you lock your Root .htaccess file on the htaccess Core > htaccess File Editor page. Click the Lock htaccess File and Turn On AutoLock buttons on the htaccess File Editor page.', 'bulletproof-security').'</font></strong><br>';
 
 
624
  }
625
  }
626
 
619
  }
620
 
621
  // 4.3: New check and recommendation to Lock the Root htaccess file and turn on AutoLock.
622
+ if ( @substr($sapi_type, 0, 6) != 'apache' ) {
623
+ if ( $lock == '0604' || $lock == '0644' ) {
624
+ echo '<strong><font color="blue">'.__('Your current Root .htaccess file is not locked. It is recommended that you lock your Root .htaccess file on the htaccess Core > htaccess File Editor page. Click the Lock htaccess File and Turn On AutoLock buttons on the htaccess File Editor page.', 'bulletproof-security').'</font></strong><br>';
625
+ }
626
  }
627
  }
628
 
admin/wizard/wizard.php CHANGED
@@ -763,19 +763,27 @@ $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
763
  $bps_email_options9 = ! isset($bps_email_options['bps_dbb_log_size']) ? '500KB' : $bps_email_options['bps_dbb_log_size'];
764
  $bps_email_options10 = ! isset($bps_email_options['bps_mscan_log_size']) ? '500KB' : $bps_email_options['bps_mscan_log_size'];
765
  $bps_email_options11 = ! isset($bps_email_options['bps_mscan_log_email']) ? 'email' : $bps_email_options['bps_mscan_log_email'];
 
 
 
 
766
 
767
  $BPS_Options_Email = array(
768
- 'bps_send_email_to' => $bps_email_options1,
769
- 'bps_send_email_from' => $bps_email_options2,
770
- 'bps_send_email_cc' => $bps_email_options3,
771
- 'bps_send_email_bcc' => $bps_email_options4,
772
- 'bps_login_security_email' => $bps_email_options5,
773
- 'bps_security_log_size' => $bps_email_options6,
774
- 'bps_security_log_emailL' => $bps_email_options7,
775
- 'bps_dbb_log_email' => $bps_email_options8,
776
- 'bps_dbb_log_size' => $bps_email_options9,
777
- 'bps_mscan_log_size' => $bps_email_options10,
778
- 'bps_mscan_log_email' => $bps_email_options11
 
 
 
 
779
  );
780
 
781
  foreach( $BPS_Options_Email as $key => $value ) {
@@ -1889,7 +1897,11 @@ function bpsPro_SW_DB_Update() {
1889
  'bps_dbb_log_email' => $BPS_Email_Options['bps_dbb_log_email'],
1890
  'bps_dbb_log_size' => $BPS_Email_Options['bps_dbb_log_size'],
1891
  'bps_mscan_log_size' => $BPS_Email_Options['bps_mscan_log_size'],
1892
- 'bps_mscan_log_email' => $BPS_Email_Options['bps_mscan_log_email']
 
 
 
 
1893
  );
1894
 
1895
  foreach( $BPS_Options_email as $key => $value ) {
763
  $bps_email_options9 = ! isset($bps_email_options['bps_dbb_log_size']) ? '500KB' : $bps_email_options['bps_dbb_log_size'];
764
  $bps_email_options10 = ! isset($bps_email_options['bps_mscan_log_size']) ? '500KB' : $bps_email_options['bps_mscan_log_size'];
765
  $bps_email_options11 = ! isset($bps_email_options['bps_mscan_log_email']) ? 'email' : $bps_email_options['bps_mscan_log_email'];
766
+ $bps_email_options12 = ! isset($bps_email_options['bps_plugin_updates_frequency']) ? '1Hour' : $bps_email_options['bps_plugin_updates_frequency'];
767
+ $bps_email_options13 = ! isset($bps_email_options['bps_plugin_updates_email']) ? 'no' : $bps_email_options['bps_plugin_updates_email'];
768
+ $bps_email_options14 = ! isset($bps_email_options['bps_theme_updates_frequency']) ? '1Hour' : $bps_email_options['bps_theme_updates_frequency'];
769
+ $bps_email_options15 = ! isset($bps_email_options['bps_theme_updates_email']) ? 'no' : $bps_email_options['bps_theme_updates_email'];
770
 
771
  $BPS_Options_Email = array(
772
+ 'bps_send_email_to' => $bps_email_options1,
773
+ 'bps_send_email_from' => $bps_email_options2,
774
+ 'bps_send_email_cc' => $bps_email_options3,
775
+ 'bps_send_email_bcc' => $bps_email_options4,
776
+ 'bps_login_security_email' => $bps_email_options5,
777
+ 'bps_security_log_size' => $bps_email_options6,
778
+ 'bps_security_log_emailL' => $bps_email_options7,
779
+ 'bps_dbb_log_email' => $bps_email_options8,
780
+ 'bps_dbb_log_size' => $bps_email_options9,
781
+ 'bps_mscan_log_size' => $bps_email_options10,
782
+ 'bps_mscan_log_email' => $bps_email_options11,
783
+ 'bps_plugin_updates_frequency' => $bps_email_options12,
784
+ 'bps_plugin_updates_email' => $bps_email_options13,
785
+ 'bps_theme_updates_frequency' => $bps_email_options14,
786
+ 'bps_theme_updates_email' => $bps_email_options15
787
  );
788
 
789
  foreach( $BPS_Options_Email as $key => $value ) {
1897
  'bps_dbb_log_email' => $BPS_Email_Options['bps_dbb_log_email'],
1898
  'bps_dbb_log_size' => $BPS_Email_Options['bps_dbb_log_size'],
1899
  'bps_mscan_log_size' => $BPS_Email_Options['bps_mscan_log_size'],
1900
+ 'bps_mscan_log_email' => $BPS_Email_Options['bps_mscan_log_email'],
1901
+ 'bps_plugin_updates_frequency' => $BPS_Email_Options['bps_plugin_updates_frequency'],
1902
+ 'bps_plugin_updates_email' => $BPS_Email_Options['bps_plugin_updates_email'],
1903
+ 'bps_theme_updates_frequency' => $BPS_Email_Options['bps_theme_updates_frequency'],
1904
+ 'bps_theme_updates_email' => $BPS_Email_Options['bps_theme_updates_email']
1905
  );
1906
 
1907
  foreach( $BPS_Options_email as $key => $value ) {
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) &bull; Force Strong Passwords.
8
- Version: 5.1
9
  Author: AITpro Website Security
10
  Author URI: https://forum.ait-pro.com/read-me-first/
11
  */
@@ -33,9 +33,9 @@ Author URI: https://forum.ait-pro.com/read-me-first/
33
  // and cannot access the global variables within functions in BPS. Luckily this does not break BPS or WordPress in any way and PHP.net states this is technically not an error.
34
  global $bps_last_version, $bps_version, $aitpro_bullet, $bps_topDiv, $bps_bottomDiv, $bpsPro_remote_addr, $bpsPro_http_client_ip, $bpsPro_http_forwarded, $bpsPro_http_x_forwarded_for, $bpsPro_http_x_cluster_client_ip, $bps_wpcontent_dir, $bps_plugin_dir, $plugin_hashes, $theme_hashes;
35
 
36
- define( 'BULLETPROOF_VERSION', '5.1' );
37
- $bps_last_version = '5.0';
38
- $bps_version = '5.1';
39
  $aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
40
  // Top div & bottom div
41
  $bps_topDiv = '<div id="message" class="updated" style="background-color:#dfecf2;border:1px solid #999;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><p>';
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) &bull; Force Strong Passwords.
8
+ Version: 5.2
9
  Author: AITpro Website Security
10
  Author URI: https://forum.ait-pro.com/read-me-first/
11
  */
33
  // and cannot access the global variables within functions in BPS. Luckily this does not break BPS or WordPress in any way and PHP.net states this is technically not an error.
34
  global $bps_last_version, $bps_version, $aitpro_bullet, $bps_topDiv, $bps_bottomDiv, $bpsPro_remote_addr, $bpsPro_http_client_ip, $bpsPro_http_forwarded, $bpsPro_http_x_forwarded_for, $bpsPro_http_x_cluster_client_ip, $bps_wpcontent_dir, $bps_plugin_dir, $plugin_hashes, $theme_hashes;
35
 
36
+ define( 'BULLETPROOF_VERSION', '5.2' );
37
+ $bps_last_version = '5.1';
38
+ $bps_version = '5.2';
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/db-security.php CHANGED
@@ -337,8 +337,10 @@ $time_start = microtime( true );
337
  echo $backup_time_display;
338
  echo '</p></div>';
339
 
340
- $log_contents = "\r\n" . '[Backup Job Logged: ' . $timestamp . ']' . "\r\n" . 'Backup Job Name: ' . $job_name . "\r\n" . 'Backup Job Type: ' . $job_type . "\r\n" . 'Email DB Backup: ' . $email_zip_log . "\r\n" . $backup_time_log . "\r\n" . bpsPro_memory_resource_usage_logging() . "\r\n" . 'Zip Backup File Name: ' . $filename . "\r\n";
341
 
 
 
342
  if ( is_writable( $bpsDBBLog ) ) {
343
  if ( !$handle = fopen( $bpsDBBLog, 'a' ) ) {
344
  exit;
@@ -385,26 +387,28 @@ $time_start = microtime( true );
385
  $path = '/wp-admin/admin.php?page=bulletproof-security%2Fadmin%2Fdb-backup-security%2Fdb-backup-security.php';
386
  $justUrl = get_site_url(null, $path, null);
387
 
388
- if ( $email_zip == 'EmailOnly' ) {
389
-
390
- $headers = array( 'Content-Type: text/html; charset=UTF-8', 'From: ' . $bps_email_from, 'Cc: ' . $bps_email_cc, 'Bcc: ' . $bps_email_bcc );
391
- $subject = " BPS DB Backup Completed - $timestamp ";
392
- $message = '<p><font color="blue"><strong>DB Backup Has Completed For:</strong></font></p>';
393
- $message .= '<p>Website: '.$justUrl.'</p>';
394
 
395
- $mailed = wp_mail( $bps_email_to, $subject, $message, $headers );
396
- }
397
-
398
- if ( $email_zip == 'Delete' || $email_zip == 'Yes' ) {
399
 
400
- $attachments = array( $filename );
401
- $headers = array( 'Content-Type: text/html; charset=UTF-8', 'From: ' . $bps_email_from, 'Cc: ' . $bps_email_cc, 'Bcc: ' . $bps_email_bcc );
402
- $subject = " BPS DB Backup Completed - $timestamp ";
403
- $message = '<p><font color="blue"><strong>DB Backup File is Attached For:</strong></font></p>';
404
- $message .= '<p>Website: '.$justUrl.'</p>';
405
 
406
- $mailed = wp_mail( $bps_email_to, $subject, $message, $headers, $attachments );
407
- }
 
 
 
 
 
 
 
 
408
 
409
  if ( @$mailed && $email_zip == 'Delete' ) {
410
  unlink($filename);
337
  echo $backup_time_display;
338
  echo '</p></div>';
339
 
340
+ //$log_contents = "\r\n" . '[Backup Job Logged: ' . $timestamp . ']' . "\r\n" . 'Backup Job Name: ' . $job_name . "\r\n" . 'Backup Job Type: ' . $job_type . "\r\n" . 'Email DB Backup: ' . $email_zip_log . "\r\n" . $backup_time_log . "\r\n" . bpsPro_memory_resource_usage_logging() . "\r\n" . 'Zip Backup File Name: ' . $filename . "\r\n";
341
 
342
+ $log_contents = "\r\n" . '[Backup Job Logged: ' . $timestamp . ']' . "\r\n" . 'Backup Job Name: ' . $job_name . "\r\n" . 'Backup Job Type: ' . $job_type . "\r\n" . 'Email DB Backup: ' . $email_zip_log . "\r\n" . $backup_time_log . "\r\n" . bpsPro_memory_resource_usage_logging() . "\r\n";
343
+
344
  if ( is_writable( $bpsDBBLog ) ) {
345
  if ( !$handle = fopen( $bpsDBBLog, 'a' ) ) {
346
  exit;
387
  $path = '/wp-admin/admin.php?page=bulletproof-security%2Fadmin%2Fdb-backup-security%2Fdb-backup-security.php';
388
  $justUrl = get_site_url(null, $path, null);
389
 
390
+ $mailed = '';
391
+
392
+ if ( $email_zip == 'EmailOnly' ) {
 
 
 
393
 
394
+ $headers = array( 'Content-Type: text/html; charset=UTF-8', 'From: ' . $bps_email_from, 'Cc: ' . $bps_email_cc, 'Bcc: ' . $bps_email_bcc );
395
+ $subject = " BPS DB Backup Completed - $timestamp ";
396
+ $message = '<p><font color="blue"><strong>DB Backup Has Completed For:</strong></font></p>';
397
+ $message .= '<p>Website: '.$justUrl.'</p>';
398
 
399
+ $mailed = wp_mail( $bps_email_to, $subject, $message, $headers );
400
+ }
 
 
 
401
 
402
+ if ( $email_zip == 'Delete' || $email_zip == 'Yes' ) {
403
+
404
+ $attachments = array( $filename );
405
+ $headers = array( 'Content-Type: text/html; charset=UTF-8', 'From: ' . $bps_email_from, 'Cc: ' . $bps_email_cc, 'Bcc: ' . $bps_email_bcc );
406
+ $subject = " BPS DB Backup Completed - $timestamp ";
407
+ $message = '<p><font color="blue"><strong>DB Backup File is Attached For:</strong></font></p>';
408
+ $message .= '<p>Website: '.$justUrl.'</p>';
409
+
410
+ $mailed = wp_mail( $bps_email_to, $subject, $message, $headers, $attachments );
411
+ }
412
 
413
  if ( @$mailed && $email_zip == 'Delete' ) {
414
  unlink($filename);
includes/functions.php CHANGED
@@ -220,14 +220,24 @@ function bps_root_htaccess_status_dashboard() {
220
 
221
  if ( preg_match( '/page=bulletproof-security/', esc_html($_SERVER['REQUEST_URI']), $matches ) ) {
222
 
223
- if ( esc_html($_SERVER['QUERY_STRING']) == '' ) {
224
- $bps_base = basename(esc_html($_SERVER['REQUEST_URI']));
225
- } else {
226
- $bps_base = str_replace( admin_url(), '', esc_html($_SERVER['REQUEST_URI']) );
227
- }
 
228
 
229
- echo '<div id="bps-status-display" style="float:left;margin:6px 0px -40px 8px;padding:3px 5px 3px 5px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.$bps_base.'" style="text-decoration:none;font-weight:bold;">'.__('Reload BPS Status Display', 'bulletproof-security').'</a></div>';
230
- echo '<div style="clear:both;"></div>';
 
 
 
 
 
 
 
 
 
231
  }
232
  }
233
 
@@ -642,6 +652,7 @@ function bps_wpadmin_htaccess_status_dashboard() {
642
  $pattern23 = '/RewriteCond\s%\{QUERY_STRING\}\s\^\(\.\*\)cPath=http:\/\/\(\.\*\)\$\s\[NC,OR\]/';
643
  $pattern24 = '/RewriteCond\s%\{QUERY_STRING\}\shttp\\\:\s\[NC,OR\](.*\s*){1}.*RewriteCond\s%\{QUERY_STRING\}\shttps\\\:\s\[NC,OR\]/';
644
  $pattern25 = '/#\sREQUEST\sMETHODS\sFILTERED(.*\s*){1}RewriteEngine\sOn(.*\s*){1}RewriteCond(.*\s*){1}RewriteRule\s\^\(\.\*\)\$\s\-\s\[F\]/';
 
645
  $BPSVpattern = '/BULLETPROOF\s\.[\d](.*)WP-ADMIN/';
646
  $BPSVpattern2 = '/BULLETPROOF\s[\d]\.[\d]\sWP-ADMIN/';
647
  $BPSVreplace = "BULLETPROOF $bps_version WP-ADMIN";
@@ -707,6 +718,10 @@ switch ( $bps_version ) {
707
  $stringReplace = preg_replace( $pattern_amod, "# WPADMIN DENY BROWSER ACCESS TO FILES\n# Deny Browser access to /wp-admin/install.php\n# Use BPS Custom Code to modify/edit/change this code and to save it permanently.\n# To be able to view the install.php file from a Browser, replace 127.0.0.1 with your actual\n# current IP address. Comment out: #Deny from all and Uncomment: Allow from 127.0.0.1\n# Note: The BPS System Info page displays which modules are loaded on your server.\n\n# BEGIN BPS WPADMIN DENY ACCESS TO FILES\n<FilesMatch \"^(install\.php)\">\nOrder Allow,Deny\nDeny from all\n#Allow from 127.0.0.1\n</FilesMatch>\n# END BPS WPADMIN DENY ACCESS TO FILES", $stringReplace);
708
  }
709
 
 
 
 
 
710
  if ( preg_match( $pattern25, $stringReplace, $matches ) ) {
711
  $stringReplace = preg_replace( $pattern25, "# BPS REWRITE ENGINE\nRewriteEngine On", $stringReplace);
712
  }
220
 
221
  if ( preg_match( '/page=bulletproof-security/', esc_html($_SERVER['REQUEST_URI']), $matches ) ) {
222
 
223
+ $wp_admin_url = admin_url();
224
+
225
+ if ( 'update-core.php' != $pagenow ) {
226
+ ?>
227
+
228
+ <div id="url-hash"></div>
229
 
230
+ <script type="text/javascript">
231
+ /* <![CDATA[ */
232
+ var bpsPage = "<?php echo $wp_admin_url . 'admin.php?' . $_SERVER['QUERY_STRING']; ?>"
233
+ var hash = window.location.hash;
234
+
235
+ document.getElementById("url-hash").innerHTML = '<div id="bps-status-display" style="float:left;margin:6px 0px 0px 2px;padding:3px 5px 3px 5px;background-color:#e8e8e8;border:1px solid gray;"><a href="' + bpsPage + hash + '" style="text-decoration:none;font-weight:bold;">Reload BPS Status Display</a></div>';
236
+ /* ]]> */
237
+ </script>
238
+
239
+ <?php
240
+ }
241
  }
242
  }
243
 
652
  $pattern23 = '/RewriteCond\s%\{QUERY_STRING\}\s\^\(\.\*\)cPath=http:\/\/\(\.\*\)\$\s\[NC,OR\]/';
653
  $pattern24 = '/RewriteCond\s%\{QUERY_STRING\}\shttp\\\:\s\[NC,OR\](.*\s*){1}.*RewriteCond\s%\{QUERY_STRING\}\shttps\\\:\s\[NC,OR\]/';
654
  $pattern25 = '/#\sREQUEST\sMETHODS\sFILTERED(.*\s*){1}RewriteEngine\sOn(.*\s*){1}RewriteCond(.*\s*){1}RewriteRule\s\^\(\.\*\)\$\s\-\s\[F\]/';
655
+ $pattern26 = '/RewriteCond\s%\{REQUEST_URI\}\s\(press-this\\\.php\)\s\[NC\]/';
656
  $BPSVpattern = '/BULLETPROOF\s\.[\d](.*)WP-ADMIN/';
657
  $BPSVpattern2 = '/BULLETPROOF\s[\d]\.[\d]\sWP-ADMIN/';
658
  $BPSVreplace = "BULLETPROOF $bps_version WP-ADMIN";
718
  $stringReplace = preg_replace( $pattern_amod, "# WPADMIN DENY BROWSER ACCESS TO FILES\n# Deny Browser access to /wp-admin/install.php\n# Use BPS Custom Code to modify/edit/change this code and to save it permanently.\n# To be able to view the install.php file from a Browser, replace 127.0.0.1 with your actual\n# current IP address. Comment out: #Deny from all and Uncomment: Allow from 127.0.0.1\n# Note: The BPS System Info page displays which modules are loaded on your server.\n\n# BEGIN BPS WPADMIN DENY ACCESS TO FILES\n<FilesMatch \"^(install\.php)\">\nOrder Allow,Deny\nDeny from all\n#Allow from 127.0.0.1\n</FilesMatch>\n# END BPS WPADMIN DENY ACCESS TO FILES", $stringReplace);
719
  }
720
 
721
+ if ( preg_match( $pattern26, $stringReplace, $matches ) ) {
722
+ $stringReplace = preg_replace( $pattern26, "RewriteCond %{REQUEST_URI} (press-this\.php|widgets\.php) [NC]", $stringReplace);
723
+ }
724
+
725
  if ( preg_match( $pattern25, $stringReplace, $matches ) ) {
726
  $stringReplace = preg_replace( $pattern25, "# BPS REWRITE ENGINE\nRewriteEngine On", $stringReplace);
727
  }
includes/general-functions.php CHANGED
@@ -1263,6 +1263,20 @@ function bpsPro_new_version_db_options_files_autoupdate() {
1263
 
1264
  $user_id = $current_user->ID;
1265
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1266
  // 4.8: MScan new feature Dismiss Notice - only displayed to people who have upgraded BPS. Not new installations of BPS.
1267
  if ( ! get_option('bulletproof_security_options_new_feature') ) {
1268
 
@@ -1742,6 +1756,7 @@ function bpsPro_new_version_db_options_files_autoupdate() {
1742
  // .53.6: Wordfence WAF mess - Reset php handler dismiss notice.
1743
  bpsPro_php_handler_dismiss_notice_reset();
1744
 
 
1745
  // 2.4: new email alerting options added
1746
  // .53.5: Old obsolete function deleted and code moved here.
1747
  // Email Alerting & Log file zip, email and deleting DB options.
@@ -1759,7 +1774,11 @@ function bpsPro_new_version_db_options_files_autoupdate() {
1759
  $email_log9 = ! isset($email_log['bps_dbb_log_size']) ? '500KB' : $email_log['bps_dbb_log_size'];
1760
  $email_log10 = ! isset($email_log['bps_mscan_log_size']) ? '500KB' : $email_log['bps_mscan_log_size'];
1761
  $email_log11 = ! isset($email_log['bps_mscan_log_email']) ? 'email' : $email_log['bps_mscan_log_email'];
1762
-
 
 
 
 
1763
  $email_log_options = array(
1764
  'bps_send_email_to' => $email_log1,
1765
  'bps_send_email_from' => $email_log2,
@@ -1771,7 +1790,11 @@ function bpsPro_new_version_db_options_files_autoupdate() {
1771
  'bps_dbb_log_email' => $email_log8,
1772
  'bps_dbb_log_size' => $email_log9,
1773
  'bps_mscan_log_size' => $email_log10,
1774
- 'bps_mscan_log_email' => $email_log11
 
 
 
 
1775
  );
1776
 
1777
  foreach( $email_log_options as $key => $value ) {
1263
 
1264
  $user_id = $current_user->ID;
1265
 
1266
+ // 5.2: Delete the DB Backup Log file if it contains: Zip Backup File Name
1267
+ // Note: A new blank DB Backup Log file is automatically created on page load.
1268
+ $bpsProDBBLogARQ = WP_CONTENT_DIR . '/bps-backup/logs/db_backup_log.txt';
1269
+
1270
+ if ( file_exists($bpsProDBBLogARQ) ) {
1271
+
1272
+ $check_string = @file_get_contents($bpsProDBBLogARQ);
1273
+ $pos = strpos( $check_string, 'Zip Backup File Name' );
1274
+
1275
+ if ( $pos !== false ) {
1276
+ @unlink($bpsProDBBLogARQ);
1277
+ }
1278
+ }
1279
+
1280
  // 4.8: MScan new feature Dismiss Notice - only displayed to people who have upgraded BPS. Not new installations of BPS.
1281
  if ( ! get_option('bulletproof_security_options_new_feature') ) {
1282
 
1756
  // .53.6: Wordfence WAF mess - Reset php handler dismiss notice.
1757
  bpsPro_php_handler_dismiss_notice_reset();
1758
 
1759
+ // 5.2: new email alerting options added
1760
  // 2.4: new email alerting options added
1761
  // .53.5: Old obsolete function deleted and code moved here.
1762
  // Email Alerting & Log file zip, email and deleting DB options.
1774
  $email_log9 = ! isset($email_log['bps_dbb_log_size']) ? '500KB' : $email_log['bps_dbb_log_size'];
1775
  $email_log10 = ! isset($email_log['bps_mscan_log_size']) ? '500KB' : $email_log['bps_mscan_log_size'];
1776
  $email_log11 = ! isset($email_log['bps_mscan_log_email']) ? 'email' : $email_log['bps_mscan_log_email'];
1777
+ $email_log12 = ! isset($email_log['bps_plugin_updates_frequency']) ? '1Hour' : $email_log['bps_plugin_updates_frequency'];
1778
+ $email_log13 = ! isset($email_log['bps_plugin_updates_email']) ? 'no' : $email_log['bps_plugin_updates_email'];
1779
+ $email_log14 = ! isset($email_log['bps_theme_updates_frequency']) ? '1Hour' : $email_log['bps_theme_updates_frequency'];
1780
+ $email_log15 = ! isset($email_log['bps_theme_updates_email']) ? 'no' : $email_log['bps_theme_updates_email'];
1781
+
1782
  $email_log_options = array(
1783
  'bps_send_email_to' => $email_log1,
1784
  'bps_send_email_from' => $email_log2,
1790
  'bps_dbb_log_email' => $email_log8,
1791
  'bps_dbb_log_size' => $email_log9,
1792
  'bps_mscan_log_size' => $email_log10,
1793
+ 'bps_mscan_log_email' => $email_log11,
1794
+ 'bps_plugin_updates_frequency' => $email_log12,
1795
+ 'bps_plugin_updates_email' => $email_log13,
1796
+ 'bps_theme_updates_frequency' => $email_log14,
1797
+ 'bps_theme_updates_email' => $email_log15
1798
  );
1799
 
1800
  foreach( $email_log_options as $key => $value ) {
includes/hidden-plugin-folders-cron.php CHANGED
@@ -52,6 +52,14 @@ function bpsPro_add_cron_intervals($schedules) {
52
  'interval' => 3600,
53
  'display' => __('Once every 60 minutes')
54
  );
 
 
 
 
 
 
 
 
55
  $schedules['daily'] = array(
56
  'interval' => 86400,
57
  'display' => __('Once Daily')
52
  'interval' => 3600,
53
  'display' => __('Once every 60 minutes')
54
  );
55
+ $schedules['hours_12'] = array(
56
+ 'interval' => 43200,
57
+ 'display' => __('Once every 12 hours')
58
+ );
59
+ $schedules['hours_24'] = array(
60
+ 'interval' => 86400,
61
+ 'display' => __('Once every 24 hours')
62
+ );
63
  $schedules['daily'] = array(
64
  'interval' => 86400,
65
  'display' => __('Once Daily')
includes/hud-dismiss-functions.php CHANGED
@@ -458,7 +458,7 @@ $filename = WP_CONTENT_DIR . '/.htaccess';
458
  $bps_base = str_replace( admin_url(), '', esc_html($_SERVER['REQUEST_URI']) ) . '&';
459
  }
460
 
461
- $text = '<div class="update-nag" style="background-color:#dfecf2;border:1px solid #999;font-size:1em;font-weight:600;padding:2px 5px;margin-top:2px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><font color="#fb0101">'.__('An htaccess file has been detected in the wp-content folder that breaks BPS features and functionality', 'bulletproof-security').'</font><br>'.__('If you have or had the Sucuri, Defender or iThemes Security plugins installed, they create a wp-content htaccess file that breaks several things in BPS Pro and other plugins as well.', 'bulletproof-security').'<br>'.__('To fix the Sucuri problem go to the Sucuri Settings page, click the Hardening tab and click the Revert Hardening button for the Block PHP Files in WP-CONTENT Directory option setting.', 'bulletproof-security').'<br>'.__('To fix the Defender Security problem go to the Security Tweaks page, click the PHP Execution option setting and click the Revert button.', 'bulletproof-security').'<br>'.__('o fix the iThemes problem go to the System Tweaks page, uncheck the Disable PHP in Plugins option setting.', 'bulletproof-security').'<br>'.__('To Dismiss this Notice click the Dismiss Notice button below. To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Custom Code page.', 'bulletproof-security').'<br><div style="float:left;margin:3px 0px 3px 0px;padding:2px 6px 2px 6px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.$bps_base.'bps_sucuri_nag_ignore=0'.'" style="text-decoration:none;font-weight:600;">'.__('Dismiss Notice', 'bulletproof-security').'</a></div></div>';
462
  echo $text;
463
  }
464
  }
458
  $bps_base = str_replace( admin_url(), '', esc_html($_SERVER['REQUEST_URI']) ) . '&';
459
  }
460
 
461
+ $text = '<div class="update-nag" style="background-color:#dfecf2;border:1px solid #999;font-size:1em;font-weight:600;padding:2px 5px;margin-top:2px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><font color="#fb0101">'.__('An htaccess file has been detected in the wp-content folder that breaks BPS features and functionality', 'bulletproof-security').'</font><br>'.__('If you have or had the Sucuri, Defender or iThemes Security plugins installed, they create a wp-content htaccess file that breaks several things in BPS Pro and other plugins as well.', 'bulletproof-security').'<br>'.__('To fix the Sucuri problem go to the Sucuri Settings page, click the Hardening tab and click the Revert Hardening button for the Block PHP Files in WP-CONTENT Directory option setting.', 'bulletproof-security').'<br>'.__('To fix the Defender Security problem go to the Security Tweaks page, click the PHP Execution option setting and click the Revert button.', 'bulletproof-security').'<br>'.__('To fix the iThemes problem go to the System Tweaks page, uncheck the Disable PHP in Plugins option setting.', 'bulletproof-security').'<br>'.__('To Dismiss this Notice click the Dismiss Notice button below. To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Custom Code page.', 'bulletproof-security').'<br><div style="float:left;margin:3px 0px 3px 0px;padding:2px 6px 2px 6px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.$bps_base.'bps_sucuri_nag_ignore=0'.'" style="text-decoration:none;font-weight:600;">'.__('Dismiss Notice', 'bulletproof-security').'</a></div></div>';
462
  echo $text;
463
  }
464
  }
includes/mscan-ajax-functions.php CHANGED
@@ -1254,8 +1254,10 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1254
  if ( ! preg_match( '/(.*)(\/|\\\)wp-admin(\/|\\\).htaccess/', $key ) ) {
1255
 
1256
  //fwrite( $handle, "Scanning Files WP Core: File: $key\r\n" );
1257
- fwrite( $handle, "Scanning Files WP Core: Suspicious|Modified|Unknown WP Core file: $key\r\n" );
1258
-
 
 
1259
  if ( ! in_array($key, $mscan_file_path_array) ) {
1260
 
1261
  if ( $insert_rows = $wpdb->insert( $MStable, array( 'mscan_status' => 'suspect', 'mscan_type' => 'core', 'mscan_path' => $key, 'mscan_pattern' => 'Altered or unknown WP Core file', 'mscan_skipped' => '', 'mscan_ignored' => '', 'mscan_db_table' => '', 'mscan_db_column' => '', 'mscan_db_pkid' => '', 'mscan_time' => current_time('mysql') ) ) ) {
@@ -1340,7 +1342,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1340
 
1341
  $plugins_hash_match = 1;
1342
 
1343
- fwrite( $handle, "Scanning Files: Plugins: Suspicious|Modified|Unknown Plugin file: $value\r\n" );
 
 
1344
 
1345
  if ( ! in_array($value, $mscan_file_path_array) ) {
1346
 
@@ -1428,7 +1432,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1428
 
1429
  $themes_hash_match = 1;
1430
 
1431
- fwrite( $handle, "Scanning Files: Themes: Suspicious|Modified|Unknown Theme file: $value\r\n" );
 
 
1432
 
1433
  if ( ! in_array($value, $mscan_file_path_array) ) {
1434
 
@@ -1465,7 +1471,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1465
 
1466
  $index_file_hash_match = 1;
1467
 
1468
- fwrite( $handle, "Scanning Files: Suspicious|Modified|Unknown root index.php file detected: $value\r\n" );
 
 
1469
 
1470
  if ( ! in_array($value, $mscan_file_path_array) ) {
1471
 
@@ -1516,7 +1524,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1516
  $mscan_pattern = $matches[0];
1517
  }
1518
 
1519
- fwrite( $handle, "Scanning Files .js: File: $value\r\n" );
 
 
1520
  fwrite( $handle, "Scanning Files .js: Code Pattern Match: $mscan_pattern\r\n" );
1521
 
1522
  if ( ! in_array($value, $mscan_file_path_array) ) {
@@ -1543,7 +1553,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1543
  $mscan_pattern = $matches[0];
1544
  }
1545
 
1546
- fwrite( $handle, "Scanning Files .htaccess: File: $value\r\n" );
 
 
1547
  fwrite( $handle, "Scanning Files .htaccess: Code Pattern Match: $mscan_pattern\r\n" );
1548
 
1549
  if ( ! in_array($value, $mscan_file_path_array) ) {
@@ -1569,7 +1581,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1569
  $mscan_pattern = $matches[0];
1570
  }
1571
 
1572
- fwrite( $handle, "Scanning Files php, html, etc: File: $value\r\n" );
 
 
1573
  fwrite( $handle, "Scanning Files php, html, etc: Code Pattern Match: $mscan_pattern\r\n" );
1574
 
1575
  if ( ! in_array($value, $mscan_file_path_array) ) {
@@ -1644,9 +1658,7 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1644
  $patterns = array ( '/</', '/>/' );
1645
  $replace = array ( '&lt;', '&gt;' );
1646
  $json_array_converted = preg_replace( $patterns, $replace, $json_array );
1647
-
1648
-
1649
-
1650
  if ( in_array( $json_array_converted[$PKey->Column_name], $mscan_db_ignore_array ) ) {
1651
  unset($json_array[$column->Field]);
1652
  }
@@ -1654,7 +1666,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1654
  if ( preg_grep( $eval_match, $json_array ) ) {
1655
  $db_code_match = 1;
1656
 
1657
- fwrite( $handle, "Scanning Database: DB Table: $Table->Name | Column|Field: $column->Field | Primary Key ID: ".$json_array_converted[$PKey->Column_name]."\r\n" );
 
 
1658
  fwrite( $handle, "Scanning Database: Code Pattern Match: $eval_text\r\n" );
1659
 
1660
  if ( ! in_array($json_array_converted[$PKey->Column_name], $mscan_db_pkid_array) ) {
@@ -1669,7 +1683,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1669
  if ( preg_grep( '/<script/i', $json_array ) ) {
1670
  $db_code_match = 1;
1671
 
1672
- fwrite( $handle, "Scanning Database: DB Table: $Table->Name | Column|Field: $column->Field | Primary Key ID: ".$json_array_converted[$PKey->Column_name]."\r\n" );
 
 
1673
  fwrite( $handle, "Scanning Database: Code Pattern Match: <script\r\n" );
1674
 
1675
  if ( ! in_array($json_array_converted[$PKey->Column_name], $mscan_db_pkid_array) ) {
@@ -1684,7 +1700,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1684
  if ( preg_grep( '/<iframe/i', $json_array ) ) {
1685
  $db_code_match = 1;
1686
 
1687
- fwrite( $handle, "Scanning Database: DB Table: $Table->Name | Column|Field: $column->Field | Primary Key ID: ".$json_array_converted[$PKey->Column_name]."\r\n" );
 
 
1688
  fwrite( $handle, "Scanning Database: Code Pattern Match: <iframe\r\n" );
1689
 
1690
  if ( ! in_array($json_array_converted[$PKey->Column_name], $mscan_db_pkid_array) ) {
@@ -1699,7 +1717,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1699
  if ( preg_grep( '/<noscript/i', $json_array ) ) {
1700
  $db_code_match = 1;
1701
 
1702
- fwrite( $handle, "Scanning Database: DB Table: $Table->Name | Column|Field: $column->Field | Primary Key ID: ".$json_array_converted[$PKey->Column_name]."\r\n" );
 
 
1703
  fwrite( $handle, "Scanning Database: Code Pattern Match: <noscript\r\n" );
1704
 
1705
  if ( ! in_array($json_array_converted[$PKey->Column_name], $mscan_db_pkid_array) ) {
@@ -1714,7 +1734,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1714
  if ( preg_grep( '/visibility:/i', $json_array ) ) {
1715
  $db_code_match = 1;
1716
 
1717
- fwrite( $handle, "Scanning Database: DB Table: $Table->Name | Column|Field: $column->Field | Primary Key ID: ".$json_array_converted[$PKey->Column_name]."\r\n" );
 
 
1718
  fwrite( $handle, "Scanning Database: Code Pattern Match: visibility:\r\n" );
1719
 
1720
  if ( ! in_array($json_array_converted[$PKey->Column_name], $mscan_db_pkid_array) ) {
@@ -1729,7 +1751,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1729
  if ( preg_grep( $base64_decode_match, $json_array ) ) {
1730
  $db_code_match = 1;
1731
 
1732
- fwrite( $handle, "Scanning Database: DB Table: $Table->Name | Column|Field: $column->Field | Primary Key ID: ".$json_array_converted[$PKey->Column_name]."\r\n" );
 
 
1733
  fwrite( $handle, "Scanning Database: Code Pattern Match: $base64_decode_text\r\n" );
1734
 
1735
 
@@ -1763,10 +1787,11 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1763
  if ( ! in_array( 'PharmaHack', $mscan_db_ignore_pattern_array ) ) {
1764
  $db_code_match = 1;
1765
 
1766
- fwrite( $handle, "Scanning Database: DB Table: $wpdb->options | Column|Field: option_name\r\n" );
 
 
1767
  fwrite( $handle, "Scanning Database: Pharma Hack found. Delete these option_name rows below from your WP Database:\r\n" );
1768
  fwrite( $handle, "Scanning Database: wp_check_hash, class_generic_support, widget_generic_support, ftp_credentials and fwp.\r\n" );
1769
-
1770
  }
1771
 
1772
  if ( ! in_array( 'PharmaHack', $mscan_db_pattern_array ) ) {
@@ -1815,7 +1840,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1815
  if ( preg_match( $js_pattern, $file_contents, $matches ) ) {
1816
 
1817
  $js_code_match = 1;
1818
- fwrite( $handle, "Scanning Skipped Files .js: File: $row->mscan_path\r\n" );
 
 
1819
  fwrite( $handle, "Scanning Skipped Files .js: Code Pattern Match: $matches[0]\r\n" );
1820
 
1821
  $update_rows = $wpdb->update( $MStable, array( 'mscan_status' => 'suspect', 'mscan_pattern' => $matches[0], 'mscan_time' => current_time('mysql') ), array( 'mscan_path' => $row->mscan_path ) );
@@ -1832,7 +1859,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1832
  if ( preg_match( $htaccess_pattern, $file_contents, $matches ) ) {
1833
 
1834
  $htaccess_code_match = 1;
1835
- fwrite( $handle, "Scanning Skipped Files .htaccess: File: $row->mscan_path\r\n" );
 
 
1836
  fwrite( $handle, "Scanning Skipped Files .htaccess: Code Pattern Match: $matches[0]\r\n" );
1837
 
1838
  $update_rows = $wpdb->update( $MStable, array( 'mscan_status' => 'suspect', 'mscan_pattern' => $matches[0], 'mscan_time' => current_time('mysql') ), array( 'mscan_path' => $row->mscan_path ) );
@@ -1849,7 +1878,9 @@ global $wp_version, $wpdb, $plugin_hashes, $theme_hashes;
1849
  if ( preg_match( $php_pattern, $file_contents, $matches ) ) {
1850
 
1851
  $php_code_match = 1;
1852
- fwrite( $handle, "Scanning Skipped Files php, html, etc: File: $row->mscan_path\r\n" );
 
 
1853
  fwrite( $handle, "Scanning Skipped Files php, html, etc: Code Pattern Match: $matches[0]\r\n" );
1854
 
1855
  $update_rows = $wpdb->update( $MStable, array( 'mscan_status' => 'suspect', 'mscan_pattern' => $matches[0], 'mscan_time' => current_time('mysql') ), array( 'mscan_path' => $row->mscan_path ) );
1254
  if ( ! preg_match( '/(.*)(\/|\\\)wp-admin(\/|\\\).htaccess/', $key ) ) {
1255
 
1256
  //fwrite( $handle, "Scanning Files WP Core: File: $key\r\n" );
1257
+ $file_path_forward_slashes = str_replace( '\\', '/', $key );
1258
+ $rel_file_path = str_replace( get_home_path(), '', $file_path_forward_slashes );
1259
+ fwrite( $handle, "Scanning Files WP Core: Suspicious|Modified|Unknown WP Core file: ../$rel_file_path\r\n" );
1260
+
1261
  if ( ! in_array($key, $mscan_file_path_array) ) {
1262
 
1263
  if ( $insert_rows = $wpdb->insert( $MStable, array( 'mscan_status' => 'suspect', 'mscan_type' => 'core', 'mscan_path' => $key, 'mscan_pattern' => 'Altered or unknown WP Core file', 'mscan_skipped' => '', 'mscan_ignored' => '', 'mscan_db_table' => '', 'mscan_db_column' => '', 'mscan_db_pkid' => '', 'mscan_time' => current_time('mysql') ) ) ) {
1342
 
1343
  $plugins_hash_match = 1;
1344
 
1345
+ $file_path_forward_slashes = str_replace( '\\', '/', $value );
1346
+ $rel_file_path = str_replace( get_home_path(), '', $file_path_forward_slashes );
1347
+ fwrite( $handle, "Scanning Files: Plugins: Suspicious|Modified|Unknown Plugin file: ../$rel_file_path\r\n" );
1348
 
1349
  if ( ! in_array($value, $mscan_file_path_array) ) {
1350
 
1432
 
1433
  $themes_hash_match = 1;
1434
 
1435
+ $file_path_forward_slashes = str_replace( '\\', '/', $value );
1436
+ $rel_file_path = str_replace( get_home_path(), '', $file_path_forward_slashes );
1437
+ fwrite( $handle, "Scanning Files: Themes: Suspicious|Modified|Unknown Theme file: ../$rel_file_path\r\n" );
1438
 
1439
  if ( ! in_array($value, $mscan_file_path_array) ) {
1440
 
1471
 
1472
  $index_file_hash_match = 1;
1473
 
1474
+ $file_path_forward_slashes = str_replace( '\\', '/', $value );
1475
+ $rel_file_path = str_replace( get_home_path(), '', $file_path_forward_slashes );
1476
+ fwrite( $handle, "Scanning Files: Suspicious|Modified|Unknown root index.php file detected: ../$rel_file_path\r\n" );
1477
 
1478
  if ( ! in_array($value, $mscan_file_path_array) ) {
1479
 
1524
  $mscan_pattern = $matches[0];
1525
  }
1526
 
1527
+ $file_path_forward_slashes = str_replace( '\\', '/', $value );
1528
+ $rel_file_path = str_replace( get_home_path(), '', $file_path_forward_slashes );
1529
+ fwrite( $handle, "Scanning Files .js: File: ../$rel_file_path\r\n" );
1530
  fwrite( $handle, "Scanning Files .js: Code Pattern Match: $mscan_pattern\r\n" );
1531
 
1532
  if ( ! in_array($value, $mscan_file_path_array) ) {
1553
  $mscan_pattern = $matches[0];
1554
  }
1555
 
1556
+ $file_path_forward_slashes = str_replace( '\\', '/', $value );
1557
+ $rel_file_path = str_replace( get_home_path(), '', $file_path_forward_slashes );
1558
+ fwrite( $handle, "Scanning Files .htaccess: File: ../$rel_file_path\r\n" );
1559
  fwrite( $handle, "Scanning Files .htaccess: Code Pattern Match: $mscan_pattern\r\n" );
1560
 
1561
  if ( ! in_array($value, $mscan_file_path_array) ) {
1581
  $mscan_pattern = $matches[0];
1582
  }
1583
 
1584
+ $file_path_forward_slashes = str_replace( '\\', '/', $value );
1585
+ $rel_file_path = str_replace( get_home_path(), '', $file_path_forward_slashes );
1586
+ fwrite( $handle, "Scanning Files php, html, etc: File: ../$rel_file_path\r\n" );
1587
  fwrite( $handle, "Scanning Files php, html, etc: Code Pattern Match: $mscan_pattern\r\n" );
1588
 
1589
  if ( ! in_array($value, $mscan_file_path_array) ) {
1658
  $patterns = array ( '/</', '/>/' );
1659
  $replace = array ( '&lt;', '&gt;' );
1660
  $json_array_converted = preg_replace( $patterns, $replace, $json_array );
1661
+
 
 
1662
  if ( in_array( $json_array_converted[$PKey->Column_name], $mscan_db_ignore_array ) ) {
1663
  unset($json_array[$column->Field]);
1664
  }
1666
  if ( preg_grep( $eval_match, $json_array ) ) {
1667
  $db_code_match = 1;
1668
 
1669
+ $db_table_no_prefix = preg_replace( '/'.$wpdb->prefix.'/', "", $Table->Name );
1670
+
1671
+ fwrite( $handle, "Scanning Database: DB Table (w/o Prefix): $db_table_no_prefix | Column|Field: $column->Field | Primary Key ID: ".$json_array_converted[$PKey->Column_name]."\r\n" );
1672
  fwrite( $handle, "Scanning Database: Code Pattern Match: $eval_text\r\n" );
1673
 
1674
  if ( ! in_array($json_array_converted[$PKey->Column_name], $mscan_db_pkid_array) ) {
1683
  if ( preg_grep( '/<script/i', $json_array ) ) {
1684
  $db_code_match = 1;
1685
 
1686
+ $db_table_no_prefix = preg_replace( '/'.$wpdb->prefix.'/', "", $Table->Name );
1687
+
1688
+ fwrite( $handle, "Scanning Database: DB Table (w/o Prefix): $db_table_no_prefix | Column|Field: $column->Field | Primary Key ID: ".$json_array_converted[$PKey->Column_name]."\r\n" );
1689
  fwrite( $handle, "Scanning Database: Code Pattern Match: <script\r\n" );
1690
 
1691
  if ( ! in_array($json_array_converted[$PKey->Column_name], $mscan_db_pkid_array) ) {
1700
  if ( preg_grep( '/<iframe/i', $json_array ) ) {
1701
  $db_code_match = 1;
1702
 
1703
+ $db_table_no_prefix = preg_replace( '/'.$wpdb->prefix.'/', "", $Table->Name );
1704
+
1705
+ fwrite( $handle, "Scanning Database: DB Table (w/o Prefix): $db_table_no_prefix | Column|Field: $column->Field | Primary Key ID: ".$json_array_converted[$PKey->Column_name]."\r\n" );
1706
  fwrite( $handle, "Scanning Database: Code Pattern Match: <iframe\r\n" );
1707
 
1708
  if ( ! in_array($json_array_converted[$PKey->Column_name], $mscan_db_pkid_array) ) {
1717
  if ( preg_grep( '/<noscript/i', $json_array ) ) {
1718
  $db_code_match = 1;
1719
 
1720
+ $db_table_no_prefix = preg_replace( '/'.$wpdb->prefix.'/', "", $Table->Name );
1721
+
1722
+ fwrite( $handle, "Scanning Database: DB Table (w/o Prefix): $db_table_no_prefix | Column|Field: $column->Field | Primary Key ID: ".$json_array_converted[$PKey->Column_name]."\r\n" );
1723
  fwrite( $handle, "Scanning Database: Code Pattern Match: <noscript\r\n" );
1724
 
1725
  if ( ! in_array($json_array_converted[$PKey->Column_name], $mscan_db_pkid_array) ) {
1734
  if ( preg_grep( '/visibility:/i', $json_array ) ) {
1735
  $db_code_match = 1;
1736
 
1737
+ $db_table_no_prefix = preg_replace( '/'.$wpdb->prefix.'/', "", $Table->Name );
1738
+
1739
+ fwrite( $handle, "Scanning Database: DB Table (w/o Prefix): $db_table_no_prefix | Column|Field: $column->Field | Primary Key ID: ".$json_array_converted[$PKey->Column_name]."\r\n" );
1740
  fwrite( $handle, "Scanning Database: Code Pattern Match: visibility:\r\n" );
1741
 
1742
  if ( ! in_array($json_array_converted[$PKey->Column_name], $mscan_db_pkid_array) ) {
1751
  if ( preg_grep( $base64_decode_match, $json_array ) ) {
1752
  $db_code_match = 1;
1753
 
1754
+ $db_table_no_prefix = preg_replace( '/'.$wpdb->prefix.'/', "", $Table->Name );
1755
+
1756
+ fwrite( $handle, "Scanning Database: DB Table (w/o Prefix): $db_table_no_prefix | Column|Field: $column->Field | Primary Key ID: ".$json_array_converted[$PKey->Column_name]."\r\n" );
1757
  fwrite( $handle, "Scanning Database: Code Pattern Match: $base64_decode_text\r\n" );
1758
 
1759
 
1787
  if ( ! in_array( 'PharmaHack', $mscan_db_ignore_pattern_array ) ) {
1788
  $db_code_match = 1;
1789
 
1790
+ $db_table_no_prefix = preg_replace( '/'.$wpdb->prefix.'/', "", $wpdb->options );
1791
+
1792
+ fwrite( $handle, "Scanning Database: DB Table (w/o Prefix): $db_table_no_prefix | Column|Field: option_name\r\n" );
1793
  fwrite( $handle, "Scanning Database: Pharma Hack found. Delete these option_name rows below from your WP Database:\r\n" );
1794
  fwrite( $handle, "Scanning Database: wp_check_hash, class_generic_support, widget_generic_support, ftp_credentials and fwp.\r\n" );
 
1795
  }
1796
 
1797
  if ( ! in_array( 'PharmaHack', $mscan_db_pattern_array ) ) {
1840
  if ( preg_match( $js_pattern, $file_contents, $matches ) ) {
1841
 
1842
  $js_code_match = 1;
1843
+ $file_path_forward_slashes = str_replace( '\\', '/', $row->mscan_path );
1844
+ $rel_file_path = str_replace( get_home_path(), '', $file_path_forward_slashes );
1845
+ fwrite( $handle, "Scanning Skipped Files .js: File: ../$rel_file_path\r\n" );
1846
  fwrite( $handle, "Scanning Skipped Files .js: Code Pattern Match: $matches[0]\r\n" );
1847
 
1848
  $update_rows = $wpdb->update( $MStable, array( 'mscan_status' => 'suspect', 'mscan_pattern' => $matches[0], 'mscan_time' => current_time('mysql') ), array( 'mscan_path' => $row->mscan_path ) );
1859
  if ( preg_match( $htaccess_pattern, $file_contents, $matches ) ) {
1860
 
1861
  $htaccess_code_match = 1;
1862
+ $file_path_forward_slashes = str_replace( '\\', '/', $row->mscan_path );
1863
+ $rel_file_path = str_replace( get_home_path(), '', $file_path_forward_slashes );
1864
+ fwrite( $handle, "Scanning Skipped Files .htaccess: File: ./$rel_file_path\r\n" );
1865
  fwrite( $handle, "Scanning Skipped Files .htaccess: Code Pattern Match: $matches[0]\r\n" );
1866
 
1867
  $update_rows = $wpdb->update( $MStable, array( 'mscan_status' => 'suspect', 'mscan_pattern' => $matches[0], 'mscan_time' => current_time('mysql') ), array( 'mscan_path' => $row->mscan_path ) );
1878
  if ( preg_match( $php_pattern, $file_contents, $matches ) ) {
1879
 
1880
  $php_code_match = 1;
1881
+ $file_path_forward_slashes = str_replace( '\\', '/', $row->mscan_path );
1882
+ $rel_file_path = str_replace( get_home_path(), '', $file_path_forward_slashes );
1883
+ fwrite( $handle, "Scanning Skipped Files php, html, etc: File: ./$rel_file_path\r\n" );
1884
  fwrite( $handle, "Scanning Skipped Files php, html, etc: Code Pattern Match: $matches[0]\r\n" );
1885
 
1886
  $update_rows = $wpdb->update( $MStable, array( 'mscan_status' => 'suspect', 'mscan_pattern' => $matches[0], 'mscan_time' => current_time('mysql') ), array( 'mscan_path' => $row->mscan_path ) );
includes/zip-email-cron-functions.php CHANGED
@@ -14,6 +14,7 @@ if ( ! function_exists ('add_action') ) {
14
  // 1048576 bytes = 1024KB = 1MB
15
  // 2097152 bytes = 2048KB = 2MB
16
  // FailSafe - if log file is larger than 2MB zip, email and delete or just delete
 
17
 
18
  add_action('bpsPro_email_log_files', 'bps_Log_File_Processing');
19
 
@@ -42,109 +43,104 @@ $MScanLogMaster = WP_PLUGIN_DIR . '/bulletproof-security/admin/htaccess/mscan_lo
42
  switch ( isset($options['bps_security_log_size']) && $options['bps_security_log_size'] ) {
43
  case "256KB":
44
  if ( file_exists($SecurityLog) && filesize($SecurityLog) >= 262144 && filesize($SecurityLog) < 524288 || file_exists($SecurityLog) && filesize($SecurityLog) > 2097152) {
45
- if ( $options['bps_security_log_emailL'] == 'email') {
46
- if ( bps_Zip_Security_Log_File()==TRUE ) {
47
- bps_Email_Security_Log_File();
 
 
 
48
  }
49
- } elseif ( $options['bps_security_log_emailL'] == 'delete') {
50
- copy($SecurityLogMaster, $SecurityLog);
51
- }
52
- break;
53
  }
54
  case "500KB":
55
  if ( file_exists($SecurityLog) && filesize($SecurityLog) >= 524288 && filesize($SecurityLog) < 1048576 || file_exists($SecurityLog) && filesize($SecurityLog) > 2097152) {
56
- if ( $options['bps_security_log_emailL'] == 'email') {
57
- if ( bps_Zip_Security_Log_File()==TRUE ) {
58
- bps_Email_Security_Log_File();
59
- }
60
- } elseif ( $options['bps_security_log_emailL'] == 'delete') {
61
- copy($SecurityLogMaster, $SecurityLog);
62
- }
63
- break;
64
  }
65
  case "1MB":
66
  if ( file_exists($SecurityLog) && filesize($SecurityLog) >= 1048576 && filesize($SecurityLog) < 2097152 || file_exists($SecurityLog) && filesize($SecurityLog) > 2097152) {
67
- if ( $options['bps_security_log_emailL'] == 'email') {
68
- if ( bps_Zip_Security_Log_File()==TRUE ) {
69
- bps_Email_Security_Log_File();
70
- }
71
- } elseif ( $options['bps_security_log_emailL'] == 'delete') {
72
- copy($SecurityLogMaster, $SecurityLog);
73
- }
74
- break;
75
  }
 
76
  }
77
 
78
  switch ( isset($options['bps_dbb_log_size']) && $options['bps_dbb_log_size'] ) {
79
  case "256KB":
80
  if ( file_exists($DBBLog) && filesize($DBBLog) >= 262144 && filesize($DBBLog) < 524288 || file_exists($DBBLog) && filesize($DBBLog) > 2097152) {
81
- if ( $options['bps_dbb_log_email'] == 'email') {
82
- if ( bps_Zip_DBB_Log_File()==TRUE ) {
83
- bps_Email_DBB_Log_File();
 
 
 
84
  }
85
- } elseif ( $options['bps_dbb_log_email'] == 'delete') {
86
- copy($DBBLogMaster, $DBBLog);
87
- }
88
- break;
89
  }
90
  case "500KB":
91
  if ( file_exists($DBBLog) && filesize($DBBLog) >= 524288 && filesize($DBBLog) < 1048576 || file_exists($DBBLog) && filesize($DBBLog) > 2097152) {
92
- if ( $options['bps_dbb_log_email'] == 'email') {
93
- if ( bps_Zip_DBB_Log_File()==TRUE ) {
94
- bps_Email_DBB_Log_File();
95
- }
96
- } elseif ( $options['bps_dbb_log_email'] == 'delete') {
97
- copy($DBBLogMaster, $DBBLog);
98
- }
99
- break;
100
  }
101
  case "1MB":
102
  if ( file_exists($DBBLog) && filesize($DBBLog) >= 1048576 && filesize($DBBLog) < 2097152 || file_exists($DBBLog) && filesize($DBBLog) > 2097152) {
103
- if ( $options['bps_dbb_log_email'] == 'email') {
104
- if ( bps_Zip_DBB_Log_File()==TRUE ) {
105
- bps_Email_DBB_Log_File();
106
- }
107
- } elseif ( $options['bps_dbb_log_email'] == 'delete') {
108
- copy($DBBLogMaster, $DBBLog);
109
- }
110
- break;
111
  }
 
112
  }
 
113
  switch ( isset($options['bps_mscan_log_size']) && $options['bps_mscan_log_size'] ) {
114
  case "256KB":
115
  if ( file_exists($MScanLog) && filesize($MScanLog) >= 262144 && filesize($MScanLog) < 524288 || file_exists($MScanLog) && filesize($MScanLog) > 2097152) {
116
- if ( $options['bps_mscan_log_email'] == 'email') {
117
- if ( bps_Zip_MScan_Log_File() == true ) {
118
- bps_Email_MScan_Log_File();
 
 
 
119
  }
120
- } elseif ( $options['bps_arq_log_email'] == 'delete') {
121
- copy($MScanLogMaster, $MScanLog);
122
- }
123
- break;
124
  }
125
  case "500KB":
126
  if ( file_exists($MScanLog) && filesize($MScanLog) >= 524288 && filesize($MScanLog) < 1048576 || file_exists($MScanLog) && filesize($MScanLog) > 2097152) {
127
- if ( $options['bps_mscan_log_email'] == 'email') {
128
- if ( bps_Zip_MScan_Log_File() == true ) {
129
- bps_Email_MScan_Log_File();
130
- }
131
- } elseif ( $options['bps_arq_log_email'] == 'delete') {
132
- copy($MScanLogMaster, $MScanLog);
133
- }
134
- break;
135
  }
136
  case "1MB":
137
  if ( file_exists($MScanLog) && filesize($MScanLog) >= 1048576 && filesize($MScanLog) < 2097152 || file_exists($MScanLog) && filesize($MScanLog) > 2097152) {
138
- if ( $options['bps_mscan_log_email'] == 'email') {
139
- if ( bps_Zip_MScan_Log_File() == true ) {
140
- bps_Email_MScan_Log_File();
141
- }
142
- } elseif ( $options['bps_mscan_log_email'] == 'delete') {
143
- copy($MScanLogMaster, $MScanLog);
144
- }
145
- break;
146
  }
147
- }
 
148
  }
149
 
150
  // EMAIL NOTES: You cannot fake a zip file by renaming a file extension
@@ -422,4 +418,233 @@ require_once( ABSPATH . 'wp-admin/includes/class-pclzip.php');
422
  }
423
  }
424
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
425
  ?>
14
  // 1048576 bytes = 1024KB = 1MB
15
  // 2097152 bytes = 2048KB = 2MB
16
  // FailSafe - if log file is larger than 2MB zip, email and delete or just delete
17
+ // Custom Cron Schedules: in the bpsPro_add_cron_intervals($schedules) Schedule Intervals in hidden-plugin-folders.php
18
 
19
  add_action('bpsPro_email_log_files', 'bps_Log_File_Processing');
20
 
43
  switch ( isset($options['bps_security_log_size']) && $options['bps_security_log_size'] ) {
44
  case "256KB":
45
  if ( file_exists($SecurityLog) && filesize($SecurityLog) >= 262144 && filesize($SecurityLog) < 524288 || file_exists($SecurityLog) && filesize($SecurityLog) > 2097152) {
46
+ if ( $options['bps_security_log_emailL'] == 'email') {
47
+ if ( bps_Zip_Security_Log_File()==TRUE ) {
48
+ bps_Email_Security_Log_File();
49
+ }
50
+ } elseif ( $options['bps_security_log_emailL'] == 'delete') {
51
+ copy($SecurityLogMaster, $SecurityLog);
52
  }
 
 
 
 
53
  }
54
  case "500KB":
55
  if ( file_exists($SecurityLog) && filesize($SecurityLog) >= 524288 && filesize($SecurityLog) < 1048576 || file_exists($SecurityLog) && filesize($SecurityLog) > 2097152) {
56
+ if ( $options['bps_security_log_emailL'] == 'email') {
57
+ if ( bps_Zip_Security_Log_File()==TRUE ) {
58
+ bps_Email_Security_Log_File();
59
+ }
60
+ } elseif ( $options['bps_security_log_emailL'] == 'delete') {
61
+ copy($SecurityLogMaster, $SecurityLog);
62
+ }
 
63
  }
64
  case "1MB":
65
  if ( file_exists($SecurityLog) && filesize($SecurityLog) >= 1048576 && filesize($SecurityLog) < 2097152 || file_exists($SecurityLog) && filesize($SecurityLog) > 2097152) {
66
+ if ( $options['bps_security_log_emailL'] == 'email') {
67
+ if ( bps_Zip_Security_Log_File()==TRUE ) {
68
+ bps_Email_Security_Log_File();
69
+ }
70
+ } elseif ( $options['bps_security_log_emailL'] == 'delete') {
71
+ copy($SecurityLogMaster, $SecurityLog);
72
+ }
 
73
  }
74
+ break;
75
  }
76
 
77
  switch ( isset($options['bps_dbb_log_size']) && $options['bps_dbb_log_size'] ) {
78
  case "256KB":
79
  if ( file_exists($DBBLog) && filesize($DBBLog) >= 262144 && filesize($DBBLog) < 524288 || file_exists($DBBLog) && filesize($DBBLog) > 2097152) {
80
+ if ( $options['bps_dbb_log_email'] == 'email') {
81
+ if ( bps_Zip_DBB_Log_File()==TRUE ) {
82
+ bps_Email_DBB_Log_File();
83
+ }
84
+ } elseif ( $options['bps_dbb_log_email'] == 'delete') {
85
+ copy($DBBLogMaster, $DBBLog);
86
  }
 
 
 
 
87
  }
88
  case "500KB":
89
  if ( file_exists($DBBLog) && filesize($DBBLog) >= 524288 && filesize($DBBLog) < 1048576 || file_exists($DBBLog) && filesize($DBBLog) > 2097152) {
90
+ if ( $options['bps_dbb_log_email'] == 'email') {
91
+ if ( bps_Zip_DBB_Log_File()==TRUE ) {
92
+ bps_Email_DBB_Log_File();
93
+ }
94
+ } elseif ( $options['bps_dbb_log_email'] == 'delete') {
95
+ copy($DBBLogMaster, $DBBLog);
96
+ }
 
97
  }
98
  case "1MB":
99
  if ( file_exists($DBBLog) && filesize($DBBLog) >= 1048576 && filesize($DBBLog) < 2097152 || file_exists($DBBLog) && filesize($DBBLog) > 2097152) {
100
+ if ( $options['bps_dbb_log_email'] == 'email') {
101
+ if ( bps_Zip_DBB_Log_File()==TRUE ) {
102
+ bps_Email_DBB_Log_File();
103
+ }
104
+ } elseif ( $options['bps_dbb_log_email'] == 'delete') {
105
+ copy($DBBLogMaster, $DBBLog);
106
+ }
 
107
  }
108
+ break;
109
  }
110
+
111
  switch ( isset($options['bps_mscan_log_size']) && $options['bps_mscan_log_size'] ) {
112
  case "256KB":
113
  if ( file_exists($MScanLog) && filesize($MScanLog) >= 262144 && filesize($MScanLog) < 524288 || file_exists($MScanLog) && filesize($MScanLog) > 2097152) {
114
+ if ( $options['bps_mscan_log_email'] == 'email') {
115
+ if ( bps_Zip_MScan_Log_File() == true ) {
116
+ bps_Email_MScan_Log_File();
117
+ }
118
+ } elseif ( $options['bps_arq_log_email'] == 'delete') {
119
+ copy($MScanLogMaster, $MScanLog);
120
  }
 
 
 
 
121
  }
122
  case "500KB":
123
  if ( file_exists($MScanLog) && filesize($MScanLog) >= 524288 && filesize($MScanLog) < 1048576 || file_exists($MScanLog) && filesize($MScanLog) > 2097152) {
124
+ if ( $options['bps_mscan_log_email'] == 'email') {
125
+ if ( bps_Zip_MScan_Log_File() == true ) {
126
+ bps_Email_MScan_Log_File();
127
+ }
128
+ } elseif ( $options['bps_arq_log_email'] == 'delete') {
129
+ copy($MScanLogMaster, $MScanLog);
130
+ }
 
131
  }
132
  case "1MB":
133
  if ( file_exists($MScanLog) && filesize($MScanLog) >= 1048576 && filesize($MScanLog) < 2097152 || file_exists($MScanLog) && filesize($MScanLog) > 2097152) {
134
+ if ( $options['bps_mscan_log_email'] == 'email') {
135
+ if ( bps_Zip_MScan_Log_File() == true ) {
136
+ bps_Email_MScan_Log_File();
137
+ }
138
+ } elseif ( $options['bps_mscan_log_email'] == 'delete') {
139
+ copy($MScanLogMaster, $MScanLog);
140
+ }
 
141
  }
142
+ break;
143
+ }
144
  }
145
 
146
  // EMAIL NOTES: You cannot fake a zip file by renaming a file extension
418
  }
419
  }
420
 
421
+ add_action('bpsPro_plugin_updates_cron', 'bpsPro_plugin_updates_alert');
422
+
423
+ // Plugin Update Alert Cron Schedules
424
+ // Uses the bpsPro_add_cron_intervals($schedules) Schedule Intervals in hidden-plugin-folders.php
425
+ function bpsPro_plugin_updates_alert_schedule() {
426
+
427
+ $options = get_option('bulletproof_security_options_email');
428
+ $PluginUpdateCron = wp_get_schedule('bpsPro_plugin_updates_cron');
429
+
430
+ if ( ! isset($options['bps_plugin_updates_email']) || isset($options['bps_plugin_updates_email']) && $options['bps_plugin_updates_email'] == 'no' ) {
431
+ wp_clear_scheduled_hook('bpsPro_plugin_updates_cron');
432
+ return;
433
+ }
434
+
435
+ if ( isset($options['bps_plugin_updates_frequency']) ) {
436
+
437
+ if ( $options['bps_plugin_updates_frequency'] == '1Hour' ) {
438
+ if ( $PluginUpdateCron == 'hours_12' || $PluginUpdateCron == 'daily' ) {
439
+ wp_clear_scheduled_hook('bpsPro_plugin_updates_cron');
440
+ }
441
+
442
+ if ( ! wp_next_scheduled('bpsPro_plugin_updates_cron' ) ) {
443
+ wp_schedule_event( time(), 'minutes_60', 'bpsPro_plugin_updates_cron' );
444
+ }
445
+ }
446
+
447
+ if ( $options['bps_plugin_updates_frequency'] == '12Hours' ) {
448
+ if ( $PluginUpdateCron == 'minutes_60' || $PluginUpdateCron == 'daily' ) {
449
+ wp_clear_scheduled_hook('bpsPro_plugin_updates_cron');
450
+ }
451
+
452
+ if ( ! wp_next_scheduled('bpsPro_plugin_updates_cron' ) ) {
453
+ wp_schedule_event( time(), 'hours_12', 'bpsPro_plugin_updates_cron' );
454
+ }
455
+ }
456
+
457
+ if ( $options['bps_plugin_updates_frequency'] == '1Day' ) {
458
+ if ( $PluginUpdateCron == 'minutes_60' || $PluginUpdateCron == 'hours_12' ) {
459
+ wp_clear_scheduled_hook('bpsPro_plugin_updates_cron');
460
+ }
461
+
462
+ if ( ! wp_next_scheduled('bpsPro_plugin_updates_cron' ) ) {
463
+ wp_schedule_event( time(), 'daily', 'bpsPro_plugin_updates_cron' );
464
+ }
465
+ }
466
+ }
467
+ }
468
+
469
+ add_action('init', 'bpsPro_plugin_updates_alert_schedule');
470
+
471
+ // S-Monitor: Plugin Updates Available Alert
472
+ function bpsPro_plugin_updates_alert() {
473
+
474
+ $options = get_option('bulletproof_security_options_email');
475
+
476
+ if ( ! isset($options['bps_plugin_updates_email']) || isset($options['bps_plugin_updates_email']) && $options['bps_plugin_updates_email'] == 'no' ) {
477
+ return;
478
+ }
479
+
480
+ $bps_email_to = $options['bps_send_email_to'];
481
+ $bps_email_from = $options['bps_send_email_from'];
482
+ $bps_email_cc = $options['bps_send_email_cc'];
483
+ $bps_email_bcc = $options['bps_send_email_bcc'];
484
+ $path = '/wp-admin/plugins.php';
485
+ $justUrl = get_site_url(null, $path, null);
486
+ $timeNow = time();
487
+ $gmt_offset = get_option( 'gmt_offset' ) * 3600;
488
+ $timestamp = date_i18n(get_option('date_format'), strtotime("11/15-1976")) . ' - ' . date_i18n(get_option('time_format'), $timeNow + $gmt_offset);
489
+ $headers = array( 'Content-Type: text/html; charset=UTF-8', 'From: ' . $bps_email_from, 'Cc: ' . $bps_email_cc, 'Bcc: ' . $bps_email_bcc );
490
+ $subject = " BPS Pro Plugin and Theme Updates Alert - $timestamp ";
491
+
492
+ if ( ! function_exists( 'get_plugin_updates' ) ) {
493
+ require_once ABSPATH . '/wp-admin/includes/update.php';
494
+ }
495
+
496
+ $plugin_updates = get_plugin_updates();
497
+ $plugin_data_array = array();
498
+
499
+ foreach ( $plugin_updates as $key => $data ) {
500
+
501
+ if ( $options['bps_plugin_updates_email'] == 'yes_all' ) {
502
+
503
+ $plugin_data_array[] = 'Update Available for the ' . $data->Name . ' Plugin' . ' | Version: '. $data->update->new_version;
504
+
505
+ } elseif ( $options['bps_plugin_updates_email'] == 'yes_active' ) {
506
+
507
+ $active_plugins = in_array( $data->update->plugin, apply_filters('active_plugins', get_option('active_plugins')));
508
+
509
+ if ( 1 == $active_plugins || is_plugin_active_for_network( $data->update->plugin ) ) {
510
+
511
+ $plugin_data_array[] = 'Update Available for the ' . $data->Name . ' Plugin' . ' | Version: '. $data->update->new_version;
512
+ }
513
+ }
514
+ }
515
+
516
+ $message = '<p>Site: '.$justUrl.'</p>';
517
+
518
+ if ( $options['bps_plugin_updates_email'] != 'no' ) {
519
+ $message .= '<p><font color="blue"><strong>Plugin Updates Available:</strong></font></p>';
520
+
521
+ if ( empty($plugin_data_array) ) {
522
+ $message .= '<p><strong>No New Plugin Updates Are Available</strong></p>';
523
+ } else {
524
+
525
+ foreach ( $plugin_data_array as $key => $value ) {
526
+ $message .= $value . '<br>';
527
+ }
528
+ }
529
+ }
530
+
531
+ if ( ! empty($plugin_data_array) ) {
532
+ wp_mail($bps_email_to, $subject, $message, $headers);
533
+ }
534
+ }
535
+
536
+ add_action('bpsPro_theme_updates_cron', 'bpsPro_theme_updates_alert');
537
+
538
+ // Theme Update Alert Cron Schedules
539
+ // Uses the bpsPro_add_cron_intervals($schedules) Schedule Intervals in hidden-plugin-folders.php
540
+ function bpsPro_theme_updates_alert_schedule() {
541
+
542
+ $options = get_option('bulletproof_security_options_email');
543
+ $ThemeUpdateCron = wp_get_schedule('bpsPro_theme_updates_cron');
544
+
545
+ if ( ! isset($options['bps_theme_updates_email']) || isset($options['bps_theme_updates_email']) && $options['bps_theme_updates_email'] == 'no' ) {
546
+ wp_clear_scheduled_hook('bpsPro_theme_updates_cron');
547
+ return;
548
+ }
549
+
550
+ if ( isset($options['bps_theme_updates_frequency']) ) {
551
+
552
+ if ( $options['bps_theme_updates_frequency'] == '1Hour' ) {
553
+ if ( $ThemeUpdateCron == 'hours_12' || $ThemeUpdateCron == 'daily' ) {
554
+ wp_clear_scheduled_hook('bpsPro_theme_updates_cron');
555
+ }
556
+
557
+ if ( ! wp_next_scheduled('bpsPro_theme_updates_cron' ) ) {
558
+ wp_schedule_event( time(), 'minutes_60', 'bpsPro_theme_updates_cron' );
559
+ }
560
+ }
561
+
562
+ if ( $options['bps_theme_updates_frequency'] == '12Hours' ) {
563
+ if ( $ThemeUpdateCron == 'minutes_60' || $ThemeUpdateCron == 'daily' ) {
564
+ wp_clear_scheduled_hook('bpsPro_theme_updates_cron');
565
+ }
566
+
567
+ if ( ! wp_next_scheduled('bpsPro_theme_updates_cron' ) ) {
568
+ wp_schedule_event( time(), 'hours_12', 'bpsPro_theme_updates_cron' );
569
+ }
570
+ }
571
+
572
+ if ( $options['bps_theme_updates_frequency'] == '1Day' ) {
573
+ if ( $ThemeUpdateCron == 'minutes_60' || $ThemeUpdateCron == 'hours_12' ) {
574
+ wp_clear_scheduled_hook('bpsPro_theme_updates_cron');
575
+ }
576
+
577
+ if ( ! wp_next_scheduled('bpsPro_theme_updates_cron' ) ) {
578
+ wp_schedule_event( time(), 'daily', 'bpsPro_theme_updates_cron' );
579
+ }
580
+ }
581
+ }
582
+ }
583
+
584
+ add_action('init', 'bpsPro_theme_updates_alert_schedule');
585
+
586
+ // S-Monitor: Theme Updates Available Alert
587
+ function bpsPro_theme_updates_alert() {
588
+
589
+ $options = get_option('bulletproof_security_options_email');
590
+
591
+ if ( ! isset($options['bps_theme_updates_email']) || isset($options['bps_theme_updates_email']) && $options['bps_theme_updates_email'] == 'no' ) {
592
+ return;
593
+ }
594
+
595
+ $bps_email_to = $options['bps_send_email_to'];
596
+ $bps_email_from = $options['bps_send_email_from'];
597
+ $bps_email_cc = $options['bps_send_email_cc'];
598
+ $bps_email_bcc = $options['bps_send_email_bcc'];
599
+ $path = '/wp-admin/themes.php';
600
+ $justUrl = get_site_url(null, $path, null);
601
+ $timeNow = time();
602
+ $gmt_offset = get_option( 'gmt_offset' ) * 3600;
603
+ $timestamp = date_i18n(get_option('date_format'), strtotime("11/15-1976")) . ' - ' . date_i18n(get_option('time_format'), $timeNow + $gmt_offset);
604
+ $headers = array( 'Content-Type: text/html; charset=UTF-8', 'From: ' . $bps_email_from, 'Cc: ' . $bps_email_cc, 'Bcc: ' . $bps_email_bcc );
605
+ $subject = " BPS Pro Theme Updates Alert - $timestamp ";
606
+
607
+ $message = '<p>Site: '.$justUrl.'</p>';
608
+
609
+ if ( ! function_exists( 'get_theme_updates' ) ) {
610
+ require_once ABSPATH . '/wp-admin/includes/update.php';
611
+ }
612
+
613
+ $active_theme = wp_get_theme();
614
+ $theme_updates = get_theme_updates();
615
+ $theme_data_array = array();
616
+
617
+ foreach ( $theme_updates as $theme_update ) {
618
+
619
+ if ( $options['bps_theme_updates_email'] == 'yes_all' ) {
620
+
621
+ $theme_data_array[] = 'Update Available for the ' . $theme_update->get('Name') . ' Theme' . ' | Version: ' . $theme_update->update['new_version'];
622
+
623
+ } elseif ( $options['bps_theme_updates_email'] == 'yes_active' ) {
624
+
625
+ if ( $active_theme->get( 'Name' ) == $theme_update->get('Name') && $active_theme->get( 'Version' ) != $theme_update->update['new_version'] ) {
626
+
627
+ $theme_data_array[] = 'Update Available for the ' . $theme_update->get('Name') . ' Theme' . ' | Version: ' . $theme_update->update['new_version'];
628
+ }
629
+ }
630
+ }
631
+
632
+ if ( $options['bps_theme_updates_email'] != 'no' ) {
633
+ $message .= '<p><font color="blue"><strong>Theme Updates Available:</strong></font></p>';
634
+
635
+ if ( empty($theme_data_array) ) {
636
+ $message .= '<p><strong>No New Theme Updates Are Available</strong></p>';
637
+ } else {
638
+
639
+ foreach ( $theme_data_array as $key => $value ) {
640
+ $message .= $value . '<br>';
641
+ }
642
+ }
643
+ }
644
+
645
+ if ( ! empty($theme_data_array) ) {
646
+ wp_mail($bps_email_to, $subject, $message, $headers);
647
+ }
648
+ }
649
+
650
  ?>
languages/bulletproof-security.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: bulletproof-security\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2021-07-28 12:47-0700\n"
7
  "PO-Revision-Date: 2015-06-20 19:13-0800\n"
8
  "Last-Translator: Ed Alexander <edward@ait-pro.com>\n"
9
  "Language-Team: AITpro <info@ait-pro.com>\n"
@@ -362,7 +362,7 @@ msgstr ""
362
 
363
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
364
  #: admin/wizard/wizard-backup.php:249 admin/wizard/wizard-backup.php:290
365
- #: admin/wizard/wizard.php:1859
366
  msgid ""
367
  "If you see a 403 error and/or are unable to download the zip file then click "
368
  "here: "
@@ -370,8 +370,8 @@ msgstr ""
370
 
371
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
372
  #: admin/wizard/wizard-backup.php:249 admin/wizard/wizard-backup.php:290
373
- #: admin/wizard/wizard.php:1083 admin/wizard/wizard.php:1182
374
- #: admin/wizard/wizard.php:1184 admin/wizard/wizard.php:1859
375
  #: includes/hud-autofix-whitelist.php:829
376
  msgid "Setup Wizard Options"
377
  msgstr ""
@@ -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:1859
387
  msgid "Download Zip Export"
388
  msgstr ""
389
 
390
- #: admin/core/core-export-import.php:144 admin/wizard/wizard.php:2019
391
  msgid "Zip File Upload Successful."
392
  msgstr ""
393
 
394
- #: admin/core/core-export-import.php:155 admin/wizard/wizard.php:2030
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:2041
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:2061
429
  msgid "Zip File Extraction Successful. Method: PclZip."
430
  msgstr ""
431
 
432
- #: admin/core/core-export-import.php:203 admin/wizard/wizard.php:2073
433
  msgid "ERROR: Zip File Extraction Failed. Method: PclZip."
434
  msgstr ""
435
 
436
- #: admin/core/core-export-import.php:211 admin/wizard/wizard.php:2081
437
  msgid "ERROR: Zip File Upload Failed."
438
  msgstr ""
439
 
@@ -495,7 +495,7 @@ msgstr ""
495
  #: admin/maintenance/maintenance.php:1694
496
  #: admin/maintenance/maintenance.php:1824
497
  #: admin/maintenance/maintenance.php:2015 admin/wizard/wizard-functions.php:44
498
- #: admin/wizard/wizard.php:1095
499
  msgid "htaccess Files Disabled Forum Topic"
500
  msgstr ""
501
 
@@ -1006,7 +1006,7 @@ msgid ""
1006
  "Read Me help file for BPS troubleshooting steps."
1007
  msgstr ""
1008
 
1009
- #: admin/core/core-help-text.php:15 admin/wizard/wizard.php:1136
1010
  msgid "Notes: "
1011
  msgstr ""
1012
 
@@ -1209,8 +1209,8 @@ msgstr ""
1209
  #: admin/mscan/mscan-help-text.php:65 admin/mscan/mscan-help-text.php:78
1210
  #: admin/mscan/mscan-help-text.php:85 admin/mscan/mscan.php:221
1211
  #: admin/security-log/security-log.php:229 admin/system-info/system-info.php:86
1212
- #: admin/theme-skin/theme-skin.php:93 admin/wizard/wizard.php:1122
1213
- #: admin/wizard/wizard.php:1190 admin/wizard/wizard.php:1699
1214
  msgid ""
1215
  "This Read Me Help window is draggable (top) and resizable (bottom right "
1216
  "corner)"
@@ -1818,7 +1818,7 @@ msgid "Whats New"
1818
  msgstr ""
1819
 
1820
  #: admin/core/core.php:210 admin/db-backup-security/db-backup-security.php:284
1821
- #: admin/db-backup-security/db-backup-security.php:1739
1822
  #: admin/email-log-settings/email-log-settings.php:70 admin/login/login.php:187
1823
  #: admin/maintenance/maintenance.php:171 admin/mscan/mscan.php:203
1824
  #: admin/mscan/mscan.php:3473 admin/security-log/security-log.php:210
@@ -1842,13 +1842,13 @@ msgstr ""
1842
  #: admin/core/core.php:219 admin/core/core.php:801 admin/core/core.php:1836
1843
  #: admin/core/core.php:1970 admin/core/core.php:2076
1844
  #: admin/db-backup-security/db-backup-security.php:292
1845
- #: admin/db-backup-security/db-backup-security.php:1242
1846
- #: admin/db-backup-security/db-backup-security.php:1398
1847
  #: admin/email-log-settings/email-log-settings.php:78 admin/login/login.php:204
1848
  #: admin/login/login.php:831 admin/maintenance/maintenance.php:191
1849
  #: admin/maintenance/maintenance.php:193
1850
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
1851
- #: admin/wizard/wizard.php:1107 admin/wizard/wizard.php:1176
1852
  msgid "Want even more security protection?"
1853
  msgstr ""
1854
 
@@ -1857,7 +1857,7 @@ msgstr ""
1857
  #: admin/email-log-settings/email-log-settings.php:78
1858
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
1859
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
1860
- #: admin/wizard/wizard.php:1107 admin/wizard/wizard.php:1176
1861
  msgid ""
1862
  "Protect all of your Plugins (plugin folders and files) with an IP Firewall: "
1863
  msgstr ""
@@ -1867,7 +1867,7 @@ msgstr ""
1867
  #: admin/email-log-settings/email-log-settings.php:78
1868
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
1869
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
1870
- #: admin/wizard/wizard.php:1107 admin/wizard/wizard.php:1176
1871
  msgid "Get BPS Pro Plugin Firewall"
1872
  msgstr ""
1873
 
@@ -1876,7 +1876,7 @@ msgstr ""
1876
  #: admin/email-log-settings/email-log-settings.php:78
1877
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
1878
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
1879
- #: admin/wizard/wizard.php:1107 admin/wizard/wizard.php:1176
1880
  msgid ""
1881
  "Protect your WordPress uploads folder against remote access or execution of "
1882
  "files: "
@@ -1887,7 +1887,7 @@ msgstr ""
1887
  #: admin/email-log-settings/email-log-settings.php:78
1888
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
1889
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
1890
- #: admin/wizard/wizard.php:1107 admin/wizard/wizard.php:1176
1891
  msgid "Get BPS Pro Uploads Anti-Exploit Guard"
1892
  msgstr ""
1893
 
@@ -1895,7 +1895,7 @@ msgstr ""
1895
  #: admin/core/core.php:1913 admin/core/core.php:1930 admin/login/login.php:164
1896
  #: admin/login/login.php:222 admin/login/login.php:944
1897
  #: admin/login/login.php:1199 admin/system-info/system-info.php:99
1898
- #: admin/system-info/system-info.php:1062
1899
  msgid "Permission Denied"
1900
  msgstr ""
1901
 
@@ -1911,16 +1911,16 @@ msgstr ""
1911
  #: admin/core/core.php:580 admin/core/core.php:668 admin/core/core.php:756
1912
  #: admin/core/core.php:807 admin/core/core.php:1842
1913
  #: admin/db-backup-security/db-backup-security.php:298
1914
- #: admin/db-backup-security/db-backup-security.php:1248
1915
- #: admin/db-backup-security/db-backup-security.php:1404
1916
  #: admin/email-log-settings/email-log-settings.php:84 admin/login/login.php:210
1917
  #: admin/login/login.php:837 admin/login/login.php:1169
1918
  #: admin/login/login.php:1709 admin/maintenance/maintenance.php:202
1919
  #: admin/mscan/mscan.php:216 admin/mscan/mscan.php:1963
1920
  #: admin/mscan/mscan.php:2184 admin/mscan/mscan.php:2870
1921
  #: admin/security-log/security-log.php:224 admin/system-info/system-info.php:81
1922
- #: admin/theme-skin/theme-skin.php:90 admin/wizard/wizard.php:1113
1923
- #: admin/wizard/wizard.php:1182 admin/wizard/wizard.php:1694
1924
  msgid "Read Me"
1925
  msgstr ""
1926
 
@@ -2088,7 +2088,7 @@ msgstr ""
2088
  #: admin/security-log/security-log.php:448
2089
  #: admin/security-log/security-log.php:463
2090
  #: admin/security-log/security-log.php:681
2091
- #: admin/system-info/system-info.php:1118
2092
  msgid "Click OK to proceed or click Cancel."
2093
  msgstr ""
2094
 
@@ -2378,15 +2378,15 @@ msgstr ""
2378
  msgid "Click OK to Turn AutoLock On or click Cancel."
2379
  msgstr ""
2380
 
2381
- #: admin/core/core.php:1384 admin/system-info/system-info.php:779
2382
- #: admin/system-info/system-info.php:795 admin/system-info/system-info.php:803
2383
- #: admin/system-info/system-info.php:811 admin/system-info/system-info.php:819
2384
- #: admin/system-info/system-info.php:827 admin/system-info/system-info.php:835
2385
- #: admin/system-info/system-info.php:843 admin/system-info/system-info.php:851
2386
- #: admin/system-info/system-info.php:870 includes/functions.php:576
2387
- #: includes/functions.php:762 includes/functions.php:930
2388
- #: includes/functions.php:973 includes/functions.php:1021
2389
- #: includes/functions.php:1065
2390
  msgid "On"
2391
  msgstr ""
2392
 
@@ -2402,14 +2402,14 @@ msgstr ""
2402
  msgid "Click OK to Turn AutoLock Off or click Cancel."
2403
  msgstr ""
2404
 
2405
- #: admin/core/core.php:1396 admin/system-info/system-info.php:555
2406
- #: admin/system-info/system-info.php:798 admin/system-info/system-info.php:806
2407
- #: admin/system-info/system-info.php:814 admin/system-info/system-info.php:822
2408
- #: admin/system-info/system-info.php:830 admin/system-info/system-info.php:838
2409
- #: admin/system-info/system-info.php:846 admin/system-info/system-info.php:854
2410
- #: admin/system-info/system-info.php:862 admin/system-info/system-info.php:873
2411
- #: includes/functions.php:935 includes/functions.php:978
2412
- #: includes/functions.php:1027 includes/functions.php:1071
2413
  #: includes/general-functions.php:285 includes/general-functions.php:300
2414
  msgid "Off"
2415
  msgstr ""
@@ -2501,7 +2501,7 @@ msgid "Brute Force Login Page Protection code"
2501
  msgstr ""
2502
 
2503
  #: admin/core/core.php:1871 admin/core/core.php:2119
2504
- #: admin/wizard/wizard.php:1128
2505
  msgid "Custom Code Video Tutorial"
2506
  msgstr ""
2507
 
@@ -2588,7 +2588,7 @@ msgid ""
2588
  msgstr ""
2589
 
2590
  #: admin/core/core.php:2063
2591
- #: admin/db-backup-security/db-backup-security.php:1743
2592
  #: admin/mscan/mscan.php:3477 admin/theme-skin/theme-skin.php:255
2593
  msgid "Whats New in "
2594
  msgstr ""
@@ -2615,31 +2615,31 @@ msgid ""
2615
  msgstr ""
2616
 
2617
  #: admin/core/core.php:2076 admin/db-backup-security/db-backup-security.php:292
2618
- #: admin/db-backup-security/db-backup-security.php:1242
2619
- #: admin/db-backup-security/db-backup-security.php:1398
2620
  #: admin/email-log-settings/email-log-settings.php:78
2621
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
2622
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
2623
- #: admin/wizard/wizard.php:1107 admin/wizard/wizard.php:1176
2624
  msgid ""
2625
  "Protect all of your website files with AutoRestore|Quarantine Intrusion "
2626
  "Detection & Prevention System: "
2627
  msgstr ""
2628
 
2629
  #: admin/core/core.php:2076 admin/db-backup-security/db-backup-security.php:292
2630
- #: admin/db-backup-security/db-backup-security.php:1242
2631
- #: admin/db-backup-security/db-backup-security.php:1398
2632
  #: admin/email-log-settings/email-log-settings.php:78
2633
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
2634
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
2635
- #: admin/wizard/wizard.php:1107 admin/wizard/wizard.php:1176
2636
  msgid "Get BPS Pro ARQ IDPS"
2637
  msgstr ""
2638
 
2639
  #: admin/core/core.php:2076 admin/email-log-settings/email-log-settings.php:78
2640
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
2641
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
2642
- #: admin/wizard/wizard.php:1107 admin/wizard/wizard.php:1176
2643
  msgid ""
2644
  "Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-"
2645
  "posting, auto-commenting): "
@@ -2649,7 +2649,7 @@ msgstr ""
2649
  #: admin/login/login.php:204 admin/login/login.php:831
2650
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
2651
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
2652
- #: admin/wizard/wizard.php:1107 admin/wizard/wizard.php:1176
2653
  msgid "Get BPS Pro JTC Anti-Spam|Anti-Hacker"
2654
  msgstr ""
2655
 
@@ -2694,10 +2694,10 @@ msgstr ""
2694
  msgid "Help & FAQ"
2695
  msgstr ""
2696
 
2697
- #: admin/core/core.php:2114 admin/email-log-settings/email-log-settings.php:215
2698
  #: admin/login/login.php:1829 admin/maintenance/maintenance.php:2138
2699
  #: admin/security-log/security-log.php:811
2700
- #: admin/system-info/system-info.php:1137
2701
  msgid "Contributors Page"
2702
  msgstr ""
2703
 
@@ -2705,10 +2705,10 @@ msgstr ""
2705
  msgid "WP Permalinks - Custom Permalink Structure Help Info"
2706
  msgstr ""
2707
 
2708
- #: admin/core/core.php:2116 admin/email-log-settings/email-log-settings.php:214
2709
  #: admin/login/login.php:1828 admin/maintenance/maintenance.php:2139
2710
  #: admin/security-log/security-log.php:810
2711
- #: admin/system-info/system-info.php:1136
2712
  msgid "Security Log Event Codes"
2713
  msgstr ""
2714
 
@@ -2717,11 +2717,11 @@ msgid "Adding a Custom 403 Forbidden Page For Your Website"
2717
  msgstr ""
2718
 
2719
  #: admin/core/core.php:2118
2720
- #: admin/db-backup-security/db-backup-security.php:1747
2721
- #: admin/email-log-settings/email-log-settings.php:216
2722
  #: admin/login/login.php:1830 admin/maintenance/maintenance.php:2140
2723
  #: admin/mscan/mscan.php:3480 admin/security-log/security-log.php:812
2724
- #: admin/system-info/system-info.php:1138 admin/theme-skin/theme-skin.php:258
2725
  msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
2726
  msgstr ""
2727
 
@@ -2749,8 +2749,8 @@ msgstr ""
2749
  #: admin/core/core.php:2152
2750
  msgid ""
2751
  "BulletProof Security Pro has an amazing track record. BPS Pro has been "
2752
- "publicly available for 9+ years and is installed on over 50,000 websites "
2753
- "worldwide. Not a single one of those 50,000+ websites in 9+ years has been "
2754
  "hacked."
2755
  msgstr ""
2756
 
@@ -2975,38 +2975,38 @@ msgstr ""
2975
  msgid "BPS Pro Version Release Dates"
2976
  msgstr ""
2977
 
2978
- #: admin/core/core.php:2194 admin/core/core.php:2195 admin/core/core.php:2196
2979
- #: admin/core/core.php:2197 admin/core/core.php:2198 admin/core/core.php:2199
2980
- #: admin/core/core.php:2200 admin/core/core.php:2201 admin/core/core.php:2202
2981
- #: admin/core/core.php:2203 admin/core/core.php:2209 admin/core/core.php:2210
2982
- #: admin/core/core.php:2211 admin/core/core.php:2212 admin/core/core.php:2213
2983
- #: admin/core/core.php:2214 admin/core/core.php:2220 admin/core/core.php:2221
2984
- #: admin/core/core.php:2222 admin/core/core.php:2223 admin/core/core.php:2228
2985
- #: admin/core/core.php:2229 admin/core/core.php:2230 admin/core/core.php:2231
2986
- #: admin/core/core.php:2232 admin/core/core.php:2237 admin/core/core.php:2238
2987
- #: admin/core/core.php:2239 admin/core/core.php:2240 admin/core/core.php:2241
2988
- #: admin/core/core.php:2242 admin/core/core.php:2243 admin/core/core.php:2244
2989
- #: admin/core/core.php:2245 admin/core/core.php:2250 admin/core/core.php:2251
2990
- #: admin/core/core.php:2252 admin/core/core.php:2253 admin/core/core.php:2254
2991
- #: admin/core/core.php:2255 admin/core/core.php:2256 admin/core/core.php:2257
2992
- #: admin/core/core.php:2258 admin/core/core.php:2259 admin/core/core.php:2260
2993
- #: admin/core/core.php:2261 admin/core/core.php:2262 admin/core/core.php:2268
2994
- #: admin/core/core.php:2269 admin/core/core.php:2270 admin/core/core.php:2271
2995
- #: admin/core/core.php:2272 admin/core/core.php:2273 admin/core/core.php:2274
2996
- #: admin/core/core.php:2275 admin/core/core.php:2276 admin/core/core.php:2277
2997
- #: admin/core/core.php:2278 admin/core/core.php:2279 admin/core/core.php:2280
2998
- #: admin/core/core.php:2281 admin/core/core.php:2287 admin/core/core.php:2288
2999
- #: admin/core/core.php:2289 admin/core/core.php:2290 admin/core/core.php:2291
3000
- #: admin/core/core.php:2292 admin/core/core.php:2293 admin/core/core.php:2294
3001
- #: admin/core/core.php:2295 admin/core/core.php:2296 admin/core/core.php:2297
3002
- #: admin/core/core.php:2298 admin/core/core.php:2299 admin/core/core.php:2305
3003
- #: admin/core/core.php:2306 admin/core/core.php:2307 admin/core/core.php:2308
3004
- #: admin/core/core.php:2309 admin/core/core.php:2310 admin/core/core.php:2311
3005
- #: admin/core/core.php:2312 admin/core/core.php:2313 admin/core/core.php:2314
3006
- #: admin/core/core.php:2320 admin/core/core.php:2321 admin/core/core.php:2322
3007
- #: admin/core/core.php:2323 admin/core/core.php:2324 admin/core/core.php:2325
3008
- #: admin/core/core.php:2326 admin/core/core.php:2327 admin/core/core.php:2328
3009
- #: admin/core/core.php:2329
3010
  #, php-format
3011
  msgid ""
3012
  "<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
@@ -3296,7 +3296,7 @@ msgid ""
3296
  msgstr ""
3297
 
3298
  #: admin/db-backup-security/db-backup-help-text.php:9
3299
- #: admin/db-backup-security/db-backup-security.php:980
3300
  msgid "Rename|Create|Reset Tool"
3301
  msgstr ""
3302
 
@@ -3668,14 +3668,14 @@ msgid "DB Backup"
3668
  msgstr ""
3669
 
3670
  #: admin/db-backup-security/db-backup-security.php:282
3671
- #: admin/db-backup-security/db-backup-security.php:1248
3672
- #: admin/db-backup-security/db-backup-security.php:1250
3673
  msgid "DB Backup Log"
3674
  msgstr ""
3675
 
3676
  #: admin/db-backup-security/db-backup-security.php:283
3677
- #: admin/db-backup-security/db-backup-security.php:1404
3678
- #: admin/db-backup-security/db-backup-security.php:1406
3679
  msgid "DB Table Prefix Changer"
3680
  msgstr ""
3681
 
@@ -3697,587 +3697,587 @@ msgstr ""
3697
  msgid "Backup Jobs ~ Manual|Scheduled"
3698
  msgstr ""
3699
 
3700
- #: admin/db-backup-security/db-backup-security.php:426
3701
  msgid ""
3702
  "Error: You did not select any DB Tables to backup. Backup Job was not "
3703
  "created."
3704
  msgstr ""
3705
 
3706
- #: admin/db-backup-security/db-backup-security.php:532
3707
  msgid "Backup Job "
3708
  msgstr ""
3709
 
3710
- #: admin/db-backup-security/db-backup-security.php:532
3711
  msgid " Created Successfully."
3712
  msgstr ""
3713
 
3714
- #: admin/db-backup-security/db-backup-security.php:534
3715
  msgid "Backup Job Settings Logged successfully in the DB Backup Log"
3716
  msgstr ""
3717
 
3718
- #: admin/db-backup-security/db-backup-security.php:561
3719
  msgid "Run Job|Delete Job"
3720
  msgstr ""
3721
 
3722
- #: admin/db-backup-security/db-backup-security.php:617
3723
- #: admin/db-backup-security/db-backup-security.php:674
3724
  msgid "Backup Job: "
3725
  msgstr ""
3726
 
3727
- #: admin/db-backup-security/db-backup-security.php:617
3728
- #: admin/db-backup-security/db-backup-security.php:853
3729
  msgid " has been deleted successfully."
3730
  msgstr ""
3731
 
3732
- #: admin/db-backup-security/db-backup-security.php:674
3733
  msgid " has completed."
3734
  msgstr ""
3735
 
3736
- #: admin/db-backup-security/db-backup-security.php:674
3737
  msgid ""
3738
  "Your DB Backup Log contains the Backup Job Completion Time, Total Memory "
3739
  "Used and other information about this Backup."
3740
  msgstr ""
3741
 
3742
- #: admin/db-backup-security/db-backup-security.php:703
3743
  msgid "Description|Job Name"
3744
  msgstr ""
3745
 
3746
- #: admin/db-backup-security/db-backup-security.php:704
3747
- #: admin/db-backup-security/db-backup-security.php:734
3748
- #: admin/db-backup-security/db-backup-security.php:878
3749
- #: admin/db-backup-security/db-backup-security.php:896
3750
  #: admin/login/login.php:580 admin/login/login.php:609
3751
  #: admin/login/login.php:681 admin/login/login.php:710
3752
  #: admin/mscan/mscan.php:1596 admin/mscan/mscan.php:2993
3753
  msgid "Delete"
3754
  msgstr ""
3755
 
3756
- #: admin/db-backup-security/db-backup-security.php:705
3757
- #: admin/db-backup-security/db-backup-security.php:735
3758
  msgid "Run"
3759
  msgstr ""
3760
 
3761
- #: admin/db-backup-security/db-backup-security.php:706
3762
  msgid "Job Type"
3763
  msgstr ""
3764
 
3765
- #: admin/db-backup-security/db-backup-security.php:707
3766
  msgid "Frequency"
3767
  msgstr ""
3768
 
3769
- #: admin/db-backup-security/db-backup-security.php:708
3770
  msgid "Last Backup"
3771
  msgstr ""
3772
 
3773
- #: admin/db-backup-security/db-backup-security.php:709
3774
  msgid "Next Backup"
3775
  msgstr ""
3776
 
3777
- #: admin/db-backup-security/db-backup-security.php:710
3778
  msgid "Email Backup"
3779
  msgstr ""
3780
 
3781
- #: admin/db-backup-security/db-backup-security.php:711
3782
  msgid "Job Created"
3783
  msgstr ""
3784
 
3785
- #: admin/db-backup-security/db-backup-security.php:718
3786
  msgid "No Backup Jobs have been created yet."
3787
  msgstr ""
3788
 
3789
- #: admin/db-backup-security/db-backup-security.php:753
3790
  msgid "Yes & Delete"
3791
  msgstr ""
3792
 
3793
- #: admin/db-backup-security/db-backup-security.php:755
3794
  msgid "Send Email Only"
3795
  msgstr ""
3796
 
3797
- #: admin/db-backup-security/db-backup-security.php:796
3798
  msgid "Backup Files ~ Download|Delete"
3799
  msgstr ""
3800
 
3801
- #: admin/db-backup-security/db-backup-security.php:831
3802
  msgid "Delete Files"
3803
  msgstr ""
3804
 
3805
- #: admin/db-backup-security/db-backup-security.php:853
3806
  msgid "Backup File: "
3807
  msgstr ""
3808
 
3809
- #: admin/db-backup-security/db-backup-security.php:877
3810
  msgid "Backup Filename"
3811
  msgstr ""
3812
 
3813
- #: admin/db-backup-security/db-backup-security.php:879
3814
- #: admin/db-backup-security/db-backup-security.php:897
3815
  msgid "Download"
3816
  msgstr ""
3817
 
3818
- #: admin/db-backup-security/db-backup-security.php:880
3819
  msgid "Backup Folder"
3820
  msgstr ""
3821
 
3822
- #: admin/db-backup-security/db-backup-security.php:881
3823
  msgid "Size"
3824
  msgstr ""
3825
 
3826
- #: admin/db-backup-security/db-backup-security.php:882
3827
  msgid "Date|Time"
3828
  msgstr ""
3829
 
3830
- #: admin/db-backup-security/db-backup-security.php:912
3831
  msgid "No Backup Jobs have been Run yet. No Files in Backup."
3832
  msgstr ""
3833
 
3834
- #: admin/db-backup-security/db-backup-security.php:928
3835
  msgid "Click OK to Delete Backup File(s) or click Cancel"
3836
  msgstr ""
3837
 
3838
- #: admin/db-backup-security/db-backup-security.php:953
3839
  msgid "Create Backup Jobs"
3840
  msgstr ""
3841
 
3842
- #: admin/db-backup-security/db-backup-security.php:978
3843
  msgid "Database Tables "
3844
  msgstr ""
3845
 
3846
- #: admin/db-backup-security/db-backup-security.php:979
3847
  msgid "Backup Job Settings|Independent Options"
3848
  msgstr ""
3849
 
3850
- #: admin/db-backup-security/db-backup-security.php:992
3851
  #: admin/mscan/mscan.php:896
3852
  msgid "All"
3853
  msgstr ""
3854
 
3855
- #: admin/db-backup-security/db-backup-security.php:993
3856
- #: admin/db-backup-security/db-backup-security.php:1606
3857
  msgid "DB Table Name"
3858
  msgstr ""
3859
 
3860
- #: admin/db-backup-security/db-backup-security.php:1039
3861
  msgid "Description|Backup Job Name:"
3862
  msgstr ""
3863
 
3864
- #: admin/db-backup-security/db-backup-security.php:1043
3865
  msgid "DB Backup Folder Location:"
3866
  msgstr ""
3867
 
3868
- #: admin/db-backup-security/db-backup-security.php:1044
3869
  msgid "Recommended: Use The Default Obfuscated & Secure BPS Backup Folder."
3870
  msgstr ""
3871
 
3872
- #: admin/db-backup-security/db-backup-security.php:1047
3873
  msgid "DB Backup File Download Link|URL:"
3874
  msgstr ""
3875
 
3876
- #: admin/db-backup-security/db-backup-security.php:1048
3877
  msgid ""
3878
  "Note: If you see 404 errors when trying to download zip files or if you have"
3879
  msgstr ""
3880
 
3881
- #: admin/db-backup-security/db-backup-security.php:1049
3882
  msgid ""
3883
  "changed the DB Backup Folder Location above, click the Read Me help button."
3884
  msgstr ""
3885
 
3886
- #: admin/db-backup-security/db-backup-security.php:1052
3887
  msgid "Backup Job Type: Manual or Scheduled"
3888
  msgstr ""
3889
 
3890
- #: admin/db-backup-security/db-backup-security.php:1054
3891
  msgid "Manual DB Backup Job"
3892
  msgstr ""
3893
 
3894
- #: admin/db-backup-security/db-backup-security.php:1055
3895
  msgid "Scheduled DB Backup Job"
3896
  msgstr ""
3897
 
3898
- #: admin/db-backup-security/db-backup-security.php:1058
3899
  msgid "Frequency of Scheduled Backup Job (recurring)"
3900
  msgstr ""
3901
 
3902
- #: admin/db-backup-security/db-backup-security.php:1060
3903
- #: admin/db-backup-security/db-backup-security.php:1069
3904
- #: admin/db-backup-security/db-backup-security.php:1098
3905
- #: admin/db-backup-security/db-backup-security.php:1110
3906
  msgid "N/A"
3907
  msgstr ""
3908
 
3909
- #: admin/db-backup-security/db-backup-security.php:1061
3910
  msgid "Hourly Scheduled DB Backup Job"
3911
  msgstr ""
3912
 
3913
- #: admin/db-backup-security/db-backup-security.php:1062
3914
  msgid "Daily Scheduled DB Backup Job"
3915
  msgstr ""
3916
 
3917
- #: admin/db-backup-security/db-backup-security.php:1063
3918
  msgid "Weekly Scheduled DB Backup Job"
3919
  msgstr ""
3920
 
3921
- #: admin/db-backup-security/db-backup-security.php:1064
3922
  msgid "Monthly Scheduled DB Backup Job"
3923
  msgstr ""
3924
 
3925
- #: admin/db-backup-security/db-backup-security.php:1067
3926
  msgid "Hour When Scheduled Backup is Run (recurring)"
3927
  msgstr ""
3928
 
3929
- #: admin/db-backup-security/db-backup-security.php:1070
3930
  msgid "12AM"
3931
  msgstr ""
3932
 
3933
- #: admin/db-backup-security/db-backup-security.php:1071
3934
  msgid "1AM"
3935
  msgstr ""
3936
 
3937
- #: admin/db-backup-security/db-backup-security.php:1072
3938
  msgid "2AM"
3939
  msgstr ""
3940
 
3941
- #: admin/db-backup-security/db-backup-security.php:1073
3942
  msgid "3AM"
3943
  msgstr ""
3944
 
3945
- #: admin/db-backup-security/db-backup-security.php:1074
3946
  msgid "4AM"
3947
  msgstr ""
3948
 
3949
- #: admin/db-backup-security/db-backup-security.php:1075
3950
  msgid "5AM"
3951
  msgstr ""
3952
 
3953
- #: admin/db-backup-security/db-backup-security.php:1076
3954
  msgid "6AM"
3955
  msgstr ""
3956
 
3957
- #: admin/db-backup-security/db-backup-security.php:1077
3958
  msgid "7AM"
3959
  msgstr ""
3960
 
3961
- #: admin/db-backup-security/db-backup-security.php:1078
3962
  msgid "8AM"
3963
  msgstr ""
3964
 
3965
- #: admin/db-backup-security/db-backup-security.php:1079
3966
  msgid "9AM"
3967
  msgstr ""
3968
 
3969
- #: admin/db-backup-security/db-backup-security.php:1080
3970
  msgid "10AM"
3971
  msgstr ""
3972
 
3973
- #: admin/db-backup-security/db-backup-security.php:1081
3974
  msgid "11AM"
3975
  msgstr ""
3976
 
3977
- #: admin/db-backup-security/db-backup-security.php:1082
3978
  msgid "12PM"
3979
  msgstr ""
3980
 
3981
- #: admin/db-backup-security/db-backup-security.php:1083
3982
  msgid "1PM"
3983
  msgstr ""
3984
 
3985
- #: admin/db-backup-security/db-backup-security.php:1084
3986
  msgid "2PM"
3987
  msgstr ""
3988
 
3989
- #: admin/db-backup-security/db-backup-security.php:1085
3990
  msgid "3PM"
3991
  msgstr ""
3992
 
3993
- #: admin/db-backup-security/db-backup-security.php:1086
3994
  msgid "4PM"
3995
  msgstr ""
3996
 
3997
- #: admin/db-backup-security/db-backup-security.php:1087
3998
  msgid "5PM"
3999
  msgstr ""
4000
 
4001
- #: admin/db-backup-security/db-backup-security.php:1088
4002
  msgid "6PM"
4003
  msgstr ""
4004
 
4005
- #: admin/db-backup-security/db-backup-security.php:1089
4006
  msgid "7PM"
4007
  msgstr ""
4008
 
4009
- #: admin/db-backup-security/db-backup-security.php:1090
4010
  msgid "8PM"
4011
  msgstr ""
4012
 
4013
- #: admin/db-backup-security/db-backup-security.php:1091
4014
  msgid "9PM"
4015
  msgstr ""
4016
 
4017
- #: admin/db-backup-security/db-backup-security.php:1092
4018
  msgid "10PM"
4019
  msgstr ""
4020
 
4021
- #: admin/db-backup-security/db-backup-security.php:1093
4022
  msgid "11PM"
4023
  msgstr ""
4024
 
4025
- #: admin/db-backup-security/db-backup-security.php:1096
4026
  msgid "Day of Week When Scheduled Backup is Run (recurring)"
4027
  msgstr ""
4028
 
4029
- #: admin/db-backup-security/db-backup-security.php:1099
4030
  msgid "Sunday"
4031
  msgstr ""
4032
 
4033
- #: admin/db-backup-security/db-backup-security.php:1100
4034
  msgid "Monday"
4035
  msgstr ""
4036
 
4037
- #: admin/db-backup-security/db-backup-security.php:1101
4038
  msgid "Tuesday"
4039
  msgstr ""
4040
 
4041
- #: admin/db-backup-security/db-backup-security.php:1102
4042
  msgid "Wednesday"
4043
  msgstr ""
4044
 
4045
- #: admin/db-backup-security/db-backup-security.php:1103
4046
  msgid "Thursday"
4047
  msgstr ""
4048
 
4049
- #: admin/db-backup-security/db-backup-security.php:1104
4050
  msgid "Friday"
4051
  msgstr ""
4052
 
4053
- #: admin/db-backup-security/db-backup-security.php:1105
4054
  msgid "Saturday"
4055
  msgstr ""
4056
 
4057
- #: admin/db-backup-security/db-backup-security.php:1108
4058
  msgid "Day of Month When Scheduled Backup is Run (recurring)"
4059
  msgstr ""
4060
 
4061
- #: admin/db-backup-security/db-backup-security.php:1111
4062
  msgid "1st"
4063
  msgstr ""
4064
 
4065
- #: admin/db-backup-security/db-backup-security.php:1112
4066
  msgid "2nd"
4067
  msgstr ""
4068
 
4069
- #: admin/db-backup-security/db-backup-security.php:1113
4070
  msgid "3rd"
4071
  msgstr ""
4072
 
4073
- #: admin/db-backup-security/db-backup-security.php:1114
4074
  msgid "4th"
4075
  msgstr ""
4076
 
4077
- #: admin/db-backup-security/db-backup-security.php:1115
4078
  msgid "5th"
4079
  msgstr ""
4080
 
4081
- #: admin/db-backup-security/db-backup-security.php:1116
4082
  msgid "6th"
4083
  msgstr ""
4084
 
4085
- #: admin/db-backup-security/db-backup-security.php:1117
4086
  msgid "7th"
4087
  msgstr ""
4088
 
4089
- #: admin/db-backup-security/db-backup-security.php:1118
4090
  msgid "8th"
4091
  msgstr ""
4092
 
4093
- #: admin/db-backup-security/db-backup-security.php:1119
4094
  msgid "9th"
4095
  msgstr ""
4096
 
4097
- #: admin/db-backup-security/db-backup-security.php:1120
4098
  msgid "10th"
4099
  msgstr ""
4100
 
4101
- #: admin/db-backup-security/db-backup-security.php:1121
4102
  msgid "11th"
4103
  msgstr ""
4104
 
4105
- #: admin/db-backup-security/db-backup-security.php:1122
4106
  msgid "12th"
4107
  msgstr ""
4108
 
4109
- #: admin/db-backup-security/db-backup-security.php:1123
4110
  msgid "13th"
4111
  msgstr ""
4112
 
4113
- #: admin/db-backup-security/db-backup-security.php:1124
4114
  msgid "14th"
4115
  msgstr ""
4116
 
4117
- #: admin/db-backup-security/db-backup-security.php:1125
4118
  msgid "15th"
4119
  msgstr ""
4120
 
4121
- #: admin/db-backup-security/db-backup-security.php:1126
4122
  msgid "16th"
4123
  msgstr ""
4124
 
4125
- #: admin/db-backup-security/db-backup-security.php:1127
4126
  msgid "17th"
4127
  msgstr ""
4128
 
4129
- #: admin/db-backup-security/db-backup-security.php:1128
4130
  msgid "18th"
4131
  msgstr ""
4132
 
4133
- #: admin/db-backup-security/db-backup-security.php:1129
4134
  msgid "19th"
4135
  msgstr ""
4136
 
4137
- #: admin/db-backup-security/db-backup-security.php:1130
4138
  msgid "20th"
4139
  msgstr ""
4140
 
4141
- #: admin/db-backup-security/db-backup-security.php:1131
4142
  msgid "21st"
4143
  msgstr ""
4144
 
4145
- #: admin/db-backup-security/db-backup-security.php:1132
4146
  msgid "22nd"
4147
  msgstr ""
4148
 
4149
- #: admin/db-backup-security/db-backup-security.php:1133
4150
  msgid "23rd"
4151
  msgstr ""
4152
 
4153
- #: admin/db-backup-security/db-backup-security.php:1134
4154
  msgid "24th"
4155
  msgstr ""
4156
 
4157
- #: admin/db-backup-security/db-backup-security.php:1135
4158
  msgid "25th"
4159
  msgstr ""
4160
 
4161
- #: admin/db-backup-security/db-backup-security.php:1136
4162
  msgid "26th"
4163
  msgstr ""
4164
 
4165
- #: admin/db-backup-security/db-backup-security.php:1137
4166
  msgid "27th"
4167
  msgstr ""
4168
 
4169
- #: admin/db-backup-security/db-backup-security.php:1138
4170
  msgid "28th"
4171
  msgstr ""
4172
 
4173
- #: admin/db-backup-security/db-backup-security.php:1139
4174
  msgid "29th"
4175
  msgstr ""
4176
 
4177
- #: admin/db-backup-security/db-backup-security.php:1140
4178
  msgid "30th"
4179
  msgstr ""
4180
 
4181
- #: admin/db-backup-security/db-backup-security.php:1143
4182
  msgid "Send Scheduled Backup Zip File Via Email or Just Email Only:"
4183
  msgstr ""
4184
 
4185
- #: admin/db-backup-security/db-backup-security.php:1144
4186
  msgid ""
4187
  "Note: Check with your email provider for the maximum<br>file attachment size "
4188
  "limit that is allowed by your Mail Server"
4189
  msgstr ""
4190
 
4191
- #: admin/db-backup-security/db-backup-security.php:1146
4192
  msgid "Do Not Email Zip Backup File"
4193
  msgstr ""
4194
 
4195
- #: admin/db-backup-security/db-backup-security.php:1147
4196
  msgid "Email & Delete Zip Backup File"
4197
  msgstr ""
4198
 
4199
- #: admin/db-backup-security/db-backup-security.php:1148
4200
  msgid "Email Zip Backup File"
4201
  msgstr ""
4202
 
4203
- #: admin/db-backup-security/db-backup-security.php:1149
4204
  msgid "Send Email Only & Not Zip Backup File"
4205
  msgstr ""
4206
 
4207
- #: admin/db-backup-security/db-backup-security.php:1152
4208
  msgid "Automatically Delete Old Backup Files:"
4209
  msgstr ""
4210
 
4211
- #: admin/db-backup-security/db-backup-security.php:1153
4212
- #: admin/db-backup-security/db-backup-security.php:1167
4213
  msgid "Independent Option:"
4214
  msgstr ""
4215
 
4216
- #: admin/db-backup-security/db-backup-security.php:1155
4217
  msgid "Never Delete Old Backup Files"
4218
  msgstr ""
4219
 
4220
- #: admin/db-backup-security/db-backup-security.php:1156
4221
  msgid "Delete Backup Files Older Than 1 Day"
4222
  msgstr ""
4223
 
4224
- #: admin/db-backup-security/db-backup-security.php:1157
4225
  msgid "Delete Backup Files Older Than 5 Days"
4226
  msgstr ""
4227
 
4228
- #: admin/db-backup-security/db-backup-security.php:1158
4229
  msgid "Delete Backup Files Older Than 10 Days"
4230
  msgstr ""
4231
 
4232
- #: admin/db-backup-security/db-backup-security.php:1159
4233
  msgid "Delete Backup Files Older Than 15 Days"
4234
  msgstr ""
4235
 
4236
- #: admin/db-backup-security/db-backup-security.php:1160
4237
  msgid "Delete Backup Files Older Than 30 Days"
4238
  msgstr ""
4239
 
4240
- #: admin/db-backup-security/db-backup-security.php:1161
4241
  msgid "Delete Backup Files Older Than 60 Days"
4242
  msgstr ""
4243
 
4244
- #: admin/db-backup-security/db-backup-security.php:1162
4245
  msgid "Delete Backup Files Older Than 90 Days"
4246
  msgstr ""
4247
 
4248
- #: admin/db-backup-security/db-backup-security.php:1163
4249
  msgid "Delete Backup Files Older Than 180 Days"
4250
  msgstr ""
4251
 
4252
- #: admin/db-backup-security/db-backup-security.php:1166
4253
  msgid "Turn On|Off All Scheduled Backups (Override):"
4254
  msgstr ""
4255
 
4256
- #: admin/db-backup-security/db-backup-security.php:1169
4257
  msgid "All Scheduled Backups On"
4258
  msgstr ""
4259
 
4260
- #: admin/db-backup-security/db-backup-security.php:1170
4261
  msgid "All Scheduled Backups Off"
4262
  msgstr ""
4263
 
4264
- #: admin/db-backup-security/db-backup-security.php:1173
4265
  msgid "Click OK to Create this Backup Job or click Cancel"
4266
  msgstr ""
4267
 
4268
- #: admin/db-backup-security/db-backup-security.php:1191
4269
  msgid "Rename|Create|Reset DB Backup Folder Name:"
4270
  msgstr ""
4271
 
4272
- #: admin/db-backup-security/db-backup-security.php:1192
4273
  msgid "Randomly Generated New DB Backup Folder Name."
4274
  msgstr ""
4275
 
4276
- #: admin/db-backup-security/db-backup-security.php:1193
4277
  msgid "Valid Folder Naming Characters: a-z A-Z 0-9 - _"
4278
  msgstr ""
4279
 
4280
- #: admin/db-backup-security/db-backup-security.php:1196
4281
  msgid ""
4282
  "The Rename|Create|Reset Tool renames the DB Backup folder if it already "
4283
  "exists or creates a new DB Backup folder if it does not already exist.\\n"
@@ -4289,127 +4289,127 @@ msgid ""
4289
  "OK to proceed or click Cancel"
4290
  msgstr ""
4291
 
4292
- #: admin/db-backup-security/db-backup-security.php:1242
4293
  msgid "DB Backup Log ~ "
4294
  msgstr ""
4295
 
4296
- #: admin/db-backup-security/db-backup-security.php:1242
4297
  msgid ""
4298
  "Logs Backup Job Settings, Completion Time, Memory Usage, Zip Backup File "
4299
  "Name, Timestamp..."
4300
  msgstr ""
4301
 
4302
- #: admin/db-backup-security/db-backup-security.php:1264
4303
  #: admin/db-backup-security/db-backup-security.php:1267
 
4304
  msgid "DB Backup Log File Size: "
4305
  msgstr ""
4306
 
4307
- #: admin/db-backup-security/db-backup-security.php:1267
4308
  msgid "The Email Logging options will only send log files up to 2MB in size."
4309
  msgstr ""
4310
 
4311
- #: admin/db-backup-security/db-backup-security.php:1267
4312
  msgid ""
4313
  "Copy and paste the DB Backup Log file contents into a Notepad text file on "
4314
  "your computer and save it."
4315
  msgstr ""
4316
 
4317
- #: admin/db-backup-security/db-backup-security.php:1267
4318
  #: admin/mscan/mscan.php:2015
4319
  msgid ""
4320
  "Then click the Delete Log button to delete the contents of this Log file."
4321
  msgstr ""
4322
 
4323
- #: admin/db-backup-security/db-backup-security.php:1282
4324
  msgid "DB Backup Log Last Modified Time: "
4325
  msgstr ""
4326
 
4327
- #: admin/db-backup-security/db-backup-security.php:1296
4328
  msgid ""
4329
  "Success! Your DB Backup Log file has been deleted and replaced with a new "
4330
  "blank DB Backup Log file."
4331
  msgstr ""
4332
 
4333
- #: admin/db-backup-security/db-backup-security.php:1304
4334
  msgid "Clicking OK will delete the contents of your DB Backup Log file."
4335
  msgstr ""
4336
 
4337
- #: admin/db-backup-security/db-backup-security.php:1304
4338
  #: admin/mscan/mscan.php:2073 admin/security-log/security-log.php:492
4339
  msgid "Click OK to Delete the Log file contents or click Cancel."
4340
  msgstr ""
4341
 
4342
- #: admin/db-backup-security/db-backup-security.php:1323
4343
  msgid ""
4344
  "The DB Backup Log File Was Not Found! Check that the file really exists here "
4345
  "- /"
4346
  msgstr ""
4347
 
4348
- #: admin/db-backup-security/db-backup-security.php:1323
4349
  msgid "/bps-backup/logs/db_backup_log.txt and is named correctly."
4350
  msgstr ""
4351
 
4352
- #: admin/db-backup-security/db-backup-security.php:1342
4353
  msgid ""
4354
  "File Open and Write test successful! Your DB Backup Log file is writable."
4355
  msgstr ""
4356
 
4357
- #: admin/db-backup-security/db-backup-security.php:1354
4358
  msgid "Success! Your DB Backup Log file has been updated."
4359
  msgstr ""
4360
 
4361
- #: admin/db-backup-security/db-backup-security.php:1398
4362
  msgid "DB Table Prefix Changer ~ "
4363
  msgstr ""
4364
 
4365
- #: admin/db-backup-security/db-backup-security.php:1398
4366
  msgid "Tools to change & check your WordPress Database Table Prefix"
4367
  msgstr ""
4368
 
4369
- #: admin/db-backup-security/db-backup-security.php:1414
4370
  msgid "Your current WordPress Database Table Prefix is: "
4371
  msgstr ""
4372
 
4373
- #: admin/db-backup-security/db-backup-security.php:1414
4374
  msgid "NOTES: "
4375
  msgstr ""
4376
 
4377
- #: admin/db-backup-security/db-backup-security.php:1414
4378
  msgid ""
4379
  "1. It is recommended that you backup your database before using this tool."
4380
  msgstr ""
4381
 
4382
- #: admin/db-backup-security/db-backup-security.php:1414
4383
  msgid ""
4384
  "2. If you want to create your own DB Table Prefix name or add additional "
4385
  "characters to the randomly generated DB Table Prefix name below then ONLY "
4386
  "use lowercase letters, numbers and underscores in your DB Table Prefix name."
4387
  msgstr ""
4388
 
4389
- #: admin/db-backup-security/db-backup-security.php:1414
4390
  msgid ""
4391
  "3. The maximum length limitation of a DB Table name, including the table "
4392
  "prefix is 64 characters. See the DB Table Names & Character Length Table to "
4393
  "the right."
4394
  msgstr ""
4395
 
4396
- #: admin/db-backup-security/db-backup-security.php:1414
4397
  msgid ""
4398
  "4. To change your DB Table Prefix name back to the WordPress default DB "
4399
  "Table Prefix name, enter wp_ for the DB Table Prefix name."
4400
  msgstr ""
4401
 
4402
- #: admin/db-backup-security/db-backup-security.php:1426
4403
  msgid ""
4404
  "ERROR: The DB Table Prefix name can only contain numbers, lowercase letters, "
4405
  "and underscores."
4406
  msgstr ""
4407
 
4408
- #: admin/db-backup-security/db-backup-security.php:1440
4409
  msgid "A wp-config.php file was NOT found in your website root folder."
4410
  msgstr ""
4411
 
4412
- #: admin/db-backup-security/db-backup-security.php:1440
4413
  msgid ""
4414
  "Your DB Table Prefix was not changed. If you have moved your wp-config.php "
4415
  "file to a another Server folder then you can use this tool to change your DB "
@@ -4417,13 +4417,13 @@ msgid ""
4417
  "file back to the default location: your WordPress website root folder."
4418
  msgstr ""
4419
 
4420
- #: admin/db-backup-security/db-backup-security.php:1461
4421
  msgid ""
4422
  "Error: The wp-config.php file is not writable. Unable to write to the wp-"
4423
  "config.php file."
4424
  msgstr ""
4425
 
4426
- #: admin/db-backup-security/db-backup-security.php:1461
4427
  msgid ""
4428
  "Your DB Table Prefix was not changed. You will need to make the wp-config."
4429
  "php file writable first by changing either the file permissions or Ownership "
@@ -4431,24 +4431,24 @@ msgid ""
4431
  "DB Table Prefix Changer tool to change your DB Table Prefix."
4432
  msgstr ""
4433
 
4434
- #: admin/db-backup-security/db-backup-security.php:1506
4435
  msgid ""
4436
  "DB Table Prefix Name change completed. Click the Load|Refresh Table button "
4437
  "to load/refresh the DB Table Names & Character Length Table if you would "
4438
  "like to check the new DB Table Prefix Name Changes."
4439
  msgstr ""
4440
 
4441
- #: admin/db-backup-security/db-backup-security.php:1513
4442
  msgid ""
4443
  "Click the Update Site User Roles button to complete the DB Table Prefix Name "
4444
  "change."
4445
  msgstr ""
4446
 
4447
- #: admin/db-backup-security/db-backup-security.php:1531
4448
  msgid "Randomly Generated DB Table Prefix"
4449
  msgstr ""
4450
 
4451
- #: admin/db-backup-security/db-backup-security.php:1568
4452
  msgid ""
4453
  "DB Table Prefix Name change completed. Click the Load|Refresh Table button "
4454
  "to load/refresh the DB Table Names & Character Length Table if you would "
@@ -4457,44 +4457,44 @@ msgid ""
4457
  "new DB Table names."
4458
  msgstr ""
4459
 
4460
- #: admin/db-backup-security/db-backup-security.php:1580
4461
  msgid ""
4462
  "This button must be clicked AFTER clicking the Change DB Table Prefix button "
4463
  "above."
4464
  msgstr ""
4465
 
4466
- #: admin/db-backup-security/db-backup-security.php:1607
4467
  msgid "Length"
4468
  msgstr ""
4469
 
4470
- #: admin/db-backup-security/db-backup-security.php:1631
4471
  msgid "DB Table Name|Column"
4472
  msgstr ""
4473
 
4474
- #: admin/db-backup-security/db-backup-security.php:1632
4475
  msgid "Other Prefix Changes"
4476
  msgstr ""
4477
 
4478
- #: admin/db-backup-security/db-backup-security.php:1689
4479
  msgid "DB Table Names & Character Length Table"
4480
  msgstr ""
4481
 
4482
- #: admin/db-backup-security/db-backup-security.php:1690
4483
  msgid ""
4484
  "Displays your Current DB Table Names & Length Including The DB Table Prefix"
4485
  msgstr ""
4486
 
4487
- #: admin/db-backup-security/db-backup-security.php:1744
4488
  #: admin/mscan/mscan.php:3478 admin/theme-skin/theme-skin.php:256
4489
  msgid "BPS Pro Features & Version Release Dates"
4490
  msgstr ""
4491
 
4492
- #: admin/db-backup-security/db-backup-security.php:1745
4493
  #: admin/mscan/mscan.php:3479 admin/theme-skin/theme-skin.php:257
4494
  msgid "Video Tutorials"
4495
  msgstr ""
4496
 
4497
- #: admin/db-backup-security/db-backup-security.php:1746
4498
  msgid "DB Backup & Security Guide & Troubleshooting"
4499
  msgstr ""
4500
 
@@ -4583,91 +4583,158 @@ msgid ""
4583
  "and delete it or just delete it without emailing the log file to you first."
4584
  msgstr ""
4585
 
4586
- #: admin/email-log-settings/email-log-settings.php:121
4587
- msgid "Send Email Alerts & Log Files To:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4588
  msgstr ""
4589
 
4590
  #: admin/email-log-settings/email-log-settings.php:125
4591
- msgid "Send Email Alerts & Log Files From:"
4592
  msgstr ""
4593
 
4594
  #: admin/email-log-settings/email-log-settings.php:129
4595
- msgid "Send Email Alerts & Log Files Cc:"
4596
  msgstr ""
4597
 
4598
  #: admin/email-log-settings/email-log-settings.php:133
 
 
 
 
4599
  msgid "Send Email Alerts & Log Files Bcc:"
4600
  msgstr ""
4601
 
4602
- #: admin/email-log-settings/email-log-settings.php:141
4603
  msgid "Login Security: Send Login Security Email Alert When..."
4604
  msgstr ""
4605
 
4606
- #: admin/email-log-settings/email-log-settings.php:143
4607
  msgid "A User Account Is Locked Out"
4608
  msgstr ""
4609
 
4610
- #: admin/email-log-settings/email-log-settings.php:144
4611
  msgid "An Administrator Logs In"
4612
  msgstr ""
4613
 
4614
- #: admin/email-log-settings/email-log-settings.php:145
4615
  msgid "An Administrator Logs In & A User Account is Locked Out"
4616
  msgstr ""
4617
 
4618
- #: admin/email-log-settings/email-log-settings.php:146
4619
  msgid "Any User Logs In & A User Account is Locked Out"
4620
  msgstr ""
4621
 
4622
- #: admin/email-log-settings/email-log-settings.php:147
 
 
4623
  msgid "Do Not Send Email Alerts"
4624
  msgstr ""
4625
 
4626
- #: admin/email-log-settings/email-log-settings.php:151
4627
  msgid "Security Log: Email|Delete Security Log File When..."
4628
  msgstr ""
4629
 
4630
- #: admin/email-log-settings/email-log-settings.php:153
4631
- #: admin/email-log-settings/email-log-settings.php:165
4632
- #: admin/email-log-settings/email-log-settings.php:177
4633
  msgid "500KB"
4634
  msgstr ""
4635
 
4636
- #: admin/email-log-settings/email-log-settings.php:154
4637
- #: admin/email-log-settings/email-log-settings.php:166
4638
- #: admin/email-log-settings/email-log-settings.php:178
4639
  msgid "256KB"
4640
  msgstr ""
4641
 
4642
- #: admin/email-log-settings/email-log-settings.php:155
4643
- #: admin/email-log-settings/email-log-settings.php:167
4644
- #: admin/email-log-settings/email-log-settings.php:179
4645
  msgid "1MB"
4646
  msgstr ""
4647
 
4648
- #: admin/email-log-settings/email-log-settings.php:158
4649
- #: admin/email-log-settings/email-log-settings.php:170
4650
- #: admin/email-log-settings/email-log-settings.php:182
4651
  msgid "Email Log & Then Delete Log File"
4652
  msgstr ""
4653
 
4654
- #: admin/email-log-settings/email-log-settings.php:159
4655
- #: admin/email-log-settings/email-log-settings.php:171
4656
- #: admin/email-log-settings/email-log-settings.php:183
4657
  msgid "Delete Log File"
4658
  msgstr ""
4659
 
4660
- #: admin/email-log-settings/email-log-settings.php:163
4661
  msgid "DB Backup Log: Email|Delete DB Backup Log File When..."
4662
  msgstr ""
4663
 
4664
- #: admin/email-log-settings/email-log-settings.php:175
4665
- msgid "MScan Malware Scanner Email|Delete Log File When..."
 
4666
  msgstr ""
4667
 
4668
- #: admin/email-log-settings/email-log-settings.php:210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4669
  #: admin/login/login.php:1824 admin/security-log/security-log.php:806
4670
- #: admin/system-info/system-info.php:1133
4671
  msgid "BulletProof Security Help &amp; FAQ"
4672
  msgstr ""
4673
 
@@ -4745,8 +4812,8 @@ msgstr ""
4745
  msgid "Security Log"
4746
  msgstr ""
4747
 
4748
- #: admin/includes/admin.php:432 admin/wizard/wizard.php:1082
4749
- #: admin/wizard/wizard.php:1113 admin/wizard/wizard.php:1115
4750
  #: bulletproof-security.php:157 bulletproof-security.php:160
4751
  msgid "Setup Wizard"
4752
  msgstr ""
@@ -7652,7 +7719,7 @@ msgid ""
7652
  "upload the renamed theme zip file. Child Themes are a custom Theme. Zip a "
7653
  "known good/clean copy of your Child Theme folder and upload it if you would "
7654
  "like your Child Theme files scanned. Use the same zip file naming "
7655
- "convention: tmeme-name-child.x.x.zip."
7656
  msgstr ""
7657
 
7658
  #: admin/mscan/mscan-help-text.php:60 admin/mscan/mscan.php:1331
@@ -8262,8 +8329,8 @@ msgid "Delete<br>File"
8262
  msgstr ""
8263
 
8264
  #: admin/mscan/mscan.php:1554 admin/mscan/mscan.php:2540
8265
- #: admin/mscan/mscan.php:3354 admin/system-info/system-info.php:951
8266
- #: admin/system-info/system-info.php:991
8267
  msgid "File Path"
8268
  msgstr ""
8269
 
@@ -9735,543 +9802,544 @@ msgstr ""
9735
  msgid "A Zend Extension is Not Loaded"
9736
  msgstr ""
9737
 
9738
- #: admin/system-info/system-info.php:442
9739
  msgid "Zend OPcache"
9740
  msgstr ""
9741
 
9742
- #: admin/system-info/system-info.php:445
9743
  msgid "Zend OPcache is Enabled"
9744
  msgstr ""
9745
 
9746
- #: admin/system-info/system-info.php:445 admin/system-info/system-info.php:454
9747
- #: admin/system-info/system-info.php:648 admin/system-info/system-info.php:660
9748
  msgid "Version: "
9749
  msgstr ""
9750
 
9751
- #: admin/system-info/system-info.php:447
9752
  msgid "Zend OPcache is Not Enabled"
9753
  msgstr ""
9754
 
9755
- #: admin/system-info/system-info.php:452
9756
  msgid "ionCube Loader"
9757
  msgstr ""
9758
 
9759
- #: admin/system-info/system-info.php:454
9760
  msgid "ionCube Loader Extension is Loaded "
9761
  msgstr ""
9762
 
9763
- #: admin/system-info/system-info.php:456
9764
  msgid "ionCube Loader Extension is Not Loaded"
9765
  msgstr ""
9766
 
9767
- #: admin/system-info/system-info.php:459
9768
  msgid "Suhosin"
9769
  msgstr ""
9770
 
9771
- #: admin/system-info/system-info.php:463
9772
  msgid "The Suhosin-Patch is installed"
9773
  msgstr ""
9774
 
9775
- #: admin/system-info/system-info.php:466
9776
  msgid "Suhosin-Extension is Loaded"
9777
  msgstr ""
9778
 
9779
- #: admin/system-info/system-info.php:468
9780
  msgid "Suhosin is Not Installed|Loaded"
9781
  msgstr ""
9782
 
9783
- #: admin/system-info/system-info.php:471
9784
  msgid "APC"
9785
  msgstr ""
9786
 
9787
- #: admin/system-info/system-info.php:473
9788
  msgid "APC Extension is Loaded and Enabled"
9789
  msgstr ""
9790
 
9791
- #: admin/system-info/system-info.php:476
9792
  msgid "APC Extension is Loaded but Not Enabled"
9793
  msgstr ""
9794
 
9795
- #: admin/system-info/system-info.php:478
9796
  msgid "APC Extension is Not Loaded"
9797
  msgstr ""
9798
 
9799
- #: admin/system-info/system-info.php:481
9800
  msgid "eAccelerator"
9801
  msgstr ""
9802
 
9803
- #: admin/system-info/system-info.php:483
9804
  msgid "eAccelerator Extension is Loaded and Enabled"
9805
  msgstr ""
9806
 
9807
- #: admin/system-info/system-info.php:486
9808
  msgid "eAccelerator Extension is Loaded but Not Enabled"
9809
  msgstr ""
9810
 
9811
- #: admin/system-info/system-info.php:488
9812
  msgid "eAccelerator Extension is Not Loaded"
9813
  msgstr ""
9814
 
9815
- #: admin/system-info/system-info.php:491
9816
  msgid "XCache"
9817
  msgstr ""
9818
 
9819
- #: admin/system-info/system-info.php:493
9820
  msgid "XCache Extension is Loaded and Enabled"
9821
  msgstr ""
9822
 
9823
- #: admin/system-info/system-info.php:496
9824
  msgid "XCache Extension is Loaded but Not Enabled"
9825
  msgstr ""
9826
 
9827
- #: admin/system-info/system-info.php:498
9828
  msgid "XCache Extension is Not Loaded"
9829
  msgstr ""
9830
 
9831
- #: admin/system-info/system-info.php:501
9832
  msgid "Varnish"
9833
  msgstr ""
9834
 
9835
- #: admin/system-info/system-info.php:503
9836
  msgid "Varnish Extension is Loaded"
9837
  msgstr ""
9838
 
9839
- #: admin/system-info/system-info.php:505
9840
  msgid "Varnish Extension is Not Loaded"
9841
  msgstr ""
9842
 
9843
- #: admin/system-info/system-info.php:508
9844
  msgid "Memcache"
9845
  msgstr ""
9846
 
9847
- #: admin/system-info/system-info.php:510
9848
  msgid "Memcache Extension is Loaded"
9849
  msgstr ""
9850
 
9851
- #: admin/system-info/system-info.php:512
9852
  msgid "Memcache Extension is Not Loaded"
9853
  msgstr ""
9854
 
9855
- #: admin/system-info/system-info.php:515
9856
  msgid "Memcached"
9857
  msgstr ""
9858
 
9859
- #: admin/system-info/system-info.php:517
9860
  msgid "Memcached Extension is Loaded"
9861
  msgstr ""
9862
 
9863
- #: admin/system-info/system-info.php:519
9864
  msgid "Memcached Extension is Not Loaded"
9865
  msgstr ""
9866
 
9867
- #: admin/system-info/system-info.php:532
9868
  msgid "MySQL DB Info is not displayed on Network/Multisite subsites"
9869
  msgstr ""
9870
 
9871
- #: admin/system-info/system-info.php:553 includes/general-functions.php:283
9872
  msgid "Not Set"
9873
  msgstr ""
9874
 
9875
- #: admin/system-info/system-info.php:559
9876
  msgid "MySQL Database Server Version: "
9877
  msgstr ""
9878
 
9879
- #: admin/system-info/system-info.php:559
9880
  msgid "MySQL Client Version: "
9881
  msgstr ""
9882
 
9883
- #: admin/system-info/system-info.php:559
9884
  msgid "MySQL Database Server: "
9885
  msgstr ""
9886
 
9887
- #: admin/system-info/system-info.php:559
9888
  msgid "Your MySQL Database: "
9889
  msgstr ""
9890
 
9891
- #: admin/system-info/system-info.php:559
9892
  msgid "SQL Mode: "
9893
  msgstr ""
9894
 
9895
- #: admin/system-info/system-info.php:564 admin/system-info/system-info.php:567
9896
  msgid "MySQL Extension: "
9897
  msgstr ""
9898
 
9899
- #: admin/system-info/system-info.php:564 admin/system-info/system-info.php:572
9900
  msgid "Installed|Enabled"
9901
  msgstr ""
9902
 
9903
- #: admin/system-info/system-info.php:567 admin/system-info/system-info.php:575
9904
  msgid "NOT Installed|Enabled"
9905
  msgstr ""
9906
 
9907
- #: admin/system-info/system-info.php:572 admin/system-info/system-info.php:575
9908
  msgid "MySQLi Extension: "
9909
  msgstr ""
9910
 
9911
- #: admin/system-info/system-info.php:582
9912
  msgid "WordPress Installation Folder"
9913
  msgstr ""
9914
 
9915
- #: admin/system-info/system-info.php:585
9916
  msgid "WordPress Installation Type"
9917
  msgstr ""
9918
 
9919
- #: admin/system-info/system-info.php:587
9920
  msgid "Standard|GWIOD Site Type"
9921
  msgstr ""
9922
 
9923
- #: admin/system-info/system-info.php:589
9924
  msgid "Network|Multisite"
9925
  msgstr ""
9926
 
9927
- #: admin/system-info/system-info.php:591
9928
  msgid "BuddyPress"
9929
  msgstr ""
9930
 
9931
- #: admin/system-info/system-info.php:593
9932
  msgid "bbPress"
9933
  msgstr ""
9934
 
9935
- #: admin/system-info/system-info.php:595
9936
  msgid "Plugins Folder"
9937
  msgstr ""
9938
 
9939
- #: admin/system-info/system-info.php:599
9940
  msgid "Uploads Folder"
9941
  msgstr ""
9942
 
9943
- #: admin/system-info/system-info.php:605
9944
  msgid "UPLOADS Constant"
9945
  msgstr ""
9946
 
9947
- #: admin/system-info/system-info.php:609
9948
  msgid "WP Permalink Structure"
9949
  msgstr ""
9950
 
9951
- #: admin/system-info/system-info.php:614 admin/system-info/system-info.php:616
9952
  msgid "DISABLE_WP_CRON constant"
9953
  msgstr ""
9954
 
9955
- #: admin/system-info/system-info.php:614
9956
  msgid "Standard WP Crons are disabled on your website."
9957
  msgstr ""
9958
 
9959
- #: admin/system-info/system-info.php:616
9960
  msgid "Standard WP Crons are not disabled on your website."
9961
  msgstr ""
9962
 
9963
- #: admin/system-info/system-info.php:619
9964
  msgid "Total Plugins Installed"
9965
  msgstr ""
9966
 
9967
- #: admin/system-info/system-info.php:621
9968
  msgid "Total Must-Use Plugins Installed"
9969
  msgstr ""
9970
 
9971
- #: admin/system-info/system-info.php:623
9972
  msgid "Total Plugins Activated"
9973
  msgstr ""
9974
 
9975
- #: admin/system-info/system-info.php:626
9976
  msgid "Total Plugins Network Activated"
9977
  msgstr ""
9978
 
9979
- #: admin/system-info/system-info.php:632 admin/system-info/system-info.php:634
9980
  msgid "Get Plugins|Themes List"
9981
  msgstr ""
9982
 
9983
- #: admin/system-info/system-info.php:635
9984
  msgid "This window is draggable (top) and resizable (bottom right corner)"
9985
  msgstr ""
9986
 
9987
- #: admin/system-info/system-info.php:640
9988
  msgid "Browser Compression Supported"
9989
  msgstr ""
9990
 
9991
- #: admin/system-info/system-info.php:643
9992
  msgid "GD Library"
9993
  msgstr ""
9994
 
9995
- #: admin/system-info/system-info.php:648
9996
  msgid "GD Extension is Loaded - "
9997
  msgstr ""
9998
 
9999
- #: admin/system-info/system-info.php:651
10000
  msgid "GD Extension is Not Loaded"
10001
  msgstr ""
10002
 
10003
- #: admin/system-info/system-info.php:654
10004
  msgid "ImageMagick"
10005
  msgstr ""
10006
 
10007
- #: admin/system-info/system-info.php:660
10008
  msgid "ImageMagick Extension is Loaded - "
10009
  msgstr ""
10010
 
10011
- #: admin/system-info/system-info.php:663
10012
  msgid "ImageMagick Extension is Not Loaded"
10013
  msgstr ""
10014
 
10015
- #: admin/system-info/system-info.php:678
10016
  msgid "PHP Server|PHP.ini Info"
10017
  msgstr ""
10018
 
10019
- #: admin/system-info/system-info.php:680
10020
  msgid ""
10021
  "File|Folder Permissions (CGI or DSO)|Script Owner User ID (UID)|File Owner "
10022
  "User ID"
10023
  msgstr ""
10024
 
10025
- #: admin/system-info/system-info.php:688
10026
  msgid "PHP Version"
10027
  msgstr ""
10028
 
10029
- #: admin/system-info/system-info.php:689
10030
  msgid "PHP Memory Usage"
10031
  msgstr ""
10032
 
10033
- #: admin/system-info/system-info.php:689
10034
  msgid " MB"
10035
  msgstr ""
10036
 
10037
- #: admin/system-info/system-info.php:690
10038
  msgid "WordPress Admin Memory Limit"
10039
  msgstr ""
10040
 
10041
- #: admin/system-info/system-info.php:693
10042
  msgid "WordPress Base Memory Limit"
10043
  msgstr ""
10044
 
10045
- #: admin/system-info/system-info.php:705 admin/system-info/system-info.php:711
10046
- #: admin/system-info/system-info.php:715 admin/system-info/system-info.php:719
10047
  msgid "PHP Actual Configuration Memory Limit: "
10048
  msgstr ""
10049
 
10050
- #: admin/system-info/system-info.php:705
10051
  msgid "The Memory Limit value is not available from your Server."
10052
  msgstr ""
10053
 
10054
- #: admin/system-info/system-info.php:716 admin/system-info/system-info.php:720
10055
  msgid ""
10056
  " Recommendation: Increase Memory Limit to at least 128M, 256M is even better."
10057
  msgstr ""
10058
 
10059
- #: admin/system-info/system-info.php:729 admin/system-info/system-info.php:731
10060
  msgid "PHP Configuration File (php.ini)"
10061
  msgstr ""
10062
 
10063
- #: admin/system-info/system-info.php:731
10064
  msgid "None/Not in use"
10065
  msgstr ""
10066
 
10067
- #: admin/system-info/system-info.php:744
10068
  msgid "WP Temp Dir: "
10069
  msgstr ""
10070
 
10071
- #: admin/system-info/system-info.php:747
10072
  msgid "The WP_TEMP_DIR constant is being used in wp-config.php file"
10073
  msgstr ""
10074
 
10075
- #: admin/system-info/system-info.php:753 admin/system-info/system-info.php:755
10076
  msgid "PHP Temp Dir: "
10077
  msgstr ""
10078
 
10079
- #: admin/system-info/system-info.php:755 admin/system-info/system-info.php:766
10080
- #: admin/system-info/system-info.php:774
10081
  msgid "Not set/defined or directory is not writable"
10082
  msgstr ""
10083
 
10084
- #: admin/system-info/system-info.php:764 admin/system-info/system-info.php:766
10085
  msgid "PHP Upload Temp Dir: "
10086
  msgstr ""
10087
 
10088
- #: admin/system-info/system-info.php:772 admin/system-info/system-info.php:774
10089
  msgid "Session Save Path: "
10090
  msgstr ""
10091
 
10092
- #: admin/system-info/system-info.php:779
10093
  msgid "Cycles: "
10094
  msgstr ""
10095
 
10096
- #: admin/system-info/system-info.php:783
10097
  msgid "Garbage Collector: "
10098
  msgstr ""
10099
 
10100
- #: admin/system-info/system-info.php:786
10101
  msgid "PHP Max Upload Size"
10102
  msgstr ""
10103
 
10104
- #: admin/system-info/system-info.php:789
10105
  msgid "PHP Max Post Size"
10106
  msgstr ""
10107
 
10108
- #: admin/system-info/system-info.php:792
10109
  msgid "PHP Safe Mode"
10110
  msgstr ""
10111
 
10112
- #: admin/system-info/system-info.php:801
10113
  msgid "PHP Allow URL fopen"
10114
  msgstr ""
10115
 
10116
- #: admin/system-info/system-info.php:809
10117
  msgid "PHP Allow URL Include"
10118
  msgstr ""
10119
 
10120
- #: admin/system-info/system-info.php:817
10121
  msgid "PHP Display Errors"
10122
  msgstr ""
10123
 
10124
- #: admin/system-info/system-info.php:825
10125
  msgid "PHP Display Startup Errors"
10126
  msgstr ""
10127
 
10128
- #: admin/system-info/system-info.php:833
10129
  msgid "PHP Expose PHP"
10130
  msgstr ""
10131
 
10132
- #: admin/system-info/system-info.php:841
10133
  msgid "PHP Register Globals"
10134
  msgstr ""
10135
 
10136
- #: admin/system-info/system-info.php:849
10137
  msgid "PHP MySQL Allow Persistent Connections"
10138
  msgstr ""
10139
 
10140
- #: admin/system-info/system-info.php:857
10141
  msgid "PHP Output Buffering"
10142
  msgstr ""
10143
 
10144
- #: admin/system-info/system-info.php:865
10145
  msgid "PHP Max Script Execution Time"
10146
  msgstr ""
10147
 
10148
- #: admin/system-info/system-info.php:868
10149
  msgid "PHP Magic Quotes GPC"
10150
  msgstr ""
10151
 
10152
- #: admin/system-info/system-info.php:876
10153
  msgid "PHP open_basedir"
10154
  msgstr ""
10155
 
10156
- #: admin/system-info/system-info.php:881
10157
  msgid "Off/Not in use"
10158
  msgstr ""
10159
 
10160
- #: admin/system-info/system-info.php:883
10161
  msgid "PHP XML Support"
10162
  msgstr ""
10163
 
10164
- #: admin/system-info/system-info.php:885 admin/system-info/system-info.php:893
10165
- #: admin/system-info/system-info.php:901
10166
  msgid "Yes"
10167
  msgstr ""
10168
 
10169
- #: admin/system-info/system-info.php:888 admin/system-info/system-info.php:896
10170
- #: admin/system-info/system-info.php:904
10171
  msgid "No"
10172
  msgstr ""
10173
 
10174
- #: admin/system-info/system-info.php:891
10175
  msgid "PHP IPTC Support"
10176
  msgstr ""
10177
 
10178
- #: admin/system-info/system-info.php:899
10179
  msgid "PHP Exif Support"
10180
  msgstr ""
10181
 
10182
- #: admin/system-info/system-info.php:912
10183
  msgid "PHP Disable Functions"
10184
  msgstr ""
10185
 
10186
- #: admin/system-info/system-info.php:916
10187
  msgid "No PHP functions are disabled."
10188
  msgstr ""
10189
 
10190
- #: admin/system-info/system-info.php:921
10191
  msgid "PHP Suhosin Function Blacklist"
10192
  msgstr ""
10193
 
10194
- #: admin/system-info/system-info.php:925
10195
  msgid "No PHP functions are blacklisted."
10196
  msgstr ""
10197
 
10198
- #: admin/system-info/system-info.php:948
10199
  msgid "CGI File and Folder Permissions|Recommendations"
10200
  msgstr ""
10201
 
10202
- #: admin/system-info/system-info.php:951 admin/system-info/system-info.php:991
10203
  msgid "Folder Path"
10204
  msgstr ""
10205
 
10206
- #: admin/system-info/system-info.php:952 admin/system-info/system-info.php:992
10207
  msgid "Recommended"
10208
  msgstr ""
10209
 
10210
- #: admin/system-info/system-info.php:952 admin/system-info/system-info.php:953
10211
- #: admin/system-info/system-info.php:992 admin/system-info/system-info.php:993
 
10212
  msgid "Permissions"
10213
  msgstr ""
10214
 
10215
- #: admin/system-info/system-info.php:953 admin/system-info/system-info.php:993
10216
  msgid "Current"
10217
  msgstr ""
10218
 
10219
- #: admin/system-info/system-info.php:954 admin/system-info/system-info.php:994
10220
  msgid "Script Owner"
10221
  msgstr ""
10222
 
10223
- #: admin/system-info/system-info.php:954 admin/system-info/system-info.php:994
10224
  msgid " User ID (UID)"
10225
  msgstr ""
10226
 
10227
- #: admin/system-info/system-info.php:955 admin/system-info/system-info.php:995
10228
  msgid "File Owner"
10229
  msgstr ""
10230
 
10231
- #: admin/system-info/system-info.php:955 admin/system-info/system-info.php:995
10232
  msgid " User ID"
10233
  msgstr ""
10234
 
10235
- #: admin/system-info/system-info.php:988
10236
  msgid "DSO File and Folder Permissions|Recommendations"
10237
  msgstr ""
10238
 
10239
- #: admin/system-info/system-info.php:1033
10240
  msgid "System Info Processing Completion Time: "
10241
  msgstr ""
10242
 
10243
- #: admin/system-info/system-info.php:1066
10244
  msgid "Website Headers Check Tool ~ "
10245
  msgstr ""
10246
 
10247
- #: admin/system-info/system-info.php:1066
10248
- #: admin/system-info/system-info.php:1073
10249
  msgid ""
10250
  "Check your website Headers or another website's Headers by making a GET "
10251
  "Request"
10252
  msgstr ""
10253
 
10254
- #: admin/system-info/system-info.php:1090
10255
  msgid "GET Request Headers: "
10256
  msgstr ""
10257
 
10258
- #: admin/system-info/system-info.php:1105
10259
  msgid ""
10260
  "Error: The WordPress wp_remote_get function is not available or is blocked "
10261
  "on your website/server."
10262
  msgstr ""
10263
 
10264
- #: admin/system-info/system-info.php:1115
10265
  msgid "Enter a Website URL - Example: "
10266
  msgstr ""
10267
 
10268
- #: admin/system-info/system-info.php:1118
10269
  msgid ""
10270
  "This Headers check makes a GET Request using the WordPress wp_remote_get "
10271
  "function."
10272
  msgstr ""
10273
 
10274
- #: admin/system-info/system-info.php:1118
10275
  msgid ""
10276
  "You can use the Check Headers HEAD Request tool to check headers using HEAD "
10277
  "instead of GET."
@@ -11318,16 +11386,16 @@ msgid ""
11318
  "cannot be created. Root Folder BulletProof Mode has NOT been activated."
11319
  msgstr ""
11320
 
11321
- #: admin/wizard/wizard-functions.php:111 admin/wizard/wizard-functions.php:633
11322
- #: admin/wizard/wizard-functions.php:729
11323
  msgid ""
11324
  "If your Server configuration is DSO you must first make some one-time manual "
11325
  "changes to your website before running the Setup Wizard. Please click this "
11326
  "Forum Link for instructions: "
11327
  msgstr ""
11328
 
11329
- #: admin/wizard/wizard-functions.php:111 admin/wizard/wizard-functions.php:633
11330
- #: admin/wizard/wizard-functions.php:729 admin/wizard/wizard.php:221
11331
  #: admin/wizard/wizard.php:305 admin/wizard/wizard.php:311
11332
  #: admin/wizard/wizard.php:317 admin/wizard/wizard.php:323
11333
  #: admin/wizard/wizard.php:329
@@ -11371,14 +11439,14 @@ msgid ""
11371
  msgstr ""
11372
 
11373
  #: admin/wizard/wizard-functions.php:607 admin/wizard/wizard-functions.php:616
11374
- #: admin/wizard/wizard-functions.php:825 admin/wizard/wizard.php:655
11375
  #: admin/wizard/wizard.php:693 admin/wizard/wizard.php:751
11376
- #: admin/wizard/wizard.php:791 admin/wizard/wizard.php:843
11377
- #: admin/wizard/wizard.php:941 includes/general-functions.php:1090
11378
  msgid " DB Option created or updated Successfully!"
11379
  msgstr ""
11380
 
11381
- #: admin/wizard/wizard-functions.php:623
11382
  msgid ""
11383
  "Your current Root .htaccess file is not locked. It is recommended that you "
11384
  "lock your Root .htaccess file on the htaccess Core > htaccess File Editor "
@@ -11386,57 +11454,57 @@ msgid ""
11386
  "htaccess File Editor page."
11387
  msgstr ""
11388
 
11389
- #: admin/wizard/wizard-functions.php:631
11390
  msgid ""
11391
  "The wpadmin-secure.htaccess wp-admin Master htaccess file was created "
11392
  "successfully."
11393
  msgstr ""
11394
 
11395
- #: admin/wizard/wizard-functions.php:631
11396
  msgid "wp-admin Folder BulletProof Mode activated successfully."
11397
  msgstr ""
11398
 
11399
- #: admin/wizard/wizard-functions.php:633
11400
  msgid ""
11401
  "Error: The wpadmin-secure.htaccess wp-admin Master htaccess file and wp-"
11402
  "admin .htaccess file cannot be created. wp-admin Folder BulletProof Mode has "
11403
  "NOT been activated."
11404
  msgstr ""
11405
 
11406
- #: admin/wizard/wizard-functions.php:639
11407
  msgid ""
11408
  "Go Daddy Managed WordPress Hosting option is set to Yes or Enable|Disable wp-"
11409
  "admin BulletProof Mode option is set to disabled. GDMW hosting does not "
11410
  "allow wp-admin htaccess files."
11411
  msgstr ""
11412
 
11413
- #: admin/wizard/wizard-functions.php:666
11414
  msgid " wp-admin .htaccess File backup Successful!"
11415
  msgstr ""
11416
 
11417
- #: admin/wizard/wizard-functions.php:727
11418
  msgid "The default.htaccess Master htaccess file was created successfully."
11419
  msgstr ""
11420
 
11421
- #: admin/wizard/wizard-functions.php:729
11422
  msgid "Error: The default.htaccess Master htaccess file cannot be created."
11423
  msgstr ""
11424
 
11425
- #: admin/wizard/wizard-functions.php:826 admin/wizard/wizard.php:466
11426
  msgid " Folder created Successfully!"
11427
  msgstr ""
11428
 
11429
- #: admin/wizard/wizard-functions.php:933
11430
  msgid ""
11431
  "Security Log User Agent Filter Check Successful! 0 User Agent Filters to "
11432
  "update."
11433
  msgstr ""
11434
 
11435
- #: admin/wizard/wizard-functions.php:943
11436
  msgid "Security Log User Agent Filter "
11437
  msgstr ""
11438
 
11439
- #: admin/wizard/wizard-functions.php:943
11440
  msgid " created or updated Successfully!"
11441
  msgstr ""
11442
 
@@ -11544,7 +11612,7 @@ msgid ""
11544
  "maximum memory limit setting allowed by your Host."
11545
  msgstr ""
11546
 
11547
- #: admin/wizard/wizard.php:258 includes/functions.php:1206
11548
  msgid ""
11549
  "mod_authz_core is Loaded|Order, Allow, Deny directives are supported|BC: Yes|"
11550
  "IfModule: Yes"
@@ -11635,7 +11703,7 @@ msgid ""
11635
  "Tutorials to watch."
11636
  msgstr ""
11637
 
11638
- #: admin/wizard/wizard.php:412 admin/wizard/wizard.php:1200
11639
  msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup)"
11640
  msgstr ""
11641
 
@@ -11688,29 +11756,29 @@ msgstr ""
11688
  msgid "BulletProof Security Email Alerting & Log File Options Setup"
11689
  msgstr ""
11690
 
11691
- #: admin/wizard/wizard.php:788
11692
  msgid "BulletProof Security Login Security & Monitoring Options Setup"
11693
  msgstr ""
11694
 
11695
- #: admin/wizard/wizard.php:838
11696
  msgid "BulletProof Security JTC-Lite Options Setup"
11697
  msgstr ""
11698
 
11699
- #: admin/wizard/wizard.php:938
11700
  msgid "BulletProof Security Force Strong Passwords Options Setup"
11701
  msgstr ""
11702
 
11703
- #: admin/wizard/wizard.php:992
11704
  msgid "The Setup Wizard has completed BPS Setup."
11705
  msgstr ""
11706
 
11707
- #: admin/wizard/wizard.php:992
11708
  msgid ""
11709
  "Check the \"BPS Setup Verification & Error Checks\" section below for any "
11710
  "errors in Red Font."
11711
  msgstr ""
11712
 
11713
- #: admin/wizard/wizard.php:992
11714
  msgid ""
11715
  "Your existing root htaccess file has been backed up here: /wp-content/bps-"
11716
  "backup/master-backups/root.htaccess-[Date-Timestamp]. If you run into a "
@@ -11718,64 +11786,64 @@ msgid ""
11718
  "forum topic: "
11719
  msgstr ""
11720
 
11721
- #: admin/wizard/wizard.php:992
11722
  msgid "Setup Wizard Root htaccess File Backup"
11723
  msgstr ""
11724
 
11725
- #: admin/wizard/wizard.php:1012
11726
  msgid "Setup Wizard Completion Time: "
11727
  msgstr ""
11728
 
11729
- #: admin/wizard/wizard.php:1029
11730
  msgid "BulletProof Security ~ Setup Wizard"
11731
  msgstr ""
11732
 
11733
- #: admin/wizard/wizard.php:1084 admin/wizard/wizard.php:1694
11734
- #: admin/wizard/wizard.php:1696
11735
  msgid "Setup Wizard Export|Import"
11736
  msgstr ""
11737
 
11738
- #: admin/wizard/wizard.php:1095
11739
  msgid "htaccess Files Disabled Notice: "
11740
  msgstr ""
11741
 
11742
- #: admin/wizard/wizard.php:1095
11743
  msgid ""
11744
  "BPS has detected that htaccess files cannot be used on your website/server. "
11745
  "Click this "
11746
  msgstr ""
11747
 
11748
- #: admin/wizard/wizard.php:1095
11749
  msgid ""
11750
  " link for more information before running the Wizards. If you intentionally "
11751
  "disabled htaccess files then disregard this Notice."
11752
  msgstr ""
11753
 
11754
- #: admin/wizard/wizard.php:1107
11755
  msgid "Setup Wizard ~ "
11756
  msgstr ""
11757
 
11758
- #: admin/wizard/wizard.php:1107
11759
  msgid "One-Click Complete Setup"
11760
  msgstr ""
11761
 
11762
- #: admin/wizard/wizard.php:1124
11763
  msgid "Recommended Video Tutorials: "
11764
  msgstr ""
11765
 
11766
- #: admin/wizard/wizard.php:1129
11767
  msgid "Security Log Video Tutorial"
11768
  msgstr ""
11769
 
11770
- #: admin/wizard/wizard.php:1132
11771
  msgid "Setup Wizard Steps: "
11772
  msgstr ""
11773
 
11774
- #: admin/wizard/wizard.php:1132
11775
  msgid "1. Click the Setup Wizard button."
11776
  msgstr ""
11777
 
11778
- #: admin/wizard/wizard.php:1136
11779
  msgid ""
11780
  "Setup Wizard Pre-Installation Checks are automatically performed and "
11781
  "displayed on the Setup Wizard page. Green font messages mean everything is "
@@ -11786,67 +11854,67 @@ msgid ""
11786
  "to be fixed before running the Setup Wizard."
11787
  msgstr ""
11788
 
11789
- #: admin/wizard/wizard.php:1136
11790
  msgid ""
11791
  "You can re-run the Setup Wizard again at any time. Your existing settings "
11792
  "will NOT be overwritten and will be re-saved. Any new or additional settings "
11793
  "that the Setup Wizard finds on your website will be saved/setup."
11794
  msgstr ""
11795
 
11796
- #: admin/wizard/wizard.php:1136
11797
  msgid ""
11798
  "When the Setup Wizard has completed you will see \"The Setup Wizard has "
11799
  "completed BPS Setup.\""
11800
  msgstr ""
11801
 
11802
- #: admin/wizard/wizard.php:1136
11803
  msgid ""
11804
  "Your existing Root and wp-admin htaccess files are backed up before new Root "
11805
  "and wp-admin htaccess files are created by the Setup Wizard. The BPS backup "
11806
  "folder is here: "
11807
  msgstr ""
11808
 
11809
- #: admin/wizard/wizard.php:1139
11810
  msgid ""
11811
  " and the backed up htaccess file names are: root.htaccess and wpadmin."
11812
  "htaccess."
11813
  msgstr ""
11814
 
11815
- #: admin/wizard/wizard.php:1149
11816
  msgid "Setup Wizard & Overview Video Tutorial"
11817
  msgstr ""
11818
 
11819
- #: admin/wizard/wizard.php:1176
11820
  msgid "Setup Wizard Options ~ "
11821
  msgstr ""
11822
 
11823
- #: admin/wizard/wizard.php:1176
11824
  msgid ""
11825
  "Click the Setup Wizard Options Read Me help button for help info about each "
11826
  "option setting"
11827
  msgstr ""
11828
 
11829
- #: admin/wizard/wizard.php:1190
11830
  msgid "Forum Help Links:"
11831
  msgstr ""
11832
 
11833
- #: admin/wizard/wizard.php:1194
11834
  msgid "Go Daddy Managed WordPress Hosting (GDMW)"
11835
  msgstr ""
11836
 
11837
- #: admin/wizard/wizard.php:1195 admin/wizard/wizard.php:1200
11838
  msgid "Enable|Disable htaccess Files"
11839
  msgstr ""
11840
 
11841
- #: admin/wizard/wizard.php:1196
11842
  msgid "AutoFix Forum Topic"
11843
  msgstr ""
11844
 
11845
- #: admin/wizard/wizard.php:1197
11846
  msgid "GDPR Compliance Forum Topic"
11847
  msgstr ""
11848
 
11849
- #: admin/wizard/wizard.php:1200
11850
  msgid ""
11851
  "Setup Wizard AutoFix is turned On by default. When AutoFix is turned On the "
11852
  "Setup Wizard will automatically create htaccess whitelist rules in BPS "
@@ -11867,11 +11935,11 @@ msgid ""
11867
  "AutoFix Debug information so that we can figure out what the problem is."
11868
  msgstr ""
11869
 
11870
- #: admin/wizard/wizard.php:1200
11871
  msgid "GDPR Compliance (IP Address Logging On|Off)"
11872
  msgstr ""
11873
 
11874
- #: admin/wizard/wizard.php:1200
11875
  msgid ""
11876
  "The GDPR Compliance option setting is set to Off by default. Choosing the "
11877
  "GDPR Compliance On option setting will disable IP address logging in all BPS "
@@ -11885,11 +11953,11 @@ msgid ""
11885
  "at the top of this Read Me help window."
11886
  msgstr ""
11887
 
11888
- #: admin/wizard/wizard.php:1200 admin/wizard/wizard.php:1242
11889
  msgid "Go Daddy Managed WordPress Hosting (GDMW):"
11890
  msgstr ""
11891
 
11892
- #: admin/wizard/wizard.php:1200
11893
  msgid ""
11894
  "This option is ONLY for a special type of Go Daddy Hosting account called "
11895
  "\"Managed WordPress Hosting\" and is NOT for regular/standard Go Daddy "
@@ -11898,15 +11966,15 @@ msgid ""
11898
  "section above for more information."
11899
  msgstr ""
11900
 
11901
- #: admin/wizard/wizard.php:1200 admin/wizard/wizard.php:1256
11902
  msgid "Enable|Disable htaccess Files:"
11903
  msgstr ""
11904
 
11905
- #: admin/wizard/wizard.php:1200
11906
  msgid "Before changing this option setting, click the "
11907
  msgstr ""
11908
 
11909
- #: admin/wizard/wizard.php:1200
11910
  msgid ""
11911
  " Forum Help Link at the top of this Read Me help window to find out exactly "
11912
  "what this option setting does and when it should or should not be used. "
@@ -11914,22 +11982,22 @@ msgid ""
11914
  "htaccess Files Enabled: Will enable all BPS htaccess freatures and files."
11915
  msgstr ""
11916
 
11917
- #: admin/wizard/wizard.php:1200
11918
  msgid "Enable|Disable wp-admin BulletProof Mode"
11919
  msgstr ""
11920
 
11921
- #: admin/wizard/wizard.php:1200
11922
  msgid ""
11923
  "The default setting is already set to: wp-admin BulletProof Mode Enabled. If "
11924
  "you would like to disable wp-admin BulletProof Mode select wp-admin "
11925
  "BulletProof Mode Disabled."
11926
  msgstr ""
11927
 
11928
- #: admin/wizard/wizard.php:1200 admin/wizard/wizard.php:1285
11929
  msgid "Zip File Download Fix (Incapsula, Proxy, Other Cause):"
11930
  msgstr ""
11931
 
11932
- #: admin/wizard/wizard.php:1200
11933
  msgid ""
11934
  "This option should only be set to On if you are seeing a 403 error and/or "
11935
  "unable to download these Zip files: Custom Code Export Zip file, Login "
@@ -11945,11 +12013,11 @@ msgid ""
11945
  "Firewall again."
11946
  msgstr ""
11947
 
11948
- #: admin/wizard/wizard.php:1200 admin/wizard/wizard.php:1299
11949
  msgid "Multisite Hide|Display System Info Page for Subsites:"
11950
  msgstr ""
11951
 
11952
- #: admin/wizard/wizard.php:1200
11953
  msgid ""
11954
  "This option is for Network|Multisite sites only. Choosing Hide System Info "
11955
  "Page will hide the System Info menu link under the BPS navigational menus. "
@@ -11957,11 +12025,11 @@ msgid ""
11957
  "under the BPS navigational mensus."
11958
  msgstr ""
11959
 
11960
- #: admin/wizard/wizard.php:1200 admin/wizard/wizard.php:1310
11961
  msgid "Network|Multisite Sitewide Login Security Settings"
11962
  msgstr ""
11963
 
11964
- #: admin/wizard/wizard.php:1200
11965
  msgid ""
11966
  "This option is for Network|Multisite sites only. This is an independent "
11967
  "option Form that creates and saves Login Security DB option settings for all "
@@ -11978,11 +12046,11 @@ msgid ""
11978
  "Reset, Sort DB Rows: Ascending - Show Oldest Login First."
11979
  msgstr ""
11980
 
11981
- #: admin/wizard/wizard.php:1200
11982
  msgid "Network|Multisite Sitewide JTC-Lite Settings"
11983
  msgstr ""
11984
 
11985
- #: admin/wizard/wizard.php:1200
11986
  msgid ""
11987
  "This option is for Network|Multisite sites only. This is an independent "
11988
  "option Form that creates and saves JTC-Lite DB option settings for all "
@@ -11997,11 +12065,11 @@ msgid ""
11997
  "box on the Login Form."
11998
  msgstr ""
11999
 
12000
- #: admin/wizard/wizard.php:1200 admin/wizard/wizard.php:1328
12001
  msgid "Network|Multisite Sitewide Force Strong Passwords Settings"
12002
  msgstr ""
12003
 
12004
- #: admin/wizard/wizard.php:1200
12005
  msgid ""
12006
  "This option is for Network|Multisite sites ONLY. This is an independent "
12007
  "option Form that creates and saves FSP DB option settings for all Network "
@@ -12014,84 +12082,84 @@ msgid ""
12014
  "all checked and Displayed Message/Error Message: default FSP message."
12015
  msgstr ""
12016
 
12017
- #: admin/wizard/wizard.php:1214
12018
  msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup):"
12019
  msgstr ""
12020
 
12021
- #: admin/wizard/wizard.php:1216
12022
  msgid "AutoFix On"
12023
  msgstr ""
12024
 
12025
- #: admin/wizard/wizard.php:1217
12026
  msgid "AutoFix Off"
12027
  msgstr ""
12028
 
12029
- #: admin/wizard/wizard.php:1228
12030
  msgid "GDPR Compliance (IP Address Logging On|Off):"
12031
  msgstr ""
12032
 
12033
- #: admin/wizard/wizard.php:1230
12034
  msgid "GDPR Compliance Off"
12035
  msgstr ""
12036
 
12037
- #: admin/wizard/wizard.php:1231
12038
  msgid "GDPR Compliance On"
12039
  msgstr ""
12040
 
12041
- #: admin/wizard/wizard.php:1244
12042
  msgid "No (default setting)"
12043
  msgstr ""
12044
 
12045
- #: admin/wizard/wizard.php:1245
12046
  msgid "Yes (ONLY if you have Managed WordPress Hosting)"
12047
  msgstr ""
12048
 
12049
- #: admin/wizard/wizard.php:1257
12050
  msgid ""
12051
  "CAUTION: Click the Read Me help button before changing this option setting"
12052
  msgstr ""
12053
 
12054
- #: admin/wizard/wizard.php:1259
12055
  msgid "htaccess Files Enabled"
12056
  msgstr ""
12057
 
12058
- #: admin/wizard/wizard.php:1260
12059
  msgid "htaccess Files Disabled"
12060
  msgstr ""
12061
 
12062
- #: admin/wizard/wizard.php:1271
12063
  msgid "Enable|Disable wp-admin BulletProof Mode:"
12064
  msgstr ""
12065
 
12066
- #: admin/wizard/wizard.php:1273
12067
  msgid "wp-admin BulletProof Mode Enabled"
12068
  msgstr ""
12069
 
12070
- #: admin/wizard/wizard.php:1274
12071
  msgid "wp-admin BulletProof Mode Disabled"
12072
  msgstr ""
12073
 
12074
- #: admin/wizard/wizard.php:1287
12075
  msgid "Zip File Download Fix Off"
12076
  msgstr ""
12077
 
12078
- #: admin/wizard/wizard.php:1288
12079
  msgid "Zip File Download Fix On"
12080
  msgstr ""
12081
 
12082
- #: admin/wizard/wizard.php:1301
12083
  msgid "Display System Info Page"
12084
  msgstr ""
12085
 
12086
- #: admin/wizard/wizard.php:1302
12087
  msgid "Hide System Info Page"
12088
  msgstr ""
12089
 
12090
- #: admin/wizard/wizard.php:1319
12091
  msgid "Network|Multisite Sitewide JTC Anti-Spam|Anti-Hacker Settings"
12092
  msgstr ""
12093
 
12094
- #: admin/wizard/wizard.php:1360
12095
  msgid ""
12096
  "The Zip File Download Fix option is set to On. This option should only be "
12097
  "set to On if you are unable to download these Zip files: Custom Code Export "
@@ -12099,15 +12167,15 @@ msgid ""
12099
  "htaccess file backup Zip file."
12100
  msgstr ""
12101
 
12102
- #: admin/wizard/wizard.php:1373
12103
  msgid "The Zip File Download Fix option is set to Off."
12104
  msgstr ""
12105
 
12106
- #: admin/wizard/wizard.php:1397
12107
  msgid "Multisite Hide|Display System Info Page for Subsites option saved."
12108
  msgstr ""
12109
 
12110
- #: admin/wizard/wizard.php:1412
12111
  msgid ""
12112
  "Error: Your Network site exceeds the default WP criteria for a large network "
12113
  "site. Either you have more than 10,000 users or more than 10,000 sites. "
@@ -12115,11 +12183,11 @@ msgid ""
12115
  "org for assistance."
12116
  msgstr ""
12117
 
12118
- #: admin/wizard/wizard.php:1419
12119
  msgid " LSM DB Options created or updated Successfully!"
12120
  msgstr ""
12121
 
12122
- #: admin/wizard/wizard.php:1492 admin/wizard/wizard.php:1615
12123
  msgid ""
12124
  "Error: Your Network site exceeds the default WP criteria for a large network "
12125
  "site. Either you have more than 10,000 users or more than 10,000 sites. "
@@ -12127,31 +12195,31 @@ msgid ""
12127
  "line: Setup Wizard Options Large Network Site Help."
12128
  msgstr ""
12129
 
12130
- #: admin/wizard/wizard.php:1499
12131
  msgid " JTC DB Options created or updated Successfully!"
12132
  msgstr ""
12133
 
12134
- #: admin/wizard/wizard.php:1622
12135
  msgid " FSP DB Options created or updated Successfully!"
12136
  msgstr ""
12137
 
12138
- #: admin/wizard/wizard.php:1689
12139
  msgid "Setup Wizard Export|Import ~ "
12140
  msgstr ""
12141
 
12142
- #: admin/wizard/wizard.php:1689
12143
  msgid "Export or Import BPS plugin option settings."
12144
  msgstr ""
12145
 
12146
- #: admin/wizard/wizard.php:1706
12147
  msgid "GDMW Hosting"
12148
  msgstr ""
12149
 
12150
- #: admin/wizard/wizard.php:1708
12151
  msgid "Setup Wizard Export"
12152
  msgstr ""
12153
 
12154
- #: admin/wizard/wizard.php:1708
12155
  msgid ""
12156
  "The Setup Wizard Export feature exports all BPS plugin option settings "
12157
  "except for website specific settings that need to be setup by running the "
@@ -12159,11 +12227,11 @@ msgid ""
12159
  "new website. The name of the exported zip file is: bps-settings-export.zip"
12160
  msgstr ""
12161
 
12162
- #: admin/wizard/wizard.php:1708
12163
  msgid "Setup Wizard Import"
12164
  msgstr ""
12165
 
12166
- #: admin/wizard/wizard.php:1708
12167
  msgid ""
12168
  "To import BPS plugin option settings click the Choose File button, navigate "
12169
  "to where you downloaded/saved the bps-settings-export.zip file on your "
@@ -12177,11 +12245,11 @@ msgid ""
12177
  "code or remove it from BPS Custom Code."
12178
  msgstr ""
12179
 
12180
- #: admin/wizard/wizard.php:1708
12181
  msgid "Network|Multisite Help Info"
12182
  msgstr ""
12183
 
12184
- #: admin/wizard/wizard.php:1708
12185
  msgid ""
12186
  "Setup Wizard Export|Import works for Network|Multisite site types, but only "
12187
  "the Primary site's BPS plugin option settings are exported and imported. BPS "
@@ -12193,17 +12261,17 @@ msgid ""
12193
  "option settings from the Primary site to all Subsites."
12194
  msgstr ""
12195
 
12196
- #: admin/wizard/wizard.php:1715
12197
  msgid ""
12198
  "Clicking OK will Import BPS plugin settings from the bps-settings-export.zip "
12199
  "file on your computer."
12200
  msgstr ""
12201
 
12202
- #: admin/wizard/wizard.php:1715
12203
  msgid "Click OK to Import BPS plugin settings or click Cancel."
12204
  msgstr ""
12205
 
12206
- #: admin/wizard/wizard.php:1724
12207
  msgid ""
12208
  "Clicking OK will Export your BPS plugin settings into the bps-settings-"
12209
  "export.zip file, which you can then download to your computer by clicking "
@@ -12211,33 +12279,33 @@ msgid ""
12211
  "message."
12212
  msgstr ""
12213
 
12214
- #: admin/wizard/wizard.php:1724
12215
  msgid "Click OK to Export BPS plugin settings or click Cancel."
12216
  msgstr ""
12217
 
12218
- #: admin/wizard/wizard.php:1859
12219
  msgid ""
12220
  "BPS plugin option settings exported successfully. Click the Download Zip "
12221
  "Export button to download the Setup Wizard Export zip file: bps-settings-"
12222
  "export.zip."
12223
  msgstr ""
12224
 
12225
- #: admin/wizard/wizard.php:1859
12226
  msgid ""
12227
  " and select the Zip File Download Fix On setting for the Zile File Download "
12228
  "Fix option. You should now be able to download the bps-settings-export.zip "
12229
  "file."
12230
  msgstr ""
12231
 
12232
- #: admin/wizard/wizard.php:2035 admin/wizard/wizard.php:2067
12233
  msgid "BPS plugin settings imported successfully."
12234
  msgstr ""
12235
 
12236
- #: admin/wizard/wizard.php:2035 admin/wizard/wizard.php:2067
12237
  msgid "IMPORTANT: Run the BPS Setup Wizard now."
12238
  msgstr ""
12239
 
12240
- #: admin/wizard/wizard.php:2035 admin/wizard/wizard.php:2067
12241
  msgid ""
12242
  "After running the Setup Wizard go to the BPS Security > htaccess Core > "
12243
  "Custom Code tab page and check all of your custom htaccess code for any "
@@ -12247,13 +12315,13 @@ msgid ""
12247
  "code or remove it from BPS Custom Code."
12248
  msgstr ""
12249
 
12250
- #: admin/wizard/wizard.php:2081
12251
  msgid ""
12252
  "Either the bps-settings-export.zip file has not been selected yet for Import "
12253
  "or the file "
12254
  msgstr ""
12255
 
12256
- #: admin/wizard/wizard.php:2081
12257
  msgid ""
12258
  " is not a valid Setup Wizard Export file or file name. The BPS Setup Wizard "
12259
  "Import feature only allows the bps-settings-export.zip file to be Uploaded/"
@@ -12276,71 +12344,67 @@ msgstr ""
12276
  msgid "Hourly"
12277
  msgstr ""
12278
 
12279
- #: includes/functions.php:229
12280
- msgid "Reload BPS Status Display"
12281
- msgstr ""
12282
-
12283
- #: includes/functions.php:273
12284
  msgid "The BPS Status Display is set to Off by default on the System Info page"
12285
  msgstr ""
12286
 
12287
- #: includes/functions.php:338
12288
  msgid "BPS "
12289
  msgstr ""
12290
 
12291
- #: includes/functions.php:344 includes/functions.php:369
12292
  msgid "BPS Setup Wizard Notification"
12293
  msgstr ""
12294
 
12295
- #: includes/functions.php:344 includes/functions.php:369
12296
  msgid ""
12297
  " to go to the BPS Setup Wizard page and click the Setup Wizard button to "
12298
  "setup the BPS plugin."
12299
  msgstr ""
12300
 
12301
- #: includes/functions.php:349
12302
  msgid "BPS Alert! An htaccess file was NOT found in your WordPress root folder"
12303
  msgstr ""
12304
 
12305
- #: includes/functions.php:349
12306
  msgid ""
12307
  "If you have deleted the root htaccess file for troubleshooting purposes you "
12308
  "can disregard this Alert."
12309
  msgstr ""
12310
 
12311
- #: includes/functions.php:349 includes/functions.php:587
12312
- #: includes/functions.php:654 includes/hud-autofix-setup.php:70
12313
  #: includes/hud-dismiss-functions.php:554
12314
  msgid "Go to the "
12315
  msgstr ""
12316
 
12317
- #: includes/functions.php:349 includes/functions.php:587
12318
  msgid " and click the Root Folder BulletProof Mode Activate button."
12319
  msgstr ""
12320
 
12321
- #: includes/functions.php:387
12322
  msgid "BPS Alert! Your site may not be protected by BulletProof Security"
12323
  msgstr ""
12324
 
12325
- #: includes/functions.php:387
12326
  msgid ""
12327
  "The BPS version: BULLETPROOF x.x SECURE .HTACCESS line of code was not found "
12328
  "at the top of your Root htaccess file."
12329
  msgstr ""
12330
 
12331
- #: includes/functions.php:387
12332
  msgid ""
12333
  "The BPS version line of code MUST be at the very top of your Root htaccess "
12334
  "file."
12335
  msgstr ""
12336
 
12337
- #: includes/functions.php:387 includes/functions.php:676
12338
  msgid ""
12339
  " to go to the BPS Setup Wizard page and click the Setup Wizard button to "
12340
  "setup the BPS plugin again."
12341
  msgstr ""
12342
 
12343
- #: includes/functions.php:387
12344
  msgid ""
12345
  "Important Note: If you manually added other htaccess code above the BPS "
12346
  "version line of code in your root htaccess file, you can copy that code to "
@@ -12348,14 +12412,14 @@ msgid ""
12348
  "BPS root htaccess file. "
12349
  msgstr ""
12350
 
12351
- #: includes/functions.php:387
12352
  msgid ""
12353
  " to go to the BPS Custom Code page, add your Root custom htaccess code in an "
12354
  "appropriate Root Custom Code text box and click the Save Root Custom Code "
12355
  "button before running the Setup Wizard again."
12356
  msgstr ""
12357
 
12358
- #: includes/functions.php:387 includes/hud-autofix-setup.php:70
12359
  #: includes/hud-dismiss-functions.php:74 includes/hud-dismiss-functions.php:108
12360
  #: includes/hud-dismiss-functions.php:141
12361
  #: includes/hud-dismiss-functions.php:354
@@ -12370,7 +12434,7 @@ msgid ""
12370
  "Code page."
12371
  msgstr ""
12372
 
12373
- #: includes/functions.php:387 includes/hud-autofix-setup.php:70
12374
  #: includes/hud-dismiss-functions.php:74 includes/hud-dismiss-functions.php:108
12375
  #: includes/hud-dismiss-functions.php:141
12376
  #: includes/hud-dismiss-functions.php:206
@@ -12397,52 +12461,52 @@ msgstr ""
12397
  msgid "Dismiss Notice"
12398
  msgstr ""
12399
 
12400
- #: includes/functions.php:563
12401
  msgid "The BPS Automatic htaccess File Update Completed Successfully!"
12402
  msgstr ""
12403
 
12404
- #: includes/functions.php:576
12405
  msgid "RBM"
12406
  msgstr ""
12407
 
12408
- #: includes/functions.php:587
12409
  msgid ""
12410
  "BPS Alert! Your site does not appear to be protected by BulletProof Security"
12411
  msgstr ""
12412
 
12413
- #: includes/functions.php:654
12414
  msgid ""
12415
  "BPS Alert! An htaccess file was NOT found in your WordPress wp-admin folder"
12416
  msgstr ""
12417
 
12418
- #: includes/functions.php:654
12419
  msgid ""
12420
  "If you have deleted the wp-admin htaccess file for troubleshooting purposes "
12421
  "you can disregard this Alert."
12422
  msgstr ""
12423
 
12424
- #: includes/functions.php:654
12425
  msgid " and click the wp-admin Folder BulletProof Mode Activate button."
12426
  msgstr ""
12427
 
12428
- #: includes/functions.php:676
12429
  msgid ""
12430
  "BPS Alert! Your wp-admin folder may not be protected by BulletProof Security"
12431
  msgstr ""
12432
 
12433
- #: includes/functions.php:676
12434
  msgid ""
12435
  "The BPS version: BULLETPROOF .xx.x WP-ADMIN SECURE .HTACCESS line of code "
12436
  "was not found at the top of your wp-admin htaccess file."
12437
  msgstr ""
12438
 
12439
- #: includes/functions.php:676
12440
  msgid ""
12441
  "The BPS version line of code MUST be at the very top of your wp-admin "
12442
  "htaccess file."
12443
  msgstr ""
12444
 
12445
- #: includes/functions.php:676
12446
  msgid ""
12447
  "Important Note: If you manually added other htaccess code above the BPS "
12448
  "version line of code in your wp-admin htaccess file, you can copy that code "
@@ -12450,107 +12514,107 @@ msgid ""
12450
  "in the BPS wp-admin htaccess file. "
12451
  msgstr ""
12452
 
12453
- #: includes/functions.php:676
12454
  msgid ""
12455
  " to go to the BPS Custom Code page, add your wp-admin custom htaccess code "
12456
  "in an appropriate wp-admin Custom Code text box and click the Save wp-admin "
12457
  "Custom Code button before running the Setup Wizard again."
12458
  msgstr ""
12459
 
12460
- #: includes/functions.php:762
12461
  msgid "WBM"
12462
  msgstr ""
12463
 
12464
- #: includes/functions.php:773
12465
  msgid ""
12466
  "BPS Alert! A valid BPS htaccess file was NOT found in your wp-admin folder"
12467
  msgstr ""
12468
 
12469
- #: includes/functions.php:773
12470
  msgid ""
12471
  "BulletProof Mode for the wp-admin folder should also be activated when you "
12472
  "have BulletProof Mode activated for the Root folder."
12473
  msgstr ""
12474
 
12475
- #: includes/functions.php:935
12476
  msgid "LSM"
12477
  msgstr ""
12478
 
12479
- #: includes/functions.php:978
12480
  msgid "JTC"
12481
  msgstr ""
12482
 
12483
- #: includes/functions.php:1021 includes/functions.php:1027
12484
  msgid "ISL"
12485
  msgstr ""
12486
 
12487
- #: includes/functions.php:1065 includes/functions.php:1071
12488
  msgid "ACE"
12489
  msgstr ""
12490
 
12491
- #: includes/functions.php:1118
12492
  msgid ""
12493
  "Apache Modules|Directives|Backward Compatibility(Yes|No)|IfModule(Yes|No): "
12494
  msgstr ""
12495
 
12496
- #: includes/functions.php:1160
12497
  msgid ""
12498
  "ERROR: wp_remote_get() function is blocked or unable to get the URL path"
12499
  msgstr ""
12500
 
12501
- #: includes/functions.php:1190
12502
  msgid ""
12503
  "mod_access_compat is Loaded|Order, Allow, Deny directives are supported|"
12504
  "IfModule: Yes"
12505
  msgstr ""
12506
 
12507
- #: includes/functions.php:1198
12508
  msgid "mod_access_compat is not Loaded|IfModule: Yes"
12509
  msgstr ""
12510
 
12511
- #: includes/functions.php:1211
12512
  msgid ""
12513
  "mod_authz_core is Loaded|Order, Allow, Deny directives are not supported|BC: "
12514
  "No|IfModule: Yes"
12515
  msgstr ""
12516
 
12517
- #: includes/functions.php:1216
12518
  msgid "mod_authz_core is not Loaded|IfModule: Yes"
12519
  msgstr ""
12520
 
12521
- #: includes/functions.php:1225
12522
  msgid ""
12523
  "mod_authz_host is Loaded|Order, Allow, Deny directives are supported|BC: Yes|"
12524
  "IfModule: Yes"
12525
  msgstr ""
12526
 
12527
- #: includes/functions.php:1230
12528
  msgid ""
12529
  "mod_authz_host is Loaded|Order, Allow, Deny directives are not supported|BC: "
12530
  "No|IfModule: Yes"
12531
  msgstr ""
12532
 
12533
- #: includes/functions.php:1235
12534
  msgid "mod_authz_host is not Loaded|IfModule: Yes"
12535
  msgstr ""
12536
 
12537
- #: includes/functions.php:1242
12538
  msgid "mod_rewrite Module is Loaded|IfModule: Yes"
12539
  msgstr ""
12540
 
12541
- #: includes/functions.php:1247
12542
  msgid "mod_rewrite Inconclusive: Status is not 200, 301, 302, 403 or 404"
12543
  msgstr ""
12544
 
12545
- #: includes/functions.php:1288
12546
  msgid "mod_security Module is Loaded|Enabled|IfModule: Yes"
12547
  msgstr ""
12548
 
12549
- #: includes/functions.php:1291
12550
  msgid "mod_security2 Module is Loaded|Enabled|IfModule: Yes"
12551
  msgstr ""
12552
 
12553
- #: includes/functions.php:1303
12554
  msgid "mod_security Module is not Loaded|Enabled|IfModule: Yes"
12555
  msgstr ""
12556
 
@@ -12866,18 +12930,26 @@ msgid "Once every 60 minutes"
12866
  msgstr ""
12867
 
12868
  #: includes/hidden-plugin-folders-cron.php:57
 
 
 
 
 
 
 
 
12869
  msgid "Once Daily"
12870
  msgstr ""
12871
 
12872
- #: includes/hidden-plugin-folders-cron.php:256
12873
- #: includes/hidden-plugin-folders-cron.php:271
12874
- #: includes/hidden-plugin-folders-cron.php:286
12875
- #: includes/hidden-plugin-folders-cron.php:301
12876
- #: includes/hidden-plugin-folders-cron.php:330
12877
  msgid "BPS Hidden Plugin Folder|Files (HPF) Alert"
12878
  msgstr ""
12879
 
12880
- #: includes/hidden-plugin-folders-cron.php:256
12881
  msgid ""
12882
  "A non-standard WP hello.php file (Hello Dolly Plugin) was found in your /"
12883
  "plugins/ folder and it is hidden/not displayed on the WordPress Plugins "
@@ -12887,69 +12959,69 @@ msgid ""
12887
  "below in the "
12888
  msgstr ""
12889
 
12890
- #: includes/hidden-plugin-folders-cron.php:256
12891
- #: includes/hidden-plugin-folders-cron.php:271
12892
- #: includes/hidden-plugin-folders-cron.php:286
12893
- #: includes/hidden-plugin-folders-cron.php:301
12894
- #: includes/hidden-plugin-folders-cron.php:330
12895
  msgid "Ignore Hidden Plugin Folders & Files"
12896
  msgstr ""
12897
 
12898
- #: includes/hidden-plugin-folders-cron.php:256
12899
- #: includes/hidden-plugin-folders-cron.php:271
12900
- #: includes/hidden-plugin-folders-cron.php:286
12901
- #: includes/hidden-plugin-folders-cron.php:301
12902
- #: includes/hidden-plugin-folders-cron.php:330
12903
  msgid " textarea box option to make this Alert go away."
12904
  msgstr ""
12905
 
12906
- #: includes/hidden-plugin-folders-cron.php:256
12907
- #: includes/hidden-plugin-folders-cron.php:271
12908
- #: includes/hidden-plugin-folders-cron.php:286
12909
- #: includes/hidden-plugin-folders-cron.php:301
12910
  msgid "File Path: "
12911
  msgstr ""
12912
 
12913
- #: includes/hidden-plugin-folders-cron.php:256
12914
- #: includes/hidden-plugin-folders-cron.php:271
12915
- #: includes/hidden-plugin-folders-cron.php:286
12916
- #: includes/hidden-plugin-folders-cron.php:301
12917
- #: includes/hidden-plugin-folders-cron.php:330
12918
  msgid "HPF Ignore Rule: "
12919
  msgstr ""
12920
 
12921
- #: includes/hidden-plugin-folders-cron.php:256
12922
- #: includes/hidden-plugin-folders-cron.php:271
12923
- #: includes/hidden-plugin-folders-cron.php:286
12924
- #: includes/hidden-plugin-folders-cron.php:301
12925
- #: includes/hidden-plugin-folders-cron.php:330
12926
  msgid "Last Modified Time: "
12927
  msgstr ""
12928
 
12929
- #: includes/hidden-plugin-folders-cron.php:256
12930
- #: includes/hidden-plugin-folders-cron.php:271
12931
- #: includes/hidden-plugin-folders-cron.php:286
12932
- #: includes/hidden-plugin-folders-cron.php:301
12933
- #: includes/hidden-plugin-folders-cron.php:330
12934
  msgid "Last Change Time: "
12935
  msgstr ""
12936
 
12937
- #: includes/hidden-plugin-folders-cron.php:256
12938
- #: includes/hidden-plugin-folders-cron.php:271
12939
- #: includes/hidden-plugin-folders-cron.php:286
12940
- #: includes/hidden-plugin-folders-cron.php:301
12941
- #: includes/hidden-plugin-folders-cron.php:330
12942
  msgid "Last Access Time: "
12943
  msgstr ""
12944
 
12945
- #: includes/hidden-plugin-folders-cron.php:256
12946
- #: includes/hidden-plugin-folders-cron.php:271
12947
- #: includes/hidden-plugin-folders-cron.php:286
12948
- #: includes/hidden-plugin-folders-cron.php:301
12949
  msgid "File Contents: "
12950
  msgstr ""
12951
 
12952
- #: includes/hidden-plugin-folders-cron.php:271
12953
  msgid ""
12954
  "A non-standard WP index.php file found in your /plugins/ folder appears to "
12955
  "have been altered/tampered with. Most likely the index.php file is a hacker "
@@ -12958,7 +13030,7 @@ msgid ""
12958
  "HPF Ignore Rule shown below in the "
12959
  msgstr ""
12960
 
12961
- #: includes/hidden-plugin-folders-cron.php:286
12962
  msgid ""
12963
  "An htaccess file was found in your /plugins/ folder and it does not appear "
12964
  "to be a BPS htaccess file. Most likely the htaccess file is a hacker file or "
@@ -12967,7 +13039,7 @@ msgid ""
12967
  "Ignore Rule shown below in the "
12968
  msgstr ""
12969
 
12970
- #: includes/hidden-plugin-folders-cron.php:301
12971
  msgid ""
12972
  "An unrecognized/non-standard WP file was found in your /plugins/ folder. "
12973
  "This file may be a hacker file or contain hacker code. If you recognize this "
@@ -12975,7 +13047,7 @@ msgid ""
12975
  "adding the HPF Ignore Rule shown below in the "
12976
  msgstr ""
12977
 
12978
- #: includes/hidden-plugin-folders-cron.php:330
12979
  msgid ""
12980
  "A plugin folder was found in your /plugins/ folder that is either a hidden "
12981
  "plugin (plugin that is not displayed on the WordPress Plugins page) or an "
@@ -12984,7 +13056,7 @@ msgid ""
12984
  "folder check by adding the HPF Ignore Rule shown below in the "
12985
  msgstr ""
12986
 
12987
- #: includes/hidden-plugin-folders-cron.php:330
12988
  msgid "Plugin Folder Path: "
12989
  msgstr ""
12990
 
@@ -13001,10 +13073,10 @@ msgstr ""
13001
 
13002
  #: includes/hud-autofix-setup.php:70 includes/hud-autofix-setup.php:132
13003
  #: includes/hud-autofix-setup.php:209 includes/hud-autofix-setup.php:283
13004
- #: includes/hud-autofix-setup.php:291 includes/hud-autofix-setup.php:364
13005
- #: includes/hud-autofix-setup.php:371 includes/hud-autofix-setup.php:440
13006
- #: includes/hud-autofix-setup.php:447 includes/hud-autofix-setup.php:516
13007
- #: includes/hud-autofix-setup.php:523
13008
  msgid "BPS htaccess File Editor page"
13009
  msgstr ""
13010
 
@@ -13023,11 +13095,11 @@ msgstr ""
13023
  #: includes/hud-autofix-setup.php:202 includes/hud-autofix-setup.php:209
13024
  #: includes/hud-autofix-setup.php:234 includes/hud-autofix-setup.php:283
13025
  #: includes/hud-autofix-setup.php:291 includes/hud-autofix-setup.php:316
13026
- #: includes/hud-autofix-setup.php:364 includes/hud-autofix-setup.php:371
13027
- #: includes/hud-autofix-setup.php:396 includes/hud-autofix-setup.php:440
13028
- #: includes/hud-autofix-setup.php:447 includes/hud-autofix-setup.php:472
13029
- #: includes/hud-autofix-setup.php:516 includes/hud-autofix-setup.php:523
13030
- #: includes/hud-autofix-setup.php:549
13031
  msgid "BPS Setup Wizard"
13032
  msgstr ""
13033
 
@@ -13041,8 +13113,8 @@ msgid ""
13041
  msgstr ""
13042
 
13043
  #: includes/hud-autofix-setup.php:125 includes/hud-autofix-setup.php:202
13044
- #: includes/hud-autofix-setup.php:283 includes/hud-autofix-setup.php:364
13045
- #: includes/hud-autofix-setup.php:440 includes/hud-autofix-setup.php:516
13046
  msgid ""
13047
  "If you have deactivated Root Folder BulletProof Mode temporarily then "
13048
  "disregard this message. When you activate Root Folder BulletProof Mode again "
@@ -13225,168 +13297,168 @@ msgstr ""
13225
  msgid " after you have uninstalled/deleted the Comet Cache plugin."
13226
  msgstr ""
13227
 
13228
- #: includes/hud-autofix-setup.php:364
13229
  msgid ""
13230
  "WP Fastest Cache (WPFC) htaccess code was not found in your Root htaccess "
13231
  "file"
13232
  msgstr ""
13233
 
13234
- #: includes/hud-autofix-setup.php:364 includes/hud-autofix-setup.php:371
13235
  msgid "If you just installed WP Fastest Cache then go to the "
13236
  msgstr ""
13237
 
13238
- #: includes/hud-autofix-setup.php:364
13239
  msgid ""
13240
  " click the Unlock htaccess File button, then go to the WPFC plugin settings "
13241
  "page, choose and save the WPFC plugin settings that you want to use and then "
13242
  "run the "
13243
  msgstr ""
13244
 
13245
- #: includes/hud-autofix-setup.php:364
13246
  msgid " to automatically setup/combine WPFC and BPS htaccess code together."
13247
  msgstr ""
13248
 
13249
- #: includes/hud-autofix-setup.php:371
13250
  msgid ""
13251
  "WP Fastest Cache (WPFC) Plugin htaccess code was not found in BPS Custom Code"
13252
  msgstr ""
13253
 
13254
- #: includes/hud-autofix-setup.php:371
13255
  msgid ""
13256
  " click the Unlock htaccess File button, then go to the WP Fastest Cache "
13257
  "plugin settings page, choose and save the WP Fastest Cache plugin settings "
13258
  "that you want to use and then run the "
13259
  msgstr ""
13260
 
13261
- #: includes/hud-autofix-setup.php:371
13262
  msgid ""
13263
  " to automatically setup/combine WP Fastest Cache and BPS htaccess code "
13264
  "together."
13265
  msgstr ""
13266
 
13267
- #: includes/hud-autofix-setup.php:371
13268
  msgid ""
13269
  "Note: If you change your WP Fastest Cache Plugin settings at a later time "
13270
  "then repeat these steps."
13271
  msgstr ""
13272
 
13273
- #: includes/hud-autofix-setup.php:396
13274
  msgid ""
13275
  "WP Fastest Cache (WPFC) is deactivated and WPFC htaccess code was found in "
13276
  "your Root htaccess file"
13277
  msgstr ""
13278
 
13279
- #: includes/hud-autofix-setup.php:396
13280
  msgid "If you have deactivated WPFC temporarily then disregard this message."
13281
  msgstr ""
13282
 
13283
- #: includes/hud-autofix-setup.php:396
13284
  msgid "If you are planning on permanently uninstalling WPFC then run the "
13285
  msgstr ""
13286
 
13287
- #: includes/hud-autofix-setup.php:396
13288
  msgid " after you have uninstalled/deleted the WPFC plugin."
13289
  msgstr ""
13290
 
13291
- #: includes/hud-autofix-setup.php:440
13292
  msgid "WP Rocket htaccess code was not found in your Root htaccess file"
13293
  msgstr ""
13294
 
13295
- #: includes/hud-autofix-setup.php:440 includes/hud-autofix-setup.php:447
13296
  msgid "If you just installed WP Rocket then go to the "
13297
  msgstr ""
13298
 
13299
- #: includes/hud-autofix-setup.php:440 includes/hud-autofix-setup.php:447
13300
  msgid ""
13301
  " click the Unlock htaccess File button, then go to the WP Rocket plugin "
13302
  "settings page, choose and save the WP Rocket plugin settings that you want "
13303
  "to use and then run the "
13304
  msgstr ""
13305
 
13306
- #: includes/hud-autofix-setup.php:440 includes/hud-autofix-setup.php:447
13307
  msgid ""
13308
  " to automatically setup/combine WP Rocket and BPS htaccess code together."
13309
  msgstr ""
13310
 
13311
- #: includes/hud-autofix-setup.php:447
13312
  msgid "WP Rocket Plugin htaccess code was not found in BPS Custom Code"
13313
  msgstr ""
13314
 
13315
- #: includes/hud-autofix-setup.php:447
13316
  msgid ""
13317
  "Note: If you change your WP Rocket Plugin settings at a later time then "
13318
  "repeat these steps."
13319
  msgstr ""
13320
 
13321
- #: includes/hud-autofix-setup.php:472
13322
  msgid ""
13323
  "WP Rocket is deactivated and WP Rocket htaccess code was found in your Root "
13324
  "htaccess file"
13325
  msgstr ""
13326
 
13327
- #: includes/hud-autofix-setup.php:472
13328
  msgid ""
13329
  "If you have deactivated WP Rocket temporarily then disregard this message."
13330
  msgstr ""
13331
 
13332
- #: includes/hud-autofix-setup.php:472
13333
  msgid "If you are planning on permanently uninstalling WP Rocket then run the "
13334
  msgstr ""
13335
 
13336
- #: includes/hud-autofix-setup.php:472
13337
  msgid " after you have uninstalled/deleted the WP Rocket plugin."
13338
  msgstr ""
13339
 
13340
- #: includes/hud-autofix-setup.php:516
13341
  msgid ""
13342
  "LiteSpeed Cache Plugin htaccess code was not found in your Root htaccess file"
13343
  msgstr ""
13344
 
13345
- #: includes/hud-autofix-setup.php:516 includes/hud-autofix-setup.php:523
13346
  msgid "If you just installed LiteSpeed Cache then go to the "
13347
  msgstr ""
13348
 
13349
- #: includes/hud-autofix-setup.php:516 includes/hud-autofix-setup.php:523
13350
  msgid ""
13351
  " click the Unlock htaccess File button, then go to the LiteSpeed Cache "
13352
  "plugin settings page, choose and save the LiteSpeed Cache plugin settings "
13353
  "that you want to use and then run the "
13354
  msgstr ""
13355
 
13356
- #: includes/hud-autofix-setup.php:516 includes/hud-autofix-setup.php:523
13357
  msgid ""
13358
  " to automatically setup/combine LiteSpeed Cache and BPS htaccess code "
13359
  "together."
13360
  msgstr ""
13361
 
13362
- #: includes/hud-autofix-setup.php:523
13363
  msgid "LiteSpeed Cache Plugin htaccess code was not found in BPS Custom Code"
13364
  msgstr ""
13365
 
13366
- #: includes/hud-autofix-setup.php:523
13367
  msgid ""
13368
  "Note: If you change your LiteSpeed Cache Plugin settings at a later time "
13369
  "then repeat these steps."
13370
  msgstr ""
13371
 
13372
- #: includes/hud-autofix-setup.php:549
13373
  msgid ""
13374
  "LiteSpeed Cache Plugin is deactivated and LiteSpeed Cache htaccess code was "
13375
  "found in your Root htaccess file"
13376
  msgstr ""
13377
 
13378
- #: includes/hud-autofix-setup.php:549
13379
  msgid ""
13380
  "If you have deactivated LiteSpeed Cache temporarily then disregard this "
13381
  "message."
13382
  msgstr ""
13383
 
13384
- #: includes/hud-autofix-setup.php:549
13385
  msgid ""
13386
  "If you are planning on permanently uninstalling LiteSpeed Cache then run the "
13387
  msgstr ""
13388
 
13389
- #: includes/hud-autofix-setup.php:549
13390
  msgid " after you have uninstalled/deleted the LiteSpeed Cache plugin."
13391
  msgstr ""
13392
 
@@ -14047,7 +14119,7 @@ msgstr ""
14047
 
14048
  #: includes/hud-dismiss-functions.php:461
14049
  msgid ""
14050
- "o fix the iThemes problem go to the System Tweaks page, uncheck the Disable "
14051
  "PHP in Plugins option setting."
14052
  msgstr ""
14053
 
@@ -14522,6 +14594,6 @@ msgstr ""
14522
  msgid " Login Attempts Remaining "
14523
  msgstr ""
14524
 
14525
- #: includes/zip-email-cron-functions.php:28
14526
  msgid "Once Hourly"
14527
  msgstr ""
3
  msgstr ""
4
  "Project-Id-Version: bulletproof-security\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2021-08-30 13:30-0700\n"
7
  "PO-Revision-Date: 2015-06-20 19:13-0800\n"
8
  "Last-Translator: Ed Alexander <edward@ait-pro.com>\n"
9
  "Language-Team: AITpro <info@ait-pro.com>\n"
362
 
363
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
364
  #: admin/wizard/wizard-backup.php:249 admin/wizard/wizard-backup.php:290
365
+ #: admin/wizard/wizard.php:1867
366
  msgid ""
367
  "If you see a 403 error and/or are unable to download the zip file then click "
368
  "here: "
370
 
371
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
372
  #: admin/wizard/wizard-backup.php:249 admin/wizard/wizard-backup.php:290
373
+ #: admin/wizard/wizard.php:1091 admin/wizard/wizard.php:1190
374
+ #: admin/wizard/wizard.php:1192 admin/wizard/wizard.php:1867
375
  #: includes/hud-autofix-whitelist.php:829
376
  msgid "Setup Wizard Options"
377
  msgstr ""
383
  msgstr ""
384
 
385
  #: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
386
+ #: admin/wizard/wizard.php:1867
387
  msgid "Download Zip Export"
388
  msgstr ""
389
 
390
+ #: admin/core/core-export-import.php:144 admin/wizard/wizard.php:2031
391
  msgid "Zip File Upload Successful."
392
  msgstr ""
393
 
394
+ #: admin/core/core-export-import.php:155 admin/wizard/wizard.php:2042
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:2053
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:2073
429
  msgid "Zip File Extraction Successful. Method: PclZip."
430
  msgstr ""
431
 
432
+ #: admin/core/core-export-import.php:203 admin/wizard/wizard.php:2085
433
  msgid "ERROR: Zip File Extraction Failed. Method: PclZip."
434
  msgstr ""
435
 
436
+ #: admin/core/core-export-import.php:211 admin/wizard/wizard.php:2093
437
  msgid "ERROR: Zip File Upload Failed."
438
  msgstr ""
439
 
495
  #: admin/maintenance/maintenance.php:1694
496
  #: admin/maintenance/maintenance.php:1824
497
  #: admin/maintenance/maintenance.php:2015 admin/wizard/wizard-functions.php:44
498
+ #: admin/wizard/wizard.php:1103
499
  msgid "htaccess Files Disabled Forum Topic"
500
  msgstr ""
501
 
1006
  "Read Me help file for BPS troubleshooting steps."
1007
  msgstr ""
1008
 
1009
+ #: admin/core/core-help-text.php:15 admin/wizard/wizard.php:1144
1010
  msgid "Notes: "
1011
  msgstr ""
1012
 
1209
  #: admin/mscan/mscan-help-text.php:65 admin/mscan/mscan-help-text.php:78
1210
  #: admin/mscan/mscan-help-text.php:85 admin/mscan/mscan.php:221
1211
  #: admin/security-log/security-log.php:229 admin/system-info/system-info.php:86
1212
+ #: admin/theme-skin/theme-skin.php:93 admin/wizard/wizard.php:1130
1213
+ #: admin/wizard/wizard.php:1198 admin/wizard/wizard.php:1707
1214
  msgid ""
1215
  "This Read Me Help window is draggable (top) and resizable (bottom right "
1216
  "corner)"
1818
  msgstr ""
1819
 
1820
  #: admin/core/core.php:210 admin/db-backup-security/db-backup-security.php:284
1821
+ #: admin/db-backup-security/db-backup-security.php:1742
1822
  #: admin/email-log-settings/email-log-settings.php:70 admin/login/login.php:187
1823
  #: admin/maintenance/maintenance.php:171 admin/mscan/mscan.php:203
1824
  #: admin/mscan/mscan.php:3473 admin/security-log/security-log.php:210
1842
  #: admin/core/core.php:219 admin/core/core.php:801 admin/core/core.php:1836
1843
  #: admin/core/core.php:1970 admin/core/core.php:2076
1844
  #: admin/db-backup-security/db-backup-security.php:292
1845
+ #: admin/db-backup-security/db-backup-security.php:1245
1846
+ #: admin/db-backup-security/db-backup-security.php:1401
1847
  #: admin/email-log-settings/email-log-settings.php:78 admin/login/login.php:204
1848
  #: admin/login/login.php:831 admin/maintenance/maintenance.php:191
1849
  #: admin/maintenance/maintenance.php:193
1850
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
1851
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1184
1852
  msgid "Want even more security protection?"
1853
  msgstr ""
1854
 
1857
  #: admin/email-log-settings/email-log-settings.php:78
1858
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
1859
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
1860
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1184
1861
  msgid ""
1862
  "Protect all of your Plugins (plugin folders and files) with an IP Firewall: "
1863
  msgstr ""
1867
  #: admin/email-log-settings/email-log-settings.php:78
1868
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
1869
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
1870
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1184
1871
  msgid "Get BPS Pro Plugin Firewall"
1872
  msgstr ""
1873
 
1876
  #: admin/email-log-settings/email-log-settings.php:78
1877
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
1878
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
1879
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1184
1880
  msgid ""
1881
  "Protect your WordPress uploads folder against remote access or execution of "
1882
  "files: "
1887
  #: admin/email-log-settings/email-log-settings.php:78
1888
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
1889
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
1890
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1184
1891
  msgid "Get BPS Pro Uploads Anti-Exploit Guard"
1892
  msgstr ""
1893
 
1895
  #: admin/core/core.php:1913 admin/core/core.php:1930 admin/login/login.php:164
1896
  #: admin/login/login.php:222 admin/login/login.php:944
1897
  #: admin/login/login.php:1199 admin/system-info/system-info.php:99
1898
+ #: admin/system-info/system-info.php:1070
1899
  msgid "Permission Denied"
1900
  msgstr ""
1901
 
1911
  #: admin/core/core.php:580 admin/core/core.php:668 admin/core/core.php:756
1912
  #: admin/core/core.php:807 admin/core/core.php:1842
1913
  #: admin/db-backup-security/db-backup-security.php:298
1914
+ #: admin/db-backup-security/db-backup-security.php:1251
1915
+ #: admin/db-backup-security/db-backup-security.php:1407
1916
  #: admin/email-log-settings/email-log-settings.php:84 admin/login/login.php:210
1917
  #: admin/login/login.php:837 admin/login/login.php:1169
1918
  #: admin/login/login.php:1709 admin/maintenance/maintenance.php:202
1919
  #: admin/mscan/mscan.php:216 admin/mscan/mscan.php:1963
1920
  #: admin/mscan/mscan.php:2184 admin/mscan/mscan.php:2870
1921
  #: admin/security-log/security-log.php:224 admin/system-info/system-info.php:81
1922
+ #: admin/theme-skin/theme-skin.php:90 admin/wizard/wizard.php:1121
1923
+ #: admin/wizard/wizard.php:1190 admin/wizard/wizard.php:1702
1924
  msgid "Read Me"
1925
  msgstr ""
1926
 
2088
  #: admin/security-log/security-log.php:448
2089
  #: admin/security-log/security-log.php:463
2090
  #: admin/security-log/security-log.php:681
2091
+ #: admin/system-info/system-info.php:1126
2092
  msgid "Click OK to proceed or click Cancel."
2093
  msgstr ""
2094
 
2378
  msgid "Click OK to Turn AutoLock On or click Cancel."
2379
  msgstr ""
2380
 
2381
+ #: admin/core/core.php:1384 admin/system-info/system-info.php:787
2382
+ #: admin/system-info/system-info.php:803 admin/system-info/system-info.php:811
2383
+ #: admin/system-info/system-info.php:819 admin/system-info/system-info.php:827
2384
+ #: admin/system-info/system-info.php:835 admin/system-info/system-info.php:843
2385
+ #: admin/system-info/system-info.php:851 admin/system-info/system-info.php:859
2386
+ #: admin/system-info/system-info.php:878 includes/functions.php:586
2387
+ #: includes/functions.php:777 includes/functions.php:945
2388
+ #: includes/functions.php:988 includes/functions.php:1036
2389
+ #: includes/functions.php:1080
2390
  msgid "On"
2391
  msgstr ""
2392
 
2402
  msgid "Click OK to Turn AutoLock Off or click Cancel."
2403
  msgstr ""
2404
 
2405
+ #: admin/core/core.php:1396 admin/system-info/system-info.php:563
2406
+ #: admin/system-info/system-info.php:806 admin/system-info/system-info.php:814
2407
+ #: admin/system-info/system-info.php:822 admin/system-info/system-info.php:830
2408
+ #: admin/system-info/system-info.php:838 admin/system-info/system-info.php:846
2409
+ #: admin/system-info/system-info.php:854 admin/system-info/system-info.php:862
2410
+ #: admin/system-info/system-info.php:870 admin/system-info/system-info.php:881
2411
+ #: includes/functions.php:950 includes/functions.php:993
2412
+ #: includes/functions.php:1042 includes/functions.php:1086
2413
  #: includes/general-functions.php:285 includes/general-functions.php:300
2414
  msgid "Off"
2415
  msgstr ""
2501
  msgstr ""
2502
 
2503
  #: admin/core/core.php:1871 admin/core/core.php:2119
2504
+ #: admin/wizard/wizard.php:1136
2505
  msgid "Custom Code Video Tutorial"
2506
  msgstr ""
2507
 
2588
  msgstr ""
2589
 
2590
  #: admin/core/core.php:2063
2591
+ #: admin/db-backup-security/db-backup-security.php:1746
2592
  #: admin/mscan/mscan.php:3477 admin/theme-skin/theme-skin.php:255
2593
  msgid "Whats New in "
2594
  msgstr ""
2615
  msgstr ""
2616
 
2617
  #: admin/core/core.php:2076 admin/db-backup-security/db-backup-security.php:292
2618
+ #: admin/db-backup-security/db-backup-security.php:1245
2619
+ #: admin/db-backup-security/db-backup-security.php:1401
2620
  #: admin/email-log-settings/email-log-settings.php:78
2621
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
2622
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
2623
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1184
2624
  msgid ""
2625
  "Protect all of your website files with AutoRestore|Quarantine Intrusion "
2626
  "Detection & Prevention System: "
2627
  msgstr ""
2628
 
2629
  #: admin/core/core.php:2076 admin/db-backup-security/db-backup-security.php:292
2630
+ #: admin/db-backup-security/db-backup-security.php:1245
2631
+ #: admin/db-backup-security/db-backup-security.php:1401
2632
  #: admin/email-log-settings/email-log-settings.php:78
2633
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
2634
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
2635
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1184
2636
  msgid "Get BPS Pro ARQ IDPS"
2637
  msgstr ""
2638
 
2639
  #: admin/core/core.php:2076 admin/email-log-settings/email-log-settings.php:78
2640
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
2641
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
2642
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1184
2643
  msgid ""
2644
  "Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-"
2645
  "posting, auto-commenting): "
2649
  #: admin/login/login.php:204 admin/login/login.php:831
2650
  #: admin/maintenance/maintenance.php:191 admin/maintenance/maintenance.php:193
2651
  #: admin/security-log/security-log.php:218 admin/theme-skin/theme-skin.php:84
2652
+ #: admin/wizard/wizard.php:1115 admin/wizard/wizard.php:1184
2653
  msgid "Get BPS Pro JTC Anti-Spam|Anti-Hacker"
2654
  msgstr ""
2655
 
2694
  msgid "Help & FAQ"
2695
  msgstr ""
2696
 
2697
+ #: admin/core/core.php:2114 admin/email-log-settings/email-log-settings.php:245
2698
  #: admin/login/login.php:1829 admin/maintenance/maintenance.php:2138
2699
  #: admin/security-log/security-log.php:811
2700
+ #: admin/system-info/system-info.php:1145
2701
  msgid "Contributors Page"
2702
  msgstr ""
2703
 
2705
  msgid "WP Permalinks - Custom Permalink Structure Help Info"
2706
  msgstr ""
2707
 
2708
+ #: admin/core/core.php:2116 admin/email-log-settings/email-log-settings.php:244
2709
  #: admin/login/login.php:1828 admin/maintenance/maintenance.php:2139
2710
  #: admin/security-log/security-log.php:810
2711
+ #: admin/system-info/system-info.php:1144
2712
  msgid "Security Log Event Codes"
2713
  msgstr ""
2714
 
2717
  msgstr ""
2718
 
2719
  #: admin/core/core.php:2118
2720
+ #: admin/db-backup-security/db-backup-security.php:1750
2721
+ #: admin/email-log-settings/email-log-settings.php:246
2722
  #: admin/login/login.php:1830 admin/maintenance/maintenance.php:2140
2723
  #: admin/mscan/mscan.php:3480 admin/security-log/security-log.php:812
2724
+ #: admin/system-info/system-info.php:1146 admin/theme-skin/theme-skin.php:258
2725
  msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
2726
  msgstr ""
2727
 
2749
  #: admin/core/core.php:2152
2750
  msgid ""
2751
  "BulletProof Security Pro has an amazing track record. BPS Pro has been "
2752
+ "publicly available for 10+ years and is installed on over 60,000 websites "
2753
+ "worldwide. Not a single one of those 60,000+ websites in 10+ years has been "
2754
  "hacked."
2755
  msgstr ""
2756
 
2975
  msgid "BPS Pro Version Release Dates"
2976
  msgstr ""
2977
 
2978
+ #: admin/core/core.php:2194 admin/core/core.php:2200 admin/core/core.php:2201
2979
+ #: admin/core/core.php:2202 admin/core/core.php:2203 admin/core/core.php:2204
2980
+ #: admin/core/core.php:2205 admin/core/core.php:2206 admin/core/core.php:2207
2981
+ #: admin/core/core.php:2208 admin/core/core.php:2209 admin/core/core.php:2215
2982
+ #: admin/core/core.php:2216 admin/core/core.php:2217 admin/core/core.php:2218
2983
+ #: admin/core/core.php:2219 admin/core/core.php:2220 admin/core/core.php:2226
2984
+ #: admin/core/core.php:2227 admin/core/core.php:2228 admin/core/core.php:2229
2985
+ #: admin/core/core.php:2234 admin/core/core.php:2235 admin/core/core.php:2236
2986
+ #: admin/core/core.php:2237 admin/core/core.php:2238 admin/core/core.php:2243
2987
+ #: admin/core/core.php:2244 admin/core/core.php:2245 admin/core/core.php:2246
2988
+ #: admin/core/core.php:2247 admin/core/core.php:2248 admin/core/core.php:2249
2989
+ #: admin/core/core.php:2250 admin/core/core.php:2251 admin/core/core.php:2256
2990
+ #: admin/core/core.php:2257 admin/core/core.php:2258 admin/core/core.php:2259
2991
+ #: admin/core/core.php:2260 admin/core/core.php:2261 admin/core/core.php:2262
2992
+ #: admin/core/core.php:2263 admin/core/core.php:2264 admin/core/core.php:2265
2993
+ #: admin/core/core.php:2266 admin/core/core.php:2267 admin/core/core.php:2268
2994
+ #: admin/core/core.php:2274 admin/core/core.php:2275 admin/core/core.php:2276
2995
+ #: admin/core/core.php:2277 admin/core/core.php:2278 admin/core/core.php:2279
2996
+ #: admin/core/core.php:2280 admin/core/core.php:2281 admin/core/core.php:2282
2997
+ #: admin/core/core.php:2283 admin/core/core.php:2284 admin/core/core.php:2285
2998
+ #: admin/core/core.php:2286 admin/core/core.php:2287 admin/core/core.php:2293
2999
+ #: admin/core/core.php:2294 admin/core/core.php:2295 admin/core/core.php:2296
3000
+ #: admin/core/core.php:2297 admin/core/core.php:2298 admin/core/core.php:2299
3001
+ #: admin/core/core.php:2300 admin/core/core.php:2301 admin/core/core.php:2302
3002
+ #: admin/core/core.php:2303 admin/core/core.php:2304 admin/core/core.php:2305
3003
+ #: admin/core/core.php:2311 admin/core/core.php:2312 admin/core/core.php:2313
3004
+ #: admin/core/core.php:2314 admin/core/core.php:2315 admin/core/core.php:2316
3005
+ #: admin/core/core.php:2317 admin/core/core.php:2318 admin/core/core.php:2319
3006
+ #: admin/core/core.php:2320 admin/core/core.php:2326 admin/core/core.php:2327
3007
+ #: admin/core/core.php:2328 admin/core/core.php:2329 admin/core/core.php:2330
3008
+ #: admin/core/core.php:2331 admin/core/core.php:2332 admin/core/core.php:2333
3009
+ #: admin/core/core.php:2334 admin/core/core.php:2335
3010
  #, php-format
3011
  msgid ""
3012
  "<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
3296
  msgstr ""
3297
 
3298
  #: admin/db-backup-security/db-backup-help-text.php:9
3299
+ #: admin/db-backup-security/db-backup-security.php:983
3300
  msgid "Rename|Create|Reset Tool"
3301
  msgstr ""
3302
 
3668
  msgstr ""
3669
 
3670
  #: admin/db-backup-security/db-backup-security.php:282
3671
+ #: admin/db-backup-security/db-backup-security.php:1251
3672
+ #: admin/db-backup-security/db-backup-security.php:1253
3673
  msgid "DB Backup Log"
3674
  msgstr ""
3675
 
3676
  #: admin/db-backup-security/db-backup-security.php:283
3677
+ #: admin/db-backup-security/db-backup-security.php:1407
3678
+ #: admin/db-backup-security/db-backup-security.php:1409
3679
  msgid "DB Table Prefix Changer"
3680
  msgstr ""
3681
 
3697
  msgid "Backup Jobs ~ Manual|Scheduled"
3698
  msgstr ""
3699
 
3700
+ #: admin/db-backup-security/db-backup-security.php:428
3701
  msgid ""
3702
  "Error: You did not select any DB Tables to backup. Backup Job was not "
3703
  "created."
3704
  msgstr ""
3705
 
3706
+ #: admin/db-backup-security/db-backup-security.php:535
3707
  msgid "Backup Job "
3708
  msgstr ""
3709
 
3710
+ #: admin/db-backup-security/db-backup-security.php:535
3711
  msgid " Created Successfully."
3712
  msgstr ""
3713
 
3714
+ #: admin/db-backup-security/db-backup-security.php:537
3715
  msgid "Backup Job Settings Logged successfully in the DB Backup Log"
3716
  msgstr ""
3717
 
3718
+ #: admin/db-backup-security/db-backup-security.php:564
3719
  msgid "Run Job|Delete Job"
3720
  msgstr ""
3721
 
3722
+ #: admin/db-backup-security/db-backup-security.php:620
3723
+ #: admin/db-backup-security/db-backup-security.php:677
3724
  msgid "Backup Job: "
3725
  msgstr ""
3726
 
3727
+ #: admin/db-backup-security/db-backup-security.php:620
3728
+ #: admin/db-backup-security/db-backup-security.php:856
3729
  msgid " has been deleted successfully."
3730
  msgstr ""
3731
 
3732
+ #: admin/db-backup-security/db-backup-security.php:677
3733
  msgid " has completed."
3734
  msgstr ""
3735
 
3736
+ #: admin/db-backup-security/db-backup-security.php:677
3737
  msgid ""
3738
  "Your DB Backup Log contains the Backup Job Completion Time, Total Memory "
3739
  "Used and other information about this Backup."
3740
  msgstr ""
3741
 
3742
+ #: admin/db-backup-security/db-backup-security.php:706
3743
  msgid "Description|Job Name"
3744
  msgstr ""
3745
 
3746
+ #: admin/db-backup-security/db-backup-security.php:707
3747
+ #: admin/db-backup-security/db-backup-security.php:737
3748
+ #: admin/db-backup-security/db-backup-security.php:881
3749
+ #: admin/db-backup-security/db-backup-security.php:899
3750
  #: admin/login/login.php:580 admin/login/login.php:609
3751
  #: admin/login/login.php:681 admin/login/login.php:710
3752
  #: admin/mscan/mscan.php:1596 admin/mscan/mscan.php:2993
3753
  msgid "Delete"
3754
  msgstr ""
3755
 
3756
+ #: admin/db-backup-security/db-backup-security.php:708
3757
+ #: admin/db-backup-security/db-backup-security.php:738
3758
  msgid "Run"
3759
  msgstr ""
3760
 
3761
+ #: admin/db-backup-security/db-backup-security.php:709
3762
  msgid "Job Type"
3763
  msgstr ""
3764
 
3765
+ #: admin/db-backup-security/db-backup-security.php:710
3766
  msgid "Frequency"
3767
  msgstr ""
3768
 
3769
+ #: admin/db-backup-security/db-backup-security.php:711
3770
  msgid "Last Backup"
3771
  msgstr ""
3772
 
3773
+ #: admin/db-backup-security/db-backup-security.php:712
3774
  msgid "Next Backup"
3775
  msgstr ""
3776
 
3777
+ #: admin/db-backup-security/db-backup-security.php:713
3778
  msgid "Email Backup"
3779
  msgstr ""
3780
 
3781
+ #: admin/db-backup-security/db-backup-security.php:714
3782
  msgid "Job Created"
3783
  msgstr ""
3784
 
3785
+ #: admin/db-backup-security/db-backup-security.php:721
3786
  msgid "No Backup Jobs have been created yet."
3787
  msgstr ""
3788
 
3789
+ #: admin/db-backup-security/db-backup-security.php:756
3790
  msgid "Yes & Delete"
3791
  msgstr ""
3792
 
3793
+ #: admin/db-backup-security/db-backup-security.php:758
3794
  msgid "Send Email Only"
3795
  msgstr ""
3796
 
3797
+ #: admin/db-backup-security/db-backup-security.php:799
3798
  msgid "Backup Files ~ Download|Delete"
3799
  msgstr ""
3800
 
3801
+ #: admin/db-backup-security/db-backup-security.php:834
3802
  msgid "Delete Files"
3803
  msgstr ""
3804
 
3805
+ #: admin/db-backup-security/db-backup-security.php:856
3806
  msgid "Backup File: "
3807
  msgstr ""
3808
 
3809
+ #: admin/db-backup-security/db-backup-security.php:880
3810
  msgid "Backup Filename"
3811
  msgstr ""
3812
 
3813
+ #: admin/db-backup-security/db-backup-security.php:882
3814
+ #: admin/db-backup-security/db-backup-security.php:900
3815
  msgid "Download"
3816
  msgstr ""
3817
 
3818
+ #: admin/db-backup-security/db-backup-security.php:883
3819
  msgid "Backup Folder"
3820
  msgstr ""
3821
 
3822
+ #: admin/db-backup-security/db-backup-security.php:884
3823
  msgid "Size"
3824
  msgstr ""
3825
 
3826
+ #: admin/db-backup-security/db-backup-security.php:885
3827
  msgid "Date|Time"
3828
  msgstr ""
3829
 
3830
+ #: admin/db-backup-security/db-backup-security.php:915
3831
  msgid "No Backup Jobs have been Run yet. No Files in Backup."
3832
  msgstr ""
3833
 
3834
+ #: admin/db-backup-security/db-backup-security.php:931
3835
  msgid "Click OK to Delete Backup File(s) or click Cancel"
3836
  msgstr ""
3837
 
3838
+ #: admin/db-backup-security/db-backup-security.php:956
3839
  msgid "Create Backup Jobs"
3840
  msgstr ""
3841
 
3842
+ #: admin/db-backup-security/db-backup-security.php:981
3843
  msgid "Database Tables "
3844
  msgstr ""
3845
 
3846
+ #: admin/db-backup-security/db-backup-security.php:982
3847
  msgid "Backup Job Settings|Independent Options"
3848
  msgstr ""
3849
 
3850
+ #: admin/db-backup-security/db-backup-security.php:995
3851
  #: admin/mscan/mscan.php:896
3852
  msgid "All"
3853
  msgstr ""
3854
 
3855
+ #: admin/db-backup-security/db-backup-security.php:996
3856
+ #: admin/db-backup-security/db-backup-security.php:1609
3857
  msgid "DB Table Name"
3858
  msgstr ""
3859
 
3860
+ #: admin/db-backup-security/db-backup-security.php:1042
3861
  msgid "Description|Backup Job Name:"
3862
  msgstr ""
3863
 
3864
+ #: admin/db-backup-security/db-backup-security.php:1046
3865
  msgid "DB Backup Folder Location:"
3866
  msgstr ""
3867
 
3868
+ #: admin/db-backup-security/db-backup-security.php:1047
3869
  msgid "Recommended: Use The Default Obfuscated & Secure BPS Backup Folder."
3870
  msgstr ""
3871
 
3872
+ #: admin/db-backup-security/db-backup-security.php:1050
3873
  msgid "DB Backup File Download Link|URL:"
3874
  msgstr ""
3875
 
3876
+ #: admin/db-backup-security/db-backup-security.php:1051
3877
  msgid ""
3878
  "Note: If you see 404 errors when trying to download zip files or if you have"
3879
  msgstr ""
3880
 
3881
+ #: admin/db-backup-security/db-backup-security.php:1052
3882
  msgid ""
3883
  "changed the DB Backup Folder Location above, click the Read Me help button."
3884
  msgstr ""
3885
 
3886
+ #: admin/db-backup-security/db-backup-security.php:1055
3887
  msgid "Backup Job Type: Manual or Scheduled"
3888
  msgstr ""
3889
 
3890
+ #: admin/db-backup-security/db-backup-security.php:1057
3891
  msgid "Manual DB Backup Job"
3892
  msgstr ""
3893
 
3894
+ #: admin/db-backup-security/db-backup-security.php:1058
3895
  msgid "Scheduled DB Backup Job"
3896
  msgstr ""
3897
 
3898
+ #: admin/db-backup-security/db-backup-security.php:1061
3899
  msgid "Frequency of Scheduled Backup Job (recurring)"
3900
  msgstr ""
3901
 
3902
+ #: admin/db-backup-security/db-backup-security.php:1063
3903
+ #: admin/db-backup-security/db-backup-security.php:1072
3904
+ #: admin/db-backup-security/db-backup-security.php:1101
3905
+ #: admin/db-backup-security/db-backup-security.php:1113
3906
  msgid "N/A"
3907
  msgstr ""
3908
 
3909
+ #: admin/db-backup-security/db-backup-security.php:1064
3910
  msgid "Hourly Scheduled DB Backup Job"
3911
  msgstr ""
3912
 
3913
+ #: admin/db-backup-security/db-backup-security.php:1065
3914
  msgid "Daily Scheduled DB Backup Job"
3915
  msgstr ""
3916
 
3917
+ #: admin/db-backup-security/db-backup-security.php:1066
3918
  msgid "Weekly Scheduled DB Backup Job"
3919
  msgstr ""
3920
 
3921
+ #: admin/db-backup-security/db-backup-security.php:1067
3922
  msgid "Monthly Scheduled DB Backup Job"
3923
  msgstr ""
3924
 
3925
+ #: admin/db-backup-security/db-backup-security.php:1070
3926
  msgid "Hour When Scheduled Backup is Run (recurring)"
3927
  msgstr ""
3928
 
3929
+ #: admin/db-backup-security/db-backup-security.php:1073
3930
  msgid "12AM"
3931
  msgstr ""
3932
 
3933
+ #: admin/db-backup-security/db-backup-security.php:1074
3934
  msgid "1AM"
3935
  msgstr ""
3936
 
3937
+ #: admin/db-backup-security/db-backup-security.php:1075
3938
  msgid "2AM"
3939
  msgstr ""
3940
 
3941
+ #: admin/db-backup-security/db-backup-security.php:1076
3942
  msgid "3AM"
3943
  msgstr ""
3944
 
3945
+ #: admin/db-backup-security/db-backup-security.php:1077
3946
  msgid "4AM"
3947
  msgstr ""
3948
 
3949
+ #: admin/db-backup-security/db-backup-security.php:1078
3950
  msgid "5AM"
3951
  msgstr ""
3952
 
3953
+ #: admin/db-backup-security/db-backup-security.php:1079
3954
  msgid "6AM"
3955
  msgstr ""
3956
 
3957
+ #: admin/db-backup-security/db-backup-security.php:1080
3958
  msgid "7AM"
3959
  msgstr ""
3960
 
3961
+ #: admin/db-backup-security/db-backup-security.php:1081
3962
  msgid "8AM"
3963
  msgstr ""
3964
 
3965
+ #: admin/db-backup-security/db-backup-security.php:1082
3966
  msgid "9AM"
3967
  msgstr ""
3968
 
3969
+ #: admin/db-backup-security/db-backup-security.php:1083
3970
  msgid "10AM"
3971
  msgstr ""
3972
 
3973
+ #: admin/db-backup-security/db-backup-security.php:1084
3974
  msgid "11AM"
3975
  msgstr ""
3976
 
3977
+ #: admin/db-backup-security/db-backup-security.php:1085
3978
  msgid "12PM"
3979
  msgstr ""
3980
 
3981
+ #: admin/db-backup-security/db-backup-security.php:1086
3982
  msgid "1PM"
3983
  msgstr ""
3984
 
3985
+ #: admin/db-backup-security/db-backup-security.php:1087
3986
  msgid "2PM"
3987
  msgstr ""
3988
 
3989
+ #: admin/db-backup-security/db-backup-security.php:1088
3990
  msgid "3PM"
3991
  msgstr ""
3992
 
3993
+ #: admin/db-backup-security/db-backup-security.php:1089
3994
  msgid "4PM"
3995
  msgstr ""
3996
 
3997
+ #: admin/db-backup-security/db-backup-security.php:1090
3998
  msgid "5PM"
3999
  msgstr ""
4000
 
4001
+ #: admin/db-backup-security/db-backup-security.php:1091
4002
  msgid "6PM"
4003
  msgstr ""
4004
 
4005
+ #: admin/db-backup-security/db-backup-security.php:1092
4006
  msgid "7PM"
4007
  msgstr ""
4008
 
4009
+ #: admin/db-backup-security/db-backup-security.php:1093
4010
  msgid "8PM"
4011
  msgstr ""
4012
 
4013
+ #: admin/db-backup-security/db-backup-security.php:1094
4014
  msgid "9PM"
4015
  msgstr ""
4016
 
4017
+ #: admin/db-backup-security/db-backup-security.php:1095
4018
  msgid "10PM"
4019
  msgstr ""
4020
 
4021
+ #: admin/db-backup-security/db-backup-security.php:1096
4022
  msgid "11PM"
4023
  msgstr ""
4024
 
4025
+ #: admin/db-backup-security/db-backup-security.php:1099
4026
  msgid "Day of Week When Scheduled Backup is Run (recurring)"
4027
  msgstr ""
4028
 
4029
+ #: admin/db-backup-security/db-backup-security.php:1102
4030
  msgid "Sunday"
4031
  msgstr ""
4032
 
4033
+ #: admin/db-backup-security/db-backup-security.php:1103
4034
  msgid "Monday"
4035
  msgstr ""
4036
 
4037
+ #: admin/db-backup-security/db-backup-security.php:1104
4038
  msgid "Tuesday"
4039
  msgstr ""
4040
 
4041
+ #: admin/db-backup-security/db-backup-security.php:1105
4042
  msgid "Wednesday"
4043
  msgstr ""
4044
 
4045
+ #: admin/db-backup-security/db-backup-security.php:1106
4046
  msgid "Thursday"
4047
  msgstr ""
4048
 
4049
+ #: admin/db-backup-security/db-backup-security.php:1107
4050
  msgid "Friday"
4051
  msgstr ""
4052
 
4053
+ #: admin/db-backup-security/db-backup-security.php:1108
4054
  msgid "Saturday"
4055
  msgstr ""
4056
 
4057
+ #: admin/db-backup-security/db-backup-security.php:1111
4058
  msgid "Day of Month When Scheduled Backup is Run (recurring)"
4059
  msgstr ""
4060
 
4061
+ #: admin/db-backup-security/db-backup-security.php:1114
4062
  msgid "1st"
4063
  msgstr ""
4064
 
4065
+ #: admin/db-backup-security/db-backup-security.php:1115
4066
  msgid "2nd"
4067
  msgstr ""
4068
 
4069
+ #: admin/db-backup-security/db-backup-security.php:1116
4070
  msgid "3rd"
4071
  msgstr ""
4072
 
4073
+ #: admin/db-backup-security/db-backup-security.php:1117
4074
  msgid "4th"
4075
  msgstr ""
4076
 
4077
+ #: admin/db-backup-security/db-backup-security.php:1118
4078
  msgid "5th"
4079
  msgstr ""
4080
 
4081
+ #: admin/db-backup-security/db-backup-security.php:1119
4082
  msgid "6th"
4083
  msgstr ""
4084
 
4085
+ #: admin/db-backup-security/db-backup-security.php:1120
4086
  msgid "7th"
4087
  msgstr ""
4088
 
4089
+ #: admin/db-backup-security/db-backup-security.php:1121
4090
  msgid "8th"
4091
  msgstr ""
4092
 
4093
+ #: admin/db-backup-security/db-backup-security.php:1122
4094
  msgid "9th"
4095
  msgstr ""
4096
 
4097
+ #: admin/db-backup-security/db-backup-security.php:1123
4098
  msgid "10th"
4099
  msgstr ""
4100
 
4101
+ #: admin/db-backup-security/db-backup-security.php:1124
4102
  msgid "11th"
4103
  msgstr ""
4104
 
4105
+ #: admin/db-backup-security/db-backup-security.php:1125
4106
  msgid "12th"
4107
  msgstr ""
4108
 
4109
+ #: admin/db-backup-security/db-backup-security.php:1126
4110
  msgid "13th"
4111
  msgstr ""
4112
 
4113
+ #: admin/db-backup-security/db-backup-security.php:1127
4114
  msgid "14th"
4115
  msgstr ""
4116
 
4117
+ #: admin/db-backup-security/db-backup-security.php:1128
4118
  msgid "15th"
4119
  msgstr ""
4120
 
4121
+ #: admin/db-backup-security/db-backup-security.php:1129
4122
  msgid "16th"
4123
  msgstr ""
4124
 
4125
+ #: admin/db-backup-security/db-backup-security.php:1130
4126
  msgid "17th"
4127
  msgstr ""
4128
 
4129
+ #: admin/db-backup-security/db-backup-security.php:1131
4130
  msgid "18th"
4131
  msgstr ""
4132
 
4133
+ #: admin/db-backup-security/db-backup-security.php:1132
4134
  msgid "19th"
4135
  msgstr ""
4136
 
4137
+ #: admin/db-backup-security/db-backup-security.php:1133
4138
  msgid "20th"
4139
  msgstr ""
4140
 
4141
+ #: admin/db-backup-security/db-backup-security.php:1134
4142
  msgid "21st"
4143
  msgstr ""
4144
 
4145
+ #: admin/db-backup-security/db-backup-security.php:1135
4146
  msgid "22nd"
4147
  msgstr ""
4148
 
4149
+ #: admin/db-backup-security/db-backup-security.php:1136
4150
  msgid "23rd"
4151
  msgstr ""
4152
 
4153
+ #: admin/db-backup-security/db-backup-security.php:1137
4154
  msgid "24th"
4155
  msgstr ""
4156
 
4157
+ #: admin/db-backup-security/db-backup-security.php:1138
4158
  msgid "25th"
4159
  msgstr ""
4160
 
4161
+ #: admin/db-backup-security/db-backup-security.php:1139
4162
  msgid "26th"
4163
  msgstr ""
4164
 
4165
+ #: admin/db-backup-security/db-backup-security.php:1140
4166
  msgid "27th"
4167
  msgstr ""
4168
 
4169
+ #: admin/db-backup-security/db-backup-security.php:1141
4170
  msgid "28th"
4171
  msgstr ""
4172
 
4173
+ #: admin/db-backup-security/db-backup-security.php:1142
4174
  msgid "29th"
4175
  msgstr ""
4176
 
4177
+ #: admin/db-backup-security/db-backup-security.php:1143
4178
  msgid "30th"
4179
  msgstr ""
4180
 
4181
+ #: admin/db-backup-security/db-backup-security.php:1146
4182
  msgid "Send Scheduled Backup Zip File Via Email or Just Email Only:"
4183
  msgstr ""
4184
 
4185
+ #: admin/db-backup-security/db-backup-security.php:1147
4186
  msgid ""
4187
  "Note: Check with your email provider for the maximum<br>file attachment size "
4188
  "limit that is allowed by your Mail Server"
4189
  msgstr ""
4190
 
4191
+ #: admin/db-backup-security/db-backup-security.php:1149
4192
  msgid "Do Not Email Zip Backup File"
4193
  msgstr ""
4194
 
4195
+ #: admin/db-backup-security/db-backup-security.php:1150
4196
  msgid "Email & Delete Zip Backup File"
4197
  msgstr ""
4198
 
4199
+ #: admin/db-backup-security/db-backup-security.php:1151
4200
  msgid "Email Zip Backup File"
4201
  msgstr ""
4202
 
4203
+ #: admin/db-backup-security/db-backup-security.php:1152
4204
  msgid "Send Email Only & Not Zip Backup File"
4205
  msgstr ""
4206
 
4207
+ #: admin/db-backup-security/db-backup-security.php:1155
4208
  msgid "Automatically Delete Old Backup Files:"
4209
  msgstr ""
4210
 
4211
+ #: admin/db-backup-security/db-backup-security.php:1156
4212
+ #: admin/db-backup-security/db-backup-security.php:1170
4213
  msgid "Independent Option:"
4214
  msgstr ""
4215
 
4216
+ #: admin/db-backup-security/db-backup-security.php:1158
4217
  msgid "Never Delete Old Backup Files"
4218
  msgstr ""
4219
 
4220
+ #: admin/db-backup-security/db-backup-security.php:1159
4221
  msgid "Delete Backup Files Older Than 1 Day"
4222
  msgstr ""
4223
 
4224
+ #: admin/db-backup-security/db-backup-security.php:1160
4225
  msgid "Delete Backup Files Older Than 5 Days"
4226
  msgstr ""
4227
 
4228
+ #: admin/db-backup-security/db-backup-security.php:1161
4229
  msgid "Delete Backup Files Older Than 10 Days"
4230
  msgstr ""
4231
 
4232
+ #: admin/db-backup-security/db-backup-security.php:1162
4233
  msgid "Delete Backup Files Older Than 15 Days"
4234
  msgstr ""
4235
 
4236
+ #: admin/db-backup-security/db-backup-security.php:1163
4237
  msgid "Delete Backup Files Older Than 30 Days"
4238
  msgstr ""
4239
 
4240
+ #: admin/db-backup-security/db-backup-security.php:1164
4241
  msgid "Delete Backup Files Older Than 60 Days"
4242
  msgstr ""
4243
 
4244
+ #: admin/db-backup-security/db-backup-security.php:1165
4245
  msgid "Delete Backup Files Older Than 90 Days"
4246
  msgstr ""
4247
 
4248
+ #: admin/db-backup-security/db-backup-security.php:1166
4249
  msgid "Delete Backup Files Older Than 180 Days"
4250
  msgstr ""
4251
 
4252
+ #: admin/db-backup-security/db-backup-security.php:1169
4253
  msgid "Turn On|Off All Scheduled Backups (Override):"
4254
  msgstr ""
4255
 
4256
+ #: admin/db-backup-security/db-backup-security.php:1172
4257
  msgid "All Scheduled Backups On"
4258
  msgstr ""
4259
 
4260
+ #: admin/db-backup-security/db-backup-security.php:1173
4261
  msgid "All Scheduled Backups Off"
4262
  msgstr ""
4263
 
4264
+ #: admin/db-backup-security/db-backup-security.php:1176
4265
  msgid "Click OK to Create this Backup Job or click Cancel"
4266
  msgstr ""
4267
 
4268
+ #: admin/db-backup-security/db-backup-security.php:1194
4269
  msgid "Rename|Create|Reset DB Backup Folder Name:"
4270
  msgstr ""
4271
 
4272
+ #: admin/db-backup-security/db-backup-security.php:1195
4273
  msgid "Randomly Generated New DB Backup Folder Name."
4274
  msgstr ""
4275
 
4276
+ #: admin/db-backup-security/db-backup-security.php:1196
4277
  msgid "Valid Folder Naming Characters: a-z A-Z 0-9 - _"
4278
  msgstr ""
4279
 
4280
+ #: admin/db-backup-security/db-backup-security.php:1199
4281
  msgid ""
4282
  "The Rename|Create|Reset Tool renames the DB Backup folder if it already "
4283
  "exists or creates a new DB Backup folder if it does not already exist.\\n"
4289
  "OK to proceed or click Cancel"
4290
  msgstr ""
4291
 
4292
+ #: admin/db-backup-security/db-backup-security.php:1245
4293
  msgid "DB Backup Log ~ "
4294
  msgstr ""
4295
 
4296
+ #: admin/db-backup-security/db-backup-security.php:1245
4297
  msgid ""
4298
  "Logs Backup Job Settings, Completion Time, Memory Usage, Zip Backup File "
4299
  "Name, Timestamp..."
4300
  msgstr ""
4301
 
 
4302
  #: admin/db-backup-security/db-backup-security.php:1267
4303
+ #: admin/db-backup-security/db-backup-security.php:1270
4304
  msgid "DB Backup Log File Size: "
4305
  msgstr ""
4306
 
4307
+ #: admin/db-backup-security/db-backup-security.php:1270
4308
  msgid "The Email Logging options will only send log files up to 2MB in size."
4309
  msgstr ""
4310
 
4311
+ #: admin/db-backup-security/db-backup-security.php:1270
4312
  msgid ""
4313
  "Copy and paste the DB Backup Log file contents into a Notepad text file on "
4314
  "your computer and save it."
4315
  msgstr ""
4316
 
4317
+ #: admin/db-backup-security/db-backup-security.php:1270
4318
  #: admin/mscan/mscan.php:2015
4319
  msgid ""
4320
  "Then click the Delete Log button to delete the contents of this Log file."
4321
  msgstr ""
4322
 
4323
+ #: admin/db-backup-security/db-backup-security.php:1285
4324
  msgid "DB Backup Log Last Modified Time: "
4325
  msgstr ""
4326
 
4327
+ #: admin/db-backup-security/db-backup-security.php:1299
4328
  msgid ""
4329
  "Success! Your DB Backup Log file has been deleted and replaced with a new "
4330
  "blank DB Backup Log file."
4331
  msgstr ""
4332
 
4333
+ #: admin/db-backup-security/db-backup-security.php:1307
4334
  msgid "Clicking OK will delete the contents of your DB Backup Log file."
4335
  msgstr ""
4336
 
4337
+ #: admin/db-backup-security/db-backup-security.php:1307
4338
  #: admin/mscan/mscan.php:2073 admin/security-log/security-log.php:492
4339
  msgid "Click OK to Delete the Log file contents or click Cancel."
4340
  msgstr ""
4341
 
4342
+ #: admin/db-backup-security/db-backup-security.php:1326
4343
  msgid ""
4344
  "The DB Backup Log File Was Not Found! Check that the file really exists here "
4345
  "- /"
4346
  msgstr ""
4347
 
4348
+ #: admin/db-backup-security/db-backup-security.php:1326
4349
  msgid "/bps-backup/logs/db_backup_log.txt and is named correctly."
4350
  msgstr ""
4351
 
4352
+ #: admin/db-backup-security/db-backup-security.php:1345
4353
  msgid ""
4354
  "File Open and Write test successful! Your DB Backup Log file is writable."
4355
  msgstr ""
4356
 
4357
+ #: admin/db-backup-security/db-backup-security.php:1357
4358
  msgid "Success! Your DB Backup Log file has been updated."
4359
  msgstr ""
4360
 
4361
+ #: admin/db-backup-security/db-backup-security.php:1401
4362
  msgid "DB Table Prefix Changer ~ "
4363
  msgstr ""
4364
 
4365
+ #: admin/db-backup-security/db-backup-security.php:1401
4366
  msgid "Tools to change & check your WordPress Database Table Prefix"
4367
  msgstr ""
4368
 
4369
+ #: admin/db-backup-security/db-backup-security.php:1417
4370
  msgid "Your current WordPress Database Table Prefix is: "
4371
  msgstr ""
4372
 
4373
+ #: admin/db-backup-security/db-backup-security.php:1417
4374
  msgid "NOTES: "
4375
  msgstr ""
4376
 
4377
+ #: admin/db-backup-security/db-backup-security.php:1417
4378
  msgid ""
4379
  "1. It is recommended that you backup your database before using this tool."
4380
  msgstr ""
4381
 
4382
+ #: admin/db-backup-security/db-backup-security.php:1417
4383
  msgid ""
4384
  "2. If you want to create your own DB Table Prefix name or add additional "
4385
  "characters to the randomly generated DB Table Prefix name below then ONLY "
4386
  "use lowercase letters, numbers and underscores in your DB Table Prefix name."
4387
  msgstr ""
4388
 
4389
+ #: admin/db-backup-security/db-backup-security.php:1417
4390
  msgid ""
4391
  "3. The maximum length limitation of a DB Table name, including the table "
4392
  "prefix is 64 characters. See the DB Table Names & Character Length Table to "
4393
  "the right."
4394
  msgstr ""
4395
 
4396
+ #: admin/db-backup-security/db-backup-security.php:1417
4397
  msgid ""
4398
  "4. To change your DB Table Prefix name back to the WordPress default DB "
4399
  "Table Prefix name, enter wp_ for the DB Table Prefix name."
4400
  msgstr ""
4401
 
4402
+ #: admin/db-backup-security/db-backup-security.php:1429
4403
  msgid ""
4404
  "ERROR: The DB Table Prefix name can only contain numbers, lowercase letters, "
4405
  "and underscores."
4406
  msgstr ""
4407
 
4408
+ #: admin/db-backup-security/db-backup-security.php:1443
4409
  msgid "A wp-config.php file was NOT found in your website root folder."
4410
  msgstr ""
4411
 
4412
+ #: admin/db-backup-security/db-backup-security.php:1443
4413
  msgid ""
4414
  "Your DB Table Prefix was not changed. If you have moved your wp-config.php "
4415
  "file to a another Server folder then you can use this tool to change your DB "
4417
  "file back to the default location: your WordPress website root folder."
4418
  msgstr ""
4419
 
4420
+ #: admin/db-backup-security/db-backup-security.php:1464
4421
  msgid ""
4422
  "Error: The wp-config.php file is not writable. Unable to write to the wp-"
4423
  "config.php file."
4424
  msgstr ""
4425
 
4426
+ #: admin/db-backup-security/db-backup-security.php:1464
4427
  msgid ""
4428
  "Your DB Table Prefix was not changed. You will need to make the wp-config."
4429
  "php file writable first by changing either the file permissions or Ownership "
4431
  "DB Table Prefix Changer tool to change your DB Table Prefix."
4432
  msgstr ""
4433
 
4434
+ #: admin/db-backup-security/db-backup-security.php:1509
4435
  msgid ""
4436
  "DB Table Prefix Name change completed. Click the Load|Refresh Table button "
4437
  "to load/refresh the DB Table Names & Character Length Table if you would "
4438
  "like to check the new DB Table Prefix Name Changes."
4439
  msgstr ""
4440
 
4441
+ #: admin/db-backup-security/db-backup-security.php:1516
4442
  msgid ""
4443
  "Click the Update Site User Roles button to complete the DB Table Prefix Name "
4444
  "change."
4445
  msgstr ""
4446
 
4447
+ #: admin/db-backup-security/db-backup-security.php:1534
4448
  msgid "Randomly Generated DB Table Prefix"
4449
  msgstr ""
4450
 
4451
+ #: admin/db-backup-security/db-backup-security.php:1571
4452
  msgid ""
4453
  "DB Table Prefix Name change completed. Click the Load|Refresh Table button "
4454
  "to load/refresh the DB Table Names & Character Length Table if you would "
4457
  "new DB Table names."
4458
  msgstr ""
4459
 
4460
+ #: admin/db-backup-security/db-backup-security.php:1583
4461
  msgid ""
4462
  "This button must be clicked AFTER clicking the Change DB Table Prefix button "
4463
  "above."
4464
  msgstr ""
4465
 
4466
+ #: admin/db-backup-security/db-backup-security.php:1610
4467
  msgid "Length"
4468
  msgstr ""
4469
 
4470
+ #: admin/db-backup-security/db-backup-security.php:1634
4471
  msgid "DB Table Name|Column"
4472
  msgstr ""
4473
 
4474
+ #: admin/db-backup-security/db-backup-security.php:1635
4475
  msgid "Other Prefix Changes"
4476
  msgstr ""
4477
 
4478
+ #: admin/db-backup-security/db-backup-security.php:1692
4479
  msgid "DB Table Names & Character Length Table"
4480
  msgstr ""
4481
 
4482
+ #: admin/db-backup-security/db-backup-security.php:1693
4483
  msgid ""
4484
  "Displays your Current DB Table Names & Length Including The DB Table Prefix"
4485
  msgstr ""
4486
 
4487
+ #: admin/db-backup-security/db-backup-security.php:1747
4488
  #: admin/mscan/mscan.php:3478 admin/theme-skin/theme-skin.php:256
4489
  msgid "BPS Pro Features & Version Release Dates"
4490
  msgstr ""
4491
 
4492
+ #: admin/db-backup-security/db-backup-security.php:1748
4493
  #: admin/mscan/mscan.php:3479 admin/theme-skin/theme-skin.php:257
4494
  msgid "Video Tutorials"
4495
  msgstr ""
4496
 
4497
+ #: admin/db-backup-security/db-backup-security.php:1749
4498
  msgid "DB Backup & Security Guide & Troubleshooting"
4499
  msgstr ""
4500
 
4583
  "and delete it or just delete it without emailing the log file to you first."
4584
  msgstr ""
4585
 
4586
+ #: admin/email-log-settings/email-log-settings.php:97
4587
+ #: admin/email-log-settings/email-log-settings.php:179
4588
+ msgid "MScan Malware Scanner Email|Delete Log File When..."
4589
+ msgstr ""
4590
+
4591
+ #: admin/email-log-settings/email-log-settings.php:97
4592
+ msgid ""
4593
+ "Select the maximum Log File size that you want to allow for your MScan Log "
4594
+ "File and then select the option that you want when your log file reaches "
4595
+ "that maximum size. Choose to either automatically Email the Log file to you "
4596
+ "and delete it or just delete it without emailing the log file to you first."
4597
+ msgstr ""
4598
+
4599
+ #: admin/email-log-settings/email-log-settings.php:97
4600
+ #: admin/email-log-settings/email-log-settings.php:191
4601
+ msgid "Plugin Updates Available Email Alert:"
4602
+ msgstr ""
4603
+
4604
+ #: admin/email-log-settings/email-log-settings.php:97
4605
+ msgid ""
4606
+ "Choose whether or not to have email alerts sent if new Plugin version "
4607
+ "updates are available. The default setting is \"Do Not Send Email Alerts\". "
4608
+ "You can choose either to send email alerts for all Plugins or only Active "
4609
+ "Plugins."
4610
+ msgstr ""
4611
+
4612
+ #: admin/email-log-settings/email-log-settings.php:97
4613
+ #: admin/email-log-settings/email-log-settings.php:204
4614
+ msgid "Theme Updates Available Email Alert:"
4615
+ msgstr ""
4616
+
4617
+ #: admin/email-log-settings/email-log-settings.php:97
4618
+ msgid ""
4619
+ "Choose whether or not to have email alerts sent if new Theme version updates "
4620
+ "are available. The default setting is \"Do Not Send Email Alerts\". You can "
4621
+ "choose either to send email alerts for all Themes or only the Active Theme."
4622
  msgstr ""
4623
 
4624
  #: admin/email-log-settings/email-log-settings.php:125
4625
+ msgid "Send Email Alerts & Log Files To:"
4626
  msgstr ""
4627
 
4628
  #: admin/email-log-settings/email-log-settings.php:129
4629
+ msgid "Send Email Alerts & Log Files From:"
4630
  msgstr ""
4631
 
4632
  #: admin/email-log-settings/email-log-settings.php:133
4633
+ msgid "Send Email Alerts & Log Files Cc:"
4634
+ msgstr ""
4635
+
4636
+ #: admin/email-log-settings/email-log-settings.php:137
4637
  msgid "Send Email Alerts & Log Files Bcc:"
4638
  msgstr ""
4639
 
4640
+ #: admin/email-log-settings/email-log-settings.php:145
4641
  msgid "Login Security: Send Login Security Email Alert When..."
4642
  msgstr ""
4643
 
4644
+ #: admin/email-log-settings/email-log-settings.php:147
4645
  msgid "A User Account Is Locked Out"
4646
  msgstr ""
4647
 
4648
+ #: admin/email-log-settings/email-log-settings.php:148
4649
  msgid "An Administrator Logs In"
4650
  msgstr ""
4651
 
4652
+ #: admin/email-log-settings/email-log-settings.php:149
4653
  msgid "An Administrator Logs In & A User Account is Locked Out"
4654
  msgstr ""
4655
 
4656
+ #: admin/email-log-settings/email-log-settings.php:150
4657
  msgid "Any User Logs In & A User Account is Locked Out"
4658
  msgstr ""
4659
 
4660
+ #: admin/email-log-settings/email-log-settings.php:151
4661
+ #: admin/email-log-settings/email-log-settings.php:198
4662
+ #: admin/email-log-settings/email-log-settings.php:211
4663
  msgid "Do Not Send Email Alerts"
4664
  msgstr ""
4665
 
4666
+ #: admin/email-log-settings/email-log-settings.php:155
4667
  msgid "Security Log: Email|Delete Security Log File When..."
4668
  msgstr ""
4669
 
4670
+ #: admin/email-log-settings/email-log-settings.php:157
4671
+ #: admin/email-log-settings/email-log-settings.php:169
4672
+ #: admin/email-log-settings/email-log-settings.php:181
4673
  msgid "500KB"
4674
  msgstr ""
4675
 
4676
+ #: admin/email-log-settings/email-log-settings.php:158
4677
+ #: admin/email-log-settings/email-log-settings.php:170
4678
+ #: admin/email-log-settings/email-log-settings.php:182
4679
  msgid "256KB"
4680
  msgstr ""
4681
 
4682
+ #: admin/email-log-settings/email-log-settings.php:159
4683
+ #: admin/email-log-settings/email-log-settings.php:171
4684
+ #: admin/email-log-settings/email-log-settings.php:183
4685
  msgid "1MB"
4686
  msgstr ""
4687
 
4688
+ #: admin/email-log-settings/email-log-settings.php:162
4689
+ #: admin/email-log-settings/email-log-settings.php:174
4690
+ #: admin/email-log-settings/email-log-settings.php:186
4691
  msgid "Email Log & Then Delete Log File"
4692
  msgstr ""
4693
 
4694
+ #: admin/email-log-settings/email-log-settings.php:163
4695
+ #: admin/email-log-settings/email-log-settings.php:175
4696
+ #: admin/email-log-settings/email-log-settings.php:187
4697
  msgid "Delete Log File"
4698
  msgstr ""
4699
 
4700
+ #: admin/email-log-settings/email-log-settings.php:167
4701
  msgid "DB Backup Log: Email|Delete DB Backup Log File When..."
4702
  msgstr ""
4703
 
4704
+ #: admin/email-log-settings/email-log-settings.php:193
4705
+ #: admin/email-log-settings/email-log-settings.php:206
4706
+ msgid "1 Hour"
4707
  msgstr ""
4708
 
4709
+ #: admin/email-log-settings/email-log-settings.php:194
4710
+ #: admin/email-log-settings/email-log-settings.php:207
4711
+ msgid "12 Hours"
4712
+ msgstr ""
4713
+
4714
+ #: admin/email-log-settings/email-log-settings.php:195
4715
+ #: admin/email-log-settings/email-log-settings.php:208
4716
+ msgid "1 Day"
4717
+ msgstr ""
4718
+
4719
+ #: admin/email-log-settings/email-log-settings.php:199
4720
+ msgid "Send Email Alerts for All Plugins"
4721
+ msgstr ""
4722
+
4723
+ #: admin/email-log-settings/email-log-settings.php:200
4724
+ msgid "Send Email Alerts for Active Plugins Only"
4725
+ msgstr ""
4726
+
4727
+ #: admin/email-log-settings/email-log-settings.php:212
4728
+ msgid "Send Email Alerts for All Themes"
4729
+ msgstr ""
4730
+
4731
+ #: admin/email-log-settings/email-log-settings.php:213
4732
+ msgid "Send Email Alerts for Active Theme Only"
4733
+ msgstr ""
4734
+
4735
+ #: admin/email-log-settings/email-log-settings.php:240
4736
  #: admin/login/login.php:1824 admin/security-log/security-log.php:806
4737
+ #: admin/system-info/system-info.php:1141
4738
  msgid "BulletProof Security Help &amp; FAQ"
4739
  msgstr ""
4740
 
4812
  msgid "Security Log"
4813
  msgstr ""
4814
 
4815
+ #: admin/includes/admin.php:432 admin/wizard/wizard.php:1090
4816
+ #: admin/wizard/wizard.php:1121 admin/wizard/wizard.php:1123
4817
  #: bulletproof-security.php:157 bulletproof-security.php:160
4818
  msgid "Setup Wizard"
4819
  msgstr ""
7719
  "upload the renamed theme zip file. Child Themes are a custom Theme. Zip a "
7720
  "known good/clean copy of your Child Theme folder and upload it if you would "
7721
  "like your Child Theme files scanned. Use the same zip file naming "
7722
+ "convention: theme-name-child.x.x.zip."
7723
  msgstr ""
7724
 
7725
  #: admin/mscan/mscan-help-text.php:60 admin/mscan/mscan.php:1331
8329
  msgstr ""
8330
 
8331
  #: admin/mscan/mscan.php:1554 admin/mscan/mscan.php:2540
8332
+ #: admin/mscan/mscan.php:3354 admin/system-info/system-info.php:959
8333
+ #: admin/system-info/system-info.php:999
8334
  msgid "File Path"
8335
  msgstr ""
8336
 
9802
  msgid "A Zend Extension is Not Loaded"
9803
  msgstr ""
9804
 
9805
+ #: admin/system-info/system-info.php:444 admin/system-info/system-info.php:455
9806
  msgid "Zend OPcache"
9807
  msgstr ""
9808
 
9809
+ #: admin/system-info/system-info.php:448
9810
  msgid "Zend OPcache is Enabled"
9811
  msgstr ""
9812
 
9813
+ #: admin/system-info/system-info.php:448 admin/system-info/system-info.php:462
9814
+ #: admin/system-info/system-info.php:656 admin/system-info/system-info.php:668
9815
  msgid "Version: "
9816
  msgstr ""
9817
 
9818
+ #: admin/system-info/system-info.php:451 admin/system-info/system-info.php:456
9819
  msgid "Zend OPcache is Not Enabled"
9820
  msgstr ""
9821
 
9822
+ #: admin/system-info/system-info.php:460
9823
  msgid "ionCube Loader"
9824
  msgstr ""
9825
 
9826
+ #: admin/system-info/system-info.php:462
9827
  msgid "ionCube Loader Extension is Loaded "
9828
  msgstr ""
9829
 
9830
+ #: admin/system-info/system-info.php:464
9831
  msgid "ionCube Loader Extension is Not Loaded"
9832
  msgstr ""
9833
 
9834
+ #: admin/system-info/system-info.php:467
9835
  msgid "Suhosin"
9836
  msgstr ""
9837
 
9838
+ #: admin/system-info/system-info.php:471
9839
  msgid "The Suhosin-Patch is installed"
9840
  msgstr ""
9841
 
9842
+ #: admin/system-info/system-info.php:474
9843
  msgid "Suhosin-Extension is Loaded"
9844
  msgstr ""
9845
 
9846
+ #: admin/system-info/system-info.php:476
9847
  msgid "Suhosin is Not Installed|Loaded"
9848
  msgstr ""
9849
 
9850
+ #: admin/system-info/system-info.php:479
9851
  msgid "APC"
9852
  msgstr ""
9853
 
9854
+ #: admin/system-info/system-info.php:481
9855
  msgid "APC Extension is Loaded and Enabled"
9856
  msgstr ""
9857
 
9858
+ #: admin/system-info/system-info.php:484
9859
  msgid "APC Extension is Loaded but Not Enabled"
9860
  msgstr ""
9861
 
9862
+ #: admin/system-info/system-info.php:486
9863
  msgid "APC Extension is Not Loaded"
9864
  msgstr ""
9865
 
9866
+ #: admin/system-info/system-info.php:489
9867
  msgid "eAccelerator"
9868
  msgstr ""
9869
 
9870
+ #: admin/system-info/system-info.php:491
9871
  msgid "eAccelerator Extension is Loaded and Enabled"
9872
  msgstr ""
9873
 
9874
+ #: admin/system-info/system-info.php:494
9875
  msgid "eAccelerator Extension is Loaded but Not Enabled"
9876
  msgstr ""
9877
 
9878
+ #: admin/system-info/system-info.php:496
9879
  msgid "eAccelerator Extension is Not Loaded"
9880
  msgstr ""
9881
 
9882
+ #: admin/system-info/system-info.php:499
9883
  msgid "XCache"
9884
  msgstr ""
9885
 
9886
+ #: admin/system-info/system-info.php:501
9887
  msgid "XCache Extension is Loaded and Enabled"
9888
  msgstr ""
9889
 
9890
+ #: admin/system-info/system-info.php:504
9891
  msgid "XCache Extension is Loaded but Not Enabled"
9892
  msgstr ""
9893
 
9894
+ #: admin/system-info/system-info.php:506
9895
  msgid "XCache Extension is Not Loaded"
9896
  msgstr ""
9897
 
9898
+ #: admin/system-info/system-info.php:509
9899
  msgid "Varnish"
9900
  msgstr ""
9901
 
9902
+ #: admin/system-info/system-info.php:511
9903
  msgid "Varnish Extension is Loaded"
9904
  msgstr ""
9905
 
9906
+ #: admin/system-info/system-info.php:513
9907
  msgid "Varnish Extension is Not Loaded"
9908
  msgstr ""
9909
 
9910
+ #: admin/system-info/system-info.php:516
9911
  msgid "Memcache"
9912
  msgstr ""
9913
 
9914
+ #: admin/system-info/system-info.php:518
9915
  msgid "Memcache Extension is Loaded"
9916
  msgstr ""
9917
 
9918
+ #: admin/system-info/system-info.php:520
9919
  msgid "Memcache Extension is Not Loaded"
9920
  msgstr ""
9921
 
9922
+ #: admin/system-info/system-info.php:523
9923
  msgid "Memcached"
9924
  msgstr ""
9925
 
9926
+ #: admin/system-info/system-info.php:525
9927
  msgid "Memcached Extension is Loaded"
9928
  msgstr ""
9929
 
9930
+ #: admin/system-info/system-info.php:527
9931
  msgid "Memcached Extension is Not Loaded"
9932
  msgstr ""
9933
 
9934
+ #: admin/system-info/system-info.php:540
9935
  msgid "MySQL DB Info is not displayed on Network/Multisite subsites"
9936
  msgstr ""
9937
 
9938
+ #: admin/system-info/system-info.php:561 includes/general-functions.php:283
9939
  msgid "Not Set"
9940
  msgstr ""
9941
 
9942
+ #: admin/system-info/system-info.php:567
9943
  msgid "MySQL Database Server Version: "
9944
  msgstr ""
9945
 
9946
+ #: admin/system-info/system-info.php:567
9947
  msgid "MySQL Client Version: "
9948
  msgstr ""
9949
 
9950
+ #: admin/system-info/system-info.php:567
9951
  msgid "MySQL Database Server: "
9952
  msgstr ""
9953
 
9954
+ #: admin/system-info/system-info.php:567
9955
  msgid "Your MySQL Database: "
9956
  msgstr ""
9957
 
9958
+ #: admin/system-info/system-info.php:567
9959
  msgid "SQL Mode: "
9960
  msgstr ""
9961
 
9962
+ #: admin/system-info/system-info.php:572 admin/system-info/system-info.php:575
9963
  msgid "MySQL Extension: "
9964
  msgstr ""
9965
 
9966
+ #: admin/system-info/system-info.php:572 admin/system-info/system-info.php:580
9967
  msgid "Installed|Enabled"
9968
  msgstr ""
9969
 
9970
+ #: admin/system-info/system-info.php:575 admin/system-info/system-info.php:583
9971
  msgid "NOT Installed|Enabled"
9972
  msgstr ""
9973
 
9974
+ #: admin/system-info/system-info.php:580 admin/system-info/system-info.php:583
9975
  msgid "MySQLi Extension: "
9976
  msgstr ""
9977
 
9978
+ #: admin/system-info/system-info.php:590
9979
  msgid "WordPress Installation Folder"
9980
  msgstr ""
9981
 
9982
+ #: admin/system-info/system-info.php:593
9983
  msgid "WordPress Installation Type"
9984
  msgstr ""
9985
 
9986
+ #: admin/system-info/system-info.php:595
9987
  msgid "Standard|GWIOD Site Type"
9988
  msgstr ""
9989
 
9990
+ #: admin/system-info/system-info.php:597
9991
  msgid "Network|Multisite"
9992
  msgstr ""
9993
 
9994
+ #: admin/system-info/system-info.php:599
9995
  msgid "BuddyPress"
9996
  msgstr ""
9997
 
9998
+ #: admin/system-info/system-info.php:601
9999
  msgid "bbPress"
10000
  msgstr ""
10001
 
10002
+ #: admin/system-info/system-info.php:603
10003
  msgid "Plugins Folder"
10004
  msgstr ""
10005
 
10006
+ #: admin/system-info/system-info.php:607
10007
  msgid "Uploads Folder"
10008
  msgstr ""
10009
 
10010
+ #: admin/system-info/system-info.php:613
10011
  msgid "UPLOADS Constant"
10012
  msgstr ""
10013
 
10014
+ #: admin/system-info/system-info.php:617
10015
  msgid "WP Permalink Structure"
10016
  msgstr ""
10017
 
10018
+ #: admin/system-info/system-info.php:622 admin/system-info/system-info.php:624
10019
  msgid "DISABLE_WP_CRON constant"
10020
  msgstr ""
10021
 
10022
+ #: admin/system-info/system-info.php:622
10023
  msgid "Standard WP Crons are disabled on your website."
10024
  msgstr ""
10025
 
10026
+ #: admin/system-info/system-info.php:624
10027
  msgid "Standard WP Crons are not disabled on your website."
10028
  msgstr ""
10029
 
10030
+ #: admin/system-info/system-info.php:627
10031
  msgid "Total Plugins Installed"
10032
  msgstr ""
10033
 
10034
+ #: admin/system-info/system-info.php:629
10035
  msgid "Total Must-Use Plugins Installed"
10036
  msgstr ""
10037
 
10038
+ #: admin/system-info/system-info.php:631
10039
  msgid "Total Plugins Activated"
10040
  msgstr ""
10041
 
10042
+ #: admin/system-info/system-info.php:634
10043
  msgid "Total Plugins Network Activated"
10044
  msgstr ""
10045
 
10046
+ #: admin/system-info/system-info.php:640 admin/system-info/system-info.php:642
10047
  msgid "Get Plugins|Themes List"
10048
  msgstr ""
10049
 
10050
+ #: admin/system-info/system-info.php:643
10051
  msgid "This window is draggable (top) and resizable (bottom right corner)"
10052
  msgstr ""
10053
 
10054
+ #: admin/system-info/system-info.php:648
10055
  msgid "Browser Compression Supported"
10056
  msgstr ""
10057
 
10058
+ #: admin/system-info/system-info.php:651
10059
  msgid "GD Library"
10060
  msgstr ""
10061
 
10062
+ #: admin/system-info/system-info.php:656
10063
  msgid "GD Extension is Loaded - "
10064
  msgstr ""
10065
 
10066
+ #: admin/system-info/system-info.php:659
10067
  msgid "GD Extension is Not Loaded"
10068
  msgstr ""
10069
 
10070
+ #: admin/system-info/system-info.php:662
10071
  msgid "ImageMagick"
10072
  msgstr ""
10073
 
10074
+ #: admin/system-info/system-info.php:668
10075
  msgid "ImageMagick Extension is Loaded - "
10076
  msgstr ""
10077
 
10078
+ #: admin/system-info/system-info.php:671
10079
  msgid "ImageMagick Extension is Not Loaded"
10080
  msgstr ""
10081
 
10082
+ #: admin/system-info/system-info.php:686
10083
  msgid "PHP Server|PHP.ini Info"
10084
  msgstr ""
10085
 
10086
+ #: admin/system-info/system-info.php:688
10087
  msgid ""
10088
  "File|Folder Permissions (CGI or DSO)|Script Owner User ID (UID)|File Owner "
10089
  "User ID"
10090
  msgstr ""
10091
 
10092
+ #: admin/system-info/system-info.php:696
10093
  msgid "PHP Version"
10094
  msgstr ""
10095
 
10096
+ #: admin/system-info/system-info.php:697
10097
  msgid "PHP Memory Usage"
10098
  msgstr ""
10099
 
10100
+ #: admin/system-info/system-info.php:697
10101
  msgid " MB"
10102
  msgstr ""
10103
 
10104
+ #: admin/system-info/system-info.php:698
10105
  msgid "WordPress Admin Memory Limit"
10106
  msgstr ""
10107
 
10108
+ #: admin/system-info/system-info.php:701
10109
  msgid "WordPress Base Memory Limit"
10110
  msgstr ""
10111
 
10112
+ #: admin/system-info/system-info.php:713 admin/system-info/system-info.php:719
10113
+ #: admin/system-info/system-info.php:723 admin/system-info/system-info.php:727
10114
  msgid "PHP Actual Configuration Memory Limit: "
10115
  msgstr ""
10116
 
10117
+ #: admin/system-info/system-info.php:713
10118
  msgid "The Memory Limit value is not available from your Server."
10119
  msgstr ""
10120
 
10121
+ #: admin/system-info/system-info.php:724 admin/system-info/system-info.php:728
10122
  msgid ""
10123
  " Recommendation: Increase Memory Limit to at least 128M, 256M is even better."
10124
  msgstr ""
10125
 
10126
+ #: admin/system-info/system-info.php:737 admin/system-info/system-info.php:739
10127
  msgid "PHP Configuration File (php.ini)"
10128
  msgstr ""
10129
 
10130
+ #: admin/system-info/system-info.php:739
10131
  msgid "None/Not in use"
10132
  msgstr ""
10133
 
10134
+ #: admin/system-info/system-info.php:752
10135
  msgid "WP Temp Dir: "
10136
  msgstr ""
10137
 
10138
+ #: admin/system-info/system-info.php:755
10139
  msgid "The WP_TEMP_DIR constant is being used in wp-config.php file"
10140
  msgstr ""
10141
 
10142
+ #: admin/system-info/system-info.php:761 admin/system-info/system-info.php:763
10143
  msgid "PHP Temp Dir: "
10144
  msgstr ""
10145
 
10146
+ #: admin/system-info/system-info.php:763 admin/system-info/system-info.php:774
10147
+ #: admin/system-info/system-info.php:782
10148
  msgid "Not set/defined or directory is not writable"
10149
  msgstr ""
10150
 
10151
+ #: admin/system-info/system-info.php:772 admin/system-info/system-info.php:774
10152
  msgid "PHP Upload Temp Dir: "
10153
  msgstr ""
10154
 
10155
+ #: admin/system-info/system-info.php:780 admin/system-info/system-info.php:782
10156
  msgid "Session Save Path: "
10157
  msgstr ""
10158
 
10159
+ #: admin/system-info/system-info.php:787
10160
  msgid "Cycles: "
10161
  msgstr ""
10162
 
10163
+ #: admin/system-info/system-info.php:791
10164
  msgid "Garbage Collector: "
10165
  msgstr ""
10166
 
10167
+ #: admin/system-info/system-info.php:794
10168
  msgid "PHP Max Upload Size"
10169
  msgstr ""
10170
 
10171
+ #: admin/system-info/system-info.php:797
10172
  msgid "PHP Max Post Size"
10173
  msgstr ""
10174
 
10175
+ #: admin/system-info/system-info.php:800
10176
  msgid "PHP Safe Mode"
10177
  msgstr ""
10178
 
10179
+ #: admin/system-info/system-info.php:809
10180
  msgid "PHP Allow URL fopen"
10181
  msgstr ""
10182
 
10183
+ #: admin/system-info/system-info.php:817
10184
  msgid "PHP Allow URL Include"
10185
  msgstr ""
10186
 
10187
+ #: admin/system-info/system-info.php:825
10188
  msgid "PHP Display Errors"
10189
  msgstr ""
10190
 
10191
+ #: admin/system-info/system-info.php:833
10192
  msgid "PHP Display Startup Errors"
10193
  msgstr ""
10194
 
10195
+ #: admin/system-info/system-info.php:841
10196
  msgid "PHP Expose PHP"
10197
  msgstr ""
10198
 
10199
+ #: admin/system-info/system-info.php:849
10200
  msgid "PHP Register Globals"
10201
  msgstr ""
10202
 
10203
+ #: admin/system-info/system-info.php:857
10204
  msgid "PHP MySQL Allow Persistent Connections"
10205
  msgstr ""
10206
 
10207
+ #: admin/system-info/system-info.php:865
10208
  msgid "PHP Output Buffering"
10209
  msgstr ""
10210
 
10211
+ #: admin/system-info/system-info.php:873
10212
  msgid "PHP Max Script Execution Time"
10213
  msgstr ""
10214
 
10215
+ #: admin/system-info/system-info.php:876
10216
  msgid "PHP Magic Quotes GPC"
10217
  msgstr ""
10218
 
10219
+ #: admin/system-info/system-info.php:884
10220
  msgid "PHP open_basedir"
10221
  msgstr ""
10222
 
10223
+ #: admin/system-info/system-info.php:889
10224
  msgid "Off/Not in use"
10225
  msgstr ""
10226
 
10227
+ #: admin/system-info/system-info.php:891
10228
  msgid "PHP XML Support"
10229
  msgstr ""
10230
 
10231
+ #: admin/system-info/system-info.php:893 admin/system-info/system-info.php:901
10232
+ #: admin/system-info/system-info.php:909
10233
  msgid "Yes"
10234
  msgstr ""
10235
 
10236
+ #: admin/system-info/system-info.php:896 admin/system-info/system-info.php:904
10237
+ #: admin/system-info/system-info.php:912
10238
  msgid "No"
10239
  msgstr ""
10240
 
10241
+ #: admin/system-info/system-info.php:899
10242
  msgid "PHP IPTC Support"
10243
  msgstr ""
10244
 
10245
+ #: admin/system-info/system-info.php:907
10246
  msgid "PHP Exif Support"
10247
  msgstr ""
10248
 
10249
+ #: admin/system-info/system-info.php:920
10250
  msgid "PHP Disable Functions"
10251
  msgstr ""
10252
 
10253
+ #: admin/system-info/system-info.php:924
10254
  msgid "No PHP functions are disabled."
10255
  msgstr ""
10256
 
10257
+ #: admin/system-info/system-info.php:929
10258
  msgid "PHP Suhosin Function Blacklist"
10259
  msgstr ""
10260
 
10261
+ #: admin/system-info/system-info.php:933
10262
  msgid "No PHP functions are blacklisted."
10263
  msgstr ""
10264
 
10265
+ #: admin/system-info/system-info.php:956
10266
  msgid "CGI File and Folder Permissions|Recommendations"
10267
  msgstr ""
10268
 
10269
+ #: admin/system-info/system-info.php:959 admin/system-info/system-info.php:999
10270
  msgid "Folder Path"
10271
  msgstr ""
10272
 
10273
+ #: admin/system-info/system-info.php:960 admin/system-info/system-info.php:1000
10274
  msgid "Recommended"
10275
  msgstr ""
10276
 
10277
+ #: admin/system-info/system-info.php:960 admin/system-info/system-info.php:961
10278
+ #: admin/system-info/system-info.php:1000
10279
+ #: admin/system-info/system-info.php:1001
10280
  msgid "Permissions"
10281
  msgstr ""
10282
 
10283
+ #: admin/system-info/system-info.php:961 admin/system-info/system-info.php:1001
10284
  msgid "Current"
10285
  msgstr ""
10286
 
10287
+ #: admin/system-info/system-info.php:962 admin/system-info/system-info.php:1002
10288
  msgid "Script Owner"
10289
  msgstr ""
10290
 
10291
+ #: admin/system-info/system-info.php:962 admin/system-info/system-info.php:1002
10292
  msgid " User ID (UID)"
10293
  msgstr ""
10294
 
10295
+ #: admin/system-info/system-info.php:963 admin/system-info/system-info.php:1003
10296
  msgid "File Owner"
10297
  msgstr ""
10298
 
10299
+ #: admin/system-info/system-info.php:963 admin/system-info/system-info.php:1003
10300
  msgid " User ID"
10301
  msgstr ""
10302
 
10303
+ #: admin/system-info/system-info.php:996
10304
  msgid "DSO File and Folder Permissions|Recommendations"
10305
  msgstr ""
10306
 
10307
+ #: admin/system-info/system-info.php:1041
10308
  msgid "System Info Processing Completion Time: "
10309
  msgstr ""
10310
 
10311
+ #: admin/system-info/system-info.php:1074
10312
  msgid "Website Headers Check Tool ~ "
10313
  msgstr ""
10314
 
10315
+ #: admin/system-info/system-info.php:1074
10316
+ #: admin/system-info/system-info.php:1081
10317
  msgid ""
10318
  "Check your website Headers or another website's Headers by making a GET "
10319
  "Request"
10320
  msgstr ""
10321
 
10322
+ #: admin/system-info/system-info.php:1098
10323
  msgid "GET Request Headers: "
10324
  msgstr ""
10325
 
10326
+ #: admin/system-info/system-info.php:1113
10327
  msgid ""
10328
  "Error: The WordPress wp_remote_get function is not available or is blocked "
10329
  "on your website/server."
10330
  msgstr ""
10331
 
10332
+ #: admin/system-info/system-info.php:1123
10333
  msgid "Enter a Website URL - Example: "
10334
  msgstr ""
10335
 
10336
+ #: admin/system-info/system-info.php:1126
10337
  msgid ""
10338
  "This Headers check makes a GET Request using the WordPress wp_remote_get "
10339
  "function."
10340
  msgstr ""
10341
 
10342
+ #: admin/system-info/system-info.php:1126
10343
  msgid ""
10344
  "You can use the Check Headers HEAD Request tool to check headers using HEAD "
10345
  "instead of GET."
11386
  "cannot be created. Root Folder BulletProof Mode has NOT been activated."
11387
  msgstr ""
11388
 
11389
+ #: admin/wizard/wizard-functions.php:111 admin/wizard/wizard-functions.php:635
11390
+ #: admin/wizard/wizard-functions.php:731
11391
  msgid ""
11392
  "If your Server configuration is DSO you must first make some one-time manual "
11393
  "changes to your website before running the Setup Wizard. Please click this "
11394
  "Forum Link for instructions: "
11395
  msgstr ""
11396
 
11397
+ #: admin/wizard/wizard-functions.php:111 admin/wizard/wizard-functions.php:635
11398
+ #: admin/wizard/wizard-functions.php:731 admin/wizard/wizard.php:221
11399
  #: admin/wizard/wizard.php:305 admin/wizard/wizard.php:311
11400
  #: admin/wizard/wizard.php:317 admin/wizard/wizard.php:323
11401
  #: admin/wizard/wizard.php:329
11439
  msgstr ""
11440
 
11441
  #: admin/wizard/wizard-functions.php:607 admin/wizard/wizard-functions.php:616
11442
+ #: admin/wizard/wizard-functions.php:827 admin/wizard/wizard.php:655
11443
  #: admin/wizard/wizard.php:693 admin/wizard/wizard.php:751
11444
+ #: admin/wizard/wizard.php:799 admin/wizard/wizard.php:851
11445
+ #: admin/wizard/wizard.php:949 includes/general-functions.php:1090
11446
  msgid " DB Option created or updated Successfully!"
11447
  msgstr ""
11448
 
11449
+ #: admin/wizard/wizard-functions.php:624
11450
  msgid ""
11451
  "Your current Root .htaccess file is not locked. It is recommended that you "
11452
  "lock your Root .htaccess file on the htaccess Core > htaccess File Editor "
11454
  "htaccess File Editor page."
11455
  msgstr ""
11456
 
11457
+ #: admin/wizard/wizard-functions.php:633
11458
  msgid ""
11459
  "The wpadmin-secure.htaccess wp-admin Master htaccess file was created "
11460
  "successfully."
11461
  msgstr ""
11462
 
11463
+ #: admin/wizard/wizard-functions.php:633
11464
  msgid "wp-admin Folder BulletProof Mode activated successfully."
11465
  msgstr ""
11466
 
11467
+ #: admin/wizard/wizard-functions.php:635
11468
  msgid ""
11469
  "Error: The wpadmin-secure.htaccess wp-admin Master htaccess file and wp-"
11470
  "admin .htaccess file cannot be created. wp-admin Folder BulletProof Mode has "
11471
  "NOT been activated."
11472
  msgstr ""
11473
 
11474
+ #: admin/wizard/wizard-functions.php:641
11475
  msgid ""
11476
  "Go Daddy Managed WordPress Hosting option is set to Yes or Enable|Disable wp-"
11477
  "admin BulletProof Mode option is set to disabled. GDMW hosting does not "
11478
  "allow wp-admin htaccess files."
11479
  msgstr ""
11480
 
11481
+ #: admin/wizard/wizard-functions.php:668
11482
  msgid " wp-admin .htaccess File backup Successful!"
11483
  msgstr ""
11484
 
11485
+ #: admin/wizard/wizard-functions.php:729
11486
  msgid "The default.htaccess Master htaccess file was created successfully."
11487
  msgstr ""
11488
 
11489
+ #: admin/wizard/wizard-functions.php:731
11490
  msgid "Error: The default.htaccess Master htaccess file cannot be created."
11491
  msgstr ""
11492
 
11493
+ #: admin/wizard/wizard-functions.php:828 admin/wizard/wizard.php:466
11494
  msgid " Folder created Successfully!"
11495
  msgstr ""
11496
 
11497
+ #: admin/wizard/wizard-functions.php:935
11498
  msgid ""
11499
  "Security Log User Agent Filter Check Successful! 0 User Agent Filters to "
11500
  "update."
11501
  msgstr ""
11502
 
11503
+ #: admin/wizard/wizard-functions.php:945
11504
  msgid "Security Log User Agent Filter "
11505
  msgstr ""
11506
 
11507
+ #: admin/wizard/wizard-functions.php:945
11508
  msgid " created or updated Successfully!"
11509
  msgstr ""
11510
 
11612
  "maximum memory limit setting allowed by your Host."
11613
  msgstr ""
11614
 
11615
+ #: admin/wizard/wizard.php:258 includes/functions.php:1221
11616
  msgid ""
11617
  "mod_authz_core is Loaded|Order, Allow, Deny directives are supported|BC: Yes|"
11618
  "IfModule: Yes"
11703
  "Tutorials to watch."
11704
  msgstr ""
11705
 
11706
+ #: admin/wizard/wizard.php:412 admin/wizard/wizard.php:1208
11707
  msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup)"
11708
  msgstr ""
11709
 
11756
  msgid "BulletProof Security Email Alerting & Log File Options Setup"
11757
  msgstr ""
11758
 
11759
+ #: admin/wizard/wizard.php:796
11760
  msgid "BulletProof Security Login Security & Monitoring Options Setup"
11761
  msgstr ""
11762
 
11763
+ #: admin/wizard/wizard.php:846
11764
  msgid "BulletProof Security JTC-Lite Options Setup"
11765
  msgstr ""
11766
 
11767
+ #: admin/wizard/wizard.php:946
11768
  msgid "BulletProof Security Force Strong Passwords Options Setup"
11769
  msgstr ""
11770
 
11771
+ #: admin/wizard/wizard.php:1000
11772
  msgid "The Setup Wizard has completed BPS Setup."
11773
  msgstr ""
11774
 
11775
+ #: admin/wizard/wizard.php:1000
11776
  msgid ""
11777
  "Check the \"BPS Setup Verification & Error Checks\" section below for any "
11778
  "errors in Red Font."
11779
  msgstr ""
11780
 
11781
+ #: admin/wizard/wizard.php:1000
11782
  msgid ""
11783
  "Your existing root htaccess file has been backed up here: /wp-content/bps-"
11784
  "backup/master-backups/root.htaccess-[Date-Timestamp]. If you run into a "
11786
  "forum topic: "
11787
  msgstr ""
11788
 
11789
+ #: admin/wizard/wizard.php:1000
11790
  msgid "Setup Wizard Root htaccess File Backup"
11791
  msgstr ""
11792
 
11793
+ #: admin/wizard/wizard.php:1020
11794
  msgid "Setup Wizard Completion Time: "
11795
  msgstr ""
11796
 
11797
+ #: admin/wizard/wizard.php:1037
11798
  msgid "BulletProof Security ~ Setup Wizard"
11799
  msgstr ""
11800
 
11801
+ #: admin/wizard/wizard.php:1092 admin/wizard/wizard.php:1702
11802
+ #: admin/wizard/wizard.php:1704
11803
  msgid "Setup Wizard Export|Import"
11804
  msgstr ""
11805
 
11806
+ #: admin/wizard/wizard.php:1103
11807
  msgid "htaccess Files Disabled Notice: "
11808
  msgstr ""
11809
 
11810
+ #: admin/wizard/wizard.php:1103
11811
  msgid ""
11812
  "BPS has detected that htaccess files cannot be used on your website/server. "
11813
  "Click this "
11814
  msgstr ""
11815
 
11816
+ #: admin/wizard/wizard.php:1103
11817
  msgid ""
11818
  " link for more information before running the Wizards. If you intentionally "
11819
  "disabled htaccess files then disregard this Notice."
11820
  msgstr ""
11821
 
11822
+ #: admin/wizard/wizard.php:1115
11823
  msgid "Setup Wizard ~ "
11824
  msgstr ""
11825
 
11826
+ #: admin/wizard/wizard.php:1115
11827
  msgid "One-Click Complete Setup"
11828
  msgstr ""
11829
 
11830
+ #: admin/wizard/wizard.php:1132
11831
  msgid "Recommended Video Tutorials: "
11832
  msgstr ""
11833
 
11834
+ #: admin/wizard/wizard.php:1137
11835
  msgid "Security Log Video Tutorial"
11836
  msgstr ""
11837
 
11838
+ #: admin/wizard/wizard.php:1140
11839
  msgid "Setup Wizard Steps: "
11840
  msgstr ""
11841
 
11842
+ #: admin/wizard/wizard.php:1140
11843
  msgid "1. Click the Setup Wizard button."
11844
  msgstr ""
11845
 
11846
+ #: admin/wizard/wizard.php:1144
11847
  msgid ""
11848
  "Setup Wizard Pre-Installation Checks are automatically performed and "
11849
  "displayed on the Setup Wizard page. Green font messages mean everything is "
11854
  "to be fixed before running the Setup Wizard."
11855
  msgstr ""
11856
 
11857
+ #: admin/wizard/wizard.php:1144
11858
  msgid ""
11859
  "You can re-run the Setup Wizard again at any time. Your existing settings "
11860
  "will NOT be overwritten and will be re-saved. Any new or additional settings "
11861
  "that the Setup Wizard finds on your website will be saved/setup."
11862
  msgstr ""
11863
 
11864
+ #: admin/wizard/wizard.php:1144
11865
  msgid ""
11866
  "When the Setup Wizard has completed you will see \"The Setup Wizard has "
11867
  "completed BPS Setup.\""
11868
  msgstr ""
11869
 
11870
+ #: admin/wizard/wizard.php:1144
11871
  msgid ""
11872
  "Your existing Root and wp-admin htaccess files are backed up before new Root "
11873
  "and wp-admin htaccess files are created by the Setup Wizard. The BPS backup "
11874
  "folder is here: "
11875
  msgstr ""
11876
 
11877
+ #: admin/wizard/wizard.php:1147
11878
  msgid ""
11879
  " and the backed up htaccess file names are: root.htaccess and wpadmin."
11880
  "htaccess."
11881
  msgstr ""
11882
 
11883
+ #: admin/wizard/wizard.php:1157
11884
  msgid "Setup Wizard & Overview Video Tutorial"
11885
  msgstr ""
11886
 
11887
+ #: admin/wizard/wizard.php:1184
11888
  msgid "Setup Wizard Options ~ "
11889
  msgstr ""
11890
 
11891
+ #: admin/wizard/wizard.php:1184
11892
  msgid ""
11893
  "Click the Setup Wizard Options Read Me help button for help info about each "
11894
  "option setting"
11895
  msgstr ""
11896
 
11897
+ #: admin/wizard/wizard.php:1198
11898
  msgid "Forum Help Links:"
11899
  msgstr ""
11900
 
11901
+ #: admin/wizard/wizard.php:1202
11902
  msgid "Go Daddy Managed WordPress Hosting (GDMW)"
11903
  msgstr ""
11904
 
11905
+ #: admin/wizard/wizard.php:1203 admin/wizard/wizard.php:1208
11906
  msgid "Enable|Disable htaccess Files"
11907
  msgstr ""
11908
 
11909
+ #: admin/wizard/wizard.php:1204
11910
  msgid "AutoFix Forum Topic"
11911
  msgstr ""
11912
 
11913
+ #: admin/wizard/wizard.php:1205
11914
  msgid "GDPR Compliance Forum Topic"
11915
  msgstr ""
11916
 
11917
+ #: admin/wizard/wizard.php:1208
11918
  msgid ""
11919
  "Setup Wizard AutoFix is turned On by default. When AutoFix is turned On the "
11920
  "Setup Wizard will automatically create htaccess whitelist rules in BPS "
11935
  "AutoFix Debug information so that we can figure out what the problem is."
11936
  msgstr ""
11937
 
11938
+ #: admin/wizard/wizard.php:1208
11939
  msgid "GDPR Compliance (IP Address Logging On|Off)"
11940
  msgstr ""
11941
 
11942
+ #: admin/wizard/wizard.php:1208
11943
  msgid ""
11944
  "The GDPR Compliance option setting is set to Off by default. Choosing the "
11945
  "GDPR Compliance On option setting will disable IP address logging in all BPS "
11953
  "at the top of this Read Me help window."
11954
  msgstr ""
11955
 
11956
+ #: admin/wizard/wizard.php:1208 admin/wizard/wizard.php:1250
11957
  msgid "Go Daddy Managed WordPress Hosting (GDMW):"
11958
  msgstr ""
11959
 
11960
+ #: admin/wizard/wizard.php:1208
11961
  msgid ""
11962
  "This option is ONLY for a special type of Go Daddy Hosting account called "
11963
  "\"Managed WordPress Hosting\" and is NOT for regular/standard Go Daddy "
11966
  "section above for more information."
11967
  msgstr ""
11968
 
11969
+ #: admin/wizard/wizard.php:1208 admin/wizard/wizard.php:1264
11970
  msgid "Enable|Disable htaccess Files:"
11971
  msgstr ""
11972
 
11973
+ #: admin/wizard/wizard.php:1208
11974
  msgid "Before changing this option setting, click the "
11975
  msgstr ""
11976
 
11977
+ #: admin/wizard/wizard.php:1208
11978
  msgid ""
11979
  " Forum Help Link at the top of this Read Me help window to find out exactly "
11980
  "what this option setting does and when it should or should not be used. "
11982
  "htaccess Files Enabled: Will enable all BPS htaccess freatures and files."
11983
  msgstr ""
11984
 
11985
+ #: admin/wizard/wizard.php:1208
11986
  msgid "Enable|Disable wp-admin BulletProof Mode"
11987
  msgstr ""
11988
 
11989
+ #: admin/wizard/wizard.php:1208
11990
  msgid ""
11991
  "The default setting is already set to: wp-admin BulletProof Mode Enabled. If "
11992
  "you would like to disable wp-admin BulletProof Mode select wp-admin "
11993
  "BulletProof Mode Disabled."
11994
  msgstr ""
11995
 
11996
+ #: admin/wizard/wizard.php:1208 admin/wizard/wizard.php:1293
11997
  msgid "Zip File Download Fix (Incapsula, Proxy, Other Cause):"
11998
  msgstr ""
11999
 
12000
+ #: admin/wizard/wizard.php:1208
12001
  msgid ""
12002
  "This option should only be set to On if you are seeing a 403 error and/or "
12003
  "unable to download these Zip files: Custom Code Export Zip file, Login "
12013
  "Firewall again."
12014
  msgstr ""
12015
 
12016
+ #: admin/wizard/wizard.php:1208 admin/wizard/wizard.php:1307
12017
  msgid "Multisite Hide|Display System Info Page for Subsites:"
12018
  msgstr ""
12019
 
12020
+ #: admin/wizard/wizard.php:1208
12021
  msgid ""
12022
  "This option is for Network|Multisite sites only. Choosing Hide System Info "
12023
  "Page will hide the System Info menu link under the BPS navigational menus. "
12025
  "under the BPS navigational mensus."
12026
  msgstr ""
12027
 
12028
+ #: admin/wizard/wizard.php:1208 admin/wizard/wizard.php:1318
12029
  msgid "Network|Multisite Sitewide Login Security Settings"
12030
  msgstr ""
12031
 
12032
+ #: admin/wizard/wizard.php:1208
12033
  msgid ""
12034
  "This option is for Network|Multisite sites only. This is an independent "
12035
  "option Form that creates and saves Login Security DB option settings for all "
12046
  "Reset, Sort DB Rows: Ascending - Show Oldest Login First."
12047
  msgstr ""
12048
 
12049
+ #: admin/wizard/wizard.php:1208
12050
  msgid "Network|Multisite Sitewide JTC-Lite Settings"
12051
  msgstr ""
12052
 
12053
+ #: admin/wizard/wizard.php:1208
12054
  msgid ""
12055
  "This option is for Network|Multisite sites only. This is an independent "
12056
  "option Form that creates and saves JTC-Lite DB option settings for all "
12065
  "box on the Login Form."
12066
  msgstr ""
12067
 
12068
+ #: admin/wizard/wizard.php:1208 admin/wizard/wizard.php:1336
12069
  msgid "Network|Multisite Sitewide Force Strong Passwords Settings"
12070
  msgstr ""
12071
 
12072
+ #: admin/wizard/wizard.php:1208
12073
  msgid ""
12074
  "This option is for Network|Multisite sites ONLY. This is an independent "
12075
  "option Form that creates and saves FSP DB option settings for all Network "
12082
  "all checked and Displayed Message/Error Message: default FSP message."
12083
  msgstr ""
12084
 
12085
+ #: admin/wizard/wizard.php:1222
12086
  msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup):"
12087
  msgstr ""
12088
 
12089
+ #: admin/wizard/wizard.php:1224
12090
  msgid "AutoFix On"
12091
  msgstr ""
12092
 
12093
+ #: admin/wizard/wizard.php:1225
12094
  msgid "AutoFix Off"
12095
  msgstr ""
12096
 
12097
+ #: admin/wizard/wizard.php:1236
12098
  msgid "GDPR Compliance (IP Address Logging On|Off):"
12099
  msgstr ""
12100
 
12101
+ #: admin/wizard/wizard.php:1238
12102
  msgid "GDPR Compliance Off"
12103
  msgstr ""
12104
 
12105
+ #: admin/wizard/wizard.php:1239
12106
  msgid "GDPR Compliance On"
12107
  msgstr ""
12108
 
12109
+ #: admin/wizard/wizard.php:1252
12110
  msgid "No (default setting)"
12111
  msgstr ""
12112
 
12113
+ #: admin/wizard/wizard.php:1253
12114
  msgid "Yes (ONLY if you have Managed WordPress Hosting)"
12115
  msgstr ""
12116
 
12117
+ #: admin/wizard/wizard.php:1265
12118
  msgid ""
12119
  "CAUTION: Click the Read Me help button before changing this option setting"
12120
  msgstr ""
12121
 
12122
+ #: admin/wizard/wizard.php:1267
12123
  msgid "htaccess Files Enabled"
12124
  msgstr ""
12125
 
12126
+ #: admin/wizard/wizard.php:1268
12127
  msgid "htaccess Files Disabled"
12128
  msgstr ""
12129
 
12130
+ #: admin/wizard/wizard.php:1279
12131
  msgid "Enable|Disable wp-admin BulletProof Mode:"
12132
  msgstr ""
12133
 
12134
+ #: admin/wizard/wizard.php:1281
12135
  msgid "wp-admin BulletProof Mode Enabled"
12136
  msgstr ""
12137
 
12138
+ #: admin/wizard/wizard.php:1282
12139
  msgid "wp-admin BulletProof Mode Disabled"
12140
  msgstr ""
12141
 
12142
+ #: admin/wizard/wizard.php:1295
12143
  msgid "Zip File Download Fix Off"
12144
  msgstr ""
12145
 
12146
+ #: admin/wizard/wizard.php:1296
12147
  msgid "Zip File Download Fix On"
12148
  msgstr ""
12149
 
12150
+ #: admin/wizard/wizard.php:1309
12151
  msgid "Display System Info Page"
12152
  msgstr ""
12153
 
12154
+ #: admin/wizard/wizard.php:1310
12155
  msgid "Hide System Info Page"
12156
  msgstr ""
12157
 
12158
+ #: admin/wizard/wizard.php:1327
12159
  msgid "Network|Multisite Sitewide JTC Anti-Spam|Anti-Hacker Settings"
12160
  msgstr ""
12161
 
12162
+ #: admin/wizard/wizard.php:1368
12163
  msgid ""
12164
  "The Zip File Download Fix option is set to On. This option should only be "
12165
  "set to On if you are unable to download these Zip files: Custom Code Export "
12167
  "htaccess file backup Zip file."
12168
  msgstr ""
12169
 
12170
+ #: admin/wizard/wizard.php:1381
12171
  msgid "The Zip File Download Fix option is set to Off."
12172
  msgstr ""
12173
 
12174
+ #: admin/wizard/wizard.php:1405
12175
  msgid "Multisite Hide|Display System Info Page for Subsites option saved."
12176
  msgstr ""
12177
 
12178
+ #: admin/wizard/wizard.php:1420
12179
  msgid ""
12180
  "Error: Your Network site exceeds the default WP criteria for a large network "
12181
  "site. Either you have more than 10,000 users or more than 10,000 sites. "
12183
  "org for assistance."
12184
  msgstr ""
12185
 
12186
+ #: admin/wizard/wizard.php:1427
12187
  msgid " LSM DB Options created or updated Successfully!"
12188
  msgstr ""
12189
 
12190
+ #: admin/wizard/wizard.php:1500 admin/wizard/wizard.php:1623
12191
  msgid ""
12192
  "Error: Your Network site exceeds the default WP criteria for a large network "
12193
  "site. Either you have more than 10,000 users or more than 10,000 sites. "
12195
  "line: Setup Wizard Options Large Network Site Help."
12196
  msgstr ""
12197
 
12198
+ #: admin/wizard/wizard.php:1507
12199
  msgid " JTC DB Options created or updated Successfully!"
12200
  msgstr ""
12201
 
12202
+ #: admin/wizard/wizard.php:1630
12203
  msgid " FSP DB Options created or updated Successfully!"
12204
  msgstr ""
12205
 
12206
+ #: admin/wizard/wizard.php:1697
12207
  msgid "Setup Wizard Export|Import ~ "
12208
  msgstr ""
12209
 
12210
+ #: admin/wizard/wizard.php:1697
12211
  msgid "Export or Import BPS plugin option settings."
12212
  msgstr ""
12213
 
12214
+ #: admin/wizard/wizard.php:1714
12215
  msgid "GDMW Hosting"
12216
  msgstr ""
12217
 
12218
+ #: admin/wizard/wizard.php:1716
12219
  msgid "Setup Wizard Export"
12220
  msgstr ""
12221
 
12222
+ #: admin/wizard/wizard.php:1716
12223
  msgid ""
12224
  "The Setup Wizard Export feature exports all BPS plugin option settings "
12225
  "except for website specific settings that need to be setup by running the "
12227
  "new website. The name of the exported zip file is: bps-settings-export.zip"
12228
  msgstr ""
12229
 
12230
+ #: admin/wizard/wizard.php:1716
12231
  msgid "Setup Wizard Import"
12232
  msgstr ""
12233
 
12234
+ #: admin/wizard/wizard.php:1716
12235
  msgid ""
12236
  "To import BPS plugin option settings click the Choose File button, navigate "
12237
  "to where you downloaded/saved the bps-settings-export.zip file on your "
12245
  "code or remove it from BPS Custom Code."
12246
  msgstr ""
12247
 
12248
+ #: admin/wizard/wizard.php:1716
12249
  msgid "Network|Multisite Help Info"
12250
  msgstr ""
12251
 
12252
+ #: admin/wizard/wizard.php:1716
12253
  msgid ""
12254
  "Setup Wizard Export|Import works for Network|Multisite site types, but only "
12255
  "the Primary site's BPS plugin option settings are exported and imported. BPS "
12261
  "option settings from the Primary site to all Subsites."
12262
  msgstr ""
12263
 
12264
+ #: admin/wizard/wizard.php:1723
12265
  msgid ""
12266
  "Clicking OK will Import BPS plugin settings from the bps-settings-export.zip "
12267
  "file on your computer."
12268
  msgstr ""
12269
 
12270
+ #: admin/wizard/wizard.php:1723
12271
  msgid "Click OK to Import BPS plugin settings or click Cancel."
12272
  msgstr ""
12273
 
12274
+ #: admin/wizard/wizard.php:1732
12275
  msgid ""
12276
  "Clicking OK will Export your BPS plugin settings into the bps-settings-"
12277
  "export.zip file, which you can then download to your computer by clicking "
12279
  "message."
12280
  msgstr ""
12281
 
12282
+ #: admin/wizard/wizard.php:1732
12283
  msgid "Click OK to Export BPS plugin settings or click Cancel."
12284
  msgstr ""
12285
 
12286
+ #: admin/wizard/wizard.php:1867
12287
  msgid ""
12288
  "BPS plugin option settings exported successfully. Click the Download Zip "
12289
  "Export button to download the Setup Wizard Export zip file: bps-settings-"
12290
  "export.zip."
12291
  msgstr ""
12292
 
12293
+ #: admin/wizard/wizard.php:1867
12294
  msgid ""
12295
  " and select the Zip File Download Fix On setting for the Zile File Download "
12296
  "Fix option. You should now be able to download the bps-settings-export.zip "
12297
  "file."
12298
  msgstr ""
12299
 
12300
+ #: admin/wizard/wizard.php:2047 admin/wizard/wizard.php:2079
12301
  msgid "BPS plugin settings imported successfully."
12302
  msgstr ""
12303
 
12304
+ #: admin/wizard/wizard.php:2047 admin/wizard/wizard.php:2079
12305
  msgid "IMPORTANT: Run the BPS Setup Wizard now."
12306
  msgstr ""
12307
 
12308
+ #: admin/wizard/wizard.php:2047 admin/wizard/wizard.php:2079
12309
  msgid ""
12310
  "After running the Setup Wizard go to the BPS Security > htaccess Core > "
12311
  "Custom Code tab page and check all of your custom htaccess code for any "
12315
  "code or remove it from BPS Custom Code."
12316
  msgstr ""
12317
 
12318
+ #: admin/wizard/wizard.php:2093
12319
  msgid ""
12320
  "Either the bps-settings-export.zip file has not been selected yet for Import "
12321
  "or the file "
12322
  msgstr ""
12323
 
12324
+ #: admin/wizard/wizard.php:2093
12325
  msgid ""
12326
  " is not a valid Setup Wizard Export file or file name. The BPS Setup Wizard "
12327
  "Import feature only allows the bps-settings-export.zip file to be Uploaded/"
12344
  msgid "Hourly"
12345
  msgstr ""
12346
 
12347
+ #: includes/functions.php:283
 
 
 
 
12348
  msgid "The BPS Status Display is set to Off by default on the System Info page"
12349
  msgstr ""
12350
 
12351
+ #: includes/functions.php:348
12352
  msgid "BPS "
12353
  msgstr ""
12354
 
12355
+ #: includes/functions.php:354 includes/functions.php:379
12356
  msgid "BPS Setup Wizard Notification"
12357
  msgstr ""
12358
 
12359
+ #: includes/functions.php:354 includes/functions.php:379
12360
  msgid ""
12361
  " to go to the BPS Setup Wizard page and click the Setup Wizard button to "
12362
  "setup the BPS plugin."
12363
  msgstr ""
12364
 
12365
+ #: includes/functions.php:359
12366
  msgid "BPS Alert! An htaccess file was NOT found in your WordPress root folder"
12367
  msgstr ""
12368
 
12369
+ #: includes/functions.php:359
12370
  msgid ""
12371
  "If you have deleted the root htaccess file for troubleshooting purposes you "
12372
  "can disregard this Alert."
12373
  msgstr ""
12374
 
12375
+ #: includes/functions.php:359 includes/functions.php:597
12376
+ #: includes/functions.php:665 includes/hud-autofix-setup.php:70
12377
  #: includes/hud-dismiss-functions.php:554
12378
  msgid "Go to the "
12379
  msgstr ""
12380
 
12381
+ #: includes/functions.php:359 includes/functions.php:597
12382
  msgid " and click the Root Folder BulletProof Mode Activate button."
12383
  msgstr ""
12384
 
12385
+ #: includes/functions.php:397
12386
  msgid "BPS Alert! Your site may not be protected by BulletProof Security"
12387
  msgstr ""
12388
 
12389
+ #: includes/functions.php:397
12390
  msgid ""
12391
  "The BPS version: BULLETPROOF x.x SECURE .HTACCESS line of code was not found "
12392
  "at the top of your Root htaccess file."
12393
  msgstr ""
12394
 
12395
+ #: includes/functions.php:397
12396
  msgid ""
12397
  "The BPS version line of code MUST be at the very top of your Root htaccess "
12398
  "file."
12399
  msgstr ""
12400
 
12401
+ #: includes/functions.php:397 includes/functions.php:687
12402
  msgid ""
12403
  " to go to the BPS Setup Wizard page and click the Setup Wizard button to "
12404
  "setup the BPS plugin again."
12405
  msgstr ""
12406
 
12407
+ #: includes/functions.php:397
12408
  msgid ""
12409
  "Important Note: If you manually added other htaccess code above the BPS "
12410
  "version line of code in your root htaccess file, you can copy that code to "
12412
  "BPS root htaccess file. "
12413
  msgstr ""
12414
 
12415
+ #: includes/functions.php:397
12416
  msgid ""
12417
  " to go to the BPS Custom Code page, add your Root custom htaccess code in an "
12418
  "appropriate Root Custom Code text box and click the Save Root Custom Code "
12419
  "button before running the Setup Wizard again."
12420
  msgstr ""
12421
 
12422
+ #: includes/functions.php:397 includes/hud-autofix-setup.php:70
12423
  #: includes/hud-dismiss-functions.php:74 includes/hud-dismiss-functions.php:108
12424
  #: includes/hud-dismiss-functions.php:141
12425
  #: includes/hud-dismiss-functions.php:354
12434
  "Code page."
12435
  msgstr ""
12436
 
12437
+ #: includes/functions.php:397 includes/hud-autofix-setup.php:70
12438
  #: includes/hud-dismiss-functions.php:74 includes/hud-dismiss-functions.php:108
12439
  #: includes/hud-dismiss-functions.php:141
12440
  #: includes/hud-dismiss-functions.php:206
12461
  msgid "Dismiss Notice"
12462
  msgstr ""
12463
 
12464
+ #: includes/functions.php:573
12465
  msgid "The BPS Automatic htaccess File Update Completed Successfully!"
12466
  msgstr ""
12467
 
12468
+ #: includes/functions.php:586
12469
  msgid "RBM"
12470
  msgstr ""
12471
 
12472
+ #: includes/functions.php:597
12473
  msgid ""
12474
  "BPS Alert! Your site does not appear to be protected by BulletProof Security"
12475
  msgstr ""
12476
 
12477
+ #: includes/functions.php:665
12478
  msgid ""
12479
  "BPS Alert! An htaccess file was NOT found in your WordPress wp-admin folder"
12480
  msgstr ""
12481
 
12482
+ #: includes/functions.php:665
12483
  msgid ""
12484
  "If you have deleted the wp-admin htaccess file for troubleshooting purposes "
12485
  "you can disregard this Alert."
12486
  msgstr ""
12487
 
12488
+ #: includes/functions.php:665
12489
  msgid " and click the wp-admin Folder BulletProof Mode Activate button."
12490
  msgstr ""
12491
 
12492
+ #: includes/functions.php:687
12493
  msgid ""
12494
  "BPS Alert! Your wp-admin folder may not be protected by BulletProof Security"
12495
  msgstr ""
12496
 
12497
+ #: includes/functions.php:687
12498
  msgid ""
12499
  "The BPS version: BULLETPROOF .xx.x WP-ADMIN SECURE .HTACCESS line of code "
12500
  "was not found at the top of your wp-admin htaccess file."
12501
  msgstr ""
12502
 
12503
+ #: includes/functions.php:687
12504
  msgid ""
12505
  "The BPS version line of code MUST be at the very top of your wp-admin "
12506
  "htaccess file."
12507
  msgstr ""
12508
 
12509
+ #: includes/functions.php:687
12510
  msgid ""
12511
  "Important Note: If you manually added other htaccess code above the BPS "
12512
  "version line of code in your wp-admin htaccess file, you can copy that code "
12514
  "in the BPS wp-admin htaccess file. "
12515
  msgstr ""
12516
 
12517
+ #: includes/functions.php:687
12518
  msgid ""
12519
  " to go to the BPS Custom Code page, add your wp-admin custom htaccess code "
12520
  "in an appropriate wp-admin Custom Code text box and click the Save wp-admin "
12521
  "Custom Code button before running the Setup Wizard again."
12522
  msgstr ""
12523
 
12524
+ #: includes/functions.php:777
12525
  msgid "WBM"
12526
  msgstr ""
12527
 
12528
+ #: includes/functions.php:788
12529
  msgid ""
12530
  "BPS Alert! A valid BPS htaccess file was NOT found in your wp-admin folder"
12531
  msgstr ""
12532
 
12533
+ #: includes/functions.php:788
12534
  msgid ""
12535
  "BulletProof Mode for the wp-admin folder should also be activated when you "
12536
  "have BulletProof Mode activated for the Root folder."
12537
  msgstr ""
12538
 
12539
+ #: includes/functions.php:950
12540
  msgid "LSM"
12541
  msgstr ""
12542
 
12543
+ #: includes/functions.php:993
12544
  msgid "JTC"
12545
  msgstr ""
12546
 
12547
+ #: includes/functions.php:1036 includes/functions.php:1042
12548
  msgid "ISL"
12549
  msgstr ""
12550
 
12551
+ #: includes/functions.php:1080 includes/functions.php:1086
12552
  msgid "ACE"
12553
  msgstr ""
12554
 
12555
+ #: includes/functions.php:1133
12556
  msgid ""
12557
  "Apache Modules|Directives|Backward Compatibility(Yes|No)|IfModule(Yes|No): "
12558
  msgstr ""
12559
 
12560
+ #: includes/functions.php:1175
12561
  msgid ""
12562
  "ERROR: wp_remote_get() function is blocked or unable to get the URL path"
12563
  msgstr ""
12564
 
12565
+ #: includes/functions.php:1205
12566
  msgid ""
12567
  "mod_access_compat is Loaded|Order, Allow, Deny directives are supported|"
12568
  "IfModule: Yes"
12569
  msgstr ""
12570
 
12571
+ #: includes/functions.php:1213
12572
  msgid "mod_access_compat is not Loaded|IfModule: Yes"
12573
  msgstr ""
12574
 
12575
+ #: includes/functions.php:1226
12576
  msgid ""
12577
  "mod_authz_core is Loaded|Order, Allow, Deny directives are not supported|BC: "
12578
  "No|IfModule: Yes"
12579
  msgstr ""
12580
 
12581
+ #: includes/functions.php:1231
12582
  msgid "mod_authz_core is not Loaded|IfModule: Yes"
12583
  msgstr ""
12584
 
12585
+ #: includes/functions.php:1240
12586
  msgid ""
12587
  "mod_authz_host is Loaded|Order, Allow, Deny directives are supported|BC: Yes|"
12588
  "IfModule: Yes"
12589
  msgstr ""
12590
 
12591
+ #: includes/functions.php:1245
12592
  msgid ""
12593
  "mod_authz_host is Loaded|Order, Allow, Deny directives are not supported|BC: "
12594
  "No|IfModule: Yes"
12595
  msgstr ""
12596
 
12597
+ #: includes/functions.php:1250
12598
  msgid "mod_authz_host is not Loaded|IfModule: Yes"
12599
  msgstr ""
12600
 
12601
+ #: includes/functions.php:1257
12602
  msgid "mod_rewrite Module is Loaded|IfModule: Yes"
12603
  msgstr ""
12604
 
12605
+ #: includes/functions.php:1262
12606
  msgid "mod_rewrite Inconclusive: Status is not 200, 301, 302, 403 or 404"
12607
  msgstr ""
12608
 
12609
+ #: includes/functions.php:1303
12610
  msgid "mod_security Module is Loaded|Enabled|IfModule: Yes"
12611
  msgstr ""
12612
 
12613
+ #: includes/functions.php:1306
12614
  msgid "mod_security2 Module is Loaded|Enabled|IfModule: Yes"
12615
  msgstr ""
12616
 
12617
+ #: includes/functions.php:1318
12618
  msgid "mod_security Module is not Loaded|Enabled|IfModule: Yes"
12619
  msgstr ""
12620
 
12930
  msgstr ""
12931
 
12932
  #: includes/hidden-plugin-folders-cron.php:57
12933
+ msgid "Once every 12 hours"
12934
+ msgstr ""
12935
+
12936
+ #: includes/hidden-plugin-folders-cron.php:61
12937
+ msgid "Once every 24 hours"
12938
+ msgstr ""
12939
+
12940
+ #: includes/hidden-plugin-folders-cron.php:65
12941
  msgid "Once Daily"
12942
  msgstr ""
12943
 
12944
+ #: includes/hidden-plugin-folders-cron.php:264
12945
+ #: includes/hidden-plugin-folders-cron.php:279
12946
+ #: includes/hidden-plugin-folders-cron.php:294
12947
+ #: includes/hidden-plugin-folders-cron.php:309
12948
+ #: includes/hidden-plugin-folders-cron.php:338
12949
  msgid "BPS Hidden Plugin Folder|Files (HPF) Alert"
12950
  msgstr ""
12951
 
12952
+ #: includes/hidden-plugin-folders-cron.php:264
12953
  msgid ""
12954
  "A non-standard WP hello.php file (Hello Dolly Plugin) was found in your /"
12955
  "plugins/ folder and it is hidden/not displayed on the WordPress Plugins "
12959
  "below in the "
12960
  msgstr ""
12961
 
12962
+ #: includes/hidden-plugin-folders-cron.php:264
12963
+ #: includes/hidden-plugin-folders-cron.php:279
12964
+ #: includes/hidden-plugin-folders-cron.php:294
12965
+ #: includes/hidden-plugin-folders-cron.php:309
12966
+ #: includes/hidden-plugin-folders-cron.php:338
12967
  msgid "Ignore Hidden Plugin Folders & Files"
12968
  msgstr ""
12969
 
12970
+ #: includes/hidden-plugin-folders-cron.php:264
12971
+ #: includes/hidden-plugin-folders-cron.php:279
12972
+ #: includes/hidden-plugin-folders-cron.php:294
12973
+ #: includes/hidden-plugin-folders-cron.php:309
12974
+ #: includes/hidden-plugin-folders-cron.php:338
12975
  msgid " textarea box option to make this Alert go away."
12976
  msgstr ""
12977
 
12978
+ #: includes/hidden-plugin-folders-cron.php:264
12979
+ #: includes/hidden-plugin-folders-cron.php:279
12980
+ #: includes/hidden-plugin-folders-cron.php:294
12981
+ #: includes/hidden-plugin-folders-cron.php:309
12982
  msgid "File Path: "
12983
  msgstr ""
12984
 
12985
+ #: includes/hidden-plugin-folders-cron.php:264
12986
+ #: includes/hidden-plugin-folders-cron.php:279
12987
+ #: includes/hidden-plugin-folders-cron.php:294
12988
+ #: includes/hidden-plugin-folders-cron.php:309
12989
+ #: includes/hidden-plugin-folders-cron.php:338
12990
  msgid "HPF Ignore Rule: "
12991
  msgstr ""
12992
 
12993
+ #: includes/hidden-plugin-folders-cron.php:264
12994
+ #: includes/hidden-plugin-folders-cron.php:279
12995
+ #: includes/hidden-plugin-folders-cron.php:294
12996
+ #: includes/hidden-plugin-folders-cron.php:309
12997
+ #: includes/hidden-plugin-folders-cron.php:338
12998
  msgid "Last Modified Time: "
12999
  msgstr ""
13000
 
13001
+ #: includes/hidden-plugin-folders-cron.php:264
13002
+ #: includes/hidden-plugin-folders-cron.php:279
13003
+ #: includes/hidden-plugin-folders-cron.php:294
13004
+ #: includes/hidden-plugin-folders-cron.php:309
13005
+ #: includes/hidden-plugin-folders-cron.php:338
13006
  msgid "Last Change Time: "
13007
  msgstr ""
13008
 
13009
+ #: includes/hidden-plugin-folders-cron.php:264
13010
+ #: includes/hidden-plugin-folders-cron.php:279
13011
+ #: includes/hidden-plugin-folders-cron.php:294
13012
+ #: includes/hidden-plugin-folders-cron.php:309
13013
+ #: includes/hidden-plugin-folders-cron.php:338
13014
  msgid "Last Access Time: "
13015
  msgstr ""
13016
 
13017
+ #: includes/hidden-plugin-folders-cron.php:264
13018
+ #: includes/hidden-plugin-folders-cron.php:279
13019
+ #: includes/hidden-plugin-folders-cron.php:294
13020
+ #: includes/hidden-plugin-folders-cron.php:309
13021
  msgid "File Contents: "
13022
  msgstr ""
13023
 
13024
+ #: includes/hidden-plugin-folders-cron.php:279
13025
  msgid ""
13026
  "A non-standard WP index.php file found in your /plugins/ folder appears to "
13027
  "have been altered/tampered with. Most likely the index.php file is a hacker "
13030
  "HPF Ignore Rule shown below in the "
13031
  msgstr ""
13032
 
13033
+ #: includes/hidden-plugin-folders-cron.php:294
13034
  msgid ""
13035
  "An htaccess file was found in your /plugins/ folder and it does not appear "
13036
  "to be a BPS htaccess file. Most likely the htaccess file is a hacker file or "
13039
  "Ignore Rule shown below in the "
13040
  msgstr ""
13041
 
13042
+ #: includes/hidden-plugin-folders-cron.php:309
13043
  msgid ""
13044
  "An unrecognized/non-standard WP file was found in your /plugins/ folder. "
13045
  "This file may be a hacker file or contain hacker code. If you recognize this "
13047
  "adding the HPF Ignore Rule shown below in the "
13048
  msgstr ""
13049
 
13050
+ #: includes/hidden-plugin-folders-cron.php:338
13051
  msgid ""
13052
  "A plugin folder was found in your /plugins/ folder that is either a hidden "
13053
  "plugin (plugin that is not displayed on the WordPress Plugins page) or an "
13056
  "folder check by adding the HPF Ignore Rule shown below in the "
13057
  msgstr ""
13058
 
13059
+ #: includes/hidden-plugin-folders-cron.php:338
13060
  msgid "Plugin Folder Path: "
13061
  msgstr ""
13062
 
13073
 
13074
  #: includes/hud-autofix-setup.php:70 includes/hud-autofix-setup.php:132
13075
  #: includes/hud-autofix-setup.php:209 includes/hud-autofix-setup.php:283
13076
+ #: includes/hud-autofix-setup.php:291 includes/hud-autofix-setup.php:369
13077
+ #: includes/hud-autofix-setup.php:376 includes/hud-autofix-setup.php:445
13078
+ #: includes/hud-autofix-setup.php:452 includes/hud-autofix-setup.php:521
13079
+ #: includes/hud-autofix-setup.php:528
13080
  msgid "BPS htaccess File Editor page"
13081
  msgstr ""
13082
 
13095
  #: includes/hud-autofix-setup.php:202 includes/hud-autofix-setup.php:209
13096
  #: includes/hud-autofix-setup.php:234 includes/hud-autofix-setup.php:283
13097
  #: includes/hud-autofix-setup.php:291 includes/hud-autofix-setup.php:316
13098
+ #: includes/hud-autofix-setup.php:369 includes/hud-autofix-setup.php:376
13099
+ #: includes/hud-autofix-setup.php:401 includes/hud-autofix-setup.php:445
13100
+ #: includes/hud-autofix-setup.php:452 includes/hud-autofix-setup.php:477
13101
+ #: includes/hud-autofix-setup.php:521 includes/hud-autofix-setup.php:528
13102
+ #: includes/hud-autofix-setup.php:554
13103
  msgid "BPS Setup Wizard"
13104
  msgstr ""
13105
 
13113
  msgstr ""
13114
 
13115
  #: includes/hud-autofix-setup.php:125 includes/hud-autofix-setup.php:202
13116
+ #: includes/hud-autofix-setup.php:283 includes/hud-autofix-setup.php:369
13117
+ #: includes/hud-autofix-setup.php:445 includes/hud-autofix-setup.php:521
13118
  msgid ""
13119
  "If you have deactivated Root Folder BulletProof Mode temporarily then "
13120
  "disregard this message. When you activate Root Folder BulletProof Mode again "
13297
  msgid " after you have uninstalled/deleted the Comet Cache plugin."
13298
  msgstr ""
13299
 
13300
+ #: includes/hud-autofix-setup.php:369
13301
  msgid ""
13302
  "WP Fastest Cache (WPFC) htaccess code was not found in your Root htaccess "
13303
  "file"
13304
  msgstr ""
13305
 
13306
+ #: includes/hud-autofix-setup.php:369 includes/hud-autofix-setup.php:376
13307
  msgid "If you just installed WP Fastest Cache then go to the "
13308
  msgstr ""
13309
 
13310
+ #: includes/hud-autofix-setup.php:369
13311
  msgid ""
13312
  " click the Unlock htaccess File button, then go to the WPFC plugin settings "
13313
  "page, choose and save the WPFC plugin settings that you want to use and then "
13314
  "run the "
13315
  msgstr ""
13316
 
13317
+ #: includes/hud-autofix-setup.php:369
13318
  msgid " to automatically setup/combine WPFC and BPS htaccess code together."
13319
  msgstr ""
13320
 
13321
+ #: includes/hud-autofix-setup.php:376
13322
  msgid ""
13323
  "WP Fastest Cache (WPFC) Plugin htaccess code was not found in BPS Custom Code"
13324
  msgstr ""
13325
 
13326
+ #: includes/hud-autofix-setup.php:376
13327
  msgid ""
13328
  " click the Unlock htaccess File button, then go to the WP Fastest Cache "
13329
  "plugin settings page, choose and save the WP Fastest Cache plugin settings "
13330
  "that you want to use and then run the "
13331
  msgstr ""
13332
 
13333
+ #: includes/hud-autofix-setup.php:376
13334
  msgid ""
13335
  " to automatically setup/combine WP Fastest Cache and BPS htaccess code "
13336
  "together."
13337
  msgstr ""
13338
 
13339
+ #: includes/hud-autofix-setup.php:376
13340
  msgid ""
13341
  "Note: If you change your WP Fastest Cache Plugin settings at a later time "
13342
  "then repeat these steps."
13343
  msgstr ""
13344
 
13345
+ #: includes/hud-autofix-setup.php:401
13346
  msgid ""
13347
  "WP Fastest Cache (WPFC) is deactivated and WPFC htaccess code was found in "
13348
  "your Root htaccess file"
13349
  msgstr ""
13350
 
13351
+ #: includes/hud-autofix-setup.php:401
13352
  msgid "If you have deactivated WPFC temporarily then disregard this message."
13353
  msgstr ""
13354
 
13355
+ #: includes/hud-autofix-setup.php:401
13356
  msgid "If you are planning on permanently uninstalling WPFC then run the "
13357
  msgstr ""
13358
 
13359
+ #: includes/hud-autofix-setup.php:401
13360
  msgid " after you have uninstalled/deleted the WPFC plugin."
13361
  msgstr ""
13362
 
13363
+ #: includes/hud-autofix-setup.php:445
13364
  msgid "WP Rocket htaccess code was not found in your Root htaccess file"
13365
  msgstr ""
13366
 
13367
+ #: includes/hud-autofix-setup.php:445 includes/hud-autofix-setup.php:452
13368
  msgid "If you just installed WP Rocket then go to the "
13369
  msgstr ""
13370
 
13371
+ #: includes/hud-autofix-setup.php:445 includes/hud-autofix-setup.php:452
13372
  msgid ""
13373
  " click the Unlock htaccess File button, then go to the WP Rocket plugin "
13374
  "settings page, choose and save the WP Rocket plugin settings that you want "
13375
  "to use and then run the "
13376
  msgstr ""
13377
 
13378
+ #: includes/hud-autofix-setup.php:445 includes/hud-autofix-setup.php:452
13379
  msgid ""
13380
  " to automatically setup/combine WP Rocket and BPS htaccess code together."
13381
  msgstr ""
13382
 
13383
+ #: includes/hud-autofix-setup.php:452
13384
  msgid "WP Rocket Plugin htaccess code was not found in BPS Custom Code"
13385
  msgstr ""
13386
 
13387
+ #: includes/hud-autofix-setup.php:452
13388
  msgid ""
13389
  "Note: If you change your WP Rocket Plugin settings at a later time then "
13390
  "repeat these steps."
13391
  msgstr ""
13392
 
13393
+ #: includes/hud-autofix-setup.php:477
13394
  msgid ""
13395
  "WP Rocket is deactivated and WP Rocket htaccess code was found in your Root "
13396
  "htaccess file"
13397
  msgstr ""
13398
 
13399
+ #: includes/hud-autofix-setup.php:477
13400
  msgid ""
13401
  "If you have deactivated WP Rocket temporarily then disregard this message."
13402
  msgstr ""
13403
 
13404
+ #: includes/hud-autofix-setup.php:477
13405
  msgid "If you are planning on permanently uninstalling WP Rocket then run the "
13406
  msgstr ""
13407
 
13408
+ #: includes/hud-autofix-setup.php:477
13409
  msgid " after you have uninstalled/deleted the WP Rocket plugin."
13410
  msgstr ""
13411
 
13412
+ #: includes/hud-autofix-setup.php:521
13413
  msgid ""
13414
  "LiteSpeed Cache Plugin htaccess code was not found in your Root htaccess file"
13415
  msgstr ""
13416
 
13417
+ #: includes/hud-autofix-setup.php:521 includes/hud-autofix-setup.php:528
13418
  msgid "If you just installed LiteSpeed Cache then go to the "
13419
  msgstr ""
13420
 
13421
+ #: includes/hud-autofix-setup.php:521 includes/hud-autofix-setup.php:528
13422
  msgid ""
13423
  " click the Unlock htaccess File button, then go to the LiteSpeed Cache "
13424
  "plugin settings page, choose and save the LiteSpeed Cache plugin settings "
13425
  "that you want to use and then run the "
13426
  msgstr ""
13427
 
13428
+ #: includes/hud-autofix-setup.php:521 includes/hud-autofix-setup.php:528
13429
  msgid ""
13430
  " to automatically setup/combine LiteSpeed Cache and BPS htaccess code "
13431
  "together."
13432
  msgstr ""
13433
 
13434
+ #: includes/hud-autofix-setup.php:528
13435
  msgid "LiteSpeed Cache Plugin htaccess code was not found in BPS Custom Code"
13436
  msgstr ""
13437
 
13438
+ #: includes/hud-autofix-setup.php:528
13439
  msgid ""
13440
  "Note: If you change your LiteSpeed Cache Plugin settings at a later time "
13441
  "then repeat these steps."
13442
  msgstr ""
13443
 
13444
+ #: includes/hud-autofix-setup.php:554
13445
  msgid ""
13446
  "LiteSpeed Cache Plugin is deactivated and LiteSpeed Cache htaccess code was "
13447
  "found in your Root htaccess file"
13448
  msgstr ""
13449
 
13450
+ #: includes/hud-autofix-setup.php:554
13451
  msgid ""
13452
  "If you have deactivated LiteSpeed Cache temporarily then disregard this "
13453
  "message."
13454
  msgstr ""
13455
 
13456
+ #: includes/hud-autofix-setup.php:554
13457
  msgid ""
13458
  "If you are planning on permanently uninstalling LiteSpeed Cache then run the "
13459
  msgstr ""
13460
 
13461
+ #: includes/hud-autofix-setup.php:554
13462
  msgid " after you have uninstalled/deleted the LiteSpeed Cache plugin."
13463
  msgstr ""
13464
 
14119
 
14120
  #: includes/hud-dismiss-functions.php:461
14121
  msgid ""
14122
+ "To fix the iThemes problem go to the System Tweaks page, uncheck the Disable "
14123
  "PHP in Plugins option setting."
14124
  msgstr ""
14125
 
14594
  msgid " Login Attempts Remaining "
14595
  msgstr ""
14596
 
14597
+ #: includes/zip-email-cron-functions.php:29
14598
  msgid "Once Hourly"
14599
  msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://wordpress.org/support/view/plugin-reviews/bulletproof-secur
4
  Tags: security, secure, malware scanner, login security, firewall, security plugin, wordpress security, login, bruteforce, backup, exploit, infection, protection, virus, anti-virus, logout, spam, anti-spam
5
  Requires at least: 3.8
6
  Tested up to: 5.8
7
- Stable tag: 5.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,10 +12,10 @@ WordPress Security Protection: Malware scanner, Firewall, Login Security, DB Bac
12
 
13
  == Description ==
14
 
15
- WordPress Security Protection: Malware scanner, Firewall, Login Security, DB Backup, Anti-Spam... View Security feature highlights below. View BulletProof Security feature details under the FAQ help section below. Secure your WordPress website even further by adding additional BulletProof Security Bonus Custom Code. See BulletProof Security Bonus Custom Code under the FAQ help section below. Effective, Reliable & Easy to use WordPress Security Plugin.
16
 
17
  = BulletProof Security Installation and Setup Video Tutorial =
18
- https://www.youtube.com/watch?v=FMv58aLUMT0
19
 
20
  = BulletProof Security Feature Highlights =
21
 
@@ -37,6 +37,7 @@ https://www.youtube.com/watch?v=FMv58aLUMT0
37
  * Extensive System Info (System Info page)
38
  * WordPress Automatic Update Options
39
  * Force Strong Passwords (FSP)
 
40
 
41
  = BulletProof Security Pro Feature Highlights =
42
 
@@ -72,6 +73,7 @@ https://www.youtube.com/watch?v=FMv58aLUMT0
72
  * Extensive System Info (System Info page)
73
  * WordPress Automatic Update Options
74
  * Force Strong Passwords (FSP)
 
75
  * <a href="https://www.ait-pro.com/bps-features/" title="BulletProof Security Features" rel="nofollow" target="_blank">View All BulletProof Security Pro Feature Details</a>
76
 
77
  = BulletProof Security Recommended Video Tutorials =
@@ -359,6 +361,10 @@ protect all of your WordPress Forms, BuddyPress, bbPress and WooCommerce Forms a
359
  * At least 1 special character: Password Criteria Requirements checkbox.
360
  * Displayed Message/Error Message: Enter/type the displayed message that the User will see on the relevant Forms/pages or use the existing default FSP message.
361
 
 
 
 
 
362
  = BulletProof Security DB Backup|Database Backup Features =
363
 
364
  <strong>Description:</strong> DB Backup: Create manual and scheduled Backup Jobs. Selective database table backup and full database backup. Scheduled backup job options: Hourly, Daily, Weekly and Monthly. Send scheduled backup zip file via email or just send email only, automatically delete old backup files after a certain period of time, etc., etc., etc. All DB Backup options/settings and default setup is done automatically during upgrades and new installations. See the BulletProof Security DB Backup|Database Backup Features section for additional features and options.
4
  Tags: security, secure, malware scanner, login security, firewall, security plugin, wordpress security, login, bruteforce, backup, exploit, infection, protection, virus, anti-virus, logout, spam, anti-spam
5
  Requires at least: 3.8
6
  Tested up to: 5.8
7
+ Stable tag: 5.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ WordPress Security Protection: Malware scanner, Firewall, Login Security, DB Backup, Anti-Spam... View Security feature highlights below. View BulletProof Security feature details under the FAQ help section below. Effective, Reliable & Easy to use WordPress Security Plugin.
16
 
17
  = BulletProof Security Installation and Setup Video Tutorial =
18
+ https://www.youtube.com/watch?v=nT55DCW1HBk
19
 
20
  = BulletProof Security Feature Highlights =
21
 
37
  * Extensive System Info (System Info page)
38
  * WordPress Automatic Update Options
39
  * Force Strong Passwords (FSP)
40
+ * Plugin & Theme Updates Available Email Alerts
41
 
42
  = BulletProof Security Pro Feature Highlights =
43
 
73
  * Extensive System Info (System Info page)
74
  * WordPress Automatic Update Options
75
  * Force Strong Passwords (FSP)
76
+ * Plugin & Theme Updates Available Email Alerts
77
  * <a href="https://www.ait-pro.com/bps-features/" title="BulletProof Security Features" rel="nofollow" target="_blank">View All BulletProof Security Pro Feature Details</a>
78
 
79
  = BulletProof Security Recommended Video Tutorials =
361
  * At least 1 special character: Password Criteria Requirements checkbox.
362
  * Displayed Message/Error Message: Enter/type the displayed message that the User will see on the relevant Forms/pages or use the existing default FSP message.
363
 
364
+ = BulletProof Security Plugin & Theme Updates Available Email Alerts Features =
365
+
366
+ <strong>Description:</strong> Send email alerts when new Plugin or Theme updates are available. Options: 1 Hour, 12 Hours or 1 Day. Do not send email alerts (default setting), Send Email Alerts for All Plugins, Send Email Alerts for Active Plugins Only, Send Email Alerts for All Themes and Send Email Alerts for Active Theme Only. This feature is located on the Email|Log Settings page.
367
+
368
  = BulletProof Security DB Backup|Database Backup Features =
369
 
370
  <strong>Description:</strong> DB Backup: Create manual and scheduled Backup Jobs. Selective database table backup and full database backup. Scheduled backup job options: Hourly, Daily, Weekly and Monthly. Send scheduled backup zip file via email or just send email only, automatically delete old backup files after a certain period of time, etc., etc., etc. All DB Backup options/settings and default setup is done automatically during upgrades and new installations. See the BulletProof Security DB Backup|Database Backup Features section for additional features and options.