Version Description
Download this release
Release Info
Developer | AITpro |
Plugin | BulletProof Security |
Version | 2.3 |
Comparing to | |
See all releases |
Code changes from version 2.2 to 2.3
- admin/core/core-custom-code.php +4 -10
- admin/core/core-help-text.php +1 -1
- admin/core/core-htaccess-code.php +1 -1
- admin/core/core.php +91 -110
- admin/css/bps-black-ui-theme.css +75 -55
- admin/css/bps-blue-ui-theme-old-wp-versions.css +0 -275
- admin/css/bps-blue-ui-theme.css +46 -25
- admin/css/bps-grey-ui-theme.css +77 -56
- admin/db-backup-security/db-backup-help-text.php +1 -1
- admin/db-backup-security/db-backup-security.php +20 -46
- admin/htaccess/secure.htaccess +1 -1
- admin/htaccess/wpadmin-secure.htaccess +1 -1
- admin/includes/admin.php +31 -38
- admin/login/login.php +13 -27
- admin/maintenance/maintenance.php +19 -29
- admin/security-log/security-log.php +14 -26
- admin/system-info/system-info.php +47 -26
- admin/theme-skin/theme-skin.php +12 -26
- admin/wizard/pwizard-autofix.php +8 -8
- admin/wizard/wizard-backup.php +1 -1
- admin/wizard/wizard-functions.php +1 -1
- admin/wizard/wizard.php +24 -31
- bulletproof-security.php +5 -5
- includes/functions.php +4 -2
- includes/general-functions.php +15 -15
- includes/hud-autofix-whitelist.php +7 -1
- includes/login-security.php +6 -6
- languages/bulletproof-security.pot +1472 -1375
- readme.txt +4 -4
admin/core/core-custom-code.php
CHANGED
@@ -146,7 +146,7 @@ global $bps_topDiv, $bps_bottomDiv;
|
|
146 |
|
147 |
<table width="100%" border="0" cellspacing="0" cellpadding="10" class="bps-help_faq_table">
|
148 |
<tr>
|
149 |
-
<td colspan="2" class="bps-table_title"
|
150 |
</tr>
|
151 |
<tr>
|
152 |
|
@@ -226,7 +226,7 @@ global $bps_topDiv, $bps_bottomDiv;
|
|
226 |
<strong><label for="bps-CCode">
|
227 |
<?php echo number_format_i18n( 9 ).'. '; _e('CUSTOM CODE REQUEST METHODS FILTERED:', 'bulletproof-security'); ?><br />
|
228 |
<?php _e('Whitelist User Agents and allow HEAD Requests', 'bulletproof-security'); ?> </label></strong><br />
|
229 |
-
<strong><?php $text = '<font color="#2ea2cc">'.__('You MUST copy and paste the entire REQUEST METHODS FILTERED section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes. To Allow HEAD Requests
|
230 |
<textarea class="bps-text-area-custom-code" name="bps_customcode_request_methods" tabindex="9"><?php echo $CC_Options_root['bps_customcode_request_methods']; ?></textarea>
|
231 |
</td>
|
232 |
<td class="bps-table_cell_help_custom_code" style="padding-top:75px;">
|
@@ -237,7 +237,7 @@ global $bps_topDiv, $bps_bottomDiv;
|
|
237 |
|
238 |
<?php } else { ?>
|
239 |
|
240 |
-
<span style="color:#2ea2cc;font-weight:bold;">Example Code: Click the Read Me help button for Custom Code Setup Steps. This example code is a visual reference to show you which root htaccess file code goes in the CUSTOM CODE REQUEST METHODS FILTERED text box. Go to the htaccess File Editor tab page and copy your actual REQUEST METHODS FILTERED root htaccess file code and paste it into the CUSTOM CODE REQUEST METHODS FILTERED text box to the left.</span><pre># REQUEST METHODS FILTERED<br /># If you want to allow HEAD Requests use BPS Custom Code and copy<br /># this entire REQUEST METHODS FILTERED section of code to this BPS Custom Code<br /># text box: CUSTOM CODE REQUEST METHODS FILTERED.<br /># See the CUSTOM CODE REQUEST METHODS FILTERED help text for additional steps.<br />RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK|DEBUG) [NC]<br />RewriteRule ^(.*)$ - [F]<br />RewriteCond %{REQUEST_METHOD} ^(HEAD) [NC]<br />RewriteRule ^(.*)$ <?php echo '/'.$bps_plugin_dir; ?>/bulletproof-security/405.php [
|
241 |
|
242 |
<?php } ?>
|
243 |
|
@@ -325,9 +325,6 @@ global $bps_topDiv, $bps_bottomDiv;
|
|
325 |
<td class="bps-table_cell_help"> </td>
|
326 |
<td class="bps-table_cell_help"> </td>
|
327 |
</tr>
|
328 |
-
<tr>
|
329 |
-
<td colspan="2" class="bps-table_cell_bottom"> </td>
|
330 |
-
</tr>
|
331 |
</table>
|
332 |
|
333 |
<script type="text/javascript">
|
@@ -353,7 +350,7 @@ jQuery(document).ready(function($){
|
|
353 |
|
354 |
<table width="100%" border="0" cellspacing="0" cellpadding="10" class="bps-help_faq_table">
|
355 |
<tr>
|
356 |
-
<td colspan="2" class="bps-table_title"
|
357 |
</tr>
|
358 |
<tr>
|
359 |
<td class="bps-table_cell_help_custom_code">
|
@@ -422,9 +419,6 @@ jQuery(document).ready(function($){
|
|
422 |
<td class="bps-table_cell_help"> </td>
|
423 |
<td class="bps-table_cell_help"> </td>
|
424 |
</tr>
|
425 |
-
<tr>
|
426 |
-
<td colspan="2" class="bps-table_cell_bottom"> </td>
|
427 |
-
</tr>
|
428 |
</table>
|
429 |
|
430 |
<script type="text/javascript">
|
146 |
|
147 |
<table width="100%" border="0" cellspacing="0" cellpadding="10" class="bps-help_faq_table">
|
148 |
<tr>
|
149 |
+
<td colspan="2" class="bps-table_title"></td>
|
150 |
</tr>
|
151 |
<tr>
|
152 |
|
226 |
<strong><label for="bps-CCode">
|
227 |
<?php echo number_format_i18n( 9 ).'. '; _e('CUSTOM CODE REQUEST METHODS FILTERED:', 'bulletproof-security'); ?><br />
|
228 |
<?php _e('Whitelist User Agents and allow HEAD Requests', 'bulletproof-security'); ?> </label></strong><br />
|
229 |
+
<strong><?php $text = '<font color="#2ea2cc">'.__('You MUST copy and paste the entire REQUEST METHODS FILTERED section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes. To Allow HEAD Requests click the Read Me help button at the top of the Custom Code page for instructions and examples.', 'bulletproof-security').'</font>'; echo $text ; ?></strong><br />
|
230 |
<textarea class="bps-text-area-custom-code" name="bps_customcode_request_methods" tabindex="9"><?php echo $CC_Options_root['bps_customcode_request_methods']; ?></textarea>
|
231 |
</td>
|
232 |
<td class="bps-table_cell_help_custom_code" style="padding-top:75px;">
|
237 |
|
238 |
<?php } else { ?>
|
239 |
|
240 |
+
<span style="color:#2ea2cc;font-weight:bold;">Example Code: Click the Read Me help button for Custom Code Setup Steps. This example code is a visual reference to show you which root htaccess file code goes in the CUSTOM CODE REQUEST METHODS FILTERED text box. Go to the htaccess File Editor tab page and copy your actual REQUEST METHODS FILTERED root htaccess file code and paste it into the CUSTOM CODE REQUEST METHODS FILTERED text box to the left.</span><pre># REQUEST METHODS FILTERED<br /># If you want to allow HEAD Requests use BPS Custom Code and copy<br /># this entire REQUEST METHODS FILTERED section of code to this BPS Custom Code<br /># text box: CUSTOM CODE REQUEST METHODS FILTERED.<br /># See the CUSTOM CODE REQUEST METHODS FILTERED help text for additional steps.<br />RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK|DEBUG) [NC]<br />RewriteRule ^(.*)$ - [F]<br />RewriteCond %{REQUEST_METHOD} ^(HEAD) [NC]<br />RewriteRule ^(.*)$ <?php echo '/'.$bps_plugin_dir; ?>/bulletproof-security/405.php [L]</pre>
|
241 |
|
242 |
<?php } ?>
|
243 |
|
325 |
<td class="bps-table_cell_help"> </td>
|
326 |
<td class="bps-table_cell_help"> </td>
|
327 |
</tr>
|
|
|
|
|
|
|
328 |
</table>
|
329 |
|
330 |
<script type="text/javascript">
|
350 |
|
351 |
<table width="100%" border="0" cellspacing="0" cellpadding="10" class="bps-help_faq_table">
|
352 |
<tr>
|
353 |
+
<td colspan="2" class="bps-table_title"></td>
|
354 |
</tr>
|
355 |
<tr>
|
356 |
<td class="bps-table_cell_help_custom_code">
|
419 |
<td class="bps-table_cell_help"> </td>
|
420 |
<td class="bps-table_cell_help"> </td>
|
421 |
</tr>
|
|
|
|
|
|
|
422 |
</table>
|
423 |
|
424 |
<script type="text/javascript">
|
admin/core/core-help-text.php
CHANGED
@@ -37,6 +37,6 @@ if ( ! current_user_can('manage_options') ) {
|
|
37 |
}
|
38 |
|
39 |
/** Custom Code **/
|
40 |
-
$bps_customcode_content = '<strong>'.__('Reset|Recheck Dismiss Notices:', 'bulletproof-security').'</strong><br>'.__('Clicking this button resets ALL Dismiss Notices such as Bonus Code Dismiss Notices and ALL other Dismiss Notices. If you previously dismissed a Dismiss Notice and want to display it again at a later time click this button.', 'bulletproof-security').'<br><br><strong>'.__('Export Tool', 'bulletproof-security').'</strong><br>'.__('The Custom Code Export tool exports (copies) all of your Root and wp-admin custom htaccess code into the cc-master.zip file, which you can then download to your computer by clicking the Download Zip Export button displayed in the Custom Code Export success message. You can unzip the cc-master.zip file on your computer to extract the cc-master.txt file for editing - see the Import Tool help info below.', 'bulletproof-security').'<br><br><strong>'.__('Import Tool', 'bulletproof-security').'</strong><br>'.__('The Custom Code Import tool imports all of your Root and wp-admin Custom Code from the cc-master.zip file on your computer into the Custom Code text boxes and saves your imported custom htaccess code to your WordPress Database. You can unzip the cc-master.zip file on your computer to extract the cc-master.txt file for editing to add/change any custom htaccess code in the cc-master.txt file. Do NOT delete any of the BEGIN and END placeholder lines of code in the cc-master.txt file. You can add/edit/change any code in-between the BEGIN and END lines of code. After editing the cc-master.txt file you will need to zip the cc-master.txt file in order to be able to import the cc-master.zip file using the Custom Code Import tool. The zip file MUST be named cc-master.zip in order to be able to Import it to BPS Custom Code. Important Note: Use Notepad, Notepad++ or another ASCII text editor to edit the cc-master.txt file. Do NOT use Word or WordPad to edit the cc-master.txt file.', 'bulletproof-security').'<br><br><strong>'.__('Delete Tool', 'bulletproof-security').'</strong><br>'.__('The Custom Code Delete tool deletes all of your Root and wp-admin Custom Code from all of the Custom Code text boxes and your WordPress Database. The Delete tool can be used for troubleshooting possible invalid/bad custom htaccess code issues/problems or simply just to delete all custom htaccess code in all of the Custom Code text boxes.', 'bulletproof-security').'<br><br><strong>'.__('Custom Code General Help Information', 'bulletproof-security').'</strong><br>'.__('ONLY add valid htaccess code into these text areas/text boxes. If you want to add regular text instead of .htaccess code then you will need to add a pound sign # in front of the text to comment it out. If you do not do this then the next time you activate BulletProof Mode for your Root folder or your wp-admin folder your website WILL crash.', 'bulletproof-security').'<br><br>'.__('For Custom Code text boxes the require that you copy the entire section of code that you want to edit and modify you will see this blue help text - ', 'bulletproof-security').'<strong><font color="blue">'.__('"You MUST copy and paste the entire xxxxx section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes."', 'bulletproof-security').'</font></strong><br><br><strong>'.__('If you do not copy the entire section of code into a text box that requires this then the next time activate BulletProof Mode for your Root folder or your wp-admin folder your website WILL crash.', 'bulletproof-security').'</strong><br><br><strong>'.__('If your website crashes after adding custom code: Use FTP or use your web host control panel file manager and delete the root .htaccess file or the wp-admin file or both files if necessary. Log back into your website and correct/fix the invalid/incorrect custom htaccess code that was added in any of the Custom Code text boxes, save your changes, go to the Security Modes page and click the Activate button for the Root or wp-admin Folder BulletProof Mode or both if necessary.', 'bulletproof-security').'</strong><br><br><strong>'.__('Your Custom Code is saved permanently until you delete it and will not be removed or deleted when you upgrade BPS.','bulletproof-security').'</strong><br><br><strong>'.__('Root htaccess File Custom Code Setup Steps', 'bulletproof-security').'</strong><br>'.__('1. Add your custom code in the appropriate Root Custom Code text box.', 'bulletproof-security').'<br>'.__('2. Click the Save Root Custom Code button to save your Root custom code.', 'bulletproof-security').'<br>'.__('3. Go to the Security Modes page and click the Root Folder BulletProof Mode Activate button.', 'bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE:', 'bulletproof-security').'<br>'.__('Add php/php.ini handler code, cache code and/or Speed Boost Cache Code here', 'bulletproof-security').'</strong><br>'.__('ONLY add valid php/php.ini handler htaccess code and/or cache htaccess code or text commented out with a pound sign #.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE TURN OFF YOUR SERVER SIGNATURE:', 'bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire TURN OFF YOUR SERVER SIGNATURE section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE DO NOT SHOW DIRECTORY LISTING/DIRECTORY INDEX:','bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire DO NOT SHOW DIRECTORY LISTING and DIRECTORY INDEX sections of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE BRUTE FORCE LOGIN PAGE PROTECTION:','bulletproof-security').'</strong><br>'.__('This Custom Code text box is for optional/Bonus code. To get this code see the Forum Help Links at the top of this Read Me help window. CAUTION! This code has a 95%/5% success/fail ratio meaning that this code will not work on 5% of websites. If you see a 403 error when logging out and logging into your website then you cannot use this code on your website and will need to delete this code to correct the 403 error when logging out and logging into your website.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE ERROR LOGGING AND TRACKING:','bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire ERROR LOGGING AND TRACKING section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE DENY ACCESS TO PROTECTED SERVER FILES AND FOLDERS:', 'bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire DENY ACCESS TO PROTECTED SERVER FILES AND FOLDERS section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.', 'bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE WP-ADMIN/INCLUDES: DO NOT add wp-admin .htaccess file code here', 'bulletproof-security').'</strong><br>'.__('Add one pound sign # in this text box to prevent the WP-ADMIN/INCLUDES section of code from being created in your root .htaccess file.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE WP REWRITE LOOP START: Add www to non-www/non-www to www code here', 'bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire WP REWRITE LOOP START section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE REQUEST METHODS FILTERED: Whitelist User Agents and allow HEAD Requests', 'bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire REQUEST METHODS FILTERED section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes. If you see this code: ','bulletproof-security').'RewriteRule ^(.*)$ - [R=405,L]'.__('. To Allow HEAD Requests, comment out these 2 lines of code with # signs: ', 'bulletproof-security').'#RewriteCond %{REQUEST_METHOD} ^(HEAD) [NC] and #RewriteRule ^(.*)$ - [R=405,L].'.__(' If you see this code: ','bulletproof-security').'RewriteRule ^(.*)$ /wp-content/plugins/bulletproof-security/405.php [R,L]'.__('. To Allow HEAD Requests, comment out these 2 lines of code with # signs: ', 'bulletproof-security').'#RewriteCond %{REQUEST_METHOD} ^(HEAD) [NC] and #RewriteRule ^(.*)$ /wp-content/plugins/bulletproof-security/405.php [R,L].<br><br><strong>'.__('CUSTOM CODE PLUGIN/THEME SKIP/BYPASS RULES:','bulletproof-security').'</strong><br>'.__('ONLY add valid htaccess code or text commented out with a pound sign #. This text area is for plugin fixes that are specific to your website. BPS already has some plugin skip/bypass rules included in the Root htaccess file by default. Adding additional plugin skip/bypass rules for your plugins on your website goes in this text box. There are 12 default skip rules in the standard BPS root htaccess file already. Skip rules MUST be in descending consecutive number order: 15, 14, 13... If you add one plugin skip/bypass rule in this text box it should be skip rule #13. For each additional plugin skip rule that you add the S= skip number is increased by one. Example: if you add 3 plugin skip rules in this text box they would be Skip rules #15, #14 and #13 - RewriteRule . - [S=15] and RewriteRule . - [S=14] and RewriteRule . - [S=13] in descending consecutive order', 'bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE TIMTHUMB FORBID RFI and MISC FILE SKIP/BYPASS RULE:','bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire TIMTHUMB FORBID RFI section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE BPSQSE BPS QUERY STRING EXPLOITS:','bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire BPSQSE QUERY STRING EXPLOITS section of code from your root .htaccess file from # BEGIN BPSQSE BPS QUERY STRING EXPLOITS to # END BPSQSE BPS QUERY STRING EXPLOITS into this text box first. You can then edit and modify the code in this text window and save your changes.', 'bulletproof-security').$network_cc_help.'<br><br><strong>'.__('CUSTOM CODE DENY BROWSER ACCESS TO THESE FILES:','bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire DENY BROWSER ACCESS section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.', 'bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE BOTTOM HOTLINKING/FORBID COMMENT SPAMMERS/BLOCK BOTS/BLOCK IP/REDIRECT CODE: Add miscellaneous code here','bulletproof-security').'</strong><br>'.__('This Custom Code text box is for any/all personal custom code that you have created or want to use that is not standard BPS htaccess code. ONLY add valid htaccess code below or text commented out with a pound sign # You can save any miscellaneous custom htaccess code here as long as it is valid htaccess code or if it is just plain text then you will need to comment it out with a pound sign # in front of the text.', 'bulletproof-security').'<br><br><strong>'.__('wp-admin htaccess File Custom Code Steps','bulletproof-security').'</strong><br>'.__('1. Add your custom code in the appropriate wp-admin Custom Code text box.', 'bulletproof-security').'<br>'.__('2. Click the Save wp-admin Custom Code button to save your wp-admin custom code.', 'bulletproof-security').'<br>'.__('3. Go to the Security Modes page and click the wp-admin Folder BulletProof Mode Activate button.', 'bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE BPS WPADMIN DENY ACCESS TO FILES:','bulletproof-security').'<br>'.__('Add additional wp-admin files that you would like to block here','bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire WPADMIN DENY BROWSER ACCESS TO FILES section of code from your wp-admin .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes. Add one pound sign # below to prevent the WPADMIN DENY BROWSER ACCESS TO FILES section of code from being created in your wp-admin .htaccess file.', 'bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE WPADMIN TOP:','bulletproof-security').'<br>'.__('Add wp-admin password protection, IP whitelist allow access & miscellaneous custom code here','bulletproof-security').'</strong><br>'.__('ONLY add valid htaccess code below or text commented out with a pound sign # You can save any miscellaneous custom htaccess code here as long as it is valid htaccess code or if it is just plain text then you will need to comment it out with a pound sign # in front of the text.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES:','bulletproof-security').'<br>'.__('Add wp-admin plugin/file skip rules code here','bulletproof-security').'</strong><br>'.__('ONLY add valid htaccess code below or text commented out with a pound sign #. There is currently one default skip rule [S=1] in the standard BPS wp-admin htaccess file already. Skip rules MUST be in descending consecutive number order: 4, 3, 2... If you add one plugin skip/bypass rule in this text box it will be skip rule #2. For each additional plugin skip rule that you add the S= skip number is increased by one. Example: if you add 3 plugin skip rules in this text box they would be Skip rules #4, #3 and #2 - RewriteRule . - [S=4] and RewriteRule . - [S=3] and RewriteRule . - [S=2] in descending consecutive order.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE BPSQSE-check BPS QUERY STRING EXPLOITS AND FILTERS:','bulletproof-security').'<br>'.__('Modify wp-admin Query String Exploit code here','bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire BPS QUERY STRING EXPLOITS section of code from your wp-admin .htaccess file from # BEGIN BPSQSE-check BPS QUERY STRING EXPLOITS AND FILTERS to # END BPSQSE-check BPS QUERY STRING EXPLOITS AND FILTERS into this text box first. You can then edit and modify the code in this text window and save your changes.','bulletproof-security').'<br><br><strong>'.__('BPS Video Tutorial links can be found in the Help & FAQ pages.','bulletproof-security').'</strong>';
|
41 |
|
42 |
?>
|
37 |
}
|
38 |
|
39 |
/** Custom Code **/
|
40 |
+
$bps_customcode_content = '<strong>'.__('Reset|Recheck Dismiss Notices:', 'bulletproof-security').'</strong><br>'.__('Clicking this button resets ALL Dismiss Notices such as Bonus Code Dismiss Notices and ALL other Dismiss Notices. If you previously dismissed a Dismiss Notice and want to display it again at a later time click this button.', 'bulletproof-security').'<br><br><strong>'.__('Export Tool', 'bulletproof-security').'</strong><br>'.__('The Custom Code Export tool exports (copies) all of your Root and wp-admin custom htaccess code into the cc-master.zip file, which you can then download to your computer by clicking the Download Zip Export button displayed in the Custom Code Export success message. You can unzip the cc-master.zip file on your computer to extract the cc-master.txt file for editing - see the Import Tool help info below.', 'bulletproof-security').'<br><br><strong>'.__('Import Tool', 'bulletproof-security').'</strong><br>'.__('The Custom Code Import tool imports all of your Root and wp-admin Custom Code from the cc-master.zip file on your computer into the Custom Code text boxes and saves your imported custom htaccess code to your WordPress Database. You can unzip the cc-master.zip file on your computer to extract the cc-master.txt file for editing to add/change any custom htaccess code in the cc-master.txt file. Do NOT delete any of the BEGIN and END placeholder lines of code in the cc-master.txt file. You can add/edit/change any code in-between the BEGIN and END lines of code. After editing the cc-master.txt file you will need to zip the cc-master.txt file in order to be able to import the cc-master.zip file using the Custom Code Import tool. The zip file MUST be named cc-master.zip in order to be able to Import it to BPS Custom Code. Important Note: Use Notepad, Notepad++ or another ASCII text editor to edit the cc-master.txt file. Do NOT use Word or WordPad to edit the cc-master.txt file.', 'bulletproof-security').'<br><br><strong>'.__('Delete Tool', 'bulletproof-security').'</strong><br>'.__('The Custom Code Delete tool deletes all of your Root and wp-admin Custom Code from all of the Custom Code text boxes and your WordPress Database. The Delete tool can be used for troubleshooting possible invalid/bad custom htaccess code issues/problems or simply just to delete all custom htaccess code in all of the Custom Code text boxes.', 'bulletproof-security').'<br><br><strong>'.__('Custom Code General Help Information', 'bulletproof-security').'</strong><br>'.__('ONLY add valid htaccess code into these text areas/text boxes. If you want to add regular text instead of .htaccess code then you will need to add a pound sign # in front of the text to comment it out. If you do not do this then the next time you activate BulletProof Mode for your Root folder or your wp-admin folder your website WILL crash.', 'bulletproof-security').'<br><br>'.__('For Custom Code text boxes the require that you copy the entire section of code that you want to edit and modify you will see this blue help text - ', 'bulletproof-security').'<strong><font color="blue">'.__('"You MUST copy and paste the entire xxxxx section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes."', 'bulletproof-security').'</font></strong><br><br><strong>'.__('If you do not copy the entire section of code into a text box that requires this then the next time activate BulletProof Mode for your Root folder or your wp-admin folder your website WILL crash.', 'bulletproof-security').'</strong><br><br><strong>'.__('If your website crashes after adding custom code: Use FTP or use your web host control panel file manager and delete the root .htaccess file or the wp-admin file or both files if necessary. Log back into your website and correct/fix the invalid/incorrect custom htaccess code that was added in any of the Custom Code text boxes, save your changes, go to the Security Modes page and click the Activate button for the Root or wp-admin Folder BulletProof Mode or both if necessary.', 'bulletproof-security').'</strong><br><br><strong>'.__('Your Custom Code is saved permanently until you delete it and will not be removed or deleted when you upgrade BPS.','bulletproof-security').'</strong><br><br><strong>'.__('Root htaccess File Custom Code Setup Steps', 'bulletproof-security').'</strong><br>'.__('1. Add your custom code in the appropriate Root Custom Code text box.', 'bulletproof-security').'<br>'.__('2. Click the Save Root Custom Code button to save your Root custom code.', 'bulletproof-security').'<br>'.__('3. Go to the Security Modes page and click the Root Folder BulletProof Mode Activate button.', 'bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE:', 'bulletproof-security').'<br>'.__('Add php/php.ini handler code, cache code and/or Speed Boost Cache Code here', 'bulletproof-security').'</strong><br>'.__('ONLY add valid php/php.ini handler htaccess code and/or cache htaccess code or text commented out with a pound sign #.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE TURN OFF YOUR SERVER SIGNATURE:', 'bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire TURN OFF YOUR SERVER SIGNATURE section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE DO NOT SHOW DIRECTORY LISTING/DIRECTORY INDEX:','bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire DO NOT SHOW DIRECTORY LISTING and DIRECTORY INDEX sections of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE BRUTE FORCE LOGIN PAGE PROTECTION:','bulletproof-security').'</strong><br>'.__('This Custom Code text box is for optional/Bonus code. To get this code see the Forum Help Links at the top of this Read Me help window. CAUTION! This code has a 95%/5% success/fail ratio meaning that this code will not work on 5% of websites. If you see a 403 error when logging out and logging into your website then you cannot use this code on your website and will need to delete this code to correct the 403 error when logging out and logging into your website.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE ERROR LOGGING AND TRACKING:','bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire ERROR LOGGING AND TRACKING section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE DENY ACCESS TO PROTECTED SERVER FILES AND FOLDERS:', 'bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire DENY ACCESS TO PROTECTED SERVER FILES AND FOLDERS section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.', 'bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE WP-ADMIN/INCLUDES: DO NOT add wp-admin .htaccess file code here', 'bulletproof-security').'</strong><br>'.__('Add one pound sign # in this text box to prevent the WP-ADMIN/INCLUDES section of code from being created in your root .htaccess file.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE WP REWRITE LOOP START: Add www to non-www/non-www to www code here', 'bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire WP REWRITE LOOP START section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE REQUEST METHODS FILTERED: Whitelist User Agents and allow HEAD Requests', 'bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire REQUEST METHODS FILTERED section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes. If you see this code: ','bulletproof-security').'RewriteRule ^(.*)$ - [R=405,L]'.__('. To Allow HEAD Requests, comment out these 2 lines of code with # signs: ', 'bulletproof-security').'#RewriteCond %{REQUEST_METHOD} ^(HEAD) [NC] and #RewriteRule ^(.*)$ - [R=405,L].'.__(' If you see this code: ','bulletproof-security').'RewriteRule ^(.*)$ /wp-content/plugins/bulletproof-security/405.php [L]'.__('. To Allow HEAD Requests, comment out these 2 lines of code with # signs: ', 'bulletproof-security').'#RewriteCond %{REQUEST_METHOD} ^(HEAD) [NC] and #RewriteRule ^(.*)$ /wp-content/plugins/bulletproof-security/405.php [L].<br><br><strong>'.__('CUSTOM CODE PLUGIN/THEME SKIP/BYPASS RULES:','bulletproof-security').'</strong><br>'.__('ONLY add valid htaccess code or text commented out with a pound sign #. This text area is for plugin fixes that are specific to your website. BPS already has some plugin skip/bypass rules included in the Root htaccess file by default. Adding additional plugin skip/bypass rules for your plugins on your website goes in this text box. There are 12 default skip rules in the standard BPS root htaccess file already. Skip rules MUST be in descending consecutive number order: 15, 14, 13... If you add one plugin skip/bypass rule in this text box it should be skip rule #13. For each additional plugin skip rule that you add the S= skip number is increased by one. Example: if you add 3 plugin skip rules in this text box they would be Skip rules #15, #14 and #13 - RewriteRule . - [S=15] and RewriteRule . - [S=14] and RewriteRule . - [S=13] in descending consecutive order', 'bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE TIMTHUMB FORBID RFI and MISC FILE SKIP/BYPASS RULE:','bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire TIMTHUMB FORBID RFI section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE BPSQSE BPS QUERY STRING EXPLOITS:','bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire BPSQSE QUERY STRING EXPLOITS section of code from your root .htaccess file from # BEGIN BPSQSE BPS QUERY STRING EXPLOITS to # END BPSQSE BPS QUERY STRING EXPLOITS into this text box first. You can then edit and modify the code in this text window and save your changes.', 'bulletproof-security').$network_cc_help.'<br><br><strong>'.__('CUSTOM CODE DENY BROWSER ACCESS TO THESE FILES:','bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire DENY BROWSER ACCESS section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.', 'bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE BOTTOM HOTLINKING/FORBID COMMENT SPAMMERS/BLOCK BOTS/BLOCK IP/REDIRECT CODE: Add miscellaneous code here','bulletproof-security').'</strong><br>'.__('This Custom Code text box is for any/all personal custom code that you have created or want to use that is not standard BPS htaccess code. ONLY add valid htaccess code below or text commented out with a pound sign # You can save any miscellaneous custom htaccess code here as long as it is valid htaccess code or if it is just plain text then you will need to comment it out with a pound sign # in front of the text.', 'bulletproof-security').'<br><br><strong>'.__('wp-admin htaccess File Custom Code Steps','bulletproof-security').'</strong><br>'.__('1. Add your custom code in the appropriate wp-admin Custom Code text box.', 'bulletproof-security').'<br>'.__('2. Click the Save wp-admin Custom Code button to save your wp-admin custom code.', 'bulletproof-security').'<br>'.__('3. Go to the Security Modes page and click the wp-admin Folder BulletProof Mode Activate button.', 'bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE BPS WPADMIN DENY ACCESS TO FILES:','bulletproof-security').'<br>'.__('Add additional wp-admin files that you would like to block here','bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire WPADMIN DENY BROWSER ACCESS TO FILES section of code from your wp-admin .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes. Add one pound sign # below to prevent the WPADMIN DENY BROWSER ACCESS TO FILES section of code from being created in your wp-admin .htaccess file.', 'bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE WPADMIN TOP:','bulletproof-security').'<br>'.__('Add wp-admin password protection, IP whitelist allow access & miscellaneous custom code here','bulletproof-security').'</strong><br>'.__('ONLY add valid htaccess code below or text commented out with a pound sign # You can save any miscellaneous custom htaccess code here as long as it is valid htaccess code or if it is just plain text then you will need to comment it out with a pound sign # in front of the text.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES:','bulletproof-security').'<br>'.__('Add wp-admin plugin/file skip rules code here','bulletproof-security').'</strong><br>'.__('ONLY add valid htaccess code below or text commented out with a pound sign #. There is currently one default skip rule [S=1] in the standard BPS wp-admin htaccess file already. Skip rules MUST be in descending consecutive number order: 4, 3, 2... If you add one plugin skip/bypass rule in this text box it will be skip rule #2. For each additional plugin skip rule that you add the S= skip number is increased by one. Example: if you add 3 plugin skip rules in this text box they would be Skip rules #4, #3 and #2 - RewriteRule . - [S=4] and RewriteRule . - [S=3] and RewriteRule . - [S=2] in descending consecutive order.','bulletproof-security').'<br><br><strong>'.__('CUSTOM CODE BPSQSE-check BPS QUERY STRING EXPLOITS AND FILTERS:','bulletproof-security').'<br>'.__('Modify wp-admin Query String Exploit code here','bulletproof-security').'</strong><br>'.__('You MUST copy and paste the entire BPS QUERY STRING EXPLOITS section of code from your wp-admin .htaccess file from # BEGIN BPSQSE-check BPS QUERY STRING EXPLOITS AND FILTERS to # END BPSQSE-check BPS QUERY STRING EXPLOITS AND FILTERS into this text box first. You can then edit and modify the code in this text window and save your changes.','bulletproof-security').'<br><br><strong>'.__('BPS Video Tutorial links can be found in the Help & FAQ pages.','bulletproof-security').'</strong>';
|
41 |
|
42 |
?>
|
admin/core/core-htaccess-code.php
CHANGED
@@ -239,7 +239,7 @@ $bps_secure_request_methods = "\n# REQUEST METHODS FILTERED
|
|
239 |
RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK|DEBUG) [NC]
|
240 |
RewriteRule ^(.*)$ - [F]
|
241 |
RewriteCond %{REQUEST_METHOD} ^(HEAD) [NC]
|
242 |
-
RewriteRule ^(.*)$ " . $bps_get_wp_root_secure . $bps_plugin_dir . "/bulletproof-security/405.php [
|
243 |
}
|
244 |
}
|
245 |
|
239 |
RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK|DEBUG) [NC]
|
240 |
RewriteRule ^(.*)$ - [F]
|
241 |
RewriteCond %{REQUEST_METHOD} ^(HEAD) [NC]
|
242 |
+
RewriteRule ^(.*)$ " . $bps_get_wp_root_secure . $bps_plugin_dir . "/bulletproof-security/405.php [L]\n\n";
|
243 |
}
|
244 |
}
|
245 |
|
admin/core/core.php
CHANGED
@@ -180,16 +180,17 @@ $bpsSpacePop = '-------------------------------------------------------------';
|
|
180 |
<li><a href="#bps-tabs-7"><?php _e('Custom Code', 'bulletproof-security'); ?></a></li>
|
181 |
<li><a href="#bps-tabs-9"><?php _e('My Notes', 'bulletproof-security'); ?></a></li>
|
182 |
<li><a href="#bps-tabs-10"><?php _e('Whats New', 'bulletproof-security'); ?></a></li>
|
183 |
-
<li><a href="#bps-tabs-11"><?php _e('
|
184 |
-
<li><a href="#bps-tabs-12"><?php _e('
|
185 |
</ul>
|
186 |
|
187 |
<div id="bps-tabs-1" class="bps-tab-page">
|
188 |
-
<h2><?php _e('htaccess File Security Modes ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('RBM, WBM, HPF, MBM & BBM BulletProof Modes', 'bulletproof-security'); ?></span></h2>
|
189 |
|
190 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
191 |
<tr>
|
192 |
-
<td class="bps-table_title"
|
|
|
|
|
193 |
</tr>
|
194 |
<tr>
|
195 |
<td class="bps-table_cell_help">
|
@@ -231,16 +232,16 @@ global $bps_version;
|
|
231 |
if ( @$_POST['Submit-RBM-Activate'] != true && @$_POST['Submit-RBM-Deactivate'] != true ) {
|
232 |
|
233 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
234 |
-
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<
|
235 |
echo $text;
|
236 |
} elseif ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] != 'disabled' ) {
|
237 |
-
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<
|
238 |
echo $text;
|
239 |
} elseif ( strpos( $check_string, "BULLETPROOF $bps_version" ) && strpos( $check_string, "BPSQSE" ) ) {
|
240 |
-
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<
|
241 |
echo $text;
|
242 |
} elseif ( strpos( $check_string, "BULLETPROOF DEFAULT .HTACCESS" ) ) {
|
243 |
-
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<
|
244 |
echo $text;
|
245 |
}
|
246 |
}
|
@@ -248,16 +249,16 @@ global $bps_version;
|
|
248 |
if ( @$_POST['Submit-RBM-Activate'] == true || @$_POST['Submit-RBM-Deactivate'] == true ) {
|
249 |
|
250 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
251 |
-
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<
|
252 |
echo $text;
|
253 |
} elseif ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] != 'disabled' ) {
|
254 |
-
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<
|
255 |
echo $text;
|
256 |
} elseif ( strpos( $check_string, "BULLETPROOF $bps_version" ) && strpos( $check_string, "BPSQSE" ) ) {
|
257 |
-
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<
|
258 |
echo $text;
|
259 |
} elseif ( strpos( $check_string, "BULLETPROOF DEFAULT .HTACCESS" ) ) {
|
260 |
-
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<
|
261 |
echo $text;
|
262 |
}
|
263 |
}
|
@@ -346,13 +347,13 @@ global $bps_version;
|
|
346 |
if ( @$_POST['Submit-WBM-Activate'] != true && @$_POST['Submit-WBM-Deactivate'] != true ) {
|
347 |
|
348 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' || $BPS_wpadmin_Options['bps_wpadmin_restriction'] == 'disabled' || $GDMW_options['bps_gdmw_hosting'] == 'yes' ) {
|
349 |
-
$text = '<h3><strong>'.__('WBM Status: ', 'bulletproof-security').'<
|
350 |
echo $text;
|
351 |
} elseif ( ! file_exists($filename) ) {
|
352 |
-
$text = '<h3><strong>'.__('WBM Status: ', 'bulletproof-security').'<
|
353 |
echo $text;
|
354 |
} elseif ( strpos( $check_string, "BULLETPROOF $bps_version" ) && strpos( $check_string, "BPSQSE-check" ) ) {
|
355 |
-
$text = '<h3><strong>'.__('WBM Status: ', 'bulletproof-security').'<
|
356 |
echo $text;
|
357 |
}
|
358 |
}
|
@@ -360,13 +361,13 @@ global $bps_version;
|
|
360 |
if ( @$_POST['Submit-WBM-Activate'] == true || @$_POST['Submit-WBM-Deactivate'] == true ) {
|
361 |
|
362 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' || $BPS_wpadmin_Options['bps_wpadmin_restriction'] == 'disabled' || $GDMW_options['bps_gdmw_hosting'] == 'yes' ) {
|
363 |
-
$text = '<h3><strong>'.__('WBM Status: ', 'bulletproof-security').'<
|
364 |
echo $text;
|
365 |
} elseif ( ! file_exists($filename) ) {
|
366 |
-
$text = '<h3><strong>'.__('WBM Status: ', 'bulletproof-security').'<
|
367 |
echo $text;
|
368 |
} elseif ( strpos( $check_string, "BULLETPROOF $bps_version" ) && strpos( $check_string, "BPSQSE-check" ) ) {
|
369 |
-
$text = '<h3><strong>'.__('WBM Status: ', 'bulletproof-security').'<
|
370 |
echo $text;
|
371 |
}
|
372 |
}
|
@@ -420,10 +421,10 @@ function bpsPro_hpf_status() {
|
|
420 |
if ( @$_POST['Submit-Hidden-Plugins'] != true && @$_POST['Hidden-Plugins-Ignore-Submit'] != true ) {
|
421 |
|
422 |
if ( $hpf_options['bps_hidden_plugins_cron'] == 'On' ) {
|
423 |
-
$text = '<h3><strong>'.__('HPF Status: ', 'bulletproof-security').'<
|
424 |
echo $text;
|
425 |
} elseif ( $hpf_options['bps_hidden_plugins_cron'] == 'Off' ) {
|
426 |
-
$text = '<h3><strong>'.__('HPF Status: ', 'bulletproof-security').'<
|
427 |
echo $text;
|
428 |
}
|
429 |
}
|
@@ -431,10 +432,10 @@ function bpsPro_hpf_status() {
|
|
431 |
if ( @$_POST['Submit-Hidden-Plugins'] == true || @$_POST['Hidden-Plugins-Ignore-Submit'] == true ) {
|
432 |
|
433 |
if ( $hpf_options['bps_hidden_plugins_cron'] == 'On' ) {
|
434 |
-
$text = '<h3><strong>'.__('HPF Status: ', 'bulletproof-security').'<
|
435 |
echo $text;
|
436 |
} elseif ( $hpf_options['bps_hidden_plugins_cron'] == 'Off' ) {
|
437 |
-
$text = '<h3><strong>'.__('HPF Status: ', 'bulletproof-security').'<
|
438 |
echo $text;
|
439 |
}
|
440 |
}
|
@@ -533,13 +534,13 @@ function bpsPro_mbm_status() {
|
|
533 |
if ( @$_POST['Submit-MBM-Activate'] != true && @$_POST['Submit-MBM-Deactivate'] != true ) {
|
534 |
|
535 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
536 |
-
$text = '<h3><strong>'.__('MBM Status: ', 'bulletproof-security').'<
|
537 |
echo $text;
|
538 |
} elseif ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] != 'disabled' ) {
|
539 |
-
$text = '<h3><strong>'.__('MBM Status: ', 'bulletproof-security').'<
|
540 |
echo $text;
|
541 |
} elseif ( file_exists($filename) ) {
|
542 |
-
$text = '<h3><strong>'.__('MBM Status: ', 'bulletproof-security').'<
|
543 |
echo $text;
|
544 |
}
|
545 |
}
|
@@ -547,13 +548,13 @@ function bpsPro_mbm_status() {
|
|
547 |
if ( @$_POST['Submit-MBM-Activate'] == true || @$_POST['Submit-MBM-Deactivate'] == true ) {
|
548 |
|
549 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
550 |
-
$text = '<h3><strong>'.__('MBM Status: ', 'bulletproof-security').'<
|
551 |
echo $text;
|
552 |
} elseif ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] != 'disabled' ) {
|
553 |
-
$text = '<h3><strong>'.__('MBM Status: ', 'bulletproof-security').'<
|
554 |
echo $text;
|
555 |
} elseif ( file_exists($filename) ) {
|
556 |
-
$text = '<h3><strong>'.__('MBM Status: ', 'bulletproof-security').'<
|
557 |
echo $text;
|
558 |
}
|
559 |
}
|
@@ -609,13 +610,13 @@ function bpsPro_bbm_status() {
|
|
609 |
if ( @$_POST['Submit-BBM-Activate'] != true && @$_POST['Submit-BBM-Deactivate'] != true ) {
|
610 |
|
611 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
612 |
-
$text = '<h3><strong>'.__('BBM Status: ', 'bulletproof-security').'<
|
613 |
echo $text;
|
614 |
} elseif ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] != 'disabled' ) {
|
615 |
-
$text = '<h3><strong>'.__('BBM Status: ', 'bulletproof-security').'<
|
616 |
echo $text;
|
617 |
} elseif ( file_exists($filename) ) {
|
618 |
-
$text = '<h3><strong>'.__('BBM Status: ', 'bulletproof-security').'<
|
619 |
echo $text;
|
620 |
}
|
621 |
}
|
@@ -623,13 +624,13 @@ function bpsPro_bbm_status() {
|
|
623 |
if ( @$_POST['Submit-BBM-Activate'] == true || @$_POST['Submit-BBM-Deactivate'] == true ) {
|
624 |
|
625 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
626 |
-
$text = '<h3><strong>'.__('BBM Status: ', 'bulletproof-security').'<
|
627 |
echo $text;
|
628 |
} elseif ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] != 'disabled' ) {
|
629 |
-
$text = '<h3><strong>'.__('BBM Status: ', 'bulletproof-security').'<
|
630 |
echo $text;
|
631 |
} elseif ( file_exists($filename) ) {
|
632 |
-
$text = '<h3><strong>'.__('BBM Status: ', 'bulletproof-security').'<
|
633 |
echo $text;
|
634 |
}
|
635 |
}
|
@@ -696,20 +697,18 @@ function bpsPro_bbm_status() {
|
|
696 |
|
697 |
</td>
|
698 |
</tr>
|
699 |
-
<tr>
|
700 |
-
<td class="bps-table_cell_bottom"> </td>
|
701 |
-
</tr>
|
702 |
</table>
|
703 |
|
704 |
<?php } ?>
|
705 |
</div>
|
706 |
|
707 |
<div id="bps-tabs-6" class="bps-tab-page">
|
708 |
-
<h2><?php _e('htaccess File Editor ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('Check or edit BPS htaccess files/code manually/directly for testing. Use BPS Custom Code to save htaccess code permanently.', 'bulletproof-security'); ?></span></h2>
|
709 |
|
710 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
711 |
<tr>
|
712 |
-
<td class="bps-table_title"
|
|
|
|
|
713 |
</tr>
|
714 |
<tr>
|
715 |
<td class="bps-table_cell">
|
@@ -1412,18 +1411,16 @@ jQuery(document).ready(function($){
|
|
1412 |
|
1413 |
</td>
|
1414 |
</tr>
|
1415 |
-
<tr>
|
1416 |
-
<td class="bps-table_cell_bottom"> </td>
|
1417 |
-
</tr>
|
1418 |
</table>
|
1419 |
</div>
|
1420 |
|
1421 |
<div id="bps-tabs-7" class="bps-tab-page">
|
1422 |
-
<h2><?php _e('htaccess File Custom Code ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('Save custom htaccess code for your Root and wp-admin htaccess Files permanently', 'bulletproof-security'); ?> <br /> <span class="cc-read-me-text"><?php _e('* Click the Read Me help button for Custom Code Setup Steps', 'bulletproof-security'); ?></span></span></h2>
|
1423 |
|
1424 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1425 |
<tr>
|
1426 |
-
<td class="bps-table_title"
|
|
|
|
|
1427 |
</tr>
|
1428 |
<tr>
|
1429 |
<td class="bps-table_cell_help">
|
@@ -1510,15 +1507,11 @@ if ( ! current_user_can('manage_options') ) {
|
|
1510 |
|
1511 |
</td>
|
1512 |
</tr>
|
1513 |
-
<tr>
|
1514 |
-
<td class="bps-table_cell_bottom"> </td>
|
1515 |
-
</tr>
|
1516 |
</table>
|
1517 |
|
1518 |
</div>
|
1519 |
|
1520 |
<div id="bps-tabs-9" class="bps-tab-page">
|
1521 |
-
<h2><?php _e('My Notes ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('Save Personal Notes and htaccess Code Notes to your WordPress Database', 'bulletproof-security'); ?></span></h2>
|
1522 |
|
1523 |
<?php if ( ! current_user_can('manage_options') ) { _e('Permission Denied', 'bulletproof-security'); } else {
|
1524 |
|
@@ -1548,7 +1541,9 @@ global $bps_topDiv, $bps_bottomDiv;
|
|
1548 |
|
1549 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1550 |
<tr>
|
1551 |
-
<td class="bps-table_title"
|
|
|
|
|
1552 |
</tr>
|
1553 |
<tr>
|
1554 |
<td class="bps-table_cell_help">
|
@@ -1579,21 +1574,31 @@ jQuery(document).ready(function($){
|
|
1579 |
|
1580 |
</td>
|
1581 |
</tr>
|
1582 |
-
<tr>
|
1583 |
-
<td class="bps-table_cell_bottom"> </td>
|
1584 |
-
</tr>
|
1585 |
</table>
|
1586 |
<?php } ?>
|
1587 |
</div>
|
1588 |
|
1589 |
<div id="bps-tabs-10">
|
1590 |
-
<h2><?php _e('Whats New in ', 'bulletproof-security'); ?><?php echo $bps_version; _e(' and General Help Info & Tips', 'bulletproof-security'); ?></h2>
|
1591 |
-
<h3><?php _e('The Whats New page lists new changes made in each new version release of BulletProof Security', 'bulletproof-security'); ?></h3>
|
1592 |
|
1593 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-whats_new_table">
|
1594 |
<tr>
|
1595 |
<td width="1%" class="bps-table_title_no_border"> </td>
|
1596 |
-
<td width="99%" class="bps-table_title_no_border"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1597 |
</tr>
|
1598 |
<tr>
|
1599 |
<td class="bps-table_cell_no_border"> </td>
|
@@ -1619,29 +1624,35 @@ jQuery(document).ready(function($){
|
|
1619 |
<td class="bps-table_cell_no_border"> </td>
|
1620 |
<td class="bps-table_cell_no_border"> </td>
|
1621 |
</tr>
|
1622 |
-
|
1623 |
-
|
1624 |
-
|
1625 |
-
|
|
|
|
|
1626 |
<tr>
|
1627 |
-
<td class="bps-
|
1628 |
-
<td class="bps-table_cell_no_border"> </td>
|
1629 |
</tr>
|
1630 |
<tr>
|
1631 |
-
<td class="bps-
|
1632 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
1633 |
</tr>
|
1634 |
</table>
|
1635 |
</div>
|
1636 |
|
1637 |
-
<div id="bps-tabs-
|
1638 |
-
<h2><?php _e('BulletProof Security Pro Feature Highlights', 'bulletproof-security'); ?></h2>
|
1639 |
|
1640 |
<div id="bpsPro-Features-Table">
|
1641 |
|
1642 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1643 |
<tr>
|
1644 |
-
<td colspan="2" class="bps-table_title"
|
1645 |
</tr>
|
1646 |
<tr>
|
1647 |
<td width="62%" valign="top" class="bps-table_cell_help">
|
@@ -1661,18 +1672,19 @@ jQuery(document).ready(function($){
|
|
1661 |
|
1662 |
<div id="bpsProFeatures">
|
1663 |
|
1664 |
-
<?php
|
1665 |
-
|
|
|
1666 |
|
1667 |
-
<?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.', 'bulletproof-security').'</p>'; ?>
|
1668 |
|
1669 |
-
<?php echo '<p><span class="blue-bold">'; _e('One-Click Upgrade: ', 'bulletproof-security'); echo '</span>'; _e('One-click
|
1670 |
|
1671 |
-
<?php echo '<p><span class="blue-bold">'; _e('AutoRestore|Quarantine Intrusion Detection and Prevention System (IDPS): ', 'bulletproof-security'); echo '</span>'; _e('ARQ IDPS is a real-time file
|
1672 |
|
1673 |
-
<?php echo '<p><span class="blue-bold">'; _e('Plugin Firewall|Plugin Firewall AutoPilot Mode: ', 'bulletproof-security'); echo '</span>'; _e('The Plugin Firewall
|
1674 |
|
1675 |
-
<?php echo '<p><span class="blue-bold">'; _e('JTC Anti-Spam|Anti-Hacker: ', 'bulletproof-security'); echo '</span>'; _e('Blocks 100
|
1676 |
|
1677 |
<?php echo '<p><span class="blue-bold">'; _e('Uploads Folder Anti-Exploit Guard (UAEG): ', 'bulletproof-security'); echo '</span>'; _e('Protects the WordPress Uploads folder. ONLY safe image files with valid image file extensions such as jpg, gif, png, etc. can be accessed, opened or viewed from the uploads folder. UAEG blocks files by file extension names in the uploads folder from being accessed, opened, viewed, processed or executed. Malicious files cannot be accessed, opened, viewed, processed or executed in the WordPress Uploads folder.', 'bulletproof-security').'</p>'; ?>
|
1678 |
|
@@ -1696,9 +1708,14 @@ jQuery(document).ready(function($){
|
|
1696 |
<td width="38%" valign="top" class="bps-table_cell_help">
|
1697 |
|
1698 |
<div id="bpsProVersions">
|
1699 |
-
|
1700 |
<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 />
|
|
|
|
|
1701 |
<?php
|
|
|
|
|
|
|
1702 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '12.8', 'https://www.ait-pro.com/aitpro-blog/5440/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-12-8/' ).'<br>';
|
1703 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '12.7', 'https://www.ait-pro.com/aitpro-blog/5430/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-12-7/' ).'<br>';
|
1704 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '12.6/12.6.1', 'https://www.ait-pro.com/aitpro-blog/5403/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-12-6/' ).'<br>';
|
@@ -1796,46 +1813,10 @@ echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Brows
|
|
1796 |
|
1797 |
</td>
|
1798 |
</tr>
|
1799 |
-
<tr>
|
1800 |
-
<td class="bps-table_cell_help"> </td>
|
1801 |
-
<td class="bps-table_cell_help"> </td>
|
1802 |
-
</tr>
|
1803 |
-
<tr>
|
1804 |
-
<td colspan="2" class="bps-table_cell_bottom"> </td>
|
1805 |
-
</tr>
|
1806 |
</table>
|
1807 |
</div>
|
1808 |
</div>
|
1809 |
|
1810 |
-
<div id="bps-tabs-12">
|
1811 |
-
<h2><?php _e('Help & FAQ', 'bulletproof-security'); ?></h2>
|
1812 |
-
|
1813 |
-
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1814 |
-
<tr>
|
1815 |
-
<td colspan="2" class="bps-table_title"> </td>
|
1816 |
-
</tr>
|
1817 |
-
<tr>
|
1818 |
-
<td width="50%" class="bps-table_cell_help_links"><a href="https://www.ait-pro.com/aitpro-blog/category/bulletproof-security-contributors/" target="_blank"><?php _e('Contributors Page', 'bulletproof-security'); ?></a></td>
|
1819 |
-
<td width="50%" class="bps-table_cell_help_links"><a href="https://www.ait-pro.com/aitpro-blog/2304/wordpress-tips-tricks-fixes/permalinks-wordpress-custom-permalinks-wordpress-best-wordpress-permalinks-structure/" target="_blank"><?php _e('WP Permalinks - Custom Permalink Structure Help Info', 'bulletproof-security'); ?></a></td>
|
1820 |
-
</tr>
|
1821 |
-
<tr>
|
1822 |
-
<td class="bps-table_cell_help_links"><a href="https://forum.ait-pro.com/forums/topic/security-log-event-codes/" target="_blank"><?php _e('Security Log Event Codes', 'bulletproof-security'); ?></a></td>
|
1823 |
-
<td class="bps-table_cell_help_links"><a href="https://www.ait-pro.com/aitpro-blog/2239/bulletproof-security-plugin-support/adding-a-custom-403-forbidden-page-htaccess-403-errordocument-directive-examples/" target="_blank"><?php _e('Adding a Custom 403 Forbidden Page For Your Website', 'bulletproof-security'); ?></a></td>
|
1824 |
-
</tr>
|
1825 |
-
<tr>
|
1826 |
-
<td class="bps-table_cell_help_links"><a href="https://forum.ait-pro.com/forums/topic/plugin-conflicts-actively-blocked-plugins-plugin-compatibility/" target="_blank"><?php _e('Forum: Search, Troubleshooting Steps & Post Questions For Assistance', 'bulletproof-security'); ?></a></td>
|
1827 |
-
<td class="bps-table_cell_help_links"><a href="https://forum.ait-pro.com/video-tutorials/" target="_blank"><?php _e('Custom Code Video Tutorial', 'bulletproof-security'); ?></a></td>
|
1828 |
-
</tr>
|
1829 |
-
<tr>
|
1830 |
-
<td class="bps-table_cell_help_links"> </td>
|
1831 |
-
<td class="bps-table_cell_help_links"> </td>
|
1832 |
-
</tr>
|
1833 |
-
<tr>
|
1834 |
-
<td colspan="2" class="bps-table_cell_bottom"> </td>
|
1835 |
-
</tr>
|
1836 |
-
</table>
|
1837 |
-
</div>
|
1838 |
-
|
1839 |
<div id="AITpro-link">BulletProof Security <?php echo BULLETPROOF_VERSION; ?> Plugin by <a href="https://www.ait-pro.com/" target="_blank" title="AITpro Website Security">AITpro Website Security</a>
|
1840 |
</div>
|
1841 |
</div>
|
180 |
<li><a href="#bps-tabs-7"><?php _e('Custom Code', 'bulletproof-security'); ?></a></li>
|
181 |
<li><a href="#bps-tabs-9"><?php _e('My Notes', 'bulletproof-security'); ?></a></li>
|
182 |
<li><a href="#bps-tabs-10"><?php _e('Whats New', 'bulletproof-security'); ?></a></li>
|
183 |
+
<li><a href="#bps-tabs-11"><?php _e('Help & FAQ', 'bulletproof-security'); ?></a></li>
|
184 |
+
<li><a href="#bps-tabs-12"><?php _e('BPS Pro Features', 'bulletproof-security'); ?></a></li>
|
185 |
</ul>
|
186 |
|
187 |
<div id="bps-tabs-1" class="bps-tab-page">
|
|
|
188 |
|
189 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
190 |
<tr>
|
191 |
+
<td class="bps-table_title">
|
192 |
+
<?php $text = '<h2>'.__('htaccess File Security Modes ~ ', 'bulletproof-security').'<span style="font-size:.75em;">'.__('RBM, WBM, HPF, MBM & BBM BulletProof Modes', 'bulletproof-security').'</span></h2><div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect all of your Plugins (plugin folders and files) with an IP Firewall: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Plugin Firewall">'.__('Get BPS Pro Plugin Firewall', 'bulletproof-security').'</a><br>'.__('Protect your WordPress uploads folder against remote access or execution of files: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Uploads Anti-Exploit Guard">'.__('Get BPS Pro Uploads Anti-Exploit Guard', 'bulletproof-security').'</a></div>'; echo $text; ?>
|
193 |
+
</td>
|
194 |
</tr>
|
195 |
<tr>
|
196 |
<td class="bps-table_cell_help">
|
232 |
if ( @$_POST['Submit-RBM-Activate'] != true && @$_POST['Submit-RBM-Deactivate'] != true ) {
|
233 |
|
234 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
235 |
+
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<span class="core-status-disabled">'.__('Disabled', 'bulletproof-security').'</span></strong></h3>';
|
236 |
echo $text;
|
237 |
} elseif ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] != 'disabled' ) {
|
238 |
+
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<span class="core-status-error">'.__('Root htaccess File Does Not Exist', 'bulletproof-security').'</span></strong></h3>';
|
239 |
echo $text;
|
240 |
} elseif ( strpos( $check_string, "BULLETPROOF $bps_version" ) && strpos( $check_string, "BPSQSE" ) ) {
|
241 |
+
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<span class="core-status-activated">'.__('Activated', 'bulletproof-security').'</span></strong></h3>';
|
242 |
echo $text;
|
243 |
} elseif ( strpos( $check_string, "BULLETPROOF DEFAULT .HTACCESS" ) ) {
|
244 |
+
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<span class="core-status-deactivated">'.__('Deactivated', 'bulletproof-security').'</span></strong></h3>';
|
245 |
echo $text;
|
246 |
}
|
247 |
}
|
249 |
if ( @$_POST['Submit-RBM-Activate'] == true || @$_POST['Submit-RBM-Deactivate'] == true ) {
|
250 |
|
251 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
252 |
+
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<span class="core-status-disabled">'.__('Disabled', 'bulletproof-security').'</span></strong></h3>';
|
253 |
echo $text;
|
254 |
} elseif ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] != 'disabled' ) {
|
255 |
+
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<span class="core-status-error">'.__('Root htaccess File Does Not Exist', 'bulletproof-security').'</span></strong></h3>';
|
256 |
echo $text;
|
257 |
} elseif ( strpos( $check_string, "BULLETPROOF $bps_version" ) && strpos( $check_string, "BPSQSE" ) ) {
|
258 |
+
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<span class="core-status-activated">'.__('Activated', 'bulletproof-security').'</span></strong></h3>';
|
259 |
echo $text;
|
260 |
} elseif ( strpos( $check_string, "BULLETPROOF DEFAULT .HTACCESS" ) ) {
|
261 |
+
$text = '<h3><strong>'.__('RBM Status: ', 'bulletproof-security').'<span class="core-status-deactivated">'.__('Deactivated', 'bulletproof-security').'</span></strong></h3>';
|
262 |
echo $text;
|
263 |
}
|
264 |
}
|
347 |
if ( @$_POST['Submit-WBM-Activate'] != true && @$_POST['Submit-WBM-Deactivate'] != true ) {
|
348 |
|
349 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' || $BPS_wpadmin_Options['bps_wpadmin_restriction'] == 'disabled' || $GDMW_options['bps_gdmw_hosting'] == 'yes' ) {
|
350 |
+
$text = '<h3><strong>'.__('WBM Status: ', 'bulletproof-security').'<span class="core-status-disabled">'.__('Disabled', 'bulletproof-security').'</span></strong></h3>';
|
351 |
echo $text;
|
352 |
} elseif ( ! file_exists($filename) ) {
|
353 |
+
$text = '<h3><strong>'.__('WBM Status: ', 'bulletproof-security').'<span class="core-status-deactivated">'.__('Deactivated', 'bulletproof-security').'</span></strong></h3>';
|
354 |
echo $text;
|
355 |
} elseif ( strpos( $check_string, "BULLETPROOF $bps_version" ) && strpos( $check_string, "BPSQSE-check" ) ) {
|
356 |
+
$text = '<h3><strong>'.__('WBM Status: ', 'bulletproof-security').'<span class="core-status-activated">'.__('Activated', 'bulletproof-security').'</span></strong></h3>';
|
357 |
echo $text;
|
358 |
}
|
359 |
}
|
361 |
if ( @$_POST['Submit-WBM-Activate'] == true || @$_POST['Submit-WBM-Deactivate'] == true ) {
|
362 |
|
363 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' || $BPS_wpadmin_Options['bps_wpadmin_restriction'] == 'disabled' || $GDMW_options['bps_gdmw_hosting'] == 'yes' ) {
|
364 |
+
$text = '<h3><strong>'.__('WBM Status: ', 'bulletproof-security').'<span class="core-status-disabled">'.__('Disabled', 'bulletproof-security').'</span></strong></h3>';
|
365 |
echo $text;
|
366 |
} elseif ( ! file_exists($filename) ) {
|
367 |
+
$text = '<h3><strong>'.__('WBM Status: ', 'bulletproof-security').'<span class="core-status-deactivated">'.__('Deactivated', 'bulletproof-security').'</span></strong></h3>';
|
368 |
echo $text;
|
369 |
} elseif ( strpos( $check_string, "BULLETPROOF $bps_version" ) && strpos( $check_string, "BPSQSE-check" ) ) {
|
370 |
+
$text = '<h3><strong>'.__('WBM Status: ', 'bulletproof-security').'<span class="core-status-activated">'.__('Activated', 'bulletproof-security').'</span></strong></h3>';
|
371 |
echo $text;
|
372 |
}
|
373 |
}
|
421 |
if ( @$_POST['Submit-Hidden-Plugins'] != true && @$_POST['Hidden-Plugins-Ignore-Submit'] != true ) {
|
422 |
|
423 |
if ( $hpf_options['bps_hidden_plugins_cron'] == 'On' ) {
|
424 |
+
$text = '<h3><strong>'.__('HPF Status: ', 'bulletproof-security').'<span class="core-status-activated">'.__('HPF Cron On', 'bulletproof-security').'</span></strong></h3>';
|
425 |
echo $text;
|
426 |
} elseif ( $hpf_options['bps_hidden_plugins_cron'] == 'Off' ) {
|
427 |
+
$text = '<h3><strong>'.__('HPF Status: ', 'bulletproof-security').'<span class="core-status-deactivated">'.__('HPF Cron Off', 'bulletproof-security').'</span></strong></h3>';
|
428 |
echo $text;
|
429 |
}
|
430 |
}
|
432 |
if ( @$_POST['Submit-Hidden-Plugins'] == true || @$_POST['Hidden-Plugins-Ignore-Submit'] == true ) {
|
433 |
|
434 |
if ( $hpf_options['bps_hidden_plugins_cron'] == 'On' ) {
|
435 |
+
$text = '<h3><strong>'.__('HPF Status: ', 'bulletproof-security').'<span class="core-status-activated">'.__('HPF Cron On', 'bulletproof-security').'</span></strong></h3>';
|
436 |
echo $text;
|
437 |
} elseif ( $hpf_options['bps_hidden_plugins_cron'] == 'Off' ) {
|
438 |
+
$text = '<h3><strong>'.__('HPF Status: ', 'bulletproof-security').'<span class="core-status-deactivated">'.__('HPF Cron Off', 'bulletproof-security').'</span></strong></h3>';
|
439 |
echo $text;
|
440 |
}
|
441 |
}
|
534 |
if ( @$_POST['Submit-MBM-Activate'] != true && @$_POST['Submit-MBM-Deactivate'] != true ) {
|
535 |
|
536 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
537 |
+
$text = '<h3><strong>'.__('MBM Status: ', 'bulletproof-security').'<span class="core-status-disabled">'.__('Disabled', 'bulletproof-security').'</span></strong></h3>';
|
538 |
echo $text;
|
539 |
} elseif ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] != 'disabled' ) {
|
540 |
+
$text = '<h3><strong>'.__('MBM Status: ', 'bulletproof-security').'<span class="core-status-deactivated">'.__('Deactivated', 'bulletproof-security').'</span></strong></h3>';
|
541 |
echo $text;
|
542 |
} elseif ( file_exists($filename) ) {
|
543 |
+
$text = '<h3><strong>'.__('MBM Status: ', 'bulletproof-security').'<span class="core-status-activated">'.__('Activated', 'bulletproof-security').'</span></strong></h3>';
|
544 |
echo $text;
|
545 |
}
|
546 |
}
|
548 |
if ( @$_POST['Submit-MBM-Activate'] == true || @$_POST['Submit-MBM-Deactivate'] == true ) {
|
549 |
|
550 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
551 |
+
$text = '<h3><strong>'.__('MBM Status: ', 'bulletproof-security').'<span class="core-status-disabled">'.__('Disabled', 'bulletproof-security').'</span></strong></h3>';
|
552 |
echo $text;
|
553 |
} elseif ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] != 'disabled' ) {
|
554 |
+
$text = '<h3><strong>'.__('MBM Status: ', 'bulletproof-security').'<span class="core-status-deactivated">'.__('Deactivated', 'bulletproof-security').'</span></strong></h3>';
|
555 |
echo $text;
|
556 |
} elseif ( file_exists($filename) ) {
|
557 |
+
$text = '<h3><strong>'.__('MBM Status: ', 'bulletproof-security').'<span class="core-status-activated">'.__('Activated', 'bulletproof-security').'</span></strong></h3>';
|
558 |
echo $text;
|
559 |
}
|
560 |
}
|
610 |
if ( @$_POST['Submit-BBM-Activate'] != true && @$_POST['Submit-BBM-Deactivate'] != true ) {
|
611 |
|
612 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
613 |
+
$text = '<h3><strong>'.__('BBM Status: ', 'bulletproof-security').'<span class="core-status-disabled">'.__('Disabled', 'bulletproof-security').'</span></strong></h3>';
|
614 |
echo $text;
|
615 |
} elseif ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] != 'disabled' ) {
|
616 |
+
$text = '<h3><strong>'.__('BBM Status: ', 'bulletproof-security').'<span class="core-status-deactivated">'.__('Deactivated', 'bulletproof-security').'</span></strong></h3>';
|
617 |
echo $text;
|
618 |
} elseif ( file_exists($filename) ) {
|
619 |
+
$text = '<h3><strong>'.__('BBM Status: ', 'bulletproof-security').'<span class="core-status-activated">'.__('Activated', 'bulletproof-security').'</span></strong></h3>';
|
620 |
echo $text;
|
621 |
}
|
622 |
}
|
624 |
if ( @$_POST['Submit-BBM-Activate'] == true || @$_POST['Submit-BBM-Deactivate'] == true ) {
|
625 |
|
626 |
if ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
627 |
+
$text = '<h3><strong>'.__('BBM Status: ', 'bulletproof-security').'<span class="core-status-disabled">'.__('Disabled', 'bulletproof-security').'</span></strong></h3>';
|
628 |
echo $text;
|
629 |
} elseif ( ! file_exists($filename) && $HFiles_options['bps_htaccess_files'] != 'disabled' ) {
|
630 |
+
$text = '<h3><strong>'.__('BBM Status: ', 'bulletproof-security').'<span class="core-status-deactivated">'.__('Deactivated', 'bulletproof-security').'</span></strong></h3>';
|
631 |
echo $text;
|
632 |
} elseif ( file_exists($filename) ) {
|
633 |
+
$text = '<h3><strong>'.__('BBM Status: ', 'bulletproof-security').'<span class="core-status-activated">'.__('Activated', 'bulletproof-security').'</span></strong></h3>';
|
634 |
echo $text;
|
635 |
}
|
636 |
}
|
697 |
|
698 |
</td>
|
699 |
</tr>
|
|
|
|
|
|
|
700 |
</table>
|
701 |
|
702 |
<?php } ?>
|
703 |
</div>
|
704 |
|
705 |
<div id="bps-tabs-6" class="bps-tab-page">
|
|
|
706 |
|
707 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
708 |
<tr>
|
709 |
+
<td class="bps-table_title">
|
710 |
+
<?php $text = '<h2>'.__('htaccess File Editor ~ ', 'bulletproof-security').'<span style="font-size:.75em;">'.__('Check or edit BPS htaccess files/code manually/directly for testing. Use BPS Custom Code to save htaccess code permanently', 'bulletproof-security').'</span></h2><div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect all of your Plugins (plugin folders and files) with an IP Firewall: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Plugin Firewall">'.__('Get BPS Pro Plugin Firewall', 'bulletproof-security').'</a><br>'.__('Protect your WordPress uploads folder against remote access or execution of files: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Uploads Anti-Exploit Guard">'.__('Get BPS Pro Uploads Anti-Exploit Guard', 'bulletproof-security').'</a></div>'; echo $text; ?>
|
711 |
+
</td>
|
712 |
</tr>
|
713 |
<tr>
|
714 |
<td class="bps-table_cell">
|
1411 |
|
1412 |
</td>
|
1413 |
</tr>
|
|
|
|
|
|
|
1414 |
</table>
|
1415 |
</div>
|
1416 |
|
1417 |
<div id="bps-tabs-7" class="bps-tab-page">
|
|
|
1418 |
|
1419 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1420 |
<tr>
|
1421 |
+
<td class="bps-table_title">
|
1422 |
+
<?php $text = '<h2>'.__('htaccess File Custom Code ~ ', 'bulletproof-security').'<span style="font-size:.75em;">'.__('Save custom htaccess code for your Root and wp-admin htaccess Files permanently', 'bulletproof-security').'</span></h2><div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect all of your Plugins (plugin folders and files) with an IP Firewall: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Plugin Firewall">'.__('Get BPS Pro Plugin Firewall', 'bulletproof-security').'</a><br>'.__('Protect your WordPress uploads folder against remote access or execution of files: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Uploads Anti-Exploit Guard">'.__('Get BPS Pro Uploads Anti-Exploit Guard', 'bulletproof-security').'</a></div>'; echo $text; ?>
|
1423 |
+
</td>
|
1424 |
</tr>
|
1425 |
<tr>
|
1426 |
<td class="bps-table_cell_help">
|
1507 |
|
1508 |
</td>
|
1509 |
</tr>
|
|
|
|
|
|
|
1510 |
</table>
|
1511 |
|
1512 |
</div>
|
1513 |
|
1514 |
<div id="bps-tabs-9" class="bps-tab-page">
|
|
|
1515 |
|
1516 |
<?php if ( ! current_user_can('manage_options') ) { _e('Permission Denied', 'bulletproof-security'); } else {
|
1517 |
|
1541 |
|
1542 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1543 |
<tr>
|
1544 |
+
<td class="bps-table_title">
|
1545 |
+
<?php $text = '<h2>'.__('My Notes ~ ', 'bulletproof-security').'<span style="font-size:.75em;">'.__('Save Personal Notes and htaccess Code Notes to your WordPress Database', 'bulletproof-security').'</span></h2><div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect all of your Plugins (plugin folders and files) with an IP Firewall: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Plugin Firewall">'.__('Get BPS Pro Plugin Firewall', 'bulletproof-security').'</a><br>'.__('Protect your WordPress uploads folder against remote access or execution of files: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Uploads Anti-Exploit Guard">'.__('Get BPS Pro Uploads Anti-Exploit Guard', 'bulletproof-security').'</a></div>'; echo $text; ?>
|
1546 |
+
</td>
|
1547 |
</tr>
|
1548 |
<tr>
|
1549 |
<td class="bps-table_cell_help">
|
1574 |
|
1575 |
</td>
|
1576 |
</tr>
|
|
|
|
|
|
|
1577 |
</table>
|
1578 |
<?php } ?>
|
1579 |
</div>
|
1580 |
|
1581 |
<div id="bps-tabs-10">
|
|
|
|
|
1582 |
|
1583 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-whats_new_table">
|
1584 |
<tr>
|
1585 |
<td width="1%" class="bps-table_title_no_border"> </td>
|
1586 |
+
<td width="99%" class="bps-table_title_no_border">
|
1587 |
+
<h2><?php _e('Whats New in ', 'bulletproof-security'); ?><?php echo $bps_version; _e(' and General Help Info & Tips', 'bulletproof-security'); ?></h2>
|
1588 |
+
</td>
|
1589 |
+
</tr>
|
1590 |
+
<tr>
|
1591 |
+
<td class="bps-table_cell_no_border"> </td>
|
1592 |
+
<td class="bps-table_cell_no_border"><?php $text = '<h3><strong>'.__('The BPS Changelog|Whats New page has been moved to the ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/bps-changelog/" target="_blank" title="BulletProof Security Forum Changelog|Whats New Forum Topic">BulletProof Security Forum Changelog|Whats New Forum Topic</a></strong></h3><strong>'.__('Reasons for this Changelog|Whats New page change: ', 'bulletproof-security').'</strong>'.__('The BPS Changelog|Whats New page will not have to be translated by the WordPress PolyGlots Language Packs Team for each new version release of BPS, the Changelog|Whats New page will be much easier to maintain, the readme.txt file size will be much smaller in the BPS plugin, a complete history of all BPS version changes through the years and other beneficial reasons.', 'bulletproof-security').'</strong>'; echo $text; ?></td>
|
1593 |
+
</tr>
|
1594 |
+
<tr>
|
1595 |
+
<td class="bps-table_cell_no_border"> </td>
|
1596 |
+
<td class="bps-table_cell_no_border"> </td>
|
1597 |
+
</tr>
|
1598 |
+
<tr>
|
1599 |
+
<td class="bps-table_cell_no_border"> </td>
|
1600 |
+
<td class="bps-table_cell_no_border"><?php $text = '<div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect all of your website files with AutoRestore|Quarantine Intrusion Detection & Prevention System: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro ARQ IDPS">'.__('Get BPS Pro ARQ IDPS', 'bulletproof-security').'</a><br>'.__('Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-posting, auto-commenting): ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro JTC Anti-Spam|Anti-Hacker">'.__('Get BPS Pro JTC Anti-Spam|Anti-Hacker', 'bulletproof-security').'</a><br>'.__('Protect all of your Plugins (plugin folders and files) with an IP Firewall: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Plugin Firewall">'.__('Get BPS Pro Plugin Firewall', 'bulletproof-security').'</a><br>'.__('Protect your WordPress uploads folder against remote access or execution of files: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Uploads Anti-Exploit Guard">'.__('Get BPS Pro Uploads Anti-Exploit Guard', 'bulletproof-security').'</a></div>'; echo $text; ?>
|
1601 |
+
</td>
|
1602 |
</tr>
|
1603 |
<tr>
|
1604 |
<td class="bps-table_cell_no_border"> </td>
|
1624 |
<td class="bps-table_cell_no_border"> </td>
|
1625 |
<td class="bps-table_cell_no_border"> </td>
|
1626 |
</tr>
|
1627 |
+
</table>
|
1628 |
+
</div>
|
1629 |
+
|
1630 |
+
<div id="bps-tabs-11">
|
1631 |
+
|
1632 |
+
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1633 |
<tr>
|
1634 |
+
<td class="bps-table_title"><h2><?php _e('Help & FAQ', 'bulletproof-security'); ?></h2></td>
|
|
|
1635 |
</tr>
|
1636 |
<tr>
|
1637 |
+
<td class="bps-table_cell_help_links">
|
1638 |
+
<a href="https://www.ait-pro.com/aitpro-blog/category/bulletproof-security-contributors/" target="_blank"><?php _e('Contributors Page', 'bulletproof-security'); ?></a><br /><br />
|
1639 |
+
<a href="https://www.ait-pro.com/aitpro-blog/2304/wordpress-tips-tricks-fixes/permalinks-wordpress-custom-permalinks-wordpress-best-wordpress-permalinks-structure/" target="_blank"><?php _e('WP Permalinks - Custom Permalink Structure Help Info', 'bulletproof-security'); ?></a><br /><br />
|
1640 |
+
<a href="https://forum.ait-pro.com/forums/topic/security-log-event-codes/" target="_blank"><?php _e('Security Log Event Codes', 'bulletproof-security'); ?></a><br /><br />
|
1641 |
+
<a href="https://www.ait-pro.com/aitpro-blog/2239/bulletproof-security-plugin-support/adding-a-custom-403-forbidden-page-htaccess-403-errordocument-directive-examples/" target="_blank"><?php _e('Adding a Custom 403 Forbidden Page For Your Website', 'bulletproof-security'); ?></a><br /><br />
|
1642 |
+
<a href="https://forum.ait-pro.com/forums/topic/plugin-conflicts-actively-blocked-plugins-plugin-compatibility/" target="_blank"><?php _e('Forum: Search, Troubleshooting Steps & Post Questions For Assistance', 'bulletproof-security'); ?></a><br /><br />
|
1643 |
+
<a href="https://forum.ait-pro.com/video-tutorials/" target="_blank"><?php _e('Custom Code Video Tutorial', 'bulletproof-security'); ?></a>
|
1644 |
+
</td>
|
1645 |
</tr>
|
1646 |
</table>
|
1647 |
</div>
|
1648 |
|
1649 |
+
<div id="bps-tabs-12">
|
|
|
1650 |
|
1651 |
<div id="bpsPro-Features-Table">
|
1652 |
|
1653 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1654 |
<tr>
|
1655 |
+
<td colspan="2" class="bps-table_title"><h2><?php _e('BulletProof Security Pro Feature Highlights', 'bulletproof-security'); ?></h2></td>
|
1656 |
</tr>
|
1657 |
<tr>
|
1658 |
<td width="62%" valign="top" class="bps-table_cell_help">
|
1672 |
|
1673 |
<div id="bpsProFeatures">
|
1674 |
|
1675 |
+
<?php
|
1676 |
+
$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 6+ years and is installed on over 40,000 websites worldwide. Not a single one of those 40,000+ websites in 6+ years have 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;
|
1677 |
+
?>
|
1678 |
|
1679 |
+
<?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>'; ?>
|
1680 |
|
1681 |
+
<?php echo '<p><span class="blue-bold">'; _e('One-Click Upgrade: ', 'bulletproof-security'); echo '</span>'; _e('One-click plugin upgrade on the WordPress Plugins page.', 'bulletproof-security').'</p>'; ?>
|
1682 |
|
1683 |
+
<?php echo '<p><span class="blue-bold">'; _e('AutoRestore|Quarantine Intrusion Detection and Prevention System (ARQ IDPS): ', 'bulletproof-security'); echo '</span>'; _e('ARQ IDPS is a real-time file scanner that automatically quarantines malicious hacker files and autorestores legitimate website files if they have been altered or tampered with. ARQ IDPS uses a much more effective and reliable method of checking and monitoring website files instead of scanning file contents for malicious code. Hacker files that do not contain any malicious code will never be detected by any/all scanners, but will be detected by ARQ IDPS. ARQ IDPS quarantines all hacker files whether or not they contain malicious code. Quarantine Options: Quarantined files can be viewed, restored or deleted. ARQ IDPS works seamlessly with WordPress, Plugin and Theme Automatic, Manual and Shiny installations and updates.', 'bulletproof-security').'</p>'; ?>
|
1684 |
|
1685 |
+
<?php echo '<p><span class="blue-bold">'; _e('Plugin Firewall|Plugin Firewall AutoPilot Mode: ', 'bulletproof-security'); echo '</span>'; _e('The Plugin Firewall protects all of your Plugins (plugin folders and files) with an IP Address Firewall, which prevents/blocks/forbids Remote Access to the plugins folder from external sources (remote script execution, hacker recon, remote scanning, remote accessibility, etc.) and only allows internal access to the plugins folder based on this criteria: Domain name, Server IP Address and Public IP|Your Computer IP Address. The Plugin Firewall uses a true IP Address based Firewall that automatically updates your IP Address in real-time when your IP Address changes. Plugin Firewall AutoPilot Mode automatically creates Plugin Firewall whitelist rules in real-time for any Plugins that require whitelist rules.', 'bulletproof-security').'</p>'; ?>
|
1686 |
|
1687 |
+
<?php echo '<p><span class="blue-bold">'; _e('JTC Anti-Spam|Anti-Hacker (JTC): ', 'bulletproof-security'); echo '</span>'; _e('Blocks 100% of all SpamBot and HackerBot Brute Force Login attacks (auto-registering, auto-logins, auto-posting, auto-commenting). 99% of all spamming and hacking is automated with SpamBots and HackerBots. JTC provides website security protection as well as website Anti-Spam protection. JTC protects these website Pages|Forms: Login Page|Form, Registration Page|Form, Lost Password Page|Form, Comment Page|Form, BuddyPress Register Page|Form and the BuddyPress Sidebar Login Form with a user friendly & customizable jQuery ToolTip CAPTCHA. JTC also includes a SpamBot Trap.', 'bulletproof-security').'</p>'; ?>
|
1688 |
|
1689 |
<?php echo '<p><span class="blue-bold">'; _e('Uploads Folder Anti-Exploit Guard (UAEG): ', 'bulletproof-security'); echo '</span>'; _e('Protects the WordPress Uploads folder. ONLY safe image files with valid image file extensions such as jpg, gif, png, etc. can be accessed, opened or viewed from the uploads folder. UAEG blocks files by file extension names in the uploads folder from being accessed, opened, viewed, processed or executed. Malicious files cannot be accessed, opened, viewed, processed or executed in the WordPress Uploads folder.', 'bulletproof-security').'</p>'; ?>
|
1690 |
|
1708 |
<td width="38%" valign="top" class="bps-table_cell_help">
|
1709 |
|
1710 |
<div id="bpsProVersions">
|
1711 |
+
|
1712 |
<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 />
|
1713 |
+
<div id="milestone" style="margin-top:5px">6 Year Milestone: 8-1-2017 | First Public Release: 8-1-2011</div>
|
1714 |
+
<div class="pro-links">
|
1715 |
<?php
|
1716 |
+
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '13.2', 'https://www.ait-pro.com/aitpro-blog/5466/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-13-2/' ).'<br>';
|
1717 |
+
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '13/13.1', 'https://www.ait-pro.com/aitpro-blog/5457/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-13/' ).'<br>';
|
1718 |
+
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '12.9/12.9.1', 'https://www.ait-pro.com/aitpro-blog/5446/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-12-9/' ).'<br>';
|
1719 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '12.8', 'https://www.ait-pro.com/aitpro-blog/5440/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-12-8/' ).'<br>';
|
1720 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '12.7', 'https://www.ait-pro.com/aitpro-blog/5430/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-12-7/' ).'<br>';
|
1721 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '12.6/12.6.1', 'https://www.ait-pro.com/aitpro-blog/5403/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-12-6/' ).'<br>';
|
1813 |
|
1814 |
</td>
|
1815 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1816 |
</table>
|
1817 |
</div>
|
1818 |
</div>
|
1819 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1820 |
<div id="AITpro-link">BulletProof Security <?php echo BULLETPROOF_VERSION; ?> Plugin by <a href="https://www.ait-pro.com/" target="_blank" title="AITpro Website Security">AITpro Website Security</a>
|
1821 |
</div>
|
1822 |
</div>
|
admin/css/bps-black-ui-theme.css
CHANGED
@@ -14,6 +14,7 @@ h1 {font-size:2em;margin:.67em 0;}
|
|
14 |
.wrap h1, .wrap h2, .subtitle {font-weight:normal;margin:0;}
|
15 |
.wrap h1, .wrap h2 {font-size:23px;font-weight:400;padding:9px 15px 4px 0;line-height:29px;}
|
16 |
/** BPS plugin header, images, AITpro Link, Star Rating and page Titles **/
|
|
|
17 |
#bpsHead {position:relative;top:0px;left:0px;}
|
18 |
#bpsHead img {float:left;padding:0px 8px 0px 0px;margin:-70px 0px 0px 0px;}
|
19 |
h2.bps-tab-title {margin-left:220px;}
|
@@ -21,7 +22,7 @@ h2.bps-tab-title {margin-left:220px;}
|
|
21 |
.bps-star {}
|
22 |
.bps-downloaded {}
|
23 |
.bps-star-link {font-size:13px;font-weight:600;}
|
24 |
-
#AITpro-link {padding:
|
25 |
/** Displayed Messages|Alerts **/
|
26 |
#message.updated {margin-left:220px;}
|
27 |
#message.updated.fade {margin-left:220px;}
|
@@ -29,34 +30,35 @@ h2.bps-tab-title {margin-left:220px;}
|
|
29 |
/** Form Text boxes & Select Forms **/
|
30 |
#bps-container td label {font-size:13px;font-weight:600;}
|
31 |
#bps-container td label i {font-size:13px;font-weight:normal;}
|
32 |
-
#bps-container select {background:#dfdfdf;}
|
33 |
-
.regular-text
|
34 |
-
.regular-text-
|
35 |
-
.regular-text-
|
36 |
-
.regular-text-
|
37 |
-
.regular-text-
|
38 |
-
.regular-text-
|
39 |
-
.regular-text-
|
40 |
-
.regular-text-
|
41 |
-
.regular-text-
|
42 |
-
.
|
43 |
-
.form-
|
44 |
-
.form-
|
45 |
-
.form-
|
46 |
-
.form-
|
47 |
-
.form-
|
48 |
-
.form-
|
49 |
-
.
|
50 |
-
.regular-text-
|
51 |
-
.regular-text-
|
52 |
-
.regular-text-
|
53 |
-
.regular-text-
|
54 |
-
.regular-text-
|
55 |
-
.regular-text-
|
56 |
-
|
|
|
57 |
/* Form text areas | text input */
|
58 |
-
#bps-container input[type=text] {background-color:#f4f9ff;font-size:12px;}
|
59 |
-
#bps-container textarea {background-color:#f4f9ff;resize:both;}
|
60 |
#bps-container .bps-text-area-600x700 {font-family:"Courier New", Courier, monospace;font-size:12px;font-weight:normal;height:600px;width:700px;overflow:auto;}
|
61 |
#bps-container .bps-edittabs-class .bps-text-area-600x700 {font-family:"Courier New", Courier, monospace;font-size:12px;height:600px;width:700px;overflow:auto;}
|
62 |
#bps-container .bps-text-area-custom-code {font-family:"Courier New", Courier, monospace;font-size:12px;font-weight:normal;height:220px;width:580px;overflow:auto;}
|
@@ -66,7 +68,7 @@ div#Roles-scroller {max-height:100px;max-width:250px;overflow:auto;margin:0px;}
|
|
66 |
#bps-container .widefat thead tr {background:#333333;}
|
67 |
#bps-container .widefat th {color:#dfdfdf;}
|
68 |
#bps-container .widefat tbody tr {background:#444444;}
|
69 |
-
#bps-container .widefat td {color:#dfdfdf;border-bottom:1px solid #dadada;}
|
70 |
/** BPS Pro Features **/
|
71 |
#bpsProLogo {position:relative;top:0px;left:0px;}
|
72 |
#bpsProLogo img {float:left;margin-right:15px;width:320px;-moz-box-shadow:4px 4px 4px #888888;-webkit-box-shadow:4px 4px 4px #888888;box-shadow:4px 4px 4px #888888;}
|
@@ -107,14 +109,15 @@ div#milestone {font-weight:bold;height:20px;background-color:#CCC;border:1px sol
|
|
107 |
.bps-system_info_table {}
|
108 |
.bps-status_table {}
|
109 |
.bps-backup_restore_table {}
|
110 |
-
.bps-
|
|
|
111 |
#SysInfoBorder {border-top:1px solid #dfdfdf;}
|
112 |
.bps-public-ip {background:#A9F5A0;border:1px solid #addae6;text-align:center;font-weight:900;}
|
113 |
-
.system-info-text {font-size:13px;}
|
114 |
-
.sysinfo-label-text {color:#
|
115 |
/** Whats New page **/
|
116 |
-
.bps-whats_new_table {padding:
|
117 |
-
.bps-table_cell_no_border {font-size:13px;background:#
|
118 |
.bps-table_cell_no_border h2, .bps-table_cell_no_border h3 {color:#dfdfdf;}
|
119 |
/** Setup Wizard **/
|
120 |
#wizard-steps {background-color:#fff;margin-top:10px;padding:10px;border-top:1px solid black;border-right:1px solid black;border-left:1px solid black;}
|
@@ -133,14 +136,20 @@ span.arq-tooltip-sw-60 img:hover {z-index:10;}
|
|
133 |
span.arq-tooltip-sw-60 span {display:none;position:absolute;bottom:0;left:0;right:0;}
|
134 |
span.arq-tooltip-sw-60:hover span {width:700px;height:60px;display:block;position:absolute;top:0px;left:20px;right:0;color:#000;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);}
|
135 |
/** Security Log **/
|
136 |
-
|
137 |
-
#SecLogCounter {
|
|
|
|
|
|
|
138 |
#SecLogPostLimit {position:relative;top:0px;left:0px;margin:0px 0px 15px 0px;}
|
139 |
/** B-Core & BPS htaccess File Editor **/
|
|
|
|
|
|
|
140 |
#bps-edittabs {width:700px;position:relative;left:0px;top:0px;background-color:#333;margin-bottom:10px;}
|
141 |
#bps-edittabs ul li a {}
|
142 |
#bps_file_editor {width:690px;}
|
143 |
-
.bps_file_editor_update {background-color:#
|
144 |
.autolock_status {padding:4px 4px 5px 4px;line-height:28px;white-space:nowrap;margin:0px 0px 0px 5px;width:25px;color:#2ea2cc;border:1px solid #999;background-color:#222;text-align:center;}
|
145 |
#bpsLockHtaccess {margin:5px;}
|
146 |
#bpsUnLockHtaccess {margin:5px;}
|
@@ -151,7 +160,7 @@ SecurityLogTable {position:relative;top:0px;left:0px;margin:15px 0px 15px -3px;}
|
|
151 |
#CC-Help-Links {}
|
152 |
pre {position:relative;z-index:50;background:#fff url(../images/pre_bg.png) top left repeat;border:1px solid #999;color:#000;display:block;font-family:"Courier New", Courier, monospace;font-size:11px;line-height:14px;width:700px;margin:0px 0px 0px 0px;overflow:auto;max-height:200px;overflow-x:scroll;overflow-y:scroll;padding:5px;}
|
153 |
label[for=bps-CCode] {font-size:10px;}
|
154 |
-
.cc-read-me-text {color:#
|
155 |
#CC-Import {max-width:324px;border:1px solid black;padding:5px;}
|
156 |
#CC-Export {position:relative;top:0px;left:0px;margin:10px 0px 0px 0px;}
|
157 |
#CC-Delete {position:relative;top:-28px;left:80px;margin-right:80px;}
|
@@ -164,7 +173,7 @@ label[for=mmode], label[for=mmode-email] {font-size:1em;}
|
|
164 |
/** DB Backup **/
|
165 |
#DBBJobscheckall {margin:0px;}
|
166 |
#DBBFilescheckall {max-height:270px;overflow:auto;margin:0px;border-bottom:1px solid #999;}
|
167 |
-
#DBBcheckall {margin:0px 30px 10px 0px;float:left;overflow:auto;width:400px;max-height:
|
168 |
.bps-dbb-small-text {font-size:12px;}
|
169 |
.dbb-text-500 {width:500px;margin:0px 0px 10px 0px;}
|
170 |
.table-prefix-changer {width:215px;}
|
@@ -188,12 +197,11 @@ label[for=mmode], label[for=mmode-email] {font-size:1em;}
|
|
188 |
#message .bps-message-button:hover, #messageinner .bps-message-button:hover {color:#000;border-color:#666;background:#f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;}
|
189 |
#message .bps-message-button:active, #messageinner .bps-message-button:active {background:#eee url(../images/white-grad-active.png) repeat-x scroll left top;}
|
190 |
#messageinner {}
|
191 |
-
.updatedinner {width:690px;padding:2px 2px 2px 4px;margin:0px 0px 10px 0px;background-color:#
|
192 |
|
193 |
/** BPS jQuery UI Tabs - page background color **/
|
194 |
.bps-tab-page {}
|
195 |
#bps-tabs-1, #bps-tabs-2, #bps-tabs-3, #bps-tabs-4, #bps-tabs-5, #bps-tabs-6, #bps-tabs-7, #bps-tabs-8, #bps-tabs-9, #bps-tabs-10, #bps-tabs-11, #bps-tabs-12, #bps-tabs-13, #bps-tabs-14, #bps-tabs-15, #bps-tabs-16, #bps-tabs-17, #bps-tabs-18, #bps-tabs-19, #bps-tabs-20 {border-left:1px solid #000;border-right:1px solid #000;border-bottom:1px solid #000;padding:0px 10px 5px 10px;background-color:#999;}
|
196 |
-
/* .bps-tab-page h2 {color:#000;} */
|
197 |
/* Links */
|
198 |
.bps-table_cell_help h3 a:link {color:#dfdfdf;text-decoration:underline;font-weight:900;}
|
199 |
.bps-table_cell_help h3 a:active {color:#2ea2cc;text-decoration:underline;font-weight:900;}
|
@@ -223,10 +231,11 @@ label[for=mmode], label[for=mmode-email] {font-size:1em;}
|
|
223 |
.bps-table_cell {background:#444444;color:#dfdfdf;vertical-align:text-top;padding:15px 10px 0px 10px;border-right:1px solid black;border-left:1px solid black;}
|
224 |
.bps-table_cell_status {font-size:.88em;font-weight:bold;background:#dfdfdf;vertical-align:text-top;padding:10px 0px 10px 10px;border-right:1px solid black;border-left:1px solid black;}
|
225 |
.bps-table_title {color:#999;font-size:1em;font-weight:bold;padding:5px 0px 5px 5px;background-color:#000;background-position:left middle;border-right:1px solid black;border-left:1px solid black;border-top:1px solid black;border-bottom:1px solid grey;}
|
|
|
226 |
.bps-table_cell_help {background:#444444;color:#dfdfdf;border-right:1px solid black;border-left:1px solid black;padding:15px 10px 0px 10px;}
|
227 |
.bps-table_cell_help h3, .bps-table_cell h3, .bps-table_cell_help h2 {color:#dfdfdf;}
|
228 |
.bps-table_cell_help h3, .bps-table_cell h3 {font-size:1.13em;}
|
229 |
-
.bps-table_cell_help_links {background:#444444;color:#dfdfdf;border-right:1px solid black;border-left:1px solid black;padding:15px 10px
|
230 |
.bps-table_cell_help form select {font-size:1em;}
|
231 |
.bps-table_cell_help form[name=bpsIniSet] select {font-size:.88em;}
|
232 |
.bps-table_cell_help form[name=bpsAutoRestore] select, .bps-table_cell_help form[name=ARQ-Add-Remove] select, .bps-table_cell_help form[name=ARQ-Exclude] select {font-size:1em;}
|
@@ -239,18 +248,14 @@ label[for=mmode], label[for=mmode-email] {font-size:1em;}
|
|
239 |
.bps_pro_activate_text_field {font-size:1em;font-style:italic;font-weight:700;padding:5px 0px 0px 5px;}
|
240 |
.bps-table_cell_activation_details {background-color:#eee;vertical-align:text-top;padding:0px 0px 0px 5px;border-right:1px solid black;border-left:1px solid black;}
|
241 |
.bps_pro_modules_info {background-color:#eee;vertical-align:text-top;padding:5px 0px 5px 5px;}
|
242 |
-
.bps-
|
243 |
-
.bps-table_title_no_border {color:#
|
244 |
.bps-table_cell_bottom {background-color:#000;background-position:left middle;padding:0px 0px 0px 5px;border-top:1px solid grey;border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;}
|
245 |
-
.bps-table_cell_bottom_no_border {padding:0px 0px 0px 5px;background-color:#000;background-position:left middle;}
|
246 |
.bps-perms_table_div {}
|
247 |
.bps-perms_table {}
|
248 |
.bps-table_cell_perms_blank {font-size:12px;background-color:transparent;vertical-align:text-top;border-right:1px solid black;border-left:1px solid black;}
|
249 |
.bps-table_cell_perms_bottom {background-color:#eee;border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;}
|
250 |
.bps-table_cell_file_checks {font-size:.88em;background-color:#eee;vertical-align:text-top;padding:5px 0px 0px 5px;border-right:1px solid black;border-left:1px solid black;}
|
251 |
-
.bps-file_checks_bottom_table {width:101%;/* must be % */margin-left:-5px;padding:0px 0px 0px 0px;}
|
252 |
-
.bps-file_checks_bottom_table_special {width:100%;/* must be % */margin-left:0px;padding:0px 0px 0px 0px;}
|
253 |
-
.bps-file_checks_bottom_bps-table_cell {border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;}
|
254 |
#bps_tools_help_table td {}
|
255 |
/** BPS jQuery UI Tab Menus **/
|
256 |
.bps-menu {font-size:1.13em;border:none;font-weight:bold;color:#999;background:#333;}
|
@@ -267,14 +272,13 @@ label[for=mmode], label[for=mmode-email] {font-size:1em;}
|
|
267 |
|
268 |
/* jQuery UI defaults */
|
269 |
.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(../images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(../images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(../images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(../images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(../images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(../images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(../images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}
|
270 |
-
/* Begin
|
271 |
-
.ui-icon-triangle-1-e{background-position:-48px -192px;background-color:#fff;border:1px solid #777;}.ui-icon-triangle-1-s{background-position:-64px -192px;background-color:#fff;border:1px solid #777;}/* End
|
272 |
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
|
273 |
|
274 |
/* jQuery UI Accordion: PFW uses mmode-accordion-inner */
|
275 |
/* controls the width and size of the accordion button only - does not affect content width */
|
276 |
.ui-accordion.bps-accordion .ui-accordion-header {width:400px;display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0;border:1px solid #d3d3d3;background:#e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555;}
|
277 |
-
/* 11.8: padding-left change */
|
278 |
.ui-accordion.bps-accordion .ui-accordion-icons {padding-left:2.2em;}
|
279 |
.ui-accordion.bps-accordion .ui-accordion-noicons {padding-left:.7em;}
|
280 |
.ui-accordion.bps-accordion .ui-accordion-icons .ui-accordion-icons {padding-left:2.2em;}
|
@@ -438,12 +442,16 @@ input.regular-text-450 {max-width:250px;}
|
|
438 |
#SecLogPostLimit input.button.bps-button {width:212px;}
|
439 |
.regular-text-320 {width:250px;}
|
440 |
#System-Info-Table {overflow:auto;max-width:768px}
|
441 |
-
#System-Info-Table .bps-table_title {
|
442 |
.form-300 {width:250px;}
|
443 |
.regular-text-275 {width:250px;}
|
444 |
.form-275 {width:250px;}
|
445 |
#bpsPro-Features-Table {overflow:auto;max-width:768px}
|
446 |
div#milestone {height:40px;}
|
|
|
|
|
|
|
|
|
447 |
}
|
448 |
|
449 |
/* Larger mobile phone, tablets and iPads common viewport sizes: 496, *533, *540, *600, 601, 602, 603, 604, 640, 648, *720, 731, 758, *768 */
|
@@ -500,9 +508,13 @@ table.bps-help_faq_table {width:100%;}
|
|
500 |
.mmode-tinymce {width:100%}
|
501 |
#SecLogCounter {float:left;width:100%;margin:0px 0px 10px 0px;}
|
502 |
#System-Info-Table {overflow:auto;max-width:768px}
|
503 |
-
#System-Info-Table .bps-table_title {
|
504 |
#bpsProText {float:left;}
|
505 |
div#milestone {height:40px;}
|
|
|
|
|
|
|
|
|
506 |
}
|
507 |
|
508 |
/* tablets, laptops and pcs with smaller viewport sizes: *800, 854, 900, 960, *1024 */
|
@@ -531,9 +543,13 @@ table.bps-help_faq_table {width:100%;}
|
|
531 |
.bps-table_cell_help_dbm_40 {width:50%;}
|
532 |
.bps-table_cell_help_dbm_60 {width:50%;}
|
533 |
.mmode-tinymce {width:100%}
|
534 |
-
#System-Info-Table .bps-table_title {font-size:12px;
|
535 |
#bpsProText {float:left;}
|
536 |
div#milestone {height:40px;}
|
|
|
|
|
|
|
|
|
537 |
}
|
538 |
|
539 |
/* laptops and pcs with larger viewports */
|
@@ -552,9 +568,11 @@ table.bps-help_faq_table {width:100%;}
|
|
552 |
#DBBcheckall {width:200px;}
|
553 |
.dbb-text-500 {width:340px;}
|
554 |
.mmode-tinymce {width:80%}
|
555 |
-
#System-Info-Table .bps-table_title {font-size:12px;
|
556 |
#bpsProText {float:left;}
|
557 |
div#milestone {height:40px;}
|
|
|
|
|
558 |
}
|
559 |
|
560 |
/* pcs with larger viewports */
|
@@ -574,6 +592,8 @@ table.bps-help_faq_table {width:100%;}
|
|
574 |
#DBBcheckall {width:100%;}
|
575 |
.dbb-text-500 {width:340px;}
|
576 |
#bpsProText {float:left;}
|
|
|
|
|
577 |
}
|
578 |
|
579 |
/* pcs with larger viewports */
|
14 |
.wrap h1, .wrap h2, .subtitle {font-weight:normal;margin:0;}
|
15 |
.wrap h1, .wrap h2 {font-size:23px;font-weight:400;padding:9px 15px 4px 0;line-height:29px;}
|
16 |
/** BPS plugin header, images, AITpro Link, Star Rating and page Titles **/
|
17 |
+
div.promo-text {font-size:14px!important;font-weight:600;margin-bottom:5px}
|
18 |
#bpsHead {position:relative;top:0px;left:0px;}
|
19 |
#bpsHead img {float:left;padding:0px 8px 0px 0px;margin:-70px 0px 0px 0px;}
|
20 |
h2.bps-tab-title {margin-left:220px;}
|
22 |
.bps-star {}
|
23 |
.bps-downloaded {}
|
24 |
.bps-star-link {font-size:13px;font-weight:600;}
|
25 |
+
#AITpro-link {padding:2px 0px 5px 10px;font-weight:600}
|
26 |
/** Displayed Messages|Alerts **/
|
27 |
#message.updated {margin-left:220px;}
|
28 |
#message.updated.fade {margin-left:220px;}
|
30 |
/** Form Text boxes & Select Forms **/
|
31 |
#bps-container td label {font-size:13px;font-weight:600;}
|
32 |
#bps-container td label i {font-size:13px;font-weight:normal;}
|
33 |
+
#bps-container select {background:#dfdfdf;font-weight:normal}
|
34 |
+
.regular-text {font-weight:normal}
|
35 |
+
.regular-text-wide {width:100%;font-weight:normal}
|
36 |
+
.regular-text-short {width:32%;font-weight:normal}
|
37 |
+
.regular-text-really-short {width:20%;font-weight:normal}
|
38 |
+
.regular-text-medium {width:42%;font-weight:normal}
|
39 |
+
.regular-text-label {width:100%;font-weight:normal}
|
40 |
+
.regular-text-save-path {width:80%;font-weight:normal}
|
41 |
+
.regular-text-50-fixed {width:50px;font-weight:normal}
|
42 |
+
.regular-text-short-fixed {width:175px;font-weight:normal}
|
43 |
+
.regular-text-long-fixed {width:275px;font-weight:normal}
|
44 |
+
.form-80 {width:80px;font-weight:normal}
|
45 |
+
.form-300 {width:300px;font-weight:normal}
|
46 |
+
.form-340 {width:340px;font-weight:normal}
|
47 |
+
.form-255 {width:255px;font-weight:normal}
|
48 |
+
.form-250 {width:250px;font-weight:normal}
|
49 |
+
.form-275 {width:275px;font-weight:normal}
|
50 |
+
.form-220 {width:220px;font-weight:normal}
|
51 |
+
.regular-text-200 {width:200px;font-weight:normal}
|
52 |
+
.regular-text-250 {width:250px;font-weight:normal}
|
53 |
+
.regular-text-275 {width:275px;font-weight:normal}
|
54 |
+
.regular-text-340 {width:340px;font-weight:normal}
|
55 |
+
.regular-text-320 {width:320px;font-weight:normal}
|
56 |
+
.regular-text-450 {width:450px;font-weight:normal}
|
57 |
+
.regular-text-500 {width:500px;font-weight:normal}
|
58 |
+
div#Roles-scroller {color:#000;max-height:100px;max-width:250px;overflow:auto;margin:0px;background-color:#f4f9ff}
|
59 |
/* Form text areas | text input */
|
60 |
+
#bps-container input[type=text] {background-color:#f4f9ff;font-size:12px;font-weight:normal}
|
61 |
+
#bps-container textarea {background-color:#f4f9ff;resize:both;font-weight:normal}
|
62 |
#bps-container .bps-text-area-600x700 {font-family:"Courier New", Courier, monospace;font-size:12px;font-weight:normal;height:600px;width:700px;overflow:auto;}
|
63 |
#bps-container .bps-edittabs-class .bps-text-area-600x700 {font-family:"Courier New", Courier, monospace;font-size:12px;height:600px;width:700px;overflow:auto;}
|
64 |
#bps-container .bps-text-area-custom-code {font-family:"Courier New", Courier, monospace;font-size:12px;font-weight:normal;height:220px;width:580px;overflow:auto;}
|
68 |
#bps-container .widefat thead tr {background:#333333;}
|
69 |
#bps-container .widefat th {color:#dfdfdf;}
|
70 |
#bps-container .widefat tbody tr {background:#444444;}
|
71 |
+
#bps-container .widefat td {color:#dfdfdf;border-bottom:1px solid #dadada;font-weight:normal}
|
72 |
/** BPS Pro Features **/
|
73 |
#bpsProLogo {position:relative;top:0px;left:0px;}
|
74 |
#bpsProLogo img {float:left;margin-right:15px;width:320px;-moz-box-shadow:4px 4px 4px #888888;-webkit-box-shadow:4px 4px 4px #888888;box-shadow:4px 4px 4px #888888;}
|
109 |
.bps-system_info_table {}
|
110 |
.bps-status_table {}
|
111 |
.bps-backup_restore_table {}
|
112 |
+
.bps-system_info_table .bps-table_title {color:#dfdfdf}
|
113 |
+
.bps-help_faq_table {padding:10px 0px 5px 0px;}
|
114 |
#SysInfoBorder {border-top:1px solid #dfdfdf;}
|
115 |
.bps-public-ip {background:#A9F5A0;border:1px solid #addae6;text-align:center;font-weight:900;}
|
116 |
+
.system-info-text {font-size:13px;font-weight:normal}
|
117 |
+
.sysinfo-label-text {color:#dfdfdf;font-weight:600}
|
118 |
/** Whats New page **/
|
119 |
+
.bps-whats_new_table {padding:10px 0px 5px 0px;}
|
120 |
+
.bps-table_cell_no_border {font-size:13px;font-weight:normal;background:#444;color:#dfdfdf;vertical-align:text-top;padding:0px 5px 0px 5px;}
|
121 |
.bps-table_cell_no_border h2, .bps-table_cell_no_border h3 {color:#dfdfdf;}
|
122 |
/** Setup Wizard **/
|
123 |
#wizard-steps {background-color:#fff;margin-top:10px;padding:10px;border-top:1px solid black;border-right:1px solid black;border-left:1px solid black;}
|
136 |
span.arq-tooltip-sw-60 span {display:none;position:absolute;bottom:0;left:0;right:0;}
|
137 |
span.arq-tooltip-sw-60:hover span {width:700px;height:60px;display:block;position:absolute;top:0px;left:20px;right:0;color:#000;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);}
|
138 |
/** Security Log **/
|
139 |
+
#SecLogCounter {float:right;background-color:#000;border:1px solid #999;padding:5px;margin:0px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);}
|
140 |
+
div#SecLogCounter div.sec-log-counter-text-title {font-weight:600;color:#dfdfdf;font-size:16px;padding-bottom:5px;border-bottom:2px solid #999;}
|
141 |
+
span.sec-log-counter-text {font-weight:600;font-size:13px;color:#dfdfdf;}
|
142 |
+
span.sec-log-counter-text-blue {font-weight:600;font-size:13px;color:#00a0d2;}
|
143 |
+
#SecurityLogTable {position:relative;top:0px;left:0px;margin:15px 0px 15px -3px;}
|
144 |
#SecLogPostLimit {position:relative;top:0px;left:0px;margin:0px 0px 15px 0px;}
|
145 |
/** B-Core & BPS htaccess File Editor **/
|
146 |
+
.core-status-disabled {color:#00a0d2;background:#000;padding:0px 5px 2px 5px;border:1px solid #999}
|
147 |
+
.core-status-error, .core-status-deactivated {color:#fb0101;background:#000;padding:0px 5px 2px 5px;border:1px solid #999}
|
148 |
+
.core-status-activated {color:green;background:#000;padding:0px 5px 2px 5px;border:1px solid #999}
|
149 |
#bps-edittabs {width:700px;position:relative;left:0px;top:0px;background-color:#333;margin-bottom:10px;}
|
150 |
#bps-edittabs ul li a {}
|
151 |
#bps_file_editor {width:690px;}
|
152 |
+
.bps_file_editor_update {background-color:#000;border:1px solid #999;padding:5px;-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);}
|
153 |
.autolock_status {padding:4px 4px 5px 4px;line-height:28px;white-space:nowrap;margin:0px 0px 0px 5px;width:25px;color:#2ea2cc;border:1px solid #999;background-color:#222;text-align:center;}
|
154 |
#bpsLockHtaccess {margin:5px;}
|
155 |
#bpsUnLockHtaccess {margin:5px;}
|
160 |
#CC-Help-Links {}
|
161 |
pre {position:relative;z-index:50;background:#fff url(../images/pre_bg.png) top left repeat;border:1px solid #999;color:#000;display:block;font-family:"Courier New", Courier, monospace;font-size:11px;line-height:14px;width:700px;margin:0px 0px 0px 0px;overflow:auto;max-height:200px;overflow-x:scroll;overflow-y:scroll;padding:5px;}
|
162 |
label[for=bps-CCode] {font-size:10px;}
|
163 |
+
.cc-read-me-text {color:#dfdfdf;}
|
164 |
#CC-Import {max-width:324px;border:1px solid black;padding:5px;}
|
165 |
#CC-Export {position:relative;top:0px;left:0px;margin:10px 0px 0px 0px;}
|
166 |
#CC-Delete {position:relative;top:-28px;left:80px;margin-right:80px;}
|
173 |
/** DB Backup **/
|
174 |
#DBBJobscheckall {margin:0px;}
|
175 |
#DBBFilescheckall {max-height:270px;overflow:auto;margin:0px;border-bottom:1px solid #999;}
|
176 |
+
#DBBcheckall {margin:0px 30px 10px 0px;float:left;overflow:auto;width:400px;max-height:600px;border:1px solid black;}
|
177 |
.bps-dbb-small-text {font-size:12px;}
|
178 |
.dbb-text-500 {width:500px;margin:0px 0px 10px 0px;}
|
179 |
.table-prefix-changer {width:215px;}
|
197 |
#message .bps-message-button:hover, #messageinner .bps-message-button:hover {color:#000;border-color:#666;background:#f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;}
|
198 |
#message .bps-message-button:active, #messageinner .bps-message-button:active {background:#eee url(../images/white-grad-active.png) repeat-x scroll left top;}
|
199 |
#messageinner {}
|
200 |
+
.updatedinner {width:690px;padding:2px 2px 2px 4px;margin:0px 0px 10px 0px;background-color:#000;-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);}
|
201 |
|
202 |
/** BPS jQuery UI Tabs - page background color **/
|
203 |
.bps-tab-page {}
|
204 |
#bps-tabs-1, #bps-tabs-2, #bps-tabs-3, #bps-tabs-4, #bps-tabs-5, #bps-tabs-6, #bps-tabs-7, #bps-tabs-8, #bps-tabs-9, #bps-tabs-10, #bps-tabs-11, #bps-tabs-12, #bps-tabs-13, #bps-tabs-14, #bps-tabs-15, #bps-tabs-16, #bps-tabs-17, #bps-tabs-18, #bps-tabs-19, #bps-tabs-20 {border-left:1px solid #000;border-right:1px solid #000;border-bottom:1px solid #000;padding:0px 10px 5px 10px;background-color:#999;}
|
|
|
205 |
/* Links */
|
206 |
.bps-table_cell_help h3 a:link {color:#dfdfdf;text-decoration:underline;font-weight:900;}
|
207 |
.bps-table_cell_help h3 a:active {color:#2ea2cc;text-decoration:underline;font-weight:900;}
|
231 |
.bps-table_cell {background:#444444;color:#dfdfdf;vertical-align:text-top;padding:15px 10px 0px 10px;border-right:1px solid black;border-left:1px solid black;}
|
232 |
.bps-table_cell_status {font-size:.88em;font-weight:bold;background:#dfdfdf;vertical-align:text-top;padding:10px 0px 10px 10px;border-right:1px solid black;border-left:1px solid black;}
|
233 |
.bps-table_title {color:#999;font-size:1em;font-weight:bold;padding:5px 0px 5px 5px;background-color:#000;background-position:left middle;border-right:1px solid black;border-left:1px solid black;border-top:1px solid black;border-bottom:1px solid grey;}
|
234 |
+
.bps-table_title h2 {color:#dfdfdf;margin-top:-7px}
|
235 |
.bps-table_cell_help {background:#444444;color:#dfdfdf;border-right:1px solid black;border-left:1px solid black;padding:15px 10px 0px 10px;}
|
236 |
.bps-table_cell_help h3, .bps-table_cell h3, .bps-table_cell_help h2 {color:#dfdfdf;}
|
237 |
.bps-table_cell_help h3, .bps-table_cell h3 {font-size:1.13em;}
|
238 |
+
.bps-table_cell_help_links {background:#444444;color:#dfdfdf;border-right:1px solid black;border-left:1px solid black;padding:15px 10px 15px 10px;}
|
239 |
.bps-table_cell_help form select {font-size:1em;}
|
240 |
.bps-table_cell_help form[name=bpsIniSet] select {font-size:.88em;}
|
241 |
.bps-table_cell_help form[name=bpsAutoRestore] select, .bps-table_cell_help form[name=ARQ-Add-Remove] select, .bps-table_cell_help form[name=ARQ-Exclude] select {font-size:1em;}
|
248 |
.bps_pro_activate_text_field {font-size:1em;font-style:italic;font-weight:700;padding:5px 0px 0px 5px;}
|
249 |
.bps-table_cell_activation_details {background-color:#eee;vertical-align:text-top;padding:0px 0px 0px 5px;border-right:1px solid black;border-left:1px solid black;}
|
250 |
.bps_pro_modules_info {background-color:#eee;vertical-align:text-top;padding:5px 0px 5px 5px;}
|
251 |
+
.bps-table_title_no_border {font-size:1em;font-weight:900;padding:5px 0px 5px 5px;background-color:#000;background-position:left middle;border-bottom:1px solid grey;}
|
252 |
+
.bps-table_title_no_border h2 {color:#dfdfdf;}
|
253 |
.bps-table_cell_bottom {background-color:#000;background-position:left middle;padding:0px 0px 0px 5px;border-top:1px solid grey;border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;}
|
|
|
254 |
.bps-perms_table_div {}
|
255 |
.bps-perms_table {}
|
256 |
.bps-table_cell_perms_blank {font-size:12px;background-color:transparent;vertical-align:text-top;border-right:1px solid black;border-left:1px solid black;}
|
257 |
.bps-table_cell_perms_bottom {background-color:#eee;border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;}
|
258 |
.bps-table_cell_file_checks {font-size:.88em;background-color:#eee;vertical-align:text-top;padding:5px 0px 0px 5px;border-right:1px solid black;border-left:1px solid black;}
|
|
|
|
|
|
|
259 |
#bps_tools_help_table td {}
|
260 |
/** BPS jQuery UI Tab Menus **/
|
261 |
.bps-menu {font-size:1.13em;border:none;font-weight:bold;color:#999;background:#333;}
|
272 |
|
273 |
/* jQuery UI defaults */
|
274 |
.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(../images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(../images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(../images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(../images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(../images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(../images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(../images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}
|
275 |
+
/* Begin: Using the default accordion icon triangle class and customizing the sprite positions for circle triangle and hiding others */
|
276 |
+
.ui-icon-triangle-1-e{background-position:-48px -192px;background-color:#fff;border:1px solid #777;}.ui-icon-triangle-1-s{background-position:-64px -192px;background-color:#fff;border:1px solid #777;}/* End */.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}
|
277 |
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
|
278 |
|
279 |
/* jQuery UI Accordion: PFW uses mmode-accordion-inner */
|
280 |
/* controls the width and size of the accordion button only - does not affect content width */
|
281 |
.ui-accordion.bps-accordion .ui-accordion-header {width:400px;display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0;border:1px solid #d3d3d3;background:#e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555;}
|
|
|
282 |
.ui-accordion.bps-accordion .ui-accordion-icons {padding-left:2.2em;}
|
283 |
.ui-accordion.bps-accordion .ui-accordion-noicons {padding-left:.7em;}
|
284 |
.ui-accordion.bps-accordion .ui-accordion-icons .ui-accordion-icons {padding-left:2.2em;}
|
442 |
#SecLogPostLimit input.button.bps-button {width:212px;}
|
443 |
.regular-text-320 {width:250px;}
|
444 |
#System-Info-Table {overflow:auto;max-width:768px}
|
445 |
+
#System-Info-Table .bps-table_title {font-size:12px;}
|
446 |
.form-300 {width:250px;}
|
447 |
.regular-text-275 {width:250px;}
|
448 |
.form-275 {width:250px;}
|
449 |
#bpsPro-Features-Table {overflow:auto;max-width:768px}
|
450 |
div#milestone {height:40px;}
|
451 |
+
span.arq-tooltip-sw-20 {float:left;clear:left}
|
452 |
+
span.arq-tooltip-sw-60 {float:left;clear:left}
|
453 |
+
span.arq-tooltip-sw-20:hover span {width:220px;height:100px;}
|
454 |
+
span.arq-tooltip-sw-60:hover span {width:220px;height:200px;}
|
455 |
}
|
456 |
|
457 |
/* Larger mobile phone, tablets and iPads common viewport sizes: 496, *533, *540, *600, 601, 602, 603, 604, 640, 648, *720, 731, 758, *768 */
|
508 |
.mmode-tinymce {width:100%}
|
509 |
#SecLogCounter {float:left;width:100%;margin:0px 0px 10px 0px;}
|
510 |
#System-Info-Table {overflow:auto;max-width:768px}
|
511 |
+
#System-Info-Table .bps-table_title {font-size:12px;}
|
512 |
#bpsProText {float:left;}
|
513 |
div#milestone {height:40px;}
|
514 |
+
span.arq-tooltip-sw-20 {float:left;clear:left}
|
515 |
+
span.arq-tooltip-sw-60 {float:left;clear:left}
|
516 |
+
span.arq-tooltip-sw-20:hover span {width:220px;height:100px;}
|
517 |
+
span.arq-tooltip-sw-60:hover span {width:220px;height:200px;}
|
518 |
}
|
519 |
|
520 |
/* tablets, laptops and pcs with smaller viewport sizes: *800, 854, 900, 960, *1024 */
|
543 |
.bps-table_cell_help_dbm_40 {width:50%;}
|
544 |
.bps-table_cell_help_dbm_60 {width:50%;}
|
545 |
.mmode-tinymce {width:100%}
|
546 |
+
#System-Info-Table .bps-table_title {font-size:12px;}
|
547 |
#bpsProText {float:left;}
|
548 |
div#milestone {height:40px;}
|
549 |
+
span.arq-tooltip-sw-20 {float:left;clear:left}
|
550 |
+
span.arq-tooltip-sw-60 {float:left;clear:left}
|
551 |
+
span.arq-tooltip-sw-20:hover span {width:220px;height:100px;}
|
552 |
+
span.arq-tooltip-sw-60:hover span {width:220px;height:200px;}
|
553 |
}
|
554 |
|
555 |
/* laptops and pcs with larger viewports */
|
568 |
#DBBcheckall {width:200px;}
|
569 |
.dbb-text-500 {width:340px;}
|
570 |
.mmode-tinymce {width:80%}
|
571 |
+
#System-Info-Table .bps-table_title {font-size:12px;}
|
572 |
#bpsProText {float:left;}
|
573 |
div#milestone {height:40px;}
|
574 |
+
span.arq-tooltip-sw-20:hover span {width:250px;height:90px;}
|
575 |
+
span.arq-tooltip-sw-60:hover span {width:250px;height:180px;}
|
576 |
}
|
577 |
|
578 |
/* pcs with larger viewports */
|
592 |
#DBBcheckall {width:100%;}
|
593 |
.dbb-text-500 {width:340px;}
|
594 |
#bpsProText {float:left;}
|
595 |
+
span.arq-tooltip-sw-20:hover span {width:450px;height:50px;}
|
596 |
+
span.arq-tooltip-sw-60:hover span {width:450px;height:90px;}
|
597 |
}
|
598 |
|
599 |
/* pcs with larger viewports */
|
admin/css/bps-blue-ui-theme-old-wp-versions.css
DELETED
@@ -1,275 +0,0 @@
|
|
1 |
-
/** BPS container and various form elements **/
|
2 |
-
li#toplevel_page_bulletproof-security-admin-options .wp-menu-image, li#toplevel_page_bulletproof-security-admin-login-login .wp-menu-image { position:relative; top: -2px; left: -2px; }
|
3 |
-
#bps-container {margin:20px 0 5px 0;font-size:12px;}
|
4 |
-
#bps-container table th {width:200px;background:#fff;}
|
5 |
-
#bps-container div div {font-size:1em;}
|
6 |
-
/** WordPress Default & Default CSS **/
|
7 |
-
.tog {}
|
8 |
-
.submit {padding:10px 0px 10px 15px;}
|
9 |
-
.url-path {font-weight:700;}
|
10 |
-
/** BPS plugin header, images, AITpro Link, Star Rating and page Titles **/
|
11 |
-
#bpsHead {position:relative;top:0px;left:0px;}
|
12 |
-
#bpsHead img {float:left;padding:0px 8px 0px 0px;margin:-70px 0px 0px 0px;}
|
13 |
-
h2.bps-tab-title {margin-left:220px;}
|
14 |
-
.bps-star-container {float:right;position:relative;top:-40px;left:0px;margin:0px 0px -40px 0px;font-weight:bold;}
|
15 |
-
.bps-star {}
|
16 |
-
.bps-downloaded {}
|
17 |
-
.bps-star-link {font-size:13px;font-weight:bold;}
|
18 |
-
#AITpro-link {padding:5px 0px 0px 10px;}
|
19 |
-
/** Displayed Messages|Alerts **/
|
20 |
-
#message.updated {margin-left:220px;}
|
21 |
-
#message.updated.fade {margin-left:220px;}
|
22 |
-
#messageinner .updatedinner {margin-top:20px;width:690px;padding:2px 2px 2px 4px;background-color:#dfecf2;-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);}
|
23 |
-
/** Form Text boxes & Select Forms **/
|
24 |
-
#bps-container td label {font-size:13px;font-weight:bold;}
|
25 |
-
#bps-container table label {font-weight:700;vertical-align:bottom;}
|
26 |
-
#bps-container .log-date {width:200px;padding-left:4px;font-size:13px;font-weight:bold;border:none;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:none;transition:none;}
|
27 |
-
#bps-container select {}
|
28 |
-
.regular-text-wide {width:100%}
|
29 |
-
.regular-text-short {width:32%}
|
30 |
-
.regular-text-really-short {width:20%}
|
31 |
-
.regular-text-medium {width:42%}
|
32 |
-
.regular-text-label {width:100%;}
|
33 |
-
.regular-text-save-path {width:80%}
|
34 |
-
.regular-text-50-fixed {width:50px;}
|
35 |
-
.regular-text-short-fixed {width:175px;}
|
36 |
-
.regular-text-long-fixed {width:275px;}
|
37 |
-
.form-80 {width:80px;}
|
38 |
-
.form-300 {width:300px;}
|
39 |
-
.form-340 {width:340px;}
|
40 |
-
.form-255 {width:255px;}
|
41 |
-
.form-250 {width:250px;}
|
42 |
-
.form-275 {width:275px;}
|
43 |
-
.form-220 {width:220px;}
|
44 |
-
.regular-text-200 {width:200px;}
|
45 |
-
.regular-text-250 {width:250px;}
|
46 |
-
.regular-text-275 {width:275px;}
|
47 |
-
.regular-text-340 {width:340px;}
|
48 |
-
.regular-text-320 {width:320px;}
|
49 |
-
.regular-text-450 {width:450px;}
|
50 |
-
.regular-text-500 {width:500px;}
|
51 |
-
div#Roles-scroller {max-height:100px;max-width:250px;overflow:auto;margin:0px;}
|
52 |
-
/* Form text areas | text input */
|
53 |
-
#bps-container input[type=text] {background-color:#f4f9ff;}
|
54 |
-
#bps-container textarea {background-color:#f4f9ff;resize:both;} /* a little too blue #f2fdfd */
|
55 |
-
#bps-container .bps-text-area-600x700 {font-family:"Courier New", Courier, monospace;font-size:1em;height:600px;width:700px;overflow:auto;}
|
56 |
-
#bps-container .bps-text-area-custom-code {font-family:"Courier New", Courier, monospace; font-size:1em;height:220px;width:580px;overflow:auto;}
|
57 |
-
.PFW-Allow-From-Text-Area {width:400px;height:100px;margin-top:5px;}
|
58 |
-
.allow-from-small-text {}
|
59 |
-
/* widefat Tables */
|
60 |
-
.widefat td {border-bottom:1px solid #eee;}
|
61 |
-
/** BPS Pro Features **/
|
62 |
-
#bpsProFeatures ul {background-image:none;}
|
63 |
-
#bpsProFeatures ul li {font-size:13px;font-weight:normal;line-height:22px;}
|
64 |
-
#Cost-Comparison-Table .widefat {width:100%;}
|
65 |
-
#Cost-Comparison-Table .widefat thead tr th {text-align:left;white-space:nowrap;color:#000066;font-weight:bold;font-size:16px;padding:5px 5px 5px 10px;}
|
66 |
-
#Cost-Comparison-Table .widefat tbody tr th {text-align:left;color:#000066;font-weight:bold;font-size:16px;padding:5px 5px 5px 10px;}
|
67 |
-
#Cost-Comparison-Table .widefat tr td {padding:5px 5px 5px 10px;font-weight:bold; border-color:#CCC;}
|
68 |
-
p.blue-bold {color:#000066;font-weight:bold;}
|
69 |
-
span.blue-bold {color:#000066;font-weight:bold;font-size:16px;}
|
70 |
-
#bpsProVersions .pro-links {padding:0px 0px 5px 0px;}
|
71 |
-
/** Login Security **/
|
72 |
-
#LoginSecurityOptions {width:340px;}
|
73 |
-
#LoginSecurityCheckall {max-height:600px;width:100%;overflow:auto;margin:0px 0px 20px 0px;}
|
74 |
-
#LoginSecurityCheckall .widefat td {font-size:12px;}
|
75 |
-
#LoginSecuritySearch {float:right;margin:370px 0px 0px 0px;}
|
76 |
-
.LSSearch-text {width:187px;margin:0px 5px 0px 0px;}
|
77 |
-
#LSMExportButton {float:right;max-width:300px;}
|
78 |
-
#LoginSecurityResetButton {position:relative;bottom:52px;left:115px;margin:0px 0px -30px 0px;max-width:300px;}
|
79 |
-
#LoginSecurityDBRowCount {position:relative;left:0px;bottom:5px;color:#2ea2cc;font-weight:bold;font-size:14px;}
|
80 |
-
.button.bps-button.lsmreset {margin:6px 0px 0px 8px;}
|
81 |
-
/** Idle Session Logout **/
|
82 |
-
#Idle-Session-Logout {position:relative;top:0px;left:0px;margin:0px 0px 0px 0px;}
|
83 |
-
.bps_isl_custom_css_1 {width:474px}
|
84 |
-
.bps_isl_custom_css_2 {width:420px}
|
85 |
-
.bps_isl_custom_css_3 {width:369px}
|
86 |
-
.bps_isl_custom_css_4 {width:498px}
|
87 |
-
/** System Info Page & Status Page **/
|
88 |
-
.bps-system_info_table {}
|
89 |
-
.bps-status_table {}
|
90 |
-
.bps-backup_restore_table {}
|
91 |
-
.bps-help_faq_table {padding:0px 0px 10px 0px;}
|
92 |
-
.bps-public-ip {background:#A9F5A0;border:1px solid #addae6;text-align:center;font-weight:900;}
|
93 |
-
.system-info-text {font-size:13px;}
|
94 |
-
.sysinfo-label-text {color:#000;}
|
95 |
-
/* Whats New table */
|
96 |
-
.bps-whats_new_table {padding:0px 0px 0px 0px;border:1px solid black;margin-bottom:10px;}
|
97 |
-
/** Setup Wizard page **/
|
98 |
-
#wizard-steps {background-color:#fff;margin-top:10px;padding:10px;border-top:1px solid black;border-right:1px solid black;border-left:1px solid black;}
|
99 |
-
#wizard-steps h3 {font-size:14px;}
|
100 |
-
span.arq-tooltip-sw-20 {display:inline-block;position:relative;}
|
101 |
-
span.arq-tooltip-sw-20:hover {z-index:10;}
|
102 |
-
span.arq-tooltip-sw-20 img:hover {z-index:10;}
|
103 |
-
span.arq-tooltip-sw-20 span {display:none;position:absolute;bottom:0;left:0;right:0;}
|
104 |
-
span.arq-tooltip-sw-20:hover span {width:700px;height:20px;display:block;position:absolute;top:0px;left:20px;right:0;color:#000;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);}
|
105 |
-
span.arq-tooltip-sw-60 {display:inline-block;position:relative;}
|
106 |
-
span.arq-tooltip-sw-60:hover {z-index:10;}
|
107 |
-
span.arq-tooltip-sw-60 img:hover {z-index:10;}
|
108 |
-
span.arq-tooltip-sw-60 span {display:none;position:absolute;bottom:0;left:0;right:0;}
|
109 |
-
span.arq-tooltip-sw-60:hover span {width:700px;height:60px;display:block;position:absolute;top:0px;left:20px;right:0;color:#000;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);}
|
110 |
-
/** Security Log **/
|
111 |
-
#SecLogCounter {float:right;margin:0px 300px 10px 0px;color:black;font-size:12px;}
|
112 |
-
#SecLogPostLimit {position:relative;top:0px;left:0px;margin:0px 0px 15px 0px;}
|
113 |
-
/** B-Core & BPS htaccess File Editor **/
|
114 |
-
#bps_file_editor {width:700px;}
|
115 |
-
#bps-edittabs {width:700px;position:relative;left:0px;top:0px;}
|
116 |
-
.bps_file_editor_update {background-color:#dfecf2;border:1px solid #999;padding:5px;-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);}
|
117 |
-
.autolock_status {padding:4px 4px 5px 4px;line-height:28px;white-space:nowrap;margin:0px 0px 0px 5px;width:25px;color:#2ea2cc;border:1px solid #999;background-color:#222;text-align:center;}
|
118 |
-
#bpsLockHtaccess {margin:5px;}
|
119 |
-
#bpsUnLockHtaccess {margin:5px;}
|
120 |
-
#bpsAutoLockOn {margin:5px;}
|
121 |
-
#bpsAutoLockOff {margin:5px;}
|
122 |
-
/** Custom Code **/
|
123 |
-
#ResetDismissNotices {}
|
124 |
-
#CC-Help-Links {}
|
125 |
-
pre {position:relative;z-index:50;background:#fff url(../images/pre_bg.png) top left repeat;border:1px solid #999;color:#000;display:block;font-family:"Courier New", Courier, monospace;font-size:11px;line-height:14px;width:700px;margin:0px 0px 0px 0px;overflow:auto;max-height:200px;overflow-x:scroll;overflow-y:scroll;padding:5px;}
|
126 |
-
.cc-read-me-text {color:#2ea2cc;}
|
127 |
-
#CC-Import {max-width:324px;border:1px solid black;padding:5px;}
|
128 |
-
#CC-Export {position:relative;top:0px;left:0px;margin:10px 0px 0px 0px;}
|
129 |
-
#CC-Delete {position:relative;top:-28px;left:80px;margin-right:80px;}
|
130 |
-
/** Maintenance Mode **/
|
131 |
-
#mmode-caution {font-weight:bold;margin:0px 0px 10px 0px;border:2px solid #000;width:400px;padding:5px;background-color:#dfecf2;-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);}
|
132 |
-
.mmode-tinymce {width:70%;}
|
133 |
-
/** DB Backup **/
|
134 |
-
#DBBJobscheckall {margin:0px;}
|
135 |
-
#DBBFilescheckall {max-height:270px;overflow:auto;margin:0px;border-bottom:1px solid #999;}
|
136 |
-
#DBBcheckall {margin:0px 30px 10px 0px;float:left;overflow:auto;width:400px;max-height:400px;border:1px solid black;}
|
137 |
-
.dbb-text-500 {width:500px;margin:0px 0px 10px 0px;}
|
138 |
-
.table-prefix-changer {width:215px;}
|
139 |
-
#DBBLogDelete {margin:0px 0px 10px 600px;}
|
140 |
-
/** Buttons **/
|
141 |
-
/* Form Submit buttons & Dialog Read Me button CSS removed */
|
142 |
-
/* Messages / message buttons */
|
143 |
-
/* buttons in displayed messages? check if these are obsolete */
|
144 |
-
.bps-message-button a {text-decoration:none;}
|
145 |
-
#message .bps-message-button, #messageinner .bps-message-button {border-color:#bbb;color:#464646;background:#f2f2f2 url(../images/white-grad-active.png) repeat-x scroll left top;color:#fff;font-weight:bold;text-align:center;/* width:100px; *//* text-shadow:rgba(255,255,255,1) 0 1px 0; *//* text-shadow:rgba(0,0,0,0.4) 0 1px 0; */border-width:1px;text-decoration:none;font-size:12px!important;line-height:12px;padding:5px 8px;cursor:pointer;border-width:1px;border-style:solid;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-khtml-box-sizing:content-box;box-sizing:content-box;}
|
146 |
-
#message .bps-message-button:hover, #messageinner .bps-message-button:hover {color:#000;border-color:#666;text-shadow:rgba(255,255,255,1) 0 1px 0;background:#f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;}
|
147 |
-
#message .bps-message-button:active, #messageinner .bps-message-button:active {background:#eee url(../images/white-grad-active.png) repeat-x scroll left top;}
|
148 |
-
#messageinner {}
|
149 |
-
.updatedinner {width:690px;padding:2px 2px 2px 4px;margin:0px 0px 10px 0px;background-color:#dfecf2;-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);}
|
150 |
-
/** BPS Tab Menus **/
|
151 |
-
.bps-menu {text-decoration:none;border:1px solid #999;}
|
152 |
-
.bps-menu ul {background-image:url(../images/menu-bg.png);background-repeat:none;}
|
153 |
-
.bps-menu ul li {font-size:1.25em;font-weight:700;}
|
154 |
-
.bps-menu ul li a {color:#fff;background-image:url(../images/menu-btn.png);background-repeat:none;}
|
155 |
-
.bps-menu ul li a:hover {color:#000;background-image:url(../images/menu-btn-hover.png);background-repeat:none;}
|
156 |
-
.bps-menu ul li a:active {color:#fff;background-image:url(../images/menu-btn-hover.png);background-repeat:none;}
|
157 |
-
/** BPS jQuery UI Tabs - page background color **/
|
158 |
-
.bps-tab-page {}
|
159 |
-
#bps-tabs-1, #bps-tabs-2, #bps-tabs-3, #bps-tabs-4, #bps-tabs-5, #bps-tabs-6, #bps-tabs-7, #bps-tabs-8, #bps-tabs-9, #bps-tabs-10, #bps-tabs-11, #bps-tabs-12, #bps-tabs-13, #bps-tabs-14, #bps-tabs-15, #bps-tabs-16, #bps-tabs-17, #bps-tabs-18, #bps-tabs-19, #bps-tabs-20 {border:1px solid #999999;padding:0px 10px 5px 10px;}
|
160 |
-
/* Links */
|
161 |
-
.bps-table_cell_help_links a:link {font-size:1.13em;font-weight:bold;}
|
162 |
-
.bps-table_cell_help_links a:active {font-size:1.13em;font-weight:bold;}
|
163 |
-
.bps-table_cell_help_links a:visited {font-size:1.13em;font-weight:bold;}
|
164 |
-
.bps-table_cell_help_links a:hover {font-size:1.13em;font-weight:bold;}
|
165 |
-
/* Table cells */
|
166 |
-
.bps-table_cell {background:#fff;vertical-align:text-top;padding:15px 10px 0px 10px;border-right:1px solid black;border-left:1px solid black;}
|
167 |
-
.bps-table_cell_status {font-weight:bold;background:#fff;vertical-align:text-top;padding:10px 0px 10px 10px;border-right:1px solid black;border-left:1px solid black;}
|
168 |
-
.bps-table_title {color:#fff;font-size:1.13em;font-weight:bold;padding:5px 0px 5px 5px;background-image:url(../images/table_title_bg.png);background-repeat: repeat-x;border-right:1px solid black;border-left:1px solid black;border-top:1px solid black;}
|
169 |
-
.bps-table_title_SS {color:#fff;font-size:12px;font-weight:900;padding:0px 0px 5px 5px;background-image:url(../images/table_title_bg.png);background-repeat: repeat-x;border-right:1px solid black;border-left:1px solid black;border-top:1px solid black;}
|
170 |
-
.bps-table_title_no_border {color:#fff;font-size:12px;font-weight:900;padding:5px 0px 5px 5px;background-image:url(../images/table_title_bg.png);background-repeat: repeat-x;}
|
171 |
-
.bps-table_cell_no_border {background:#fff;vertical-align:text-top;padding:0px 5px 0px 5px;}
|
172 |
-
.bps-table_cell_bottom {background-color:#fff;padding:0px 0px 0px 5px;border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;background-image:url(../images/table_title_bg.png);background-repeat: repeat-x;}
|
173 |
-
.bps-table_cell_bottom_no_border {background-color:#fff;padding:0px 0px 0px 5px;background-image:url(../images/table_title_bg.png);background-repeat: repeat-x;}
|
174 |
-
.bps-perms_table_div {}
|
175 |
-
.bps-perms_table {}
|
176 |
-
.bps-table_cell_perms_blank {background-color:#fff;vertical-align:text-top;border-right:1px solid black;border-left:1px solid black;}
|
177 |
-
.bps-table_cell_perms_bottom {border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;background-image:url(../images/table_title_bg.png);background-repeat: repeat-x;}
|
178 |
-
.bps-table_cell_file_checks {background-color:#fff;vertical-align:text-top;padding:5px 0px 0px 5px;border-right:1px solid black;border-left:1px solid black;}
|
179 |
-
.bps-file_checks_bottom_table {width:101%;/* must be % */margin-left:-5px;padding:0px 0px 0px 0px;background-image:url(../images/table_title_bg.png);background-repeat: repeat-x;}
|
180 |
-
.bps-file_checks_bottom_table_special {width:100%;/* must be % */margin-left:0px;padding:0px 0px 0px 0px;background-image:url(../images/table_title_bg.png);background-repeat: repeat-x;}
|
181 |
-
.bps-file_checks_bottom_bps-table_cell {border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;}
|
182 |
-
#bps_tools_help_table td {}
|
183 |
-
.bps-table_cell_help {background-color:#fff;font-size:1em;border-right:1px solid black;border-left:1px solid black;padding:15px 10px 0px 10px;}
|
184 |
-
.bps-table_cell_help_links {background-color:#fff;font-size:1em;border-right:1px solid black;border-left:1px solid black;padding:15px 10px 0px 10px;}
|
185 |
-
.bps-table_cell_help_custom_code {vertical-align:top;background-color:#fff;font-size:1em;border-right:1px solid black;border-left:1px solid black;padding:15px 10px 0px 10px;}
|
186 |
-
.bps-table_cell_help_no_left_border {background-color:#fff;font-size:1em;border-right:1px solid black;border-left: none;padding:15px 10px 0px 10px;}
|
187 |
-
.bps-table_cell_help_no_right_border {background-color:#fff;font-size:1em;border-left:1px solid black;border-right: none;padding:15px 10px 0px 10px;}
|
188 |
-
.bps-table_cell_help a {font-size:1.13em;font-weight:700;text-decoration:underline;}
|
189 |
-
.bps_pro_activation_table {background-color:#fff;border-left:1px solid black;border-right:1px solid black;margin-bottom:10px;}
|
190 |
-
.bps_pro_activation_form {background-color:#fff;padding:30px 0px 0px 0px;}
|
191 |
-
.bps_pro_activate_text_field {font-size:1em;font-style:italic;font-weight:700;padding:5px 0px 0px 5px;}
|
192 |
-
.bps-table_cell_activation_details {vertical-align:text-top;padding:0px 0px 0px 5px;border-right:1px solid black;border-left:1px solid black;}
|
193 |
-
.bps_pro_modules_info {background-color:#fff;vertical-align:text-top;padding:5px 0px 5px 5px;}
|
194 |
-
/** jQuery Interaction States **/
|
195 |
-
.ui-state-default.bps-menu, .ui-widget-content.bps-menu .ui-state-default, .ui-widget-header.bps-menu .ui-state-default {font-size:14px;border-left:1px solid #999;border-right:1px solid #999;border-bottom:1px solid #999;padding:0px 10px 5px 10px;}
|
196 |
-
.ui-state-default.bps-menu a, .ui-state-default.bps-menu a:link, .ui-state-default.bps-menu a:visited {color:#fff;background-image:url(../images/menu-btn.png);background-repeat:none;}
|
197 |
-
.ui-state-hover.bps-menu, .ui-widget-content.bps-menu .ui-state-hover, .ui-widget-header.bps-menu .ui-state-hover, .ui-state-focus.bps-menu, .ui-widget-content.bps-menu .ui-state-focus, .ui-widget-header.bps-menu .ui-state-focus {font-size:14px;border-left:1px solid #999999;border-right:1px solid #999999;border-bottom:1px solid #999999;padding:0px 10px 5px 10px;}
|
198 |
-
.ui-state-hover.bps-menu a, .ui-state-hover a:hover {font-size:14px;color:#000;background-image:url(../images/menu-btn-hover.png);background-repeat:none;}
|
199 |
-
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {color:#000;background-image:url(../images/menu-btn-hover.png);background-repeat:none;}
|
200 |
-
/* BPS jQuery UI Accordion button background image hover and active states */
|
201 |
-
.ui-state-active, .ui-state-hover, .ui-widget-content .ui-state-active, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-active, .ui-widget-header .ui-state-hover {color:#000;background-image:url(../images/accordion-btn-over.png);background-repeat:none;}
|
202 |
-
/* jQuery UI defaults */
|
203 |
-
.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(../images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(../images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(../images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(../images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(../images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(../images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(../images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}
|
204 |
-
.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}
|
205 |
-
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
|
206 |
-
/** jQuery defaults Layout helpers **/
|
207 |
-
.ui-helper-hidden {display:none;}
|
208 |
-
.ui-helper-hidden-accessible {position:absolute;left:-99999999px;}
|
209 |
-
.ui-helper-reset {margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;}
|
210 |
-
.ui-helper-clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
|
211 |
-
.ui-helper-clearfix {display:inline-block;}
|
212 |
-
* html .ui-helper-clearfix {height:1%;}
|
213 |
-
.ui-helper-clearfix {display:block;}
|
214 |
-
.ui-helper-zfix {width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0);}
|
215 |
-
/** jQuery Interaction Cues **/
|
216 |
-
.ui-state-disabled {cursor: default !important;}
|
217 |
-
/* jQuery Tabs defaults */
|
218 |
-
.bps-tab-page.ui-tabs {padding:0;zoom:1;}
|
219 |
-
.bps-tab-page.ui-tabs .ui-tabs-nav, .bps-tab-page.ui-tabs .ui-tabs-panel .ui-tabs-nav {list-style:none;position:relative;padding:0;}
|
220 |
-
.bps-tab-page.ui-tabs .ui-tabs-nav li, .bps-tab-page.ui-tabs .ui-tabs-panel .ui-tabs-nav li {position:relative;float:left;margin:0;padding:0;}
|
221 |
-
.bps-tab-page.ui-tabs .ui-tabs-nav li a, .bps-tab-page.ui-tabs .ui-tabs-panel .ui-tabs-nav li a {float:left;text-decoration:none;padding:.4em 1em;}
|
222 |
-
.bps-tab-page.ui-tabs .ui-tabs-panel, .bps-tab-page.ui-tabs .ui-tabs-panel .ui-tabs-panel {padding: 0 0 1em 0;display:block;border:none;}
|
223 |
-
.bps-tab-page.ui-tabs .ui-tabs-panel .ui-tabs-panel {padding:0;}
|
224 |
-
.bps-tab-page.ui-tabs .ui-tabs-hide, .bps-tab-page.ui-tabs .ui-tabs-panel .ui-tabs-hide {display:none !important;}
|
225 |
-
/* jquery.ui.accordion.css */
|
226 |
-
/* controls the width and size of the accordion button only - does not affect content width */
|
227 |
-
.ui-accordion.bps-accordion .ui-accordion-header {width:400px;display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0;border:1px solid #d3d3d3;background:#e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555;}
|
228 |
-
.ui-accordion.bps-accordion .ui-accordion-icons {padding-left:2.2em;}
|
229 |
-
.ui-accordion.bps-accordion .ui-accordion-noicons {padding-left:.7em;}
|
230 |
-
.ui-accordion.bps-accordion .ui-accordion-icons .ui-accordion-icons {padding-left:2.2em;}
|
231 |
-
.ui-accordion.bps-accordion .ui-accordion-header .ui-accordion-header-icon {position:absolute;left:.5em;top:50%;margin-top:-8px;}
|
232 |
-
.ui-accordion.bps-accordion .ui-accordion-content {padding:2em 2.2em;border-top:0;overflow:auto;margin-left:-25px;}
|
233 |
-
/** BPS jQuery Accordian **/
|
234 |
-
.bps-accordian-main {border:1px solid #999;background-color:#fff;}
|
235 |
-
.bps-accordian-main h3 {color:#fff;width:183px;border:1px solid #999;background-image:url(../images/accordion-btn.png);background-repeat:none;}
|
236 |
-
.bps-accordian-main-2 h3 {color:#fff;width:280px;border:1px solid #999;background-image:url(../images/accordion-btn.png);background-repeat:none;}
|
237 |
-
.bps-accordian-main-3 h3 {color:#fff;width:290px;border:1px solid #999;background-image:url(../images/accordion-btn.png);background-repeat:none;}
|
238 |
-
.bps-accordian-main-inner {border:1px solid #999;}
|
239 |
-
#cc-accordian-inner {margin:0px -25px 0px -25px;}
|
240 |
-
#mmode-accordian-inner {margin:10px -15px 10px -15px;}
|
241 |
-
#dbb-accordian-inner {margin:0px -20px 0px 0px;}
|
242 |
-
#dbb-accordian-inner #dbb-special {margin:0px 0px 0px -20px;}
|
243 |
-
#bps-accordion-1 {margin-bottom:10px;}
|
244 |
-
#bps-accordion-3 {margin-bottom:10px;}
|
245 |
-
/** jQuery UI Dialog **/
|
246 |
-
.ui-helper-hidden{display:none;}.ui-helper-hidden-accessible{position:absolute;left:-99999999px;}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;}.ui-helper-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.ui-helper-clearfix{display:inline-block;}/* required comment for clearfix to work in Opera \*/ * html .ui-helper-clearfix{height:1%;}.ui-helper-clearfix{display:block;}/* end clearfix */ .ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0);}.ui-state-disabled{cursor:default!important;}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;}.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%;}
|
247 |
-
/* Dialog Read Me buttons defaults */
|
248 |
-
.ui-resizable{position:relative;}.ui-resizable-handle{position:absolute;font-size:.1px;z-index:99999;display:block;}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none;}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0;}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0;}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%;}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%;}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px;}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px;}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px;}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px;}
|
249 |
-
.wp-dialog.bps-dialog{z-index:999;position:absolute;width:300px;overflow:hidden;}.wp-dialog .ui-dialog-titlebar{position:relative;}
|
250 |
-
/* Dialog Read Me buttons customizations */
|
251 |
-
.bps-readme-table {background:#fff;vertical-align:text-top;margin:8px 0px 10px 0px;}
|
252 |
-
.bps-readme-table-td {padding:5px;}
|
253 |
-
#bps-open-modal input[type="button"],.bps-modal-button {z-index:999;border-color:#bbb;color:#464646;background:#f2f2f2 url(../images/table_title_bg.png) repeat-x scroll left top;color:#fff;font-weight:bold;/* text-shadow:rgba(255,255,255,1) 0 1px 0; */text-shadow:rgba(0,0,0,0.4) 0 1px 0;border-width:1px;text-decoration:none;font-size:12px!important;line-height:12px;padding:5px 10px;cursor:pointer;border-width:1px;border-style:solid;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-khtml-box-sizing:content-box;box-sizing:content-box;}
|
254 |
-
#bps-open-modal input[type="button"]:hover,.bps-modal-button:hover {z-index:999;color:#000;border-color:#666;/* text-shadow:rgba(255,255,255,1) 0 1px 0;background:#f2f2f2 url(../images/white-grad.png) repeat-x scroll left top; */text-shadow: 0 0 0.2em #00CCFF;background:#f2f2f2 url(../images/menu_btn_over.png) repeat-x scroll left top;}
|
255 |
-
#bps-open-modal input[type="button"]:active,.bps-modal-button:active {z-index:999;background:#eee url(../images/white-grad-active.png) repeat-x scroll left top;}
|
256 |
-
.wp-dialog.bps-dialog .ui-dialog-titlebar-close span {z-index:999;display:block;margin:1px;}
|
257 |
-
.wp-dialog .ui-dialog-content {z-index:999;position:relative;border:0;padding:0px 10px 0px 10px;background:none;overflow:auto;zoom:1;}
|
258 |
-
/* bottom pane */
|
259 |
-
.wp-dialog.bps-dialog .ui-dialog-buttonpane {z-index:999;text-align:left;border-width:1px 0 0 0;background:url('../images/table_title_bg.png') repeat;height:35px;/*background-image:none;*/margin:0px;padding:0px;}
|
260 |
-
.wp-dialog.bps-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right;}
|
261 |
-
.wp-dialog.bps-dialog .ui-dialog-buttonpane button{margin:.4em .5em .5em 0;cursor:pointer;}
|
262 |
-
.wp-dialog.bps-dialog .ui-resizable-se{width:20px;height:20px;right:0px;bottom:0px;}
|
263 |
-
.ui-draggable .ui-dialog-titlebar{cursor:move;}
|
264 |
-
.wp-dialog.bps-dialog{border:1px solid #999;-moz-box-shadow:0 0 16px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 16px rgba(0,0,0,0.3);box-shadow:0 0 16px rgba(0,0,0,0.3);}
|
265 |
-
.wp-dialog.bps-dialog .ui-dialog-titlebar-close .ui-button-text {visibility:hidden;} /* important - this hides the duplicate close button */
|
266 |
-
.wp-dialog.bps-dialog .ui-button-text {font-size:11px; font-weight:bold;}
|
267 |
-
.wp-dialog.bps-dialog .ui-button {background:url('../images/close-button.png') no-repeat -3px -3px;}
|
268 |
-
/* this is the top pane */
|
269 |
-
.wp-dialog.bps-dialog .ui-dialog-title {z-index:999;display:block;margin-top:0px;text-align:center;padding:7px 0px 0px 0px;}
|
270 |
-
.wp-dialog.bps-dialog .ui-dialog-titlebar {z-index:999;padding:0 1em;/* background-color:#444; */background:url('../images/table_title_bg.png') repeat;height:35px;font-weight:bold;font-size:14px;line-height:18px;color:#fff;}
|
271 |
-
.wp-dialog.bps-dialog{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px;}
|
272 |
-
.wp-dialog.bps-dialog .ui-dialog-titlebar{-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;}
|
273 |
-
/* this is the top right corner X button , .wp-dialog .ui-dialog-titlebar-close .ui-button-text */
|
274 |
-
.wp-dialog.bps-dialog .ui-dialog-titlebar-close {z-index:999;position:absolute;width:29px;height:16px;top:6px;right:6px;background:url('../images/buttons.gif') no-repeat -88px -18px;padding:0;}
|
275 |
-
.wp-dialog.bps-dialog .ui-dialog-titlebar-close:hover,.wp-dialog.bps-dialog .ui-dialog-titlebar-close:focus{background-position:-88px -34px;}.ui-widget-overlay{background-color:#000;opacity:.6;filter:alpha(opacity=60);}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
admin/css/bps-blue-ui-theme.css
CHANGED
@@ -16,6 +16,7 @@ h1 {font-size:2em;margin:.67em 0;}
|
|
16 |
.wrap h1, .wrap h2, .subtitle {font-weight:normal;margin:0;}
|
17 |
.wrap h1, .wrap h2 {font-size:23px;font-weight:400;padding:9px 15px 4px 0;line-height:29px;}
|
18 |
/** BPS plugin header, images, AITpro Link, Star Rating and page Titles **/
|
|
|
19 |
#bpsHead {position:relative;top:0px;left:0px;}
|
20 |
#bpsHead img {float:left;padding:0px 8px 0px 0px;margin:-70px 0px 0px 0px;}
|
21 |
h2.bps-tab-title {margin-left:220px;}
|
@@ -23,7 +24,7 @@ h2.bps-tab-title {margin-left:220px;}
|
|
23 |
.bps-star {}
|
24 |
.bps-downloaded {}
|
25 |
.bps-star-link {font-size:13px;font-weight:600;}
|
26 |
-
#AITpro-link {padding:
|
27 |
/** Displayed Messages|Alerts **/
|
28 |
#message.updated {margin-left:220px;}
|
29 |
#message.updated.fade {margin-left:220px;}
|
@@ -100,16 +101,21 @@ div#milestone {font-weight:bold;height:20px;background-color:#CCC;border:1px sol
|
|
100 |
.bps_isl_custom_css_3 {width:369px}
|
101 |
.bps_isl_custom_css_4 {width:498px}
|
102 |
/* System Info Page & Status Page */
|
|
|
|
|
|
|
103 |
.bps-system_info_table {}
|
104 |
.bps-status_table {}
|
105 |
.bps-backup_restore_table {}
|
106 |
-
.bps-
|
|
|
|
|
107 |
#SysInfoBorder {border-top:1px solid #999;}
|
108 |
.bps-public-ip {background:#A9F5A0;border:1px solid #addae6;text-align:center;font-weight:900;}
|
109 |
.system-info-text {font-size:13px;}
|
110 |
.sysinfo-label-text {color:#000;}
|
111 |
/* Whats New table */
|
112 |
-
.bps-whats_new_table {padding:0px 0px 0px 0px;border:1px solid
|
113 |
/** Setup Wizard **/
|
114 |
#wizard-steps {background-color:#fff;margin-top:10px;padding:10px;border-top:1px solid black;border-right:1px solid black;border-left:1px solid black;}
|
115 |
#wizard-steps h3 {font-size:14px;}
|
@@ -125,10 +131,16 @@ span.arq-tooltip-sw-60 img:hover {z-index:10;}
|
|
125 |
span.arq-tooltip-sw-60 span {display:none;position:absolute;bottom:0;left:0;right:0;}
|
126 |
span.arq-tooltip-sw-60:hover span {width:700px;height:60px;display:block;position:absolute;top:0px;left:20px;right:0;color:#000;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);}
|
127 |
/** Security Log **/
|
128 |
-
|
129 |
-
#SecLogCounter {
|
|
|
|
|
|
|
130 |
#SecLogPostLimit {position:relative;top:0px;left:0px;margin:0px 0px 15px 0px;}
|
131 |
/** B-Core & BPS htaccess File Editor **/
|
|
|
|
|
|
|
132 |
#bps-edittabs {width:700px;position:relative;left:0px;top:0px;}
|
133 |
#bps_file_editor {width:690px;}
|
134 |
.bps_file_editor_update {background-color:#dfecf2;border:1px solid #999;padding:5px;-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);}
|
@@ -168,7 +180,6 @@ pre {position:relative;z-index:50;background:#fff url(../images/pre_bg.png) top
|
|
168 |
#bps-container .bps-modal-button:focus {-webkit-box-shadow:inset 0 1px 0 #09cafa, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);box-shadow:inset 0 1px 0 #09cafa, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);}
|
169 |
#bps-container .bps-modal-button:active {background:#037c9a;border-color:#036881;color:white;-webkit-box-shadow:inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);box-shadow:inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);}
|
170 |
/* Messages | message buttons */
|
171 |
-
/* buttons in displayed messages? check if these are obsolete */
|
172 |
.bps-message-button a {text-decoration:none;}
|
173 |
#message .bps-message-button, #messageinner .bps-message-button {border-color:#bbb;color:#464646;background:#f2f2f2 url(../images/white-grad-active.png) repeat-x scroll left top;color:#fff;font-weight:bold;text-align:center;/* width:100px; *//* text-shadow:rgba(255,255,255,1) 0 1px 0; *//* text-shadow:rgba(0,0,0,0.4) 0 1px 0; */border-width:1px;text-decoration:none;font-size:12px!important;line-height:12px;padding:5px 8px;cursor:pointer;border-width:1px;border-style:solid;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-khtml-box-sizing:content-box;box-sizing:content-box;}
|
174 |
#message .bps-message-button:hover, #messageinner .bps-message-button:hover {color:#000;border-color:#666;text-shadow:rgba(255,255,255,1) 0 1px 0;background:#f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;}
|
@@ -184,33 +195,27 @@ pre {position:relative;z-index:50;background:#fff url(../images/pre_bg.png) top
|
|
184 |
.bps-menu ul li a:active {color:#fff;background-image:url(../images/menu-btn-hover.png);background-repeat:none;}
|
185 |
/** BPS jQuery UI Tabs - page background color **/
|
186 |
.bps-tab-page {}
|
187 |
-
#bps-tabs-1, #bps-tabs-2, #bps-tabs-3, #bps-tabs-4, #bps-tabs-5, #bps-tabs-6, #bps-tabs-7, #bps-tabs-8, #bps-tabs-9, #bps-tabs-10, #bps-tabs-11, #bps-tabs-12, #bps-tabs-13, #bps-tabs-14, #bps-tabs-15, #bps-tabs-16, #bps-tabs-17, #bps-tabs-18, #bps-tabs-19, #bps-tabs-20 {
|
188 |
/* Links */
|
189 |
.bps-table_cell_help_links a:link {font-size:1.13em;font-weight:600;}
|
190 |
.bps-table_cell_help_links a:active {font-size:1.13em;font-weight:600;}
|
191 |
.bps-table_cell_help_links a:visited {font-size:1.13em;font-weight:600;}
|
192 |
.bps-table_cell_help_links a:hover {font-size:1.13em;font-weight:600;}
|
193 |
/* Table cells */
|
194 |
-
.bps-table_cell {background:#fff;vertical-align:text-top;padding:15px 10px 0px 10px;
|
195 |
.bps-table_cell_status {font-weight:bold;background:#fff;vertical-align:text-top;padding:10px 0px 10px 10px;border-right:1px solid black;border-left:1px solid black;}
|
196 |
-
.bps-table_title {color:#fff;
|
197 |
-
.bps-
|
198 |
-
.bps-table_title_no_border {
|
199 |
.bps-table_cell_no_border {background:#fff;vertical-align:text-top;padding:0px 5px 0px 5px;}
|
200 |
-
.bps-table_cell_bottom {background-color:#fff;padding:0px 0px 0px 5px;border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;background-image:url(../images/table_title_bg.png);background-repeat: repeat-x;}
|
201 |
-
.bps-table_cell_bottom_no_border {background-color:#fff;padding:0px 0px 0px 5px;background-image:url(../images/table_title_bg.png);background-repeat: repeat-x;}
|
202 |
.bps-perms_table_div {}
|
203 |
.bps-perms_table {}
|
204 |
-
.bps-table_cell_perms_blank {background-color:#fff;vertical-align:text-top;border-right:1px solid black;border-left:1px solid black;}
|
205 |
.bps-table_cell_perms_bottom {border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;background-image:url(../images/table_title_bg.png);background-repeat: repeat-x;}
|
206 |
.bps-table_cell_file_checks {background-color:#fff;vertical-align:text-top;padding:5px 0px 0px 5px;border-right:1px solid black;border-left:1px solid black;}
|
207 |
-
.bps-file_checks_bottom_table {width:101%;/* must be % */margin-left:-5px;padding:0px 0px 0px 0px;background-image:url(../images/table_title_bg.png);background-repeat: repeat-x;}
|
208 |
-
.bps-file_checks_bottom_table_special {width:100%;/* must be % */margin-left:0px;padding:0px 0px 0px 0px;background-image:url(../images/table_title_bg.png);background-repeat: repeat-x;}
|
209 |
-
.bps-file_checks_bottom_bps-table_cell {border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;}
|
210 |
#bps_tools_help_table td {}
|
211 |
-
.bps-table_cell_help {background-color:#fff;font-size:1em;
|
212 |
-
.bps-table_cell_help_links {background-color:#fff;font-size:1em;
|
213 |
-
.bps-table_cell_help_custom_code {vertical-align:top;background-color:#fff;font-size:1em;
|
214 |
.bps-table_cell_help_no_left_border {background-color:#fff;font-size:1em;border-right:1px solid black;border-left: none;padding:15px 10px 0px 10px;}
|
215 |
.bps-table_cell_help_no_right_border {background-color:#fff;font-size:1em;border-left:1px solid black;border-right: none;padding:15px 10px 0px 10px;}
|
216 |
.bps-table_cell_help a {font-size:1.13em;font-weight:600;text-decoration:underline;}
|
@@ -381,7 +386,7 @@ input.regular-text-450 {max-width:250px;}
|
|
381 |
.mmode-tinymce {width:100%}
|
382 |
#Maintenance-Mode select.form-300 {width:250px;}
|
383 |
#mmode-caution {width:240px;}
|
384 |
-
SecurityLogTable {position:relative;top:0px;left:0px;margin:0px 0px 30px -3px;}
|
385 |
#SecLogCounter {float:left;width:100%;margin:0px 0px 10px 0px;}
|
386 |
#SecurityLogTurnOffButton {position:relative;bottom:45px;left:0px;}
|
387 |
#SecurityLogTurnOnButton {position:relative;bottom:9px;right:164px;}
|
@@ -391,12 +396,16 @@ SecurityLogTable {position:relative;top:0px;left:0px;margin:0px 0px 30px -3px;}
|
|
391 |
#SecLogPostLimit input.button.bps-button {width:212px;}
|
392 |
.regular-text-320 {width:250px;}
|
393 |
#System-Info-Table {overflow:auto;max-width:768px}
|
394 |
-
#System-Info-Table .bps-table_title {font-size:12px;
|
395 |
.form-300 {width:250px;}
|
396 |
.regular-text-275 {width:250px;}
|
397 |
.form-275 {width:250px;}
|
398 |
#bpsPro-Features-Table {overflow:auto;max-width:768px}
|
399 |
div#milestone {height:40px;}
|
|
|
|
|
|
|
|
|
400 |
}
|
401 |
|
402 |
/* Larger mobile phone, tablets and iPads common viewport sizes: 496, *533, *540, *600, 601, 602, 603, 604, 640, 648, *720, 731, 758, *768 */
|
@@ -453,9 +462,13 @@ td.bps-table_cell_help_custom_code pre {width:95%;}
|
|
453 |
.mmode-tinymce {width:100%}
|
454 |
#SecLogCounter {float:left;width:100%;margin:0px 0px 10px 0px;}
|
455 |
#System-Info-Table {overflow:auto;max-width:768px}
|
456 |
-
#System-Info-Table .bps-table_title {font-size:12px;
|
457 |
#bpsProText {float:left;}
|
458 |
div#milestone {height:40px;}
|
|
|
|
|
|
|
|
|
459 |
}
|
460 |
|
461 |
/* tablets, laptops and pcs with smaller viewport sizes: *800, 854, 900, 960, *1024 */
|
@@ -482,9 +495,13 @@ td.bps-table_cell_help_custom_code pre {width:95%;}
|
|
482 |
#DBBcheckall {width:200px;}
|
483 |
.dbb-text-500 {width:340px;}
|
484 |
.mmode-tinymce {width:100%}
|
485 |
-
#System-Info-Table .bps-table_title {font-size:12px;
|
486 |
#bpsProText {float:left;}
|
487 |
div#milestone {height:40px;}
|
|
|
|
|
|
|
|
|
488 |
}
|
489 |
|
490 |
/* laptops and pcs with larger viewports */
|
@@ -504,9 +521,11 @@ td.bps-table_cell_help_custom_code pre {width:95%;}
|
|
504 |
#DBBcheckall {width:200px;}
|
505 |
.dbb-text-500 {width:340px;}
|
506 |
.mmode-tinymce {width:80%}
|
507 |
-
#System-Info-Table .bps-table_title {font-size:12px;
|
508 |
#bpsProText {float:left;}
|
509 |
div#milestone {height:40px;}
|
|
|
|
|
510 |
}
|
511 |
|
512 |
/* pcs with larger viewports */
|
@@ -526,6 +545,8 @@ td.bps-table_cell_help_custom_code pre {width:95%;}
|
|
526 |
#DBBcheckall {width:100%;}
|
527 |
.dbb-text-500 {width:340px;}
|
528 |
#bpsProText {float:left;}
|
|
|
|
|
529 |
}
|
530 |
|
531 |
/* pcs with larger viewports */
|
16 |
.wrap h1, .wrap h2, .subtitle {font-weight:normal;margin:0;}
|
17 |
.wrap h1, .wrap h2 {font-size:23px;font-weight:400;padding:9px 15px 4px 0;line-height:29px;}
|
18 |
/** BPS plugin header, images, AITpro Link, Star Rating and page Titles **/
|
19 |
+
div.promo-text {font-size:14px!important;font-weight:600;margin-bottom:5px}
|
20 |
#bpsHead {position:relative;top:0px;left:0px;}
|
21 |
#bpsHead img {float:left;padding:0px 8px 0px 0px;margin:-70px 0px 0px 0px;}
|
22 |
h2.bps-tab-title {margin-left:220px;}
|
24 |
.bps-star {}
|
25 |
.bps-downloaded {}
|
26 |
.bps-star-link {font-size:13px;font-weight:600;}
|
27 |
+
#AITpro-link {padding:0px 0px 5px 10px;background-color:#f1f1f1;font-size:1.13em;font-weight:600}
|
28 |
/** Displayed Messages|Alerts **/
|
29 |
#message.updated {margin-left:220px;}
|
30 |
#message.updated.fade {margin-left:220px;}
|
101 |
.bps_isl_custom_css_3 {width:369px}
|
102 |
.bps_isl_custom_css_4 {width:498px}
|
103 |
/* System Info Page & Status Page */
|
104 |
+
#System-Info-Table {}
|
105 |
+
#System-Info-Table .bps-table_cell {border-right:1px solid #cdcdcd;border-left:1px solid #cdcdcd;}
|
106 |
+
.bps-system_info_table .bps-table_title {font-size:14px;font-weight:bold;padding:5px 0px 5px 5px;border:1px solid #cdcdcd;}
|
107 |
.bps-system_info_table {}
|
108 |
.bps-status_table {}
|
109 |
.bps-backup_restore_table {}
|
110 |
+
.bps-table_cell_bottom {background-color:#fff;padding:0px 0px 0px 10px;border-right:1px solid #cdcdcd;border-left:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd;}
|
111 |
+
.bps-table_cell_perms_blank {background-color:#fff;vertical-align:text-top;border-right:1px solid #cdcdcd;border-left:1px solid #cdcdcd;}
|
112 |
+
.bps-help_faq_table {padding:0px 0px 10px 0px;margin-top:10px;border-right:1px solid #cdcdcd;border-left:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd;background:#fff}
|
113 |
#SysInfoBorder {border-top:1px solid #999;}
|
114 |
.bps-public-ip {background:#A9F5A0;border:1px solid #addae6;text-align:center;font-weight:900;}
|
115 |
.system-info-text {font-size:13px;}
|
116 |
.sysinfo-label-text {color:#000;}
|
117 |
/* Whats New table */
|
118 |
+
.bps-whats_new_table {padding:0px 0px 0px 0px;border:1px solid #cdcdcd;margin-bottom:5px;margin-top:10px}
|
119 |
/** Setup Wizard **/
|
120 |
#wizard-steps {background-color:#fff;margin-top:10px;padding:10px;border-top:1px solid black;border-right:1px solid black;border-left:1px solid black;}
|
121 |
#wizard-steps h3 {font-size:14px;}
|
131 |
span.arq-tooltip-sw-60 span {display:none;position:absolute;bottom:0;left:0;right:0;}
|
132 |
span.arq-tooltip-sw-60:hover span {width:700px;height:60px;display:block;position:absolute;top:0px;left:20px;right:0;color:#000;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);}
|
133 |
/** Security Log **/
|
134 |
+
#SecLogCounter {float:right;background-color:#dfecf2;border:1px solid #999;padding:5px;margin:0px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);}
|
135 |
+
div#SecLogCounter div.sec-log-counter-text-title {font-weight:600;color:#000;font-size:16px;padding-bottom:5px;border-bottom:2px solid #999;}
|
136 |
+
span.sec-log-counter-text {font-weight:600;font-size:13px;color:#000;}
|
137 |
+
span.sec-log-counter-text-blue {font-weight:600;font-size:13px;color:#2ea2cc;}
|
138 |
+
#SecurityLogTable {position:relative;top:0px;left:0px;margin:15px 0px 15px -3px;}
|
139 |
#SecLogPostLimit {position:relative;top:0px;left:0px;margin:0px 0px 15px 0px;}
|
140 |
/** B-Core & BPS htaccess File Editor **/
|
141 |
+
.core-status-disabled {color:blue;background:#fff;padding:0px 3px 0px 3px;}
|
142 |
+
.core-status-error, .core-status-deactivated {color:#fb0101;background:#fff;padding:0px 3px 0px 3px;}
|
143 |
+
.core-status-activated {color:green;background:#fff;padding:0px 3px 0px 3px;}
|
144 |
#bps-edittabs {width:700px;position:relative;left:0px;top:0px;}
|
145 |
#bps_file_editor {width:690px;}
|
146 |
.bps_file_editor_update {background-color:#dfecf2;border:1px solid #999;padding:5px;-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);}
|
180 |
#bps-container .bps-modal-button:focus {-webkit-box-shadow:inset 0 1px 0 #09cafa, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);box-shadow:inset 0 1px 0 #09cafa, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);}
|
181 |
#bps-container .bps-modal-button:active {background:#037c9a;border-color:#036881;color:white;-webkit-box-shadow:inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);box-shadow:inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);}
|
182 |
/* Messages | message buttons */
|
|
|
183 |
.bps-message-button a {text-decoration:none;}
|
184 |
#message .bps-message-button, #messageinner .bps-message-button {border-color:#bbb;color:#464646;background:#f2f2f2 url(../images/white-grad-active.png) repeat-x scroll left top;color:#fff;font-weight:bold;text-align:center;/* width:100px; *//* text-shadow:rgba(255,255,255,1) 0 1px 0; *//* text-shadow:rgba(0,0,0,0.4) 0 1px 0; */border-width:1px;text-decoration:none;font-size:12px!important;line-height:12px;padding:5px 8px;cursor:pointer;border-width:1px;border-style:solid;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-khtml-box-sizing:content-box;box-sizing:content-box;}
|
185 |
#message .bps-message-button:hover, #messageinner .bps-message-button:hover {color:#000;border-color:#666;text-shadow:rgba(255,255,255,1) 0 1px 0;background:#f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;}
|
195 |
.bps-menu ul li a:active {color:#fff;background-image:url(../images/menu-btn-hover.png);background-repeat:none;}
|
196 |
/** BPS jQuery UI Tabs - page background color **/
|
197 |
.bps-tab-page {}
|
198 |
+
#bps-tabs-1, #bps-tabs-2, #bps-tabs-3, #bps-tabs-4, #bps-tabs-5, #bps-tabs-6, #bps-tabs-7, #bps-tabs-8, #bps-tabs-9, #bps-tabs-10, #bps-tabs-11, #bps-tabs-12, #bps-tabs-13, #bps-tabs-14, #bps-tabs-15, #bps-tabs-16, #bps-tabs-17, #bps-tabs-18, #bps-tabs-19, #bps-tabs-20 {padding:0px 10px 5px 10px;background-color:#f1f1f1;}
|
199 |
/* Links */
|
200 |
.bps-table_cell_help_links a:link {font-size:1.13em;font-weight:600;}
|
201 |
.bps-table_cell_help_links a:active {font-size:1.13em;font-weight:600;}
|
202 |
.bps-table_cell_help_links a:visited {font-size:1.13em;font-weight:600;}
|
203 |
.bps-table_cell_help_links a:hover {font-size:1.13em;font-weight:600;}
|
204 |
/* Table cells */
|
205 |
+
.bps-table_cell {background:#fff;vertical-align:text-top;padding:15px 10px 0px 10px;}
|
206 |
.bps-table_cell_status {font-weight:bold;background:#fff;vertical-align:text-top;padding:10px 0px 10px 10px;border-right:1px solid black;border-left:1px solid black;}
|
207 |
+
.bps-table_title {background-color:#fff;padding:0px 0px 0px 10px;border-bottom:1px solid #cdcdcd;border-top:1px solid #cdcdcd}
|
208 |
+
.bps-table_title h2 {margin-top:-5px}
|
209 |
+
.bps-table_title_no_border {background:#fff;font-size:12px;font-weight:900;padding:5px 0px 5px 5px;}
|
210 |
.bps-table_cell_no_border {background:#fff;vertical-align:text-top;padding:0px 5px 0px 5px;}
|
|
|
|
|
211 |
.bps-perms_table_div {}
|
212 |
.bps-perms_table {}
|
|
|
213 |
.bps-table_cell_perms_bottom {border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;background-image:url(../images/table_title_bg.png);background-repeat: repeat-x;}
|
214 |
.bps-table_cell_file_checks {background-color:#fff;vertical-align:text-top;padding:5px 0px 0px 5px;border-right:1px solid black;border-left:1px solid black;}
|
|
|
|
|
|
|
215 |
#bps_tools_help_table td {}
|
216 |
+
.bps-table_cell_help {background-color:#fff;font-size:1em;padding:15px 10px 0px 10px;}
|
217 |
+
.bps-table_cell_help_links {background-color:#fff;font-size:1em;padding:15px 10px 0px 10px;}
|
218 |
+
.bps-table_cell_help_custom_code {vertical-align:top;background-color:#fff;font-size:1em;padding:15px 10px 0px 10px;}
|
219 |
.bps-table_cell_help_no_left_border {background-color:#fff;font-size:1em;border-right:1px solid black;border-left: none;padding:15px 10px 0px 10px;}
|
220 |
.bps-table_cell_help_no_right_border {background-color:#fff;font-size:1em;border-left:1px solid black;border-right: none;padding:15px 10px 0px 10px;}
|
221 |
.bps-table_cell_help a {font-size:1.13em;font-weight:600;text-decoration:underline;}
|
386 |
.mmode-tinymce {width:100%}
|
387 |
#Maintenance-Mode select.form-300 {width:250px;}
|
388 |
#mmode-caution {width:240px;}
|
389 |
+
#SecurityLogTable {position:relative;top:0px;left:0px;margin:0px 0px 30px -3px;}
|
390 |
#SecLogCounter {float:left;width:100%;margin:0px 0px 10px 0px;}
|
391 |
#SecurityLogTurnOffButton {position:relative;bottom:45px;left:0px;}
|
392 |
#SecurityLogTurnOnButton {position:relative;bottom:9px;right:164px;}
|
396 |
#SecLogPostLimit input.button.bps-button {width:212px;}
|
397 |
.regular-text-320 {width:250px;}
|
398 |
#System-Info-Table {overflow:auto;max-width:768px}
|
399 |
+
#System-Info-Table .bps-table_title {font-size:12px;}
|
400 |
.form-300 {width:250px;}
|
401 |
.regular-text-275 {width:250px;}
|
402 |
.form-275 {width:250px;}
|
403 |
#bpsPro-Features-Table {overflow:auto;max-width:768px}
|
404 |
div#milestone {height:40px;}
|
405 |
+
span.arq-tooltip-sw-20 {float:left;clear:left}
|
406 |
+
span.arq-tooltip-sw-60 {float:left;clear:left}
|
407 |
+
span.arq-tooltip-sw-20:hover span {width:220px;height:100px;}
|
408 |
+
span.arq-tooltip-sw-60:hover span {width:220px;height:200px;}
|
409 |
}
|
410 |
|
411 |
/* Larger mobile phone, tablets and iPads common viewport sizes: 496, *533, *540, *600, 601, 602, 603, 604, 640, 648, *720, 731, 758, *768 */
|
462 |
.mmode-tinymce {width:100%}
|
463 |
#SecLogCounter {float:left;width:100%;margin:0px 0px 10px 0px;}
|
464 |
#System-Info-Table {overflow:auto;max-width:768px}
|
465 |
+
#System-Info-Table .bps-table_title {font-size:12px;}
|
466 |
#bpsProText {float:left;}
|
467 |
div#milestone {height:40px;}
|
468 |
+
span.arq-tooltip-sw-20 {float:left;clear:left}
|
469 |
+
span.arq-tooltip-sw-60 {float:left;clear:left}
|
470 |
+
span.arq-tooltip-sw-20:hover span {width:220px;height:100px;}
|
471 |
+
span.arq-tooltip-sw-60:hover span {width:220px;height:200px;}
|
472 |
}
|
473 |
|
474 |
/* tablets, laptops and pcs with smaller viewport sizes: *800, 854, 900, 960, *1024 */
|
495 |
#DBBcheckall {width:200px;}
|
496 |
.dbb-text-500 {width:340px;}
|
497 |
.mmode-tinymce {width:100%}
|
498 |
+
#System-Info-Table .bps-table_title {font-size:12px;}
|
499 |
#bpsProText {float:left;}
|
500 |
div#milestone {height:40px;}
|
501 |
+
span.arq-tooltip-sw-20 {float:left;clear:left}
|
502 |
+
span.arq-tooltip-sw-60 {float:left;clear:left}
|
503 |
+
span.arq-tooltip-sw-20:hover span {width:220px;height:100px;}
|
504 |
+
span.arq-tooltip-sw-60:hover span {width:220px;height:200px;}
|
505 |
}
|
506 |
|
507 |
/* laptops and pcs with larger viewports */
|
521 |
#DBBcheckall {width:200px;}
|
522 |
.dbb-text-500 {width:340px;}
|
523 |
.mmode-tinymce {width:80%}
|
524 |
+
#System-Info-Table .bps-table_title {font-size:12px;}
|
525 |
#bpsProText {float:left;}
|
526 |
div#milestone {height:40px;}
|
527 |
+
span.arq-tooltip-sw-20:hover span {width:250px;height:90px;}
|
528 |
+
span.arq-tooltip-sw-60:hover span {width:250px;height:180px;}
|
529 |
}
|
530 |
|
531 |
/* pcs with larger viewports */
|
545 |
#DBBcheckall {width:100%;}
|
546 |
.dbb-text-500 {width:340px;}
|
547 |
#bpsProText {float:left;}
|
548 |
+
span.arq-tooltip-sw-20:hover span {width:450px;height:50px;}
|
549 |
+
span.arq-tooltip-sw-60:hover span {width:450px;height:90px;}
|
550 |
}
|
551 |
|
552 |
/* pcs with larger viewports */
|
admin/css/bps-grey-ui-theme.css
CHANGED
@@ -14,6 +14,7 @@ h1 {font-size:2em;margin:.67em 0;}
|
|
14 |
.wrap h1, .wrap h2, .subtitle {font-weight:normal;margin:0;}
|
15 |
.wrap h1, .wrap h2 {font-size:23px;font-weight:400;padding:9px 15px 4px 0;line-height:29px;}
|
16 |
/** BPS plugin header, images, AITpro Link, Star Rating and page Titles **/
|
|
|
17 |
#bpsHead {position:relative;top:0px;left:0px;}
|
18 |
#bpsHead img {float:left;padding:0px 8px 0px 0px;margin:-70px 0px 0px 0px;}
|
19 |
h2.bps-tab-title {margin-left:220px;}
|
@@ -21,7 +22,7 @@ h2.bps-tab-title {margin-left:220px;}
|
|
21 |
.bps-star {}
|
22 |
.bps-downloaded {}
|
23 |
.bps-star-link {font-size:13px;font-weight:600;}
|
24 |
-
#AITpro-link {padding:5px 0px 0px 10px;background-color:#f1f1f1;}
|
25 |
/** Displayed Messages|Alerts **/
|
26 |
#message.updated {margin-left:220px;}
|
27 |
#message.updated.fade {margin-left:220px;}
|
@@ -31,34 +32,34 @@ h2.bps-tab-title {margin-left:220px;}
|
|
31 |
#bps-container td label i {font-size:13px;font-weight:normal;}
|
32 |
label {font-size:1em;font-weight:bold;vertical-align:bottom;}
|
33 |
#bps-container .log-date {width:200px;padding-left:4px;font-size:13px;font-weight:bold;border:none;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:none;transition:none;}
|
34 |
-
#bps-container select {background:#fff;}
|
35 |
-
.regular-text-wide {width:100
|
36 |
-
.regular-text-short {width:32
|
37 |
-
.regular-text-really-short {width:20
|
38 |
-
.regular-text-medium {width:42
|
39 |
-
.regular-text-label {width:100%;}
|
40 |
-
.regular-text-save-path {width:80
|
41 |
-
.regular-text-50-fixed {width:50px;}
|
42 |
-
.regular-text-short-fixed {width:175px;}
|
43 |
-
.regular-text-long-fixed {width:275px;}
|
44 |
-
.form-80 {width:80px;}
|
45 |
-
.form-300 {width:300px;}
|
46 |
-
.form-340 {width:340px;}
|
47 |
-
.form-255 {width:255px;}
|
48 |
-
.form-250 {width:250px;}
|
49 |
-
.form-275 {width:275px;}
|
50 |
-
.form-220 {width:220px;}
|
51 |
-
.regular-text-250 {width:250px;}
|
52 |
-
.regular-text-200 {width:200px;}
|
53 |
-
.regular-text-275 {width:275px;}
|
54 |
-
.regular-text-340 {width:340px;}
|
55 |
-
.regular-text-320 {width:320px;}
|
56 |
-
.regular-text-450 {width:450px;}
|
57 |
-
.regular-text-500 {width:500px;}
|
58 |
-
div#Roles-scroller {max-height:100px;max-width:250px;overflow:auto;margin:0px;}
|
59 |
/* Form text areas | text input */
|
60 |
-
#bps-container input[type=text] {background-color:#f4f9ff;font-size:12px;}
|
61 |
-
#bps-container textarea {background-color:#f4f9ff;resize:both;}
|
62 |
#bps-container .bps-text-area-600x700 {font-family:"Courier New", Courier, monospace;font-size:12px;font-weight:normal;height:600px;width:700px;overflow:auto;}
|
63 |
#bps-container .bps-edittabs-class .bps-text-area-600x700 {font-family:"Courier New", Courier, monospace;font-size:12px;height:600px;width:700px;overflow:auto;}
|
64 |
#bps-container .bps-text-area-custom-code {font-family:"Courier New", Courier, monospace;font-size:12px;font-weight:normal;height:220px;width:580px;overflow:auto;}
|
@@ -68,7 +69,7 @@ div#Roles-scroller {max-height:100px;max-width:250px;overflow:auto;margin:0px;}
|
|
68 |
#bps-container .widefat thead tr {background:#acacac;}
|
69 |
#bps-container .widefat th {color:#000;}
|
70 |
#bps-container .widefat tbody tr {background:#cecece;}
|
71 |
-
#bps-container .widefat td {color:#000;border-bottom:1px solid #999;}
|
72 |
/** BPS Pro Features **/
|
73 |
#bpsProLogo {position:relative;top:0px;left:0px;}
|
74 |
#bpsProLogo img {float:left;margin-right:15px;width:320px;-moz-box-shadow:4px 4px 4px #888888;-webkit-box-shadow:4px 4px 4px #888888;box-shadow:4px 4px 4px #888888;}
|
@@ -86,7 +87,7 @@ div#bpsProFeatures img {max-width:100%;-moz-box-shadow:4px 4px 4px #888888;-webk
|
|
86 |
p.blue-bold {color:#000;font-weight:bold;}
|
87 |
span.blue-bold {color:#000;font-weight:bold;font-size:16px;}
|
88 |
#bps-tabs-11 div#bpsProFeatures p {font-weight:normal}
|
89 |
-
div#milestone {font-weight:bold;height:20px;background-color:#
|
90 |
/** Login Security **/
|
91 |
#EmailOptionsLSM {margin:15px 0px 15px 0px}
|
92 |
#LoginSecurityOptions {width:340px;}
|
@@ -108,16 +109,17 @@ div#milestone {font-weight:bold;height:20px;background-color:#CCC;border:1px sol
|
|
108 |
.bps-system_info_table {}
|
109 |
.bps-status_table {}
|
110 |
.bps-backup_restore_table {}
|
|
|
111 |
#SysInfoBorder {border-top:1px solid #999;}
|
112 |
-
.bps-help_faq_table {padding:0px 0px
|
113 |
.bps-public-ip {background:#A9F5A0;border:1px solid #addae6;text-align:center;font-weight:900;}
|
114 |
-
.system-info-text {font-size:13px;}
|
115 |
-
.sysinfo-label-text {color:#000;}
|
116 |
/** Whats New page **/
|
117 |
-
.bps-whats_new_table {padding:
|
118 |
-
.bps-table_cell_no_border {font-size:13px;background:#
|
119 |
.bps-table_cell_no_border h2, .bps-table_cell_no_border h3 {color:#000;}
|
120 |
-
.bps-
|
121 |
/** Setup Wizard page **/
|
122 |
#wizard-steps {background-color:#fff;margin-top:10px;padding:10px;border-top:1px solid black;border-right:1px solid black;border-left:1px solid black;}
|
123 |
#wizard-steps h3 {font-size:14px;}
|
@@ -135,14 +137,20 @@ span.arq-tooltip-sw-60 img:hover {z-index:10;}
|
|
135 |
span.arq-tooltip-sw-60 span {display:none;position:absolute;bottom:0;left:0;right:0;}
|
136 |
span.arq-tooltip-sw-60:hover span {width:700px;height:60px;display:block;position:absolute;top:0px;left:20px;right:0;color:#000;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);}
|
137 |
/** Security Log **/
|
138 |
-
|
139 |
-
#SecLogCounter {
|
|
|
|
|
|
|
140 |
#SecLogPostLimit {position:relative;top:0px;left:0px;margin:0px 0px 15px 0px;}
|
141 |
/** B-Core & BPS htaccess File Editor **/
|
|
|
|
|
|
|
142 |
#bps-edittabs {width:700px;position:relative;left:0px;top:0px;border:1px solid #888;}
|
143 |
#bps-edittabs ul li a {}
|
144 |
#bps_file_editor {width:690px;}
|
145 |
-
.bps_file_editor_update {background-color:#
|
146 |
.autolock_status {padding:4px 4px 5px 4px;line-height:28px;white-space:nowrap;margin:0px 0px 0px 5px;width:25px;color:#2ea2cc;border:1px solid #999;background-color:#222;text-align:center;}
|
147 |
/** Custom Code **/
|
148 |
#ResetDismissNotices {}
|
@@ -162,7 +170,7 @@ label[for=mmode], label[for=mmode-email] {font-size:1em;}
|
|
162 |
/** DB Backup **/
|
163 |
#DBBJobscheckall {margin:0px;}
|
164 |
#DBBFilescheckall {max-height:270px;overflow:auto;margin:0px;border-bottom:1px solid #999;}
|
165 |
-
#DBBcheckall {margin:0px 30px 10px 0px;float:left;overflow:auto;width:400px;max-height:
|
166 |
.bps-dbb-small-text {font-size:12px;}
|
167 |
.dbb-text-500 {width:500px;margin:0px 0px 10px 0px;}
|
168 |
.table-prefix-changer {width:215px;}
|
@@ -182,7 +190,7 @@ label[for=mmode], label[for=mmode-email] {font-size:1em;}
|
|
182 |
#message .bps-message-button:hover, #messageinner .bps-message-button:hover {color:#000;border-color:#666;background:#f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;}
|
183 |
#message .bps-message-button:active, #messageinner .bps-message-button:active {background:#eee url(../images/white-grad-active.png) repeat-x scroll left top;}
|
184 |
#messageinner {}
|
185 |
-
.updatedinner {width:690px;padding:2px 2px 2px 4px;margin:0px 0px 10px 0px;background-color:#
|
186 |
/** BPS jQuery UI Tabs - page background color **/
|
187 |
.bps-tab-page {}
|
188 |
#bps-tabs-1, #bps-tabs-2, #bps-tabs-3, #bps-tabs-4, #bps-tabs-5, #bps-tabs-6, #bps-tabs-7, #bps-tabs-8, #bps-tabs-9, #bps-tabs-10, #bps-tabs-11, #bps-tabs-12, #bps-tabs-13, #bps-tabs-14, #bps-tabs-15, #bps-tabs-16, #bps-tabs-17, #bps-tabs-18, #bps-tabs-19, #bps-tabs-20 {border:1px solid #999999;padding:0px 10px 5px 10px;background:#eeeeee;}
|
@@ -192,17 +200,19 @@ label[for=mmode], label[for=mmode-email] {font-size:1em;}
|
|
192 |
.bps-table_cell_help_links a:visited {font-size:1em;text-decoration:underline;font-weight:900;}
|
193 |
.bps-table_cell_help_links a:hover {font-size:1em;color:#2ea2cc;text-decoration:none;}
|
194 |
/* Table cells */
|
195 |
-
.bps-table_cell {background:#
|
196 |
.bps-table_cell_status {font-size:12px;font-weight:bold;background:#fff;vertical-align:text-top;padding:10px 0px 10px 10px;border-right:1px solid black;border-left:1px solid black;}
|
197 |
-
.bps-table_title {color:#000;font-size:1em;font-weight:bold;padding:5px 0px 5px 5px;background-color:#
|
198 |
-
.bps-
|
|
|
|
|
199 |
.bps-table_cell_help h3, .bps-table_cell h3, .bps-table_cell_help h2 {}
|
200 |
.bps-table_cell_help h3, .bps-table_cell h3 {font-size:1.13em;}
|
201 |
-
.bps-table_cell_help_links {background:#
|
202 |
.bps-table_cell_help form select {font-size:1em;}
|
203 |
.bps-table_cell_help form[name=bpsIniSet] select {font-size:.88em;}
|
204 |
.bps-table_cell_help form[name=bpsAutoRestore] select, .bps-table_cell_help form[name=ARQ-Add-Remove] select, .bps-table_cell_help form[name=ARQ-Exclude] select {font-size:1em;}
|
205 |
-
.bps-table_cell_help_custom_code {background:#
|
206 |
.bps-table_cell_help_no_left_border {background-color:#fff;font-size:1em;border-right:1px solid black;border-left:none;padding:15px 10px 0px 10px;}
|
207 |
.bps-table_cell_help_no_right_border {background-color:#fff;font-size:1em;border-left:1px solid black;border-right:none;padding:15px 10px 0px 10px;}
|
208 |
.bps-table_cell_help a {font-size:1em;font-weight:700;text-decoration:underline;}
|
@@ -211,18 +221,13 @@ label[for=mmode], label[for=mmode-email] {font-size:1em;}
|
|
211 |
.bps_pro_activate_text_field {font-size:1em;font-style:italic;font-weight:700;padding:5px 0px 0px 5px;}
|
212 |
.bps-table_cell_activation_details {vertical-align:text-top;padding:0px 0px 0px 5px;border-right:1px solid black;border-left:1px solid black;}
|
213 |
.bps_pro_modules_info {background-color:#fff;vertical-align:text-top;padding:5px 0px 5px 5px;}
|
214 |
-
.bps-table_title_SS {color:#000;font-size:1em;font-weight:900;padding:0px 0px 5px 5px;background-color:#dadada;background-position:left middle;border-right:1px solid black;border-left:1px solid black;border-top:1px solid black;border-bottom:1px solid grey;}
|
215 |
.bps-table_title_no_border {color:#000;font-size:1em;font-weight:900;padding:5px 0px 5px 5px;background-color:#dadada;background-position:left middle;}
|
216 |
-
.bps-table_cell_bottom {background-color:#
|
217 |
-
.bps-table_cell_bottom_no_border {padding:0px 0px 0px 5px;background-color:#dadada;background-position:left middle;}
|
218 |
.bps-perms_table_div {}
|
219 |
.bps-perms_table {}
|
220 |
.bps-table_cell_perms_blank {font-size:12px;background-color:transparent;vertical-align:text-top;border-right:1px solid black;border-left:1px solid black;}
|
221 |
.bps-table_cell_perms_bottom {border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;}
|
222 |
.bps-table_cell_file_checks {font-size:.88em;background-color:#fff;vertical-align:text-top;padding:5px 0px 0px 5px;border-right:1px solid black;border-left:1px solid black;}
|
223 |
-
.bps-file_checks_bottom_table {width:101%;/* must be % */margin-left:-5px;padding:0px 0px 0px 0px;}
|
224 |
-
.bps-file_checks_bottom_table_special {width:100%;/* must be % */margin-left:0px;padding:0px 0px 0px 0px;}
|
225 |
-
.bps-file_checks_bottom_bps-table_cell {border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;}
|
226 |
#bps_tools_help_table td {}
|
227 |
/** BPS jQuery UI Tab Menus **/
|
228 |
.bps-menu {font-size:1.13em;font-weight:bold;background-position:left middle;}
|
@@ -409,12 +414,16 @@ input.regular-text-450 {max-width:250px;}
|
|
409 |
#SecLogPostLimit input.button.bps-button {width:212px;}
|
410 |
.regular-text-320 {width:250px;}
|
411 |
#System-Info-Table {overflow:auto;max-width:768px}
|
412 |
-
#System-Info-Table .bps-table_title {
|
413 |
.form-300 {width:250px;}
|
414 |
.regular-text-275 {width:250px;}
|
415 |
.form-275 {width:250px;}
|
416 |
#bpsPro-Features-Table {overflow:auto;max-width:768px}
|
417 |
div#milestone {height:40px;}
|
|
|
|
|
|
|
|
|
418 |
}
|
419 |
|
420 |
/* Larger mobile phone, tablets and iPads common viewport sizes: 496, *533, *540, *600, 601, 602, 603, 604, 640, 648, *720, 731, 758, *768 */
|
@@ -471,9 +480,13 @@ table.bps-help_faq_table {width:100%;}
|
|
471 |
.mmode-tinymce {width:100%}
|
472 |
#SecLogCounter {float:left;width:100%;margin:0px 0px 10px 0px;}
|
473 |
#System-Info-Table {overflow:auto;max-width:768px}
|
474 |
-
#System-Info-Table .bps-table_title {
|
475 |
#bpsProText {float:left;}
|
476 |
div#milestone {height:40px;}
|
|
|
|
|
|
|
|
|
477 |
}
|
478 |
|
479 |
/* tablets, laptops and pcs with smaller viewport sizes: *800, 854, 900, 960, *1024 */
|
@@ -502,9 +515,13 @@ table.bps-help_faq_table {width:100%;}
|
|
502 |
.bps-table_cell_help_dbm_40 {width:50%;}
|
503 |
.bps-table_cell_help_dbm_60 {width:50%;}
|
504 |
.mmode-tinymce {width:100%}
|
505 |
-
#System-Info-Table .bps-table_title {font-size:12px;
|
506 |
#bpsProText {float:left;}
|
507 |
div#milestone {height:40px;}
|
|
|
|
|
|
|
|
|
508 |
}
|
509 |
|
510 |
/* laptops and pcs with larger viewports */
|
@@ -523,9 +540,11 @@ table.bps-help_faq_table {width:100%;}
|
|
523 |
#DBBcheckall {width:200px;}
|
524 |
.dbb-text-500 {width:340px;}
|
525 |
.mmode-tinymce {width:80%}
|
526 |
-
#System-Info-Table .bps-table_title {font-size:12px;
|
527 |
#bpsProText {float:left;}
|
528 |
div#milestone {height:40px;}
|
|
|
|
|
529 |
}
|
530 |
|
531 |
/* pcs with larger viewports */
|
@@ -545,6 +564,8 @@ table.bps-help_faq_table {width:100%;}
|
|
545 |
#DBBcheckall {width:100%;}
|
546 |
.dbb-text-500 {width:340px;}
|
547 |
#bpsProText {float:left;}
|
|
|
|
|
548 |
}
|
549 |
|
550 |
/* pcs with larger viewports */
|
14 |
.wrap h1, .wrap h2, .subtitle {font-weight:normal;margin:0;}
|
15 |
.wrap h1, .wrap h2 {font-size:23px;font-weight:400;padding:9px 15px 4px 0;line-height:29px;}
|
16 |
/** BPS plugin header, images, AITpro Link, Star Rating and page Titles **/
|
17 |
+
div.promo-text {font-size:14px!important;font-weight:600;margin-bottom:5px}
|
18 |
#bpsHead {position:relative;top:0px;left:0px;}
|
19 |
#bpsHead img {float:left;padding:0px 8px 0px 0px;margin:-70px 0px 0px 0px;}
|
20 |
h2.bps-tab-title {margin-left:220px;}
|
22 |
.bps-star {}
|
23 |
.bps-downloaded {}
|
24 |
.bps-star-link {font-size:13px;font-weight:600;}
|
25 |
+
#AITpro-link {padding:5px 0px 0px 10px;background-color:#f1f1f1;font-weight:600}
|
26 |
/** Displayed Messages|Alerts **/
|
27 |
#message.updated {margin-left:220px;}
|
28 |
#message.updated.fade {margin-left:220px;}
|
32 |
#bps-container td label i {font-size:13px;font-weight:normal;}
|
33 |
label {font-size:1em;font-weight:bold;vertical-align:bottom;}
|
34 |
#bps-container .log-date {width:200px;padding-left:4px;font-size:13px;font-weight:bold;border:none;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:none;transition:none;}
|
35 |
+
#bps-container select {background:#fff;font-weight:normal}
|
36 |
+
.regular-text-wide {width:100%;font-weight:normal}
|
37 |
+
.regular-text-short {width:32%;font-weight:normal}
|
38 |
+
.regular-text-really-short {width:20%;font-weight:normal}
|
39 |
+
.regular-text-medium {width:42%;font-weight:normal}
|
40 |
+
.regular-text-label {width:100%;font-weight:normal}
|
41 |
+
.regular-text-save-path {width:80%;font-weight:normal}
|
42 |
+
.regular-text-50-fixed {width:50px;font-weight:normal}
|
43 |
+
.regular-text-short-fixed {width:175px;font-weight:normal}
|
44 |
+
.regular-text-long-fixed {width:275px;font-weight:normal}
|
45 |
+
.form-80 {width:80px;font-weight:normal}
|
46 |
+
.form-300 {width:300px;font-weight:normal}
|
47 |
+
.form-340 {width:340px;font-weight:normal}
|
48 |
+
.form-255 {width:255px;font-weight:normal}
|
49 |
+
.form-250 {width:250px;font-weight:normal}
|
50 |
+
.form-275 {width:275px;font-weight:normal}
|
51 |
+
.form-220 {width:220px;font-weight:normal}
|
52 |
+
.regular-text-250 {width:250px;font-weight:normal}
|
53 |
+
.regular-text-200 {width:200px;font-weight:normal}
|
54 |
+
.regular-text-275 {width:275px;font-weight:normal}
|
55 |
+
.regular-text-340 {width:340px;font-weight:normal}
|
56 |
+
.regular-text-320 {width:320px;font-weight:normal}
|
57 |
+
.regular-text-450 {width:450px;font-weight:normal}
|
58 |
+
.regular-text-500 {width:500px;font-weight:normal}
|
59 |
+
div#Roles-scroller {max-height:100px;max-width:250px;overflow:auto;margin:0px;background-color:#f7f7f7;}
|
60 |
/* Form text areas | text input */
|
61 |
+
#bps-container input[type=text] {background-color:#f4f9ff;font-size:12px;font-weight:normal}
|
62 |
+
#bps-container textarea {background-color:#f4f9ff;resize:both;font-weight:normal}
|
63 |
#bps-container .bps-text-area-600x700 {font-family:"Courier New", Courier, monospace;font-size:12px;font-weight:normal;height:600px;width:700px;overflow:auto;}
|
64 |
#bps-container .bps-edittabs-class .bps-text-area-600x700 {font-family:"Courier New", Courier, monospace;font-size:12px;height:600px;width:700px;overflow:auto;}
|
65 |
#bps-container .bps-text-area-custom-code {font-family:"Courier New", Courier, monospace;font-size:12px;font-weight:normal;height:220px;width:580px;overflow:auto;}
|
69 |
#bps-container .widefat thead tr {background:#acacac;}
|
70 |
#bps-container .widefat th {color:#000;}
|
71 |
#bps-container .widefat tbody tr {background:#cecece;}
|
72 |
+
#bps-container .widefat td {color:#000;border-bottom:1px solid #999;font-weight:normal}
|
73 |
/** BPS Pro Features **/
|
74 |
#bpsProLogo {position:relative;top:0px;left:0px;}
|
75 |
#bpsProLogo img {float:left;margin-right:15px;width:320px;-moz-box-shadow:4px 4px 4px #888888;-webkit-box-shadow:4px 4px 4px #888888;box-shadow:4px 4px 4px #888888;}
|
87 |
p.blue-bold {color:#000;font-weight:bold;}
|
88 |
span.blue-bold {color:#000;font-weight:bold;font-size:16px;}
|
89 |
#bps-tabs-11 div#bpsProFeatures p {font-weight:normal}
|
90 |
+
div#milestone {font-weight:bold;height:20px;background-color:#e2e2e2;border:1px solid #999;padding:3px 0px 0px 5px;margin-bottom:2px;}
|
91 |
/** Login Security **/
|
92 |
#EmailOptionsLSM {margin:15px 0px 15px 0px}
|
93 |
#LoginSecurityOptions {width:340px;}
|
109 |
.bps-system_info_table {}
|
110 |
.bps-status_table {}
|
111 |
.bps-backup_restore_table {}
|
112 |
+
.bps-system_info_table .bps-table_title {color:#000}
|
113 |
#SysInfoBorder {border-top:1px solid #999;}
|
114 |
+
.bps-help_faq_table {padding:10px 0px 0px 0px;margin-bottom:5px;border-bottom:1px solid grey;}
|
115 |
.bps-public-ip {background:#A9F5A0;border:1px solid #addae6;text-align:center;font-weight:900;}
|
116 |
+
.system-info-text {font-size:13px;font-weight:normal}
|
117 |
+
.sysinfo-label-text {color:#000;font-weight:600}
|
118 |
/** Whats New page **/
|
119 |
+
.bps-whats_new_table {padding:10px 0px 5px 0px;}
|
120 |
+
.bps-table_cell_no_border {font-size:13px;font-weight:normal;background:#c8c8c8;vertical-align:text-top;padding:0px 5px 0px 5px;}
|
121 |
.bps-table_cell_no_border h2, .bps-table_cell_no_border h3 {color:#000;}
|
122 |
+
.bps-table_title_no_border {color:#000;font-size:1em;font-weight:900;padding:5px 0px 5px 5px;background-color:#e2e2e2;background-position:left middle;border-bottom:1px solid #fff;}
|
123 |
/** Setup Wizard page **/
|
124 |
#wizard-steps {background-color:#fff;margin-top:10px;padding:10px;border-top:1px solid black;border-right:1px solid black;border-left:1px solid black;}
|
125 |
#wizard-steps h3 {font-size:14px;}
|
137 |
span.arq-tooltip-sw-60 span {display:none;position:absolute;bottom:0;left:0;right:0;}
|
138 |
span.arq-tooltip-sw-60:hover span {width:700px;height:60px;display:block;position:absolute;top:0px;left:20px;right:0;color:#000;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);}
|
139 |
/** Security Log **/
|
140 |
+
#SecLogCounter {float:right;background-color:#f7f7f7;border:1px solid #999;padding:5px;margin:0px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);}
|
141 |
+
div#SecLogCounter div.sec-log-counter-text-title {font-weight:600;color:#000;font-size:16px;padding-bottom:5px;border-bottom:2px solid #999;}
|
142 |
+
span.sec-log-counter-text {font-weight:600;font-size:13px;color:#000;}
|
143 |
+
span.sec-log-counter-text-blue {font-weight:600;font-size:13px;color:#2ea2cc;}
|
144 |
+
#SecurityLogTable {position:relative;top:0px;left:0px;margin:15px 0px 15px -3px;}
|
145 |
#SecLogPostLimit {position:relative;top:0px;left:0px;margin:0px 0px 15px 0px;}
|
146 |
/** B-Core & BPS htaccess File Editor **/
|
147 |
+
.core-status-disabled {color:#00a0d2;background:#f7f7f7;padding:0px 5px 2px 5px;border:1px solid #999}
|
148 |
+
.core-status-error, .core-status-deactivated {color:#fb0101;background:#f7f7f7;padding:0px 5px 2px 5px;border:1px solid #999}
|
149 |
+
.core-status-activated {color:green;background:#f7f7f7;padding:0px 5px 2px 5px;border:1px solid #999}
|
150 |
#bps-edittabs {width:700px;position:relative;left:0px;top:0px;border:1px solid #888;}
|
151 |
#bps-edittabs ul li a {}
|
152 |
#bps_file_editor {width:690px;}
|
153 |
+
.bps_file_editor_update {background-color:#f7f7f7;border:1px solid #999;padding:5px;-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);}
|
154 |
.autolock_status {padding:4px 4px 5px 4px;line-height:28px;white-space:nowrap;margin:0px 0px 0px 5px;width:25px;color:#2ea2cc;border:1px solid #999;background-color:#222;text-align:center;}
|
155 |
/** Custom Code **/
|
156 |
#ResetDismissNotices {}
|
170 |
/** DB Backup **/
|
171 |
#DBBJobscheckall {margin:0px;}
|
172 |
#DBBFilescheckall {max-height:270px;overflow:auto;margin:0px;border-bottom:1px solid #999;}
|
173 |
+
#DBBcheckall {margin:0px 30px 10px 0px;float:left;overflow:auto;width:400px;max-height:600px;border:1px solid black;}
|
174 |
.bps-dbb-small-text {font-size:12px;}
|
175 |
.dbb-text-500 {width:500px;margin:0px 0px 10px 0px;}
|
176 |
.table-prefix-changer {width:215px;}
|
190 |
#message .bps-message-button:hover, #messageinner .bps-message-button:hover {color:#000;border-color:#666;background:#f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;}
|
191 |
#message .bps-message-button:active, #messageinner .bps-message-button:active {background:#eee url(../images/white-grad-active.png) repeat-x scroll left top;}
|
192 |
#messageinner {}
|
193 |
+
.updatedinner {width:690px;padding:2px 2px 2px 4px;margin:0px 0px 10px 0px;background-color:#f7f7f7;-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);}
|
194 |
/** BPS jQuery UI Tabs - page background color **/
|
195 |
.bps-tab-page {}
|
196 |
#bps-tabs-1, #bps-tabs-2, #bps-tabs-3, #bps-tabs-4, #bps-tabs-5, #bps-tabs-6, #bps-tabs-7, #bps-tabs-8, #bps-tabs-9, #bps-tabs-10, #bps-tabs-11, #bps-tabs-12, #bps-tabs-13, #bps-tabs-14, #bps-tabs-15, #bps-tabs-16, #bps-tabs-17, #bps-tabs-18, #bps-tabs-19, #bps-tabs-20 {border:1px solid #999999;padding:0px 10px 5px 10px;background:#eeeeee;}
|
200 |
.bps-table_cell_help_links a:visited {font-size:1em;text-decoration:underline;font-weight:900;}
|
201 |
.bps-table_cell_help_links a:hover {font-size:1em;color:#2ea2cc;text-decoration:none;}
|
202 |
/* Table cells */
|
203 |
+
.bps-table_cell {background:#c8c8c8;vertical-align:text-top;padding:15px 10px 0px 10px;border-right:1px solid black;border-left:1px solid black;}
|
204 |
.bps-table_cell_status {font-size:12px;font-weight:bold;background:#fff;vertical-align:text-top;padding:10px 0px 10px 10px;border-right:1px solid black;border-left:1px solid black;}
|
205 |
+
.bps-table_title {color:#000;font-size:1em;font-weight:bold;padding:5px 0px 5px 5px;background-color:#e2e2e2;background-position:left middle;border-right:1px solid grey;border-left:1px solid grey;border-top:1px solid grey;border-bottom:1px solid #fff;}
|
206 |
+
.bps-table_title h2 {color:#000;margin-top:-7px}
|
207 |
+
/* this is definitely #c8c8c8 */
|
208 |
+
.bps-table_cell_help {background-color:#c8c8c8;border-right:1px solid grey;border-left:1px solid grey;padding:15px 10px 0px 10px;}
|
209 |
.bps-table_cell_help h3, .bps-table_cell h3, .bps-table_cell_help h2 {}
|
210 |
.bps-table_cell_help h3, .bps-table_cell h3 {font-size:1.13em;}
|
211 |
+
.bps-table_cell_help_links {background:#c8c8c8;color:#dfdfdf;border-right:1px solid grey;border-left:1px solid grey;border-bottom:1px solid grey;padding:15px 10px 15px 10px;}
|
212 |
.bps-table_cell_help form select {font-size:1em;}
|
213 |
.bps-table_cell_help form[name=bpsIniSet] select {font-size:.88em;}
|
214 |
.bps-table_cell_help form[name=bpsAutoRestore] select, .bps-table_cell_help form[name=ARQ-Add-Remove] select, .bps-table_cell_help form[name=ARQ-Exclude] select {font-size:1em;}
|
215 |
+
.bps-table_cell_help_custom_code {background:#c8c8c8;vertical-align:top;font-size:12px;;border-right:1px solid black;border-left:1px solid black;padding:15px 10px 0px 10px;}
|
216 |
.bps-table_cell_help_no_left_border {background-color:#fff;font-size:1em;border-right:1px solid black;border-left:none;padding:15px 10px 0px 10px;}
|
217 |
.bps-table_cell_help_no_right_border {background-color:#fff;font-size:1em;border-left:1px solid black;border-right:none;padding:15px 10px 0px 10px;}
|
218 |
.bps-table_cell_help a {font-size:1em;font-weight:700;text-decoration:underline;}
|
221 |
.bps_pro_activate_text_field {font-size:1em;font-style:italic;font-weight:700;padding:5px 0px 0px 5px;}
|
222 |
.bps-table_cell_activation_details {vertical-align:text-top;padding:0px 0px 0px 5px;border-right:1px solid black;border-left:1px solid black;}
|
223 |
.bps_pro_modules_info {background-color:#fff;vertical-align:text-top;padding:5px 0px 5px 5px;}
|
|
|
224 |
.bps-table_title_no_border {color:#000;font-size:1em;font-weight:900;padding:5px 0px 5px 5px;background-color:#dadada;background-position:left middle;}
|
225 |
+
.bps-table_cell_bottom {background-color:#e2e2e2;background-position:left middle;padding:0px 0px 0px 5px;border-top:1px solid grey;border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;}
|
|
|
226 |
.bps-perms_table_div {}
|
227 |
.bps-perms_table {}
|
228 |
.bps-table_cell_perms_blank {font-size:12px;background-color:transparent;vertical-align:text-top;border-right:1px solid black;border-left:1px solid black;}
|
229 |
.bps-table_cell_perms_bottom {border-right:1px solid black;border-left:1px solid black;border-bottom:1px solid black;}
|
230 |
.bps-table_cell_file_checks {font-size:.88em;background-color:#fff;vertical-align:text-top;padding:5px 0px 0px 5px;border-right:1px solid black;border-left:1px solid black;}
|
|
|
|
|
|
|
231 |
#bps_tools_help_table td {}
|
232 |
/** BPS jQuery UI Tab Menus **/
|
233 |
.bps-menu {font-size:1.13em;font-weight:bold;background-position:left middle;}
|
414 |
#SecLogPostLimit input.button.bps-button {width:212px;}
|
415 |
.regular-text-320 {width:250px;}
|
416 |
#System-Info-Table {overflow:auto;max-width:768px}
|
417 |
+
#System-Info-Table .bps-table_title {font-size:12px;}
|
418 |
.form-300 {width:250px;}
|
419 |
.regular-text-275 {width:250px;}
|
420 |
.form-275 {width:250px;}
|
421 |
#bpsPro-Features-Table {overflow:auto;max-width:768px}
|
422 |
div#milestone {height:40px;}
|
423 |
+
span.arq-tooltip-sw-20 {float:left;clear:left}
|
424 |
+
span.arq-tooltip-sw-60 {float:left;clear:left}
|
425 |
+
span.arq-tooltip-sw-20:hover span {width:220px;height:100px;}
|
426 |
+
span.arq-tooltip-sw-60:hover span {width:220px;height:200px;}
|
427 |
}
|
428 |
|
429 |
/* Larger mobile phone, tablets and iPads common viewport sizes: 496, *533, *540, *600, 601, 602, 603, 604, 640, 648, *720, 731, 758, *768 */
|
480 |
.mmode-tinymce {width:100%}
|
481 |
#SecLogCounter {float:left;width:100%;margin:0px 0px 10px 0px;}
|
482 |
#System-Info-Table {overflow:auto;max-width:768px}
|
483 |
+
#System-Info-Table .bps-table_title {font-size:12px;}
|
484 |
#bpsProText {float:left;}
|
485 |
div#milestone {height:40px;}
|
486 |
+
span.arq-tooltip-sw-20 {float:left;clear:left}
|
487 |
+
span.arq-tooltip-sw-60 {float:left;clear:left}
|
488 |
+
span.arq-tooltip-sw-20:hover span {width:220px;height:100px;}
|
489 |
+
span.arq-tooltip-sw-60:hover span {width:220px;height:200px;}
|
490 |
}
|
491 |
|
492 |
/* tablets, laptops and pcs with smaller viewport sizes: *800, 854, 900, 960, *1024 */
|
515 |
.bps-table_cell_help_dbm_40 {width:50%;}
|
516 |
.bps-table_cell_help_dbm_60 {width:50%;}
|
517 |
.mmode-tinymce {width:100%}
|
518 |
+
#System-Info-Table .bps-table_title {font-size:12px;}
|
519 |
#bpsProText {float:left;}
|
520 |
div#milestone {height:40px;}
|
521 |
+
span.arq-tooltip-sw-20 {float:left;clear:left}
|
522 |
+
span.arq-tooltip-sw-60 {float:left;clear:left}
|
523 |
+
span.arq-tooltip-sw-20:hover span {width:220px;height:100px;}
|
524 |
+
span.arq-tooltip-sw-60:hover span {width:220px;height:200px;}
|
525 |
}
|
526 |
|
527 |
/* laptops and pcs with larger viewports */
|
540 |
#DBBcheckall {width:200px;}
|
541 |
.dbb-text-500 {width:340px;}
|
542 |
.mmode-tinymce {width:80%}
|
543 |
+
#System-Info-Table .bps-table_title {font-size:12px;}
|
544 |
#bpsProText {float:left;}
|
545 |
div#milestone {height:40px;}
|
546 |
+
span.arq-tooltip-sw-20:hover span {width:250px;height:90px;}
|
547 |
+
span.arq-tooltip-sw-60:hover span {width:250px;height:180px;}
|
548 |
}
|
549 |
|
550 |
/* pcs with larger viewports */
|
564 |
#DBBcheckall {width:100%;}
|
565 |
.dbb-text-500 {width:340px;}
|
566 |
#bpsProText {float:left;}
|
567 |
+
span.arq-tooltip-sw-20:hover span {width:450px;height:50px;}
|
568 |
+
span.arq-tooltip-sw-60:hover span {width:450px;height:90px;}
|
569 |
}
|
570 |
|
571 |
/* pcs with larger viewports */
|
admin/db-backup-security/db-backup-help-text.php
CHANGED
@@ -6,7 +6,7 @@ if ( !current_user_can('manage_options') ) {
|
|
6 |
}
|
7 |
|
8 |
/** DB Backup **/
|
9 |
-
$bps_modal_content1 = '<strong><font color="blue">'.__('Backup Job settings and other information about backups are logged in the DB backup Log. The sql dump backup file in the DB Backup zip file/archive also contains information about the Backup Job. You can Export your Backup Jobs by doing a backup of only the xx_bpspro_db_backup DB Table, which you can then Import to another website by using phpMyAdmin. Important Note: Your DB Table Prefix name in your sql dump backup file MUST match the DB Table Prefix name for the site you are importing it too. You can manually edit the sql dump file on your computer to change the DB Table Prefix name before importing it to a new site with phpMyAdmin.', 'bulletproof-security').'</font></strong><br><br><strong>'.__('How To Create a Backup Job, Run a Backup Job, Download a Backup File and Delete a Backup File', 'bulletproof-security').'</strong><br><strong>'.__('NOTE: ', 'bulletproof-security').'</strong>'.__('Before creating a Scheduled Backup Job please read the - ', 'bulletproof-security').'<strong>'.__('Scheduled Backup Jobs General Information and Notes', 'bulletproof-security').'</strong>'.__(' help section.', 'bulletproof-security').'<br><br>'.__('1. Click the Create Backup Jobs accordion tab.', 'bulletproof-security').'<br>'.__('2. Enter a Description|Backup Job Name and select the Form option choices that you want.', 'bulletproof-security').'<br>'.__('3. Click the Create Backup Job|Save Settings button to save your Form option choices and create your Backup Job.', 'bulletproof-security').'<br>'.__('4. Click the Backup Jobs - Manual|Scheduled accordion tab, click on the Run checkbox for the Backup Job that you want to run and click the Run Job|Delete Job button.', 'bulletproof-security').'<br>'.__('5. Your Backup files are displayed under the Backup Files - Download|Delete accordion tab.', 'bulletproof-security').'<br>'.__('6. You can Download Backup files to your computer by clicking the Download link for that Backup file.', 'bulletproof-security').'<br>'.__('7. You can delete Backup files by clicking the checkbox for the Backup file that you want to delete and then click the Delete Files button.', 'bulletproof-security').'<br><br><strong>'.__('Backup Jobs - Manual|Scheduled Accordion Tab', 'bulletproof-security').'</strong><br>'.__('- Displays the Description|Job Name, Delete and Run Checkboxes, Job Type, Frequency, Last Backup, Next Backup, Email Backup and Job Created table columns.', 'bulletproof-security').'<br>'.__('- Job Type displays either Manual or Scheduled.', 'bulletproof-security').'<br>'.__('- Frequency displays either Manual, Hourly, Daily, Weekly or Monthly.', 'bulletproof-security').'<br>'.__('- Last Backup displays either Backup Job Created or a timestamp when the last backup job was run.', 'bulletproof-security').'<br>'.__('- Next Backup displays either Manual, Hourly or a combination of user-friendly next job run times: 5PM, Sunday 5PM, 30th 5PM.', 'bulletproof-security').'<br>'.__('- Email Backup displays either Manual, Yes, Yes & Delete, No or Send Email Only.', 'bulletproof-security').'<br>'.__('- Job Created displays the timestamp for when the Backup Job was created.', 'bulletproof-security').'<br><br><strong>'.__('Backup Files - Download|Delete Accordion Tab', 'bulletproof-security').'</strong><br>'.__('- Displays the Backup Filename, Delete Checkbox, Download Links, Backup Folder, Size and Date|Time table columns.', 'bulletproof-security').'<br>'.__('- Backup Filename displays the name of the backup zip file.', 'bulletproof-security').'<br>'.__('- Backup Folder displays the backup folder path.', 'bulletproof-security').'<br>'.__('- Size displays the size of the backup zip file.', 'bulletproof-security').'<br>'.__('- Date|Time displays the date and time that the backup zip file was created.', 'bulletproof-security').'<br><br><strong>'.__('Create Backup Jobs Accordion Tab', 'bulletproof-security').'</strong><br>'.__('- Displays a dynamic DB Table Name checkbox form used to select the database tables that you want to backup.', 'bulletproof-security').'<br>'.__('- Description|Backup Job Name textbox to enter a description for your Backup Job.', 'bulletproof-security').'<br>'.__('- DB Backup Folder Location textbox with a default Obfuscated & Secure BPS Backup Folder location.', 'bulletproof-security').'<br>'.__('- DB Backup File Download Link|URL textbox with a default download URL path.', 'bulletproof-security').'<br>'.__('- Backup Job Type: Manual or Scheduled select dropdown option to choose either a Manual or Scheduled Backup job type.', 'bulletproof-security').'<br>'.__('- Frequency of Scheduled Backup Job (recurring) select dropdown option to choose either N/A, Hourly, Daily, Weekly or Monthly backup job frequency.', 'bulletproof-security').'<br>'.__('- Hour When Scheduled Backup is Run (recurring) select dropdown option to choose a start time for a scheduled backup job: N/A and 12AM through 11PM.', 'bulletproof-security').'<br>'.__('- Day of Week When Scheduled Backup is Run (recurring) select dropdown option to choose a weekday day when a scheduled backup job is run: N/A and Sunday through Monday.', 'bulletproof-security').'<br>'.__('- Day of Month When Scheduled Backup is Run (recurring) select dropdown option to choose a day of the month for a start time when a backup job is run: N/A and 1st through 30th.', 'bulletproof-security').'<br>'.__('- Send Scheduled Backup Zip File Via Email or Just Email Only select dropdown option to choose either to email a zip backup file, do not email backup zip file, email and delete zip backup file or just send an email that backup job has completed/been run. ', 'bulletproof-security').'<strong>'.__('Note: This option is ONLY for Scheduled backup jobs and is NOT for Manual backup jobs.', 'bulletproof-security').'</strong><br>'.__('- Automatically Delete Old Backup Files select dropdown option to choose Never delete old backup files, delete backup files older than 1 day, 5 days, 10 days, 15 days, 30 days, 60 days, 90 days or 180 days. This is an independent option meaning that it can be set/changed/saved independently and is not specific to any created Backup Jobs.', 'bulletproof-security').'<br>'.__('- Turn On|Off All Scheduled Backups (override) select dropdown option to choose either turn on all scheduled backups or turn off all scheduled backups. This an override option that prevent any/all scheduled backup jobs from being run. This is an independent option meaning that it can be set/changed/saved independently and is not specific to any created Backup Jobs.', 'bulletproof-security').'<br><br><strong>'.__('Rename|Create|Reset Tool', 'bulletproof-security').'</strong><br>'.__('If you would like to change/rename the default BPS DB Backup folder name either use the automatically randomly generated new DB Backup folder name or you can edit the new DB Backup folder name in the Rename|Create|Reset DB Backup Folder Name: text box and click the Rename|Create|Reset button. Only use these valid characters: Letters A to Z uppercase or lowercase, Numbers 0-9 and/or a dash "-" or an underscore "_". If you have DB Backup files they will not be affected/changed. The DB Backup File Download Link|URL path will also be changed and have the new DB Backup folder name in the URL path.', 'bulletproof-security').'<br><br>'.__('The Rename|Create|Reset Tool can also be used for troubleshooting problems with the automatic BPS DB Backup folder creation. If the BPS DB Backup folder was not automatically created already then use this tool to try and create a new DB Backup folder. You will see an error message displayed with things to check that could be preventing the DB Backup folder from being successfully created.', 'bulletproof-security').'<br><br><strong>'.__('Scheduled Backup Jobs General Information and Notes', 'bulletproof-security').'</strong><br>'.__('- The Send Scheduled Backup Zip File Via Email or Just Email Only option is ONLY for Scheduled backup jobs and is NOT for Manual backup jobs.', 'bulletproof-security').'<br><br>'.__('- Scheduled Backup Cron Jobs are synchronized to run exactly on the hour: 5:00pm, 6:00pm, 7:00pm. The Backup Cron job actual run times may fluctuate slightly. That is just the normal nature of WordPress Crons. The DB Backup Cron is designed to resynchronize itself to the top of the hour on the hour.', 'bulletproof-security').'<br><br>'.__('- Today is 12AM to 11:59PM. If you want a Daily scheduled backup job to start running for the first time at 12AM tomorrow (which seems like today, but is actually tomorrow) then choose the Day of the Week that is tomorrow. 12AM tomorrow is the start time and the Daily scheduled backup job will continue to be run at 12AM every day after the start time that you choose.', 'bulletproof-security').'<br><br>'.__('- The Create Backup Jobs Form allows for the widest possible combinations of start times for scheduled backup jobs. The start time choices are: Frequency, Hour, Day of Week and Day of Month and have many different possible logical combinations that can be chosen. See this help section before creating any scheduled backup jobs - ', 'bulletproof-security').'<strong>'.__('Best Logical Choices For Start Times When Scheduling Backup Jobs With the Create Backup Jobs Form', 'bulletproof-security').'</strong><br><br>'.__('- You can schedule multiple backup jobs for the same frequency. Example: You can create/schedule a backup job to run Weekly at 8PM on Sunday and can create/schedule a backup job to run Weekly at 10PM on Wednesday. Scheduled backup jobs run based on the time the scheduled backup job is scheduled to run - there are no limitations with scheduling multiple backup jobs.', 'bulletproof-security').'<br><br><strong>'.__('Best Logical Choices For Start Times When Scheduling Backup Jobs With the Create Backup Jobs Form', 'bulletproof-security').'</strong><br>'.__('These are some common logical option choices for Creating/Scheduling Backup Jobs. There are other possible combinations of option settings/start times, but these are intended to be simple examples of common logical option setting choices.', 'bulletproof-security').'<br><br><strong>'.__('Hourly Backup Job', 'bulletproof-security').'</strong><br>'.__('- If you choose Hourly for the Frequency and you do not pick a start Time/Hour when the Backup Job is next run. The next Backup Job will be run at the top of the next hour. Example: If the time now is 4:30PM then the next backup job will be run at 5PM, then 6PM, then 7PM, etc.', 'bulletproof-security').'<br>'.__('- If you choose Hourly for the Frequency and pick a start Time/Hour when the Backup Job is next run. The next Backup Job will be run at the start Time/Hour that you chose. Example: If the time now is 4:30PM and you chose 8PM for the start Time/Hour then the next backup job will be run at 8PM, then 9PM, then 10PM, etc.', 'bulletproof-security').'<br><br><strong>'.__('Daily Backup Job', 'bulletproof-security').'</strong><br>'.__('- If today is Tuesday and you want to schedule a Backup Job to run at 12AM daily/every night. You would choose Daily for the Frequency, start Time/Hour of 12AM (12AM is tomorrow) and Wednesday for the day of the week for the start time when the Backup Job is next run. The next Backup Job will be run at 12AM Wednesday tonight/tomorrow and at 12AM every night/morning.', 'bulletproof-security').'<br><br><strong>'.__('Weekly Backup Job', 'bulletproof-security').'</strong><br>'.__('- If you want to schedule a Backup Job to run Weekly at 12AM every Sunday. You would choose Weekly for the Frequency, start Time/Hour of 12AM and Sunday for the day of the week for the start time when the Backup Job is next run. The next Backup Job will be run at 12AM next Sunday and every Sunday at 12AM.', 'bulletproof-security').'<br><br><strong>'.__('Monthly Backup Job', 'bulletproof-security').'</strong><br>'.__('- If you want to schedule a Backup Job to run Monthly on the 30th of each month at 11PM. You would choose Monthly for the Frequency, start Time/Hour of 11PM and 30th for the day of the month for the start time when the Backup Job is next run. The next Backup Job will be run on the 30th of this month at 11PM and each month on the 30th at 11PM.', 'bulletproof-security').'<br><br><strong>'.__('404 errors when trying to download zip files or if you have changed the DB Backup Folder Location', 'bulletproof-security').'</strong><br>'.__('On some web hosts (Go Daddy) if you have a WordPress subfolder website installation: Example: Main domain is example.com and Subfolder WordPress site is example.com/wordpress-subfolder-website/ then the download link will not work correctly and you will see 404 errors when trying to download zip backup files. Your options are to not change the default backup folder path for your subfolder site and download zip backup files via FTP or you can use/add the backup folder path for your main site instead of the default backup folder path for your subfolder site. You would also change the DB Backup File Download Link|URL to your main site\'s backup folder Link/URL path. What this means is that DB Backups for both your main site and your subfolder site will be saved/stored under your main site\'s backup folder.', 'bulletproof-security').'<br><br>'.__('If you are seeing 404 errors after changing the DB Backup File Download Link|URL and/or the DB Backup Folder Location then make sure that you have entered the correct folder path and also the correct link/URL paths for where your DB backup files are being saved/stored. The DB Backup File Download Link|URL path MUST end with/have a trailing slash. Example: http://www.example.com/wp-content/bps-backup/backups_xxxxxxxxxx/', 'bulletproof-security');
|
10 |
|
11 |
/** DB Backup Log **/
|
12 |
$bps_modal_content2 = '<strong>'.__('This Read Me Help window is draggable (top) and resizable (bottom right corner)', 'bulletproof-security').'</strong><br><br><strong>'.__('DB Backup Log General Information', 'bulletproof-security').'</strong><br>'.__('Your DB Backup Log file is a plain text static file and not a dynamic file or dynamic display to keep your website resource usage at a bare minimum and keep your website performance at a maximum. Log entries are logged in descending order by Date and Time. You can copy, edit and delete this plain text file.', 'bulletproof-security').'<br><br><strong>'.__('NOTE: ', 'bulletproof-security').'</strong>'.__('Email Alerting and Log file options are located in S-Monitor in BPS Pro instead of being on the Login Security page, Security Log & DB Backup Log pages. The Email Alerting & Log File Options Form is identical on the Login Security, Security Log & DB Backup Log pages in BPS free. You can change and save your email alerting and log file options on any of these pages.', 'bulletproof-security').'<strong><br><br>'.__('What is Logged in The DB Backup Log?', 'bulletproof-security').'</strong><br>'.__('Depending on your DB Backup settings, log entries will be logged anytime you run a Manual Backup Job or whenever a Scheduled Cron Backup Job is run. Logs Backup Job Settings, Completion Time, Memory Usage, Zip Backup File Name, Timestamp and other DB Backup information. If you have chosen the option to automatically delete old zip backup files then the zip backup file name and timestamp will be logged when old zip backup files are automatically deleted. When you create a new Backup Job your Backup Job Settings are logged/saved in the DB Backup Log.', 'bulletproof-security').'<strong><br><br>'.__('DB Backup Log File Size', 'bulletproof-security').'</strong><br>'.__('Displays the size of your DB Backup Log file. 500KB is the optimum recommended log file size setting that you should choose for your log file to be automatically zipped, emailed and replaced with a new blank DB Backup Log file.', 'bulletproof-security').'<br><br><strong>'.__('DB Backup Log Last Modified Time', 'bulletproof-security').'</strong><br>'.__('Displays the last time a DB Backup Log entry was logged.', 'bulletproof-security').'<br><br><strong>'.__('Delete Log Button', 'bulletproof-security').'</strong><br>'.__('Clicking the Delete Log button will delete the entire contents of your DB Backup Log File.', 'bulletproof-security');
|
6 |
}
|
7 |
|
8 |
/** DB Backup **/
|
9 |
+
$bps_modal_content1 = '<strong><font color="blue">'.__('Backup Job settings and other information about backups are logged in the DB backup Log. The sql dump backup file in the DB Backup zip file/archive also contains information about the Backup Job. You can Export your Backup Jobs by doing a backup of only the xx_bpspro_db_backup DB Table, which you can then Import to another website by using phpMyAdmin. Important Note: Your DB Table Prefix name in your sql dump backup file MUST match the DB Table Prefix name for the site you are importing it too. You can manually edit the sql dump file on your computer to change the DB Table Prefix name before importing it to a new site with phpMyAdmin.', 'bulletproof-security').'</font></strong><br><br><strong>'.__('DB Backup Job Completion Time Estimates: ', 'bulletproof-security').'</strong>'.__('DB Size before zip: 10MB: 3 Seconds - 100MB: 30 Seconds', 'bulletproof-security').'<br><br><strong>'.__('How To Create a Backup Job, Run a Backup Job, Download a Backup File and Delete a Backup File', 'bulletproof-security').'</strong><br><strong>'.__('NOTE: ', 'bulletproof-security').'</strong>'.__('Before creating a Scheduled Backup Job please read the - ', 'bulletproof-security').'<strong>'.__('Scheduled Backup Jobs General Information and Notes', 'bulletproof-security').'</strong>'.__(' help section.', 'bulletproof-security').'<br><br>'.__('1. Click the Create Backup Jobs accordion tab.', 'bulletproof-security').'<br>'.__('2. Enter a Description|Backup Job Name and select the Form option choices that you want.', 'bulletproof-security').'<br>'.__('3. Click the Create Backup Job|Save Settings button to save your Form option choices and create your Backup Job.', 'bulletproof-security').'<br>'.__('4. Click the Backup Jobs - Manual|Scheduled accordion tab, click on the Run checkbox for the Backup Job that you want to run and click the Run Job|Delete Job button.', 'bulletproof-security').'<br>'.__('5. Your Backup files are displayed under the Backup Files - Download|Delete accordion tab.', 'bulletproof-security').'<br>'.__('6. You can Download Backup files to your computer by clicking the Download link for that Backup file.', 'bulletproof-security').'<br>'.__('7. You can delete Backup files by clicking the checkbox for the Backup file that you want to delete and then click the Delete Files button.', 'bulletproof-security').'<br><br><strong>'.__('Backup Jobs - Manual|Scheduled Accordion Tab', 'bulletproof-security').'</strong><br>'.__('- Displays the Description|Job Name, Delete and Run Checkboxes, Job Type, Frequency, Last Backup, Next Backup, Email Backup and Job Created table columns.', 'bulletproof-security').'<br>'.__('- Job Type displays either Manual or Scheduled.', 'bulletproof-security').'<br>'.__('- Frequency displays either Manual, Hourly, Daily, Weekly or Monthly.', 'bulletproof-security').'<br>'.__('- Last Backup displays either Backup Job Created or a timestamp when the last backup job was run.', 'bulletproof-security').'<br>'.__('- Next Backup displays either Manual, Hourly or a combination of user-friendly next job run times: 5PM, Sunday 5PM, 30th 5PM.', 'bulletproof-security').'<br>'.__('- Email Backup displays either Manual, Yes, Yes & Delete, No or Send Email Only.', 'bulletproof-security').'<br>'.__('- Job Created displays the timestamp for when the Backup Job was created.', 'bulletproof-security').'<br><br><strong>'.__('Backup Files - Download|Delete Accordion Tab', 'bulletproof-security').'</strong><br>'.__('- Displays the Backup Filename, Delete Checkbox, Download Links, Backup Folder, Size and Date|Time table columns.', 'bulletproof-security').'<br>'.__('- Backup Filename displays the name of the backup zip file.', 'bulletproof-security').'<br>'.__('- Backup Folder displays the backup folder path.', 'bulletproof-security').'<br>'.__('- Size displays the size of the backup zip file.', 'bulletproof-security').'<br>'.__('- Date|Time displays the date and time that the backup zip file was created.', 'bulletproof-security').'<br><br><strong>'.__('Create Backup Jobs Accordion Tab', 'bulletproof-security').'</strong><br>'.__('- Displays a dynamic DB Table Name checkbox form used to select the database tables that you want to backup.', 'bulletproof-security').'<br>'.__('- Description|Backup Job Name textbox to enter a description for your Backup Job.', 'bulletproof-security').'<br>'.__('- DB Backup Folder Location textbox with a default Obfuscated & Secure BPS Backup Folder location.', 'bulletproof-security').'<br>'.__('- DB Backup File Download Link|URL textbox with a default download URL path.', 'bulletproof-security').'<br>'.__('- Backup Job Type: Manual or Scheduled select dropdown option to choose either a Manual or Scheduled Backup job type.', 'bulletproof-security').'<br>'.__('- Frequency of Scheduled Backup Job (recurring) select dropdown option to choose either N/A, Hourly, Daily, Weekly or Monthly backup job frequency.', 'bulletproof-security').'<br>'.__('- Hour When Scheduled Backup is Run (recurring) select dropdown option to choose a start time for a scheduled backup job: N/A and 12AM through 11PM.', 'bulletproof-security').'<br>'.__('- Day of Week When Scheduled Backup is Run (recurring) select dropdown option to choose a weekday day when a scheduled backup job is run: N/A and Sunday through Monday.', 'bulletproof-security').'<br>'.__('- Day of Month When Scheduled Backup is Run (recurring) select dropdown option to choose a day of the month for a start time when a backup job is run: N/A and 1st through 30th.', 'bulletproof-security').'<br>'.__('- Send Scheduled Backup Zip File Via Email or Just Email Only select dropdown option to choose either to email a zip backup file, do not email backup zip file, email and delete zip backup file or just send an email that backup job has completed/been run. ', 'bulletproof-security').'<strong>'.__('Note: This option is ONLY for Scheduled backup jobs and is NOT for Manual backup jobs.', 'bulletproof-security').'</strong><br>'.__('- Automatically Delete Old Backup Files select dropdown option to choose Never delete old backup files, delete backup files older than 1 day, 5 days, 10 days, 15 days, 30 days, 60 days, 90 days or 180 days. This is an independent option meaning that it can be set/changed/saved independently and is not specific to any created Backup Jobs.', 'bulletproof-security').'<br>'.__('- Turn On|Off All Scheduled Backups (override) select dropdown option to choose either turn on all scheduled backups or turn off all scheduled backups. This an override option that prevent any/all scheduled backup jobs from being run. This is an independent option meaning that it can be set/changed/saved independently and is not specific to any created Backup Jobs.', 'bulletproof-security').'<br><br><strong>'.__('Rename|Create|Reset Tool', 'bulletproof-security').'</strong><br>'.__('If you would like to change/rename the default BPS DB Backup folder name either use the automatically randomly generated new DB Backup folder name or you can edit the new DB Backup folder name in the Rename|Create|Reset DB Backup Folder Name: text box and click the Rename|Create|Reset button. Only use these valid characters: Letters A to Z uppercase or lowercase, Numbers 0-9 and/or a dash "-" or an underscore "_". If you have DB Backup files they will not be affected/changed. The DB Backup File Download Link|URL path will also be changed and have the new DB Backup folder name in the URL path.', 'bulletproof-security').'<br><br>'.__('The Rename|Create|Reset Tool can also be used for troubleshooting problems with the automatic BPS DB Backup folder creation. If the BPS DB Backup folder was not automatically created already then use this tool to try and create a new DB Backup folder. You will see an error message displayed with things to check that could be preventing the DB Backup folder from being successfully created.', 'bulletproof-security').'<br><br><strong>'.__('Scheduled Backup Jobs General Information and Notes', 'bulletproof-security').'</strong><br>'.__('- The Send Scheduled Backup Zip File Via Email or Just Email Only option is ONLY for Scheduled backup jobs and is NOT for Manual backup jobs.', 'bulletproof-security').'<br><br>'.__('- Scheduled Backup Cron Jobs are synchronized to run exactly on the hour: 5:00pm, 6:00pm, 7:00pm. The Backup Cron job actual run times may fluctuate slightly. That is just the normal nature of WordPress Crons. The DB Backup Cron is designed to resynchronize itself to the top of the hour on the hour.', 'bulletproof-security').'<br><br>'.__('- Today is 12AM to 11:59PM. If you want a Daily scheduled backup job to start running for the first time at 12AM tomorrow (which seems like today, but is actually tomorrow) then choose the Day of the Week that is tomorrow. 12AM tomorrow is the start time and the Daily scheduled backup job will continue to be run at 12AM every day after the start time that you choose.', 'bulletproof-security').'<br><br>'.__('- The Create Backup Jobs Form allows for the widest possible combinations of start times for scheduled backup jobs. The start time choices are: Frequency, Hour, Day of Week and Day of Month and have many different possible logical combinations that can be chosen. See this help section before creating any scheduled backup jobs - ', 'bulletproof-security').'<strong>'.__('Best Logical Choices For Start Times When Scheduling Backup Jobs With the Create Backup Jobs Form', 'bulletproof-security').'</strong><br><br>'.__('- You can schedule multiple backup jobs for the same frequency. Example: You can create/schedule a backup job to run Weekly at 8PM on Sunday and can create/schedule a backup job to run Weekly at 10PM on Wednesday. Scheduled backup jobs run based on the time the scheduled backup job is scheduled to run - there are no limitations with scheduling multiple backup jobs.', 'bulletproof-security').'<br><br><strong>'.__('Best Logical Choices For Start Times When Scheduling Backup Jobs With the Create Backup Jobs Form', 'bulletproof-security').'</strong><br>'.__('These are some common logical option choices for Creating/Scheduling Backup Jobs. There are other possible combinations of option settings/start times, but these are intended to be simple examples of common logical option setting choices.', 'bulletproof-security').'<br><br><strong>'.__('Hourly Backup Job', 'bulletproof-security').'</strong><br>'.__('- If you choose Hourly for the Frequency and you do not pick a start Time/Hour when the Backup Job is next run. The next Backup Job will be run at the top of the next hour. Example: If the time now is 4:30PM then the next backup job will be run at 5PM, then 6PM, then 7PM, etc.', 'bulletproof-security').'<br>'.__('- If you choose Hourly for the Frequency and pick a start Time/Hour when the Backup Job is next run. The next Backup Job will be run at the start Time/Hour that you chose. Example: If the time now is 4:30PM and you chose 8PM for the start Time/Hour then the next backup job will be run at 8PM, then 9PM, then 10PM, etc.', 'bulletproof-security').'<br><br><strong>'.__('Daily Backup Job', 'bulletproof-security').'</strong><br>'.__('- If today is Tuesday and you want to schedule a Backup Job to run at 12AM daily/every night. You would choose Daily for the Frequency, start Time/Hour of 12AM (12AM is tomorrow) and Wednesday for the day of the week for the start time when the Backup Job is next run. The next Backup Job will be run at 12AM Wednesday tonight/tomorrow and at 12AM every night/morning.', 'bulletproof-security').'<br><br><strong>'.__('Weekly Backup Job', 'bulletproof-security').'</strong><br>'.__('- If you want to schedule a Backup Job to run Weekly at 12AM every Sunday. You would choose Weekly for the Frequency, start Time/Hour of 12AM and Sunday for the day of the week for the start time when the Backup Job is next run. The next Backup Job will be run at 12AM next Sunday and every Sunday at 12AM.', 'bulletproof-security').'<br><br><strong>'.__('Monthly Backup Job', 'bulletproof-security').'</strong><br>'.__('- If you want to schedule a Backup Job to run Monthly on the 30th of each month at 11PM. You would choose Monthly for the Frequency, start Time/Hour of 11PM and 30th for the day of the month for the start time when the Backup Job is next run. The next Backup Job will be run on the 30th of this month at 11PM and each month on the 30th at 11PM.', 'bulletproof-security').'<br><br><strong>'.__('404 errors when trying to download zip files or if you have changed the DB Backup Folder Location', 'bulletproof-security').'</strong><br>'.__('On some web hosts (Go Daddy) if you have a WordPress subfolder website installation: Example: Main domain is example.com and Subfolder WordPress site is example.com/wordpress-subfolder-website/ then the download link will not work correctly and you will see 404 errors when trying to download zip backup files. Your options are to not change the default backup folder path for your subfolder site and download zip backup files via FTP or you can use/add the backup folder path for your main site instead of the default backup folder path for your subfolder site. You would also change the DB Backup File Download Link|URL to your main site\'s backup folder Link/URL path. What this means is that DB Backups for both your main site and your subfolder site will be saved/stored under your main site\'s backup folder.', 'bulletproof-security').'<br><br>'.__('If you are seeing 404 errors after changing the DB Backup File Download Link|URL and/or the DB Backup Folder Location then make sure that you have entered the correct folder path and also the correct link/URL paths for where your DB backup files are being saved/stored. The DB Backup File Download Link|URL path MUST end with/have a trailing slash. Example: http://www.example.com/wp-content/bps-backup/backups_xxxxxxxxxx/', 'bulletproof-security');
|
10 |
|
11 |
/** DB Backup Log **/
|
12 |
$bps_modal_content2 = '<strong>'.__('This Read Me Help window is draggable (top) and resizable (bottom right corner)', 'bulletproof-security').'</strong><br><br><strong>'.__('DB Backup Log General Information', 'bulletproof-security').'</strong><br>'.__('Your DB Backup Log file is a plain text static file and not a dynamic file or dynamic display to keep your website resource usage at a bare minimum and keep your website performance at a maximum. Log entries are logged in descending order by Date and Time. You can copy, edit and delete this plain text file.', 'bulletproof-security').'<br><br><strong>'.__('NOTE: ', 'bulletproof-security').'</strong>'.__('Email Alerting and Log file options are located in S-Monitor in BPS Pro instead of being on the Login Security page, Security Log & DB Backup Log pages. The Email Alerting & Log File Options Form is identical on the Login Security, Security Log & DB Backup Log pages in BPS free. You can change and save your email alerting and log file options on any of these pages.', 'bulletproof-security').'<strong><br><br>'.__('What is Logged in The DB Backup Log?', 'bulletproof-security').'</strong><br>'.__('Depending on your DB Backup settings, log entries will be logged anytime you run a Manual Backup Job or whenever a Scheduled Cron Backup Job is run. Logs Backup Job Settings, Completion Time, Memory Usage, Zip Backup File Name, Timestamp and other DB Backup information. If you have chosen the option to automatically delete old zip backup files then the zip backup file name and timestamp will be logged when old zip backup files are automatically deleted. When you create a new Backup Job your Backup Job Settings are logged/saved in the DB Backup Log.', 'bulletproof-security').'<strong><br><br>'.__('DB Backup Log File Size', 'bulletproof-security').'</strong><br>'.__('Displays the size of your DB Backup Log file. 500KB is the optimum recommended log file size setting that you should choose for your log file to be automatically zipped, emailed and replaced with a new blank DB Backup Log file.', 'bulletproof-security').'<br><br><strong>'.__('DB Backup Log Last Modified Time', 'bulletproof-security').'</strong><br>'.__('Displays the last time a DB Backup Log entry was logged.', 'bulletproof-security').'<br><br><strong>'.__('Delete Log Button', 'bulletproof-security').'</strong><br>'.__('Clicking the Delete Log button will delete the entire contents of your DB Backup Log File.', 'bulletproof-security');
|
admin/db-backup-security/db-backup-security.php
CHANGED
@@ -264,18 +264,11 @@ function bpsSpinnerTableRefresh() {
|
|
264 |
|
265 |
<div id="bps-tabs-1" class="bps-tab-page">
|
266 |
|
267 |
-
<h2><?php _e('DB Backup ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('Full & Partial DB Backups, Manual & Scheduled DB Backups, Email Zip Backups, Automatically Delete Old Backups', 'bulletproof-security'); ?></span></h2>
|
268 |
-
|
269 |
-
<div id="backup-job-time-estimates" style="font-size:1.13em;margin:0px 0px 10px 0px;">
|
270 |
-
<?php
|
271 |
-
$text = '<font color="black"><strong>'.__('DB Backup Job Completion Time Estimates: ', 'bulletproof-security').'</strong><br><strong>'.__('10MB DB: ', 'bulletproof-security').'</strong>'.__('3 Seconds', 'bulletproof-security').'<br><strong>'.__('100MB DB: ', 'bulletproof-security').'</strong>'.__('30 Seconds', 'bulletproof-security').'</font>';
|
272 |
-
echo $text;
|
273 |
-
?>
|
274 |
-
</div>
|
275 |
-
|
276 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
277 |
<tr>
|
278 |
-
<td class="bps-table_title"
|
|
|
|
|
279 |
</tr>
|
280 |
<tr>
|
281 |
<td class="bps-table_cell_help">
|
@@ -717,7 +710,7 @@ if ( isset( $_POST['Submit-DBB-Files'] ) && current_user_can('manage_options') )
|
|
717 |
echo '</div>'; // jQuery div parent
|
718 |
echo '</th>';
|
719 |
|
720 |
-
echo '<td>';
|
721 |
echo '<div id="DBBOptions" style="margin:0px 0px 0px 0px;float:left;">';
|
722 |
|
723 |
$DBBDescription = ( isset( $_POST['DBBDescription'] ) ) ? $_POST['DBBDescription'] : '';
|
@@ -864,7 +857,7 @@ if ( isset( $_POST['Submit-DBB-Files'] ) && current_user_can('manage_options') )
|
|
864 |
echo '</div>';
|
865 |
|
866 |
echo '</td>';
|
867 |
-
echo '<td>';
|
868 |
echo '<div id="DBBOptions" style="margin:0px 0px 0px 0px;float:left;">';
|
869 |
|
870 |
// Form: Rename|Create|Reset DB Backup Folder Location and DB Backup File Download Link|URL
|
@@ -1129,20 +1122,17 @@ if ( isset($_POST['Submit-DBB-Create-Job']) && current_user_can('manage_options'
|
|
1129 |
|
1130 |
</td>
|
1131 |
</tr>
|
1132 |
-
<tr>
|
1133 |
-
<td class="bps-table_cell_bottom"> </td>
|
1134 |
-
</tr>
|
1135 |
</table>
|
1136 |
|
1137 |
</div>
|
1138 |
|
1139 |
<div id="bps-tabs-2" class="bps-tab-page">
|
1140 |
|
1141 |
-
<h2><?php _e('DB Backup Log ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('Logs Backup Job Settings, Completion Time, Memory Usage, Zip Backup File Name, Timestamp...', 'bulletproof-security'); ?></span></h2>
|
1142 |
-
|
1143 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1144 |
<tr>
|
1145 |
-
<td class="bps-table_title"
|
|
|
|
|
1146 |
</tr>
|
1147 |
<tr>
|
1148 |
<td class="bps-table_cell_help">
|
@@ -1366,22 +1356,19 @@ jQuery(document).ready(function($){
|
|
1366 |
|
1367 |
</td>
|
1368 |
</tr>
|
1369 |
-
<tr>
|
1370 |
-
<td class="bps-table_cell_bottom"> </td>
|
1371 |
-
</tr>
|
1372 |
</table>
|
1373 |
|
1374 |
</div>
|
1375 |
|
1376 |
<div id="bps-tabs-3" class="bps-tab-page">
|
1377 |
|
1378 |
-
<h2><?php _e('DB Table Prefix Changer ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('Tools to change & check your WordPress Database Table Prefix', 'bulletproof-security'); ?></span></h2>
|
1379 |
-
|
1380 |
<div id="DB-Table-Prefix-Changer-Table">
|
1381 |
|
1382 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1383 |
<tr>
|
1384 |
-
<td colspan="2" class="bps-table_title"
|
|
|
|
|
1385 |
</tr>
|
1386 |
<tr>
|
1387 |
<td width="50%" valign="top" class="bps-table_cell_help">
|
@@ -1733,38 +1720,25 @@ jQuery(document).ready(function($) {
|
|
1733 |
|
1734 |
</td>
|
1735 |
</tr>
|
1736 |
-
<tr>
|
1737 |
-
<td colspan="2" class="bps-table_cell_bottom"> </td>
|
1738 |
-
</tr>
|
1739 |
</table>
|
1740 |
|
1741 |
</div>
|
1742 |
</div>
|
1743 |
|
1744 |
<div id="bps-tabs-4" class="bps-tab-page">
|
1745 |
-
|
1746 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1747 |
<tr>
|
1748 |
-
<td
|
1749 |
-
</tr>
|
1750 |
-
<tr>
|
1751 |
-
<td class="bps-table_cell_help_links"><a href="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/core/core.php#bps-tabs-10' ); ?>" target="_blank"><?php _e('Whats New in ', 'bulletproof-security'); echo BULLETPROOF_VERSION; ?></a></td>
|
1752 |
-
<td class="bps-table_cell_help_links"><a href="https://forum.ait-pro.com/forums/topic/bulletproof-security-pro-version-release-dates/" target="_blank"><?php _e('BPS Pro Features & Version Release Dates', 'bulletproof-security'); ?></a></td>
|
1753 |
</tr>
|
1754 |
<tr>
|
1755 |
-
<td class="bps-table_cell_help_links"
|
1756 |
-
<
|
1757 |
-
|
1758 |
-
|
1759 |
-
<
|
1760 |
-
<
|
1761 |
-
|
1762 |
-
<tr>
|
1763 |
-
<td class="bps-table_cell_help_links"> </td>
|
1764 |
-
<td class="bps-table_cell_help_links"> </td>
|
1765 |
-
</tr>
|
1766 |
-
<tr>
|
1767 |
-
<td colspan="2" class="bps-table_cell_bottom"> </td>
|
1768 |
</tr>
|
1769 |
</table>
|
1770 |
</div>
|
264 |
|
265 |
<div id="bps-tabs-1" class="bps-tab-page">
|
266 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
267 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
268 |
<tr>
|
269 |
+
<td class="bps-table_title">
|
270 |
+
<?php $text = '<h2>'.__('DB Backup ~ ', 'bulletproof-security').'<span style="font-size:.75em;">'.__('Full & Partial DB Backups, Manual & Scheduled DB Backups, Email Zip Backups, Automatically Delete Old Backups', 'bulletproof-security').'</span></h2><div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect all of your website files with AutoRestore|Quarantine Intrusion Detection & Prevention System: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro ARQ IDPS">'.__('Get BPS Pro ARQ IDPS', 'bulletproof-security').'</a></div>'; echo $text; ?>
|
271 |
+
</td>
|
272 |
</tr>
|
273 |
<tr>
|
274 |
<td class="bps-table_cell_help">
|
710 |
echo '</div>'; // jQuery div parent
|
711 |
echo '</th>';
|
712 |
|
713 |
+
echo '<td style="border:none">';
|
714 |
echo '<div id="DBBOptions" style="margin:0px 0px 0px 0px;float:left;">';
|
715 |
|
716 |
$DBBDescription = ( isset( $_POST['DBBDescription'] ) ) ? $_POST['DBBDescription'] : '';
|
857 |
echo '</div>';
|
858 |
|
859 |
echo '</td>';
|
860 |
+
echo '<td style="border:none">';
|
861 |
echo '<div id="DBBOptions" style="margin:0px 0px 0px 0px;float:left;">';
|
862 |
|
863 |
// Form: Rename|Create|Reset DB Backup Folder Location and DB Backup File Download Link|URL
|
1122 |
|
1123 |
</td>
|
1124 |
</tr>
|
|
|
|
|
|
|
1125 |
</table>
|
1126 |
|
1127 |
</div>
|
1128 |
|
1129 |
<div id="bps-tabs-2" class="bps-tab-page">
|
1130 |
|
|
|
|
|
1131 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1132 |
<tr>
|
1133 |
+
<td class="bps-table_title">
|
1134 |
+
<?php $text = '<h2>'.__('DB Backup Log ~ ', 'bulletproof-security').'<span style="font-size:.75em;">'.__('Logs Backup Job Settings, Completion Time, Memory Usage, Zip Backup File Name, Timestamp...', 'bulletproof-security').'</span></h2><div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect all of your website files with AutoRestore|Quarantine Intrusion Detection & Prevention System: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro ARQ IDPS">'.__('Get BPS Pro ARQ IDPS', 'bulletproof-security').'</a></div>'; echo $text; ?>
|
1135 |
+
</td>
|
1136 |
</tr>
|
1137 |
<tr>
|
1138 |
<td class="bps-table_cell_help">
|
1356 |
|
1357 |
</td>
|
1358 |
</tr>
|
|
|
|
|
|
|
1359 |
</table>
|
1360 |
|
1361 |
</div>
|
1362 |
|
1363 |
<div id="bps-tabs-3" class="bps-tab-page">
|
1364 |
|
|
|
|
|
1365 |
<div id="DB-Table-Prefix-Changer-Table">
|
1366 |
|
1367 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1368 |
<tr>
|
1369 |
+
<td colspan="2" class="bps-table_title">
|
1370 |
+
<?php $text = '<h2>'.__('DB Table Prefix Changer ~ ', 'bulletproof-security').'<span style="font-size:.75em;">'.__('Tools to change & check your WordPress Database Table Prefix', 'bulletproof-security').'</span></h2><div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect all of your website files with AutoRestore|Quarantine Intrusion Detection & Prevention System: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro ARQ IDPS">'.__('Get BPS Pro ARQ IDPS', 'bulletproof-security').'</a></div>'; echo $text; ?>
|
1371 |
+
</td>
|
1372 |
</tr>
|
1373 |
<tr>
|
1374 |
<td width="50%" valign="top" class="bps-table_cell_help">
|
1720 |
|
1721 |
</td>
|
1722 |
</tr>
|
|
|
|
|
|
|
1723 |
</table>
|
1724 |
|
1725 |
</div>
|
1726 |
</div>
|
1727 |
|
1728 |
<div id="bps-tabs-4" class="bps-tab-page">
|
1729 |
+
|
1730 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1731 |
<tr>
|
1732 |
+
<td class="bps-table_title"><h2><?php _e('Help & FAQ', 'bulletproof-security'); ?></h2></td>
|
|
|
|
|
|
|
|
|
1733 |
</tr>
|
1734 |
<tr>
|
1735 |
+
<td class="bps-table_cell_help_links">
|
1736 |
+
<a href="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/core/core.php#bps-tabs-10' ); ?>" target="_blank"><?php _e('Whats New in ', 'bulletproof-security'); echo BULLETPROOF_VERSION; ?></a><br /><br />
|
1737 |
+
<a href="https://forum.ait-pro.com/forums/topic/bulletproof-security-pro-version-release-dates/" target="_blank"><?php _e('BPS Pro Features & Version Release Dates', 'bulletproof-security'); ?></a><br /><br />
|
1738 |
+
<a href="https://forum.ait-pro.com/video-tutorials/" target="_blank"><?php _e('Video Tutorials', 'bulletproof-security'); ?></a><br /><br />
|
1739 |
+
<a href="https://forum.ait-pro.com/forums/topic/database-backup-security-guide/" target="_blank"><?php _e('DB Backup & Security Guide & Troubleshooting', 'bulletproof-security'); ?></a><br /><br />
|
1740 |
+
<a href="https://forum.ait-pro.com/forums/topic/plugin-conflicts-actively-blocked-plugins-plugin-compatibility/" target="_blank"><?php _e('Forum: Search, Troubleshooting Steps & Post Questions For Assistance', 'bulletproof-security'); ?></a>
|
1741 |
+
</td>
|
|
|
|
|
|
|
|
|
|
|
|
|
1742 |
</tr>
|
1743 |
</table>
|
1744 |
</div>
|
admin/htaccess/secure.htaccess
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# BULLETPROOF 2.
|
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 2.3 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 2.
|
2 |
|
3 |
# DO NOT ADD URL REWRITING IN THIS FILE OR WORDPRESS WILL BREAK
|
4 |
# RewriteRule ^(.*)$ - [F] works in /wp-admin without breaking WordPress
|
1 |
+
# BULLETPROOF 2.3 WP-ADMIN SECURE .HTACCESS
|
2 |
|
3 |
# DO NOT ADD URL REWRITING IN THIS FILE OR WORDPRESS WILL BREAK
|
4 |
# RewriteRule ^(.*)$ - [F] works in /wp-admin without breaking WordPress
|
admin/includes/admin.php
CHANGED
@@ -183,7 +183,13 @@ register_setting('bulletproof_security_options_GDMW', 'bulletproof_security_opti
|
|
183 |
// Make sure the old bps-plugin-autoupdate.php is deleted first if it exists.
|
184 |
$autoupdate_master_file = WP_PLUGIN_DIR . '/bulletproof-security/admin/htaccess/bps-plugin-autoupdate.php';
|
185 |
$autoupdate_muplugins_file = WP_CONTENT_DIR . '/mu-plugins/bps-plugin-autoupdate.php';
|
|
|
186 |
|
|
|
|
|
|
|
|
|
|
|
187 |
if ( file_exists($autoupdate_master_file) ) {
|
188 |
unlink($autoupdate_master_file);
|
189 |
}
|
@@ -196,7 +202,7 @@ register_setting('bulletproof_security_options_GDMW', 'bulletproof_security_opti
|
|
196 |
$bps_mu_tools_master_file = WP_PLUGIN_DIR . '/bulletproof-security/admin/htaccess/bps-mu-tools.php';
|
197 |
$bps_mu_tools_muplugins_file = WP_CONTENT_DIR . '/mu-plugins/bps-mu-tools.php';
|
198 |
|
199 |
-
if ( is_dir( WP_CONTENT_DIR . '/mu-plugins' ) && ! file_exists($bps_mu_tools_muplugins_file) ) {
|
200 |
@copy($bps_mu_tools_master_file, $bps_mu_tools_muplugins_file);
|
201 |
}
|
202 |
|
@@ -354,6 +360,7 @@ add_action( 'admin_enqueue_scripts', 'bpsPro_register_enqueue_scripts_styles' );
|
|
354 |
|
355 |
// Register scripts and styles, Enqueue scripts and styles, Dequeue any plugin or theme scripts and styles loading in BPS plugin pages
|
356 |
// .53.8: BugFix: script handles & dependencies code was fubar. Added: ver Query Strings * load scripts in footer * Debug option
|
|
|
357 |
function bpsPro_register_enqueue_scripts_styles() {
|
358 |
global $wp_scripts, $wp_styles, $bulletproof_security, $wp_version, $bps_version;
|
359 |
|
@@ -369,54 +376,40 @@ global $wp_scripts, $wp_styles, $bulletproof_security, $wp_version, $bps_version
|
|
369 |
wp_register_script('bps-accordion', plugins_url( '/bulletproof-security/admin/js/bps-ui-accordion.js' ), array( 'jquery', 'jquery-ui-accordion' ), $bps_version, true );
|
370 |
|
371 |
// Register BPS Styles
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
wp_register_style('bps-css-38', plugins_url('/bulletproof-security/admin/css/bps-black-ui-theme.css'), array(), $bps_version, 'all' );
|
383 |
-
break;
|
384 |
default:
|
385 |
wp_register_style('bps-css-38', plugins_url('/bulletproof-security/admin/css/bps-blue-ui-theme.css'), array(), $bps_version, 'all' );
|
386 |
-
}
|
387 |
-
|
388 |
-
} else {
|
389 |
-
|
390 |
-
wp_register_style('bps-css', plugins_url('/bulletproof-security/admin/css/bps-blue-ui-theme-old-wp-versions.css'), array(), $bps_version, 'all' );
|
391 |
}
|
392 |
-
|
393 |
// Enqueue BPS scripts & script dependencies
|
394 |
wp_enqueue_script( 'bps-tabs' );
|
395 |
wp_enqueue_script( 'bps-dialog' );
|
396 |
wp_enqueue_script( 'bps-accordion' );
|
397 |
|
398 |
// Enqueue BPS stylesheets
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
wp_enqueue_style('bps-css-38' );
|
410 |
-
break;
|
411 |
default:
|
412 |
-
|
413 |
-
}
|
414 |
-
|
415 |
-
} else {
|
416 |
-
|
417 |
-
wp_enqueue_style('bps-css' );
|
418 |
}
|
419 |
-
|
420 |
// Dequeue any other plugin or theme scripts that should not be loading on BPS plugin pages
|
421 |
$script_handles = array( 'bps-tabs', 'bps-dialog', 'bps-accordion', 'admin-bar', 'jquery', 'jquery-ui-core', 'jquery-ui-tabs', 'jquery-ui-dialog', 'jquery-ui-widget', 'jquery-ui-mouse', 'jquery-ui-resizable', 'jquery-ui-draggable', 'jquery-ui-button', 'jquery-ui-position', 'jquery-ui-accordion', 'jquery-effects-core', 'jquery-effects-blind', 'jquery-effects-explode', 'common', 'utils', 'svg-painter', 'wp-auth-check', 'heartbeat', 'debug-bar' );
|
422 |
|
183 |
// Make sure the old bps-plugin-autoupdate.php is deleted first if it exists.
|
184 |
$autoupdate_master_file = WP_PLUGIN_DIR . '/bulletproof-security/admin/htaccess/bps-plugin-autoupdate.php';
|
185 |
$autoupdate_muplugins_file = WP_CONTENT_DIR . '/mu-plugins/bps-plugin-autoupdate.php';
|
186 |
+
$BPS_MU_tools_file = WP_CONTENT_DIR . '/mu-plugins/bps-pro-mu-tools.php';
|
187 |
|
188 |
+
// 2.3: Delete the BPS Pro MU Tools file. If someone installs BPS free after Pro was installed the Pro MU Tools file needs to be deleted.
|
189 |
+
if ( file_exists($BPS_MU_tools_file) ) {
|
190 |
+
unlink($BPS_MU_tools_file);
|
191 |
+
}
|
192 |
+
|
193 |
if ( file_exists($autoupdate_master_file) ) {
|
194 |
unlink($autoupdate_master_file);
|
195 |
}
|
202 |
$bps_mu_tools_master_file = WP_PLUGIN_DIR . '/bulletproof-security/admin/htaccess/bps-mu-tools.php';
|
203 |
$bps_mu_tools_muplugins_file = WP_CONTENT_DIR . '/mu-plugins/bps-mu-tools.php';
|
204 |
|
205 |
+
if ( is_dir( WP_CONTENT_DIR . '/mu-plugins' ) && ! file_exists($bps_mu_tools_muplugins_file) && ! file_exists($BPS_MU_tools_file) ) {
|
206 |
@copy($bps_mu_tools_master_file, $bps_mu_tools_muplugins_file);
|
207 |
}
|
208 |
|
360 |
|
361 |
// Register scripts and styles, Enqueue scripts and styles, Dequeue any plugin or theme scripts and styles loading in BPS plugin pages
|
362 |
// .53.8: BugFix: script handles & dependencies code was fubar. Added: ver Query Strings * load scripts in footer * Debug option
|
363 |
+
// 2.3: Remove all version compare conditions for >= 3.8. Minimum WP version required is now WP 3.8.
|
364 |
function bpsPro_register_enqueue_scripts_styles() {
|
365 |
global $wp_scripts, $wp_styles, $bulletproof_security, $wp_version, $bps_version;
|
366 |
|
376 |
wp_register_script('bps-accordion', plugins_url( '/bulletproof-security/admin/js/bps-ui-accordion.js' ), array( 'jquery', 'jquery-ui-accordion' ), $bps_version, true );
|
377 |
|
378 |
// Register BPS Styles
|
379 |
+
switch ( $UIoptions['bps_ui_theme_skin'] ) {
|
380 |
+
case 'blue':
|
381 |
+
wp_register_style('bps-css-38', plugins_url('/bulletproof-security/admin/css/bps-blue-ui-theme.css'), array(), $bps_version, 'all' );
|
382 |
+
break;
|
383 |
+
case 'grey':
|
384 |
+
wp_register_style('bps-css-38', plugins_url('/bulletproof-security/admin/css/bps-grey-ui-theme.css'), array(), $bps_version, 'all' );
|
385 |
+
break;
|
386 |
+
case 'black':
|
387 |
+
wp_register_style('bps-css-38', plugins_url('/bulletproof-security/admin/css/bps-black-ui-theme.css'), array(), $bps_version, 'all' );
|
388 |
+
break;
|
|
|
|
|
389 |
default:
|
390 |
wp_register_style('bps-css-38', plugins_url('/bulletproof-security/admin/css/bps-blue-ui-theme.css'), array(), $bps_version, 'all' );
|
|
|
|
|
|
|
|
|
|
|
391 |
}
|
392 |
+
|
393 |
// Enqueue BPS scripts & script dependencies
|
394 |
wp_enqueue_script( 'bps-tabs' );
|
395 |
wp_enqueue_script( 'bps-dialog' );
|
396 |
wp_enqueue_script( 'bps-accordion' );
|
397 |
|
398 |
// Enqueue BPS stylesheets
|
399 |
+
switch ( $UIoptions['bps_ui_theme_skin'] ) {
|
400 |
+
case 'blue':
|
401 |
+
wp_enqueue_style('bps-css-38' );
|
402 |
+
break;
|
403 |
+
case 'grey':
|
404 |
+
wp_enqueue_style('bps-css-38' );
|
405 |
+
break;
|
406 |
+
case 'black':
|
407 |
+
wp_enqueue_style('bps-css-38' );
|
408 |
+
break;
|
|
|
|
|
409 |
default:
|
410 |
+
wp_enqueue_style('bps-css-38' );
|
|
|
|
|
|
|
|
|
|
|
411 |
}
|
412 |
+
|
413 |
// Dequeue any other plugin or theme scripts that should not be loading on BPS plugin pages
|
414 |
$script_handles = array( 'bps-tabs', 'bps-dialog', 'bps-accordion', 'admin-bar', 'jquery', 'jquery-ui-core', 'jquery-ui-tabs', 'jquery-ui-dialog', 'jquery-ui-widget', 'jquery-ui-mouse', 'jquery-ui-resizable', 'jquery-ui-draggable', 'jquery-ui-button', 'jquery-ui-position', 'jquery-ui-accordion', 'jquery-effects-core', 'jquery-effects-blind', 'jquery-effects-explode', 'common', 'utils', 'svg-painter', 'wp-auth-check', 'heartbeat', 'debug-bar' );
|
415 |
|
admin/login/login.php
CHANGED
@@ -164,7 +164,6 @@ if ( ! current_user_can('manage_options') ) {
|
|
164 |
</ul>
|
165 |
|
166 |
<div id="bps-tabs-1" class="bps-tab-page">
|
167 |
-
<h2><?php _e('Login Security & Monitoring (LSM) ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('Log All Account Logins or Log Only Account Lockouts ~ Brute Force Login Protection', 'bulletproof-security'); ?></span></h2>
|
168 |
|
169 |
<?php
|
170 |
$BPS_wpadmin_Options = get_option('bulletproof_security_options_htaccess_res');
|
@@ -177,7 +176,9 @@ if ( ! current_user_can('manage_options') ) {
|
|
177 |
|
178 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
179 |
<tr>
|
180 |
-
<td class="bps-table_title"
|
|
|
|
|
181 |
</tr>
|
182 |
<tr>
|
183 |
<td class="bps-table_cell_help">
|
@@ -498,7 +499,7 @@ if ( isset( $_POST['Submit-Login-Security-search'] ) && current_user_can('manage
|
|
498 |
echo '</table>';
|
499 |
echo '</div>';
|
500 |
|
501 |
-
echo "<input type=\"submit\" name=\"Submit-Login-Search-Radio\" value=\"".__('Submit', 'bulletproof-security')."\" class=\"button bps-button\" onclick=\"return confirm('".__('Locking and Unlocking a User is reversible, but Deleting a User is not.\n\n-------------------------------------------------------------\n\nWhen you delete a User you are deleting that User database row from the BPS Login Security Database Table and not from the WordPress User Database Table.\n\n-------------------------------------------------------------\n\nTo delete a User Account from your WordPress website use the standard/normal WordPress Users page.\n\n-------------------------------------------------------------\n\nClick OK to proceed or click Cancel', 'bulletproof-security')."')\" /> <input type=\"button\" name=\"cancel\" value=\"".__('Clear|Refresh', 'bulletproof-security')."\" class=\"button bps-button\" onclick=\"javascript:history.go(0)\" /></form>";
|
502 |
}
|
503 |
} else {
|
504 |
|
@@ -599,7 +600,7 @@ if ( isset( $_POST['Submit-Login-Security-search'] ) && current_user_can('manage
|
|
599 |
echo '</table>';
|
600 |
echo '</div>';
|
601 |
|
602 |
-
echo "<input type=\"submit\" name=\"Submit-Login-Security-Radio\" value=\"".__('Submit', 'bulletproof-security')."\" class=\"button bps-button\" onclick=\"return confirm('".__('Locking and Unlocking a User is reversible, but Deleting a User is not.\n\n-------------------------------------------------------------\n\nWhen you delete a User you are deleting that User database row from the BPS Login Security Database Table and not from the WordPress User Database Table.\n\n-------------------------------------------------------------\n\nTo delete a User Account from your WordPress website use the standard/normal WordPress Users page.\n\n-------------------------------------------------------------\n\nClick OK to proceed or click Cancel', 'bulletproof-security')."')\" /> <input type=\"button\" name=\"cancel\" value=\"".__('Clear|Refresh', 'bulletproof-security')."\" class=\"button bps-button\" onclick=\"javascript:history.go(0)\" /></form>";
|
603 |
}
|
604 |
}
|
605 |
?>
|
@@ -859,20 +860,16 @@ if ( isset($_POST['Submit-Login-Search-Radio'] ) && current_user_can('manage_opt
|
|
859 |
?>
|
860 |
</td>
|
861 |
</tr>
|
862 |
-
<tr>
|
863 |
-
<td class="bps-table_cell_bottom"> </td>
|
864 |
-
</tr>
|
865 |
</table>
|
866 |
</div>
|
867 |
|
868 |
<?php if ( is_multisite() && $blog_id != 1 ) { echo '<div style="margin:0px 0px 0px 0px;"></div>'; } else { ?>
|
869 |
|
870 |
<div id="bps-tabs-2" class="bps-tab-page">
|
871 |
-
<h2><?php _e('Idle Session Logout (ISL) ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('Automatically Logout Idle/Inactive User Accounts', 'bulletproof-security'); ?></span><br /><?php _e('Auth Cookie Expiration (ACE) ~ ', 'bulletproof-security'); ?></span><span style="font-size:.75em;"><?php _e('Change the WordPress Authentication Cookie Expiration Time', 'bulletproof-security'); ?></h2>
|
872 |
|
873 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
874 |
<tr>
|
875 |
-
<td class="bps-table_title"
|
876 |
</tr>
|
877 |
<tr>
|
878 |
<td class="bps-table_cell_help">
|
@@ -1228,9 +1225,6 @@ if ( isset( $_POST['Submit-ACE-Options'] ) && current_user_can('manage_options')
|
|
1228 |
|
1229 |
</td>
|
1230 |
</tr>
|
1231 |
-
<tr>
|
1232 |
-
<td class="bps-table_cell_bottom"> </td>
|
1233 |
-
</tr>
|
1234 |
</table>
|
1235 |
|
1236 |
</div>
|
@@ -1238,25 +1232,17 @@ if ( isset( $_POST['Submit-ACE-Options'] ) && current_user_can('manage_options')
|
|
1238 |
<?php } ?>
|
1239 |
|
1240 |
<div id="bps-tabs-3" class="bps-tab-page">
|
1241 |
-
|
1242 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1243 |
<tr>
|
1244 |
-
<td
|
1245 |
</tr>
|
1246 |
<tr>
|
1247 |
-
<td
|
1248 |
-
<
|
1249 |
-
|
1250 |
-
|
1251 |
-
|
1252 |
-
<td class="bps-table_cell_help_links"> </td>
|
1253 |
-
</tr>
|
1254 |
-
<tr>
|
1255 |
-
<td class="bps-table_cell_help_links"> </td>
|
1256 |
-
<td class="bps-table_cell_help_links"> </td>
|
1257 |
-
</tr>
|
1258 |
-
<tr>
|
1259 |
-
<td colspan="2" class="bps-table_cell_bottom"> </td>
|
1260 |
</tr>
|
1261 |
</table>
|
1262 |
</div>
|
164 |
</ul>
|
165 |
|
166 |
<div id="bps-tabs-1" class="bps-tab-page">
|
|
|
167 |
|
168 |
<?php
|
169 |
$BPS_wpadmin_Options = get_option('bulletproof_security_options_htaccess_res');
|
176 |
|
177 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
178 |
<tr>
|
179 |
+
<td class="bps-table_title">
|
180 |
+
<?php $text = '<h2>'.__('Login Security & Monitoring (LSM) ~ ', 'bulletproof-security').'<span style="font-size:.75em;">'.__('Log All Account Logins or Log Only Account Lockouts ~ Brute Force Login Protection', 'bulletproof-security').'</span></h2><div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-posting, auto-commenting) & User Account Lockouts: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro JTC Anti-Spam|Anti-Hacker">'.__('Get BPS Pro JTC Anti-Spam|Anti-Hacker', 'bulletproof-security').'</a>'; echo $text; ?>
|
181 |
+
</td>
|
182 |
</tr>
|
183 |
<tr>
|
184 |
<td class="bps-table_cell_help">
|
499 |
echo '</table>';
|
500 |
echo '</div>';
|
501 |
|
502 |
+
echo "<input type=\"submit\" name=\"Submit-Login-Search-Radio\" value=\"".__('Submit', 'bulletproof-security')."\" class=\"button bps-button\" onclick=\"return confirm('".__('Locking and Unlocking a User is reversible, but Deleting a User is not.\n\n-------------------------------------------------------------\n\nWhen you delete a User you are deleting that User database row from the BPS Login Security Database Table and not from the WordPress User Database Table.\n\n-------------------------------------------------------------\n\nTo delete a User Account from your WordPress website use the standard/normal WordPress Users page.\n\n-------------------------------------------------------------\n\nClick OK to proceed or click Cancel', 'bulletproof-security')."')\" /> <input type=\"button\" name=\"cancel\" value=\"".__('Clear|Refresh', 'bulletproof-security')."\" class=\"button bps-button\" onclick=\"javascript:history.go(0)\" /></form><br>";
|
503 |
}
|
504 |
} else {
|
505 |
|
600 |
echo '</table>';
|
601 |
echo '</div>';
|
602 |
|
603 |
+
echo "<input type=\"submit\" name=\"Submit-Login-Security-Radio\" value=\"".__('Submit', 'bulletproof-security')."\" class=\"button bps-button\" onclick=\"return confirm('".__('Locking and Unlocking a User is reversible, but Deleting a User is not.\n\n-------------------------------------------------------------\n\nWhen you delete a User you are deleting that User database row from the BPS Login Security Database Table and not from the WordPress User Database Table.\n\n-------------------------------------------------------------\n\nTo delete a User Account from your WordPress website use the standard/normal WordPress Users page.\n\n-------------------------------------------------------------\n\nClick OK to proceed or click Cancel', 'bulletproof-security')."')\" /> <input type=\"button\" name=\"cancel\" value=\"".__('Clear|Refresh', 'bulletproof-security')."\" class=\"button bps-button\" onclick=\"javascript:history.go(0)\" /></form><br>";
|
604 |
}
|
605 |
}
|
606 |
?>
|
860 |
?>
|
861 |
</td>
|
862 |
</tr>
|
|
|
|
|
|
|
863 |
</table>
|
864 |
</div>
|
865 |
|
866 |
<?php if ( is_multisite() && $blog_id != 1 ) { echo '<div style="margin:0px 0px 0px 0px;"></div>'; } else { ?>
|
867 |
|
868 |
<div id="bps-tabs-2" class="bps-tab-page">
|
|
|
869 |
|
870 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
871 |
<tr>
|
872 |
+
<td class="bps-table_title"><h2><?php _e('Idle Session Logout (ISL) ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('Automatically Logout Idle/Inactive User Accounts', 'bulletproof-security'); ?></span><br /><?php _e('Auth Cookie Expiration (ACE) ~ ', 'bulletproof-security'); ?></span><span style="font-size:.75em;"><?php _e('Change the WordPress Authentication Cookie Expiration Time', 'bulletproof-security'); ?></h2></td>
|
873 |
</tr>
|
874 |
<tr>
|
875 |
<td class="bps-table_cell_help">
|
1225 |
|
1226 |
</td>
|
1227 |
</tr>
|
|
|
|
|
|
|
1228 |
</table>
|
1229 |
|
1230 |
</div>
|
1232 |
<?php } ?>
|
1233 |
|
1234 |
<div id="bps-tabs-3" class="bps-tab-page">
|
1235 |
+
|
1236 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1237 |
<tr>
|
1238 |
+
<td class="bps-table_title"><h2><?php _e('BulletProof Security Help & FAQ', 'bulletproof-security'); ?></h2></td>
|
1239 |
</tr>
|
1240 |
<tr>
|
1241 |
+
<td class="bps-table_cell_help_links">
|
1242 |
+
<a href="https://forum.ait-pro.com/forums/topic/security-log-event-codes/" target="_blank"><?php _e('Security Log Event Codes', 'bulletproof-security'); ?></a><br /><br />
|
1243 |
+
<a href="https://www.ait-pro.com/aitpro-blog/category/bulletproof-security-contributors/" target="_blank"><?php _e('Contributors Page', 'bulletproof-security'); ?></a><br /><br />
|
1244 |
+
<a href="https://forum.ait-pro.com/forums/topic/plugin-conflicts-actively-blocked-plugins-plugin-compatibility/" target="_blank"><?php _e('Forum: Search, Troubleshooting Steps & Post Questions For Assistance', 'bulletproof-security'); ?></a>
|
1245 |
+
</td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1246 |
</tr>
|
1247 |
</table>
|
1248 |
</div>
|
admin/maintenance/maintenance.php
CHANGED
@@ -166,16 +166,6 @@ $bps_bottomDiv = '</p></div>';
|
|
166 |
|
167 |
<div id="bps-tabs-1" class="bps-tab-page">
|
168 |
|
169 |
-
<h2>
|
170 |
-
<?php
|
171 |
-
if ( is_multisite() && $blog_id != 1 ) {
|
172 |
-
_e('Display FrontEnd Maintenance Mode Page', 'bulletproof-security');
|
173 |
-
} else {
|
174 |
-
_e('FrontEnd ~ Display Maintenance Mode Page|BackEnd ~ Lock BackEnd with Deny All htaccess Protection', 'bulletproof-security');
|
175 |
-
}
|
176 |
-
?>
|
177 |
-
</h2>
|
178 |
-
|
179 |
<?php
|
180 |
$BPS_wpadmin_Options = get_option('bulletproof_security_options_htaccess_res');
|
181 |
|
@@ -187,7 +177,17 @@ _e('FrontEnd ~ Display Maintenance Mode Page|BackEnd ~ Lock BackEnd with Deny Al
|
|
187 |
|
188 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
189 |
<tr>
|
190 |
-
<td class="bps-table_title"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
</tr>
|
192 |
<tr>
|
193 |
<td class="bps-table_cell_help">
|
@@ -2081,33 +2081,23 @@ if ( isset( $_POST['Submit-maintenance-mode-off'] ) && current_user_can('manage_
|
|
2081 |
|
2082 |
</td>
|
2083 |
</tr>
|
2084 |
-
<tr>
|
2085 |
-
<td class="bps-table_cell_bottom"> </td>
|
2086 |
-
</tr>
|
2087 |
</table>
|
2088 |
|
2089 |
</div>
|
2090 |
|
2091 |
<div id="bps-tabs-2" class="bps-tab-page">
|
2092 |
-
|
2093 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
2094 |
<tr>
|
2095 |
-
<td
|
2096 |
</tr>
|
2097 |
<tr>
|
2098 |
-
<td class="bps-table_cell_help_links"
|
2099 |
-
<
|
2100 |
-
|
2101 |
-
|
2102 |
-
<
|
2103 |
-
|
2104 |
-
</tr>
|
2105 |
-
<tr>
|
2106 |
-
<td class="bps-table_cell_help_links"> </td>
|
2107 |
-
<td class="bps-table_cell_help_links"> </td>
|
2108 |
-
</tr>
|
2109 |
-
<tr>
|
2110 |
-
<td colspan="2" class="bps-table_cell_bottom"> </td>
|
2111 |
</tr>
|
2112 |
</table>
|
2113 |
</div>
|
166 |
|
167 |
<div id="bps-tabs-1" class="bps-tab-page">
|
168 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
<?php
|
170 |
$BPS_wpadmin_Options = get_option('bulletproof_security_options_htaccess_res');
|
171 |
|
177 |
|
178 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
179 |
<tr>
|
180 |
+
<td class="bps-table_title">
|
181 |
+
|
182 |
+
<?php
|
183 |
+
if ( is_multisite() && $blog_id != 1 ) {
|
184 |
+
$text = '<h2>'.__('FrontEnd Maintenance Mode Page ~ ', 'bulletproof-security').'<span style="font-size:.75em;">'.__('Display a website under maintenance page to website visitors', 'bulletproof-security').'</span></h2><div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect all of your website files with AutoRestore|Quarantine Intrusion Detection & Prevention System: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro ARQ IDPS">'.__('Get BPS Pro ARQ IDPS', 'bulletproof-security').'</a><br>'.__('Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-posting, auto-commenting): ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro JTC Anti-Spam|Anti-Hacker">'.__('Get BPS Pro JTC Anti-Spam|Anti-Hacker', 'bulletproof-security').'</a><br>'.__('Protect all of your Plugins (plugin folders and files) with an IP Firewall: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Plugin Firewall">'.__('Get BPS Pro Plugin Firewall', 'bulletproof-security').'</a><br>'.__('Protect your WordPress uploads folder against remote access or execution of files: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Uploads Anti-Exploit Guard">'.__('Get BPS Pro Uploads Anti-Exploit Guard', 'bulletproof-security').'</a></div>'; echo $text;
|
185 |
+
} else {
|
186 |
+
$text = '<h2>'.__('FrontEnd & BackEnd Maintenance Mode ~ ', 'bulletproof-security').'<span style="font-size:.75em;">'.__('Display a website under maintenance page to website visitors ~ Lock wp-admin BackEnd by IP Address', 'bulletproof-security').'</span></h2><div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect all of your website files with AutoRestore|Quarantine Intrusion Detection & Prevention System: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro ARQ IDPS">'.__('Get BPS Pro ARQ IDPS', 'bulletproof-security').'</a><br>'.__('Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-posting, auto-commenting): ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro JTC Anti-Spam|Anti-Hacker">'.__('Get BPS Pro JTC Anti-Spam|Anti-Hacker', 'bulletproof-security').'</a><br>'.__('Protect all of your Plugins (plugin folders and files) with an IP Firewall: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Plugin Firewall">'.__('Get BPS Pro Plugin Firewall', 'bulletproof-security').'</a><br>'.__('Protect your WordPress uploads folder against remote access or execution of files: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Uploads Anti-Exploit Guard">'.__('Get BPS Pro Uploads Anti-Exploit Guard', 'bulletproof-security').'</a></div>'; echo $text;
|
187 |
+
}
|
188 |
+
?>
|
189 |
+
|
190 |
+
</td>
|
191 |
</tr>
|
192 |
<tr>
|
193 |
<td class="bps-table_cell_help">
|
2081 |
|
2082 |
</td>
|
2083 |
</tr>
|
|
|
|
|
|
|
2084 |
</table>
|
2085 |
|
2086 |
</div>
|
2087 |
|
2088 |
<div id="bps-tabs-2" class="bps-tab-page">
|
2089 |
+
|
2090 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
2091 |
<tr>
|
2092 |
+
<td class="bps-table_title"><h2><?php _e('Help & FAQ', 'bulletproof-security'); ?></h2></td>
|
2093 |
</tr>
|
2094 |
<tr>
|
2095 |
+
<td class="bps-table_cell_help_links">
|
2096 |
+
<a href="https://forum.ait-pro.com/forums/topic/maintenance-mode-guide-read-me-first/" target="_blank"><?php _e('Maintenance Mode Guide', 'bulletproof-security'); ?></a><br /><br />
|
2097 |
+
<a href="https://www.ait-pro.com/aitpro-blog/category/bulletproof-security-contributors/" target="_blank"><?php _e('Contributors Page', 'bulletproof-security'); ?></a><br /><br />
|
2098 |
+
<a href="https://forum.ait-pro.com/forums/topic/security-log-event-codes/" target="_blank"><?php _e('Security Log Event Codes', 'bulletproof-security'); ?></a><br /><br />
|
2099 |
+
<a href="https://forum.ait-pro.com/forums/topic/plugin-conflicts-actively-blocked-plugins-plugin-compatibility/" target="_blank"><?php _e('Forum: Search, Troubleshooting Steps & Post Questions For Assistance', 'bulletproof-security'); ?></a>
|
2100 |
+
</td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2101 |
</tr>
|
2102 |
</table>
|
2103 |
</div>
|
admin/security-log/security-log.php
CHANGED
@@ -228,11 +228,12 @@ if ( isset( $_POST['Submit-Error-Log-On'] ) && current_user_can('manage_options'
|
|
228 |
</ul>
|
229 |
|
230 |
<div id="bps-tabs-1" class="bps-tab-page">
|
231 |
-
<h2><?php _e('Security Log ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('Logs Blocked Hackers, Spammers, Scrapers, Bots, etc ~ HTTP 400, 403, 404, 405 & 410 Logging ~ Troubleshooting Tool', 'bulletproof-security'); ?></span></h2>
|
232 |
|
233 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
234 |
<tr>
|
235 |
-
<td class="bps-table_title"
|
|
|
|
|
236 |
</tr>
|
237 |
<tr>
|
238 |
<td class="bps-table_cell_help">
|
@@ -275,28 +276,26 @@ function bpsPro_SecLog_Entry_Counter() {
|
|
275 |
|
276 |
$array_count_values = array_count_values($matches[0]);
|
277 |
|
278 |
-
echo '<div
|
279 |
|
280 |
if ( empty( $array_count_values ) ) {
|
281 |
-
echo '<
|
282 |
|
283 |
} else {
|
284 |
|
285 |
ksort($array_count_values);
|
286 |
-
|
287 |
foreach ( $array_count_values as $key => $value ) {
|
288 |
|
289 |
-
echo '<
|
290 |
}
|
291 |
}
|
292 |
}
|
293 |
}
|
294 |
|
295 |
echo '<div id=SecLogCounter>';
|
296 |
-
echo '<div style="background-color:#dfecf2;border:1px solid #999;font-size:1em;font-weight:bold;padding:5px;margin:0px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);">';
|
297 |
bpsPro_SecLog_Entry_Counter();
|
298 |
echo '</div>';
|
299 |
-
echo '</div>';
|
300 |
|
301 |
// Get File Size of the Security Log File
|
302 |
function bps_getSecurityLogSize() {
|
@@ -866,33 +865,22 @@ jQuery(document).ready(function($){
|
|
866 |
|
867 |
</td>
|
868 |
</tr>
|
869 |
-
<tr>
|
870 |
-
<td class="bps-table_cell_bottom"> </td>
|
871 |
-
</tr>
|
872 |
</table>
|
873 |
|
874 |
</div>
|
875 |
|
876 |
<div id="bps-tabs-2" class="bps-tab-page">
|
877 |
-
|
878 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
879 |
<tr>
|
880 |
-
<td
|
881 |
-
</tr>
|
882 |
-
<tr>
|
883 |
-
<td width="50%" class="bps-table_cell_help_links"><a href="https://forum.ait-pro.com/forums/topic/security-log-event-codes/" target="_blank"><?php _e('Security Log Event Codes', 'bulletproof-security'); ?></a></td>
|
884 |
-
<td width="50%" class="bps-table_cell_help_links"><a href="https://www.ait-pro.com/aitpro-blog/category/bulletproof-security-contributors/" target="_blank"><?php _e('Contributors Page', 'bulletproof-security'); ?></a></td>
|
885 |
-
</tr>
|
886 |
-
<tr>
|
887 |
-
<td class="bps-table_cell_help_links"><a href="https://forum.ait-pro.com/forums/topic/plugin-conflicts-actively-blocked-plugins-plugin-compatibility/" target="_blank"><?php _e('Forum: Search, Troubleshooting Steps & Post Questions For Assistance', 'bulletproof-security'); ?></a></td>
|
888 |
-
<td class="bps-table_cell_help_links"> </td>
|
889 |
-
</tr>
|
890 |
-
<tr>
|
891 |
-
<td class="bps-table_cell_help_links"> </td>
|
892 |
-
<td class="bps-table_cell_help_links"> </td>
|
893 |
</tr>
|
894 |
<tr>
|
895 |
-
<td
|
|
|
|
|
|
|
|
|
896 |
</tr>
|
897 |
</table>
|
898 |
</div>
|
228 |
</ul>
|
229 |
|
230 |
<div id="bps-tabs-1" class="bps-tab-page">
|
|
|
231 |
|
232 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
233 |
<tr>
|
234 |
+
<td class="bps-table_title">
|
235 |
+
<?php $text = '<h2>'.__('Security Log ~ ', 'bulletproof-security').'<span style="font-size:.75em;">'.__('Logs Blocked Hackers & Spammers ~ HTTP 400, 403, 404, 405 & 410 Logging ~ Troubleshooting Tool', 'bulletproof-security').'</span></h2><div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect all of your website files with AutoRestore|Quarantine Intrusion Detection & Prevention System: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro ARQ IDPS">'.__('Get BPS Pro ARQ IDPS', 'bulletproof-security').'</a><br>'.__('Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-posting, auto-commenting): ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro JTC Anti-Spam|Anti-Hacker">'.__('Get BPS Pro JTC Anti-Spam|Anti-Hacker', 'bulletproof-security').'</a><br>'.__('Protect all of your Plugins (plugin folders and files) with an IP Firewall: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Plugin Firewall">'.__('Get BPS Pro Plugin Firewall', 'bulletproof-security').'</a><br>'.__('Protect your WordPress uploads folder against remote access or execution of files: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Uploads Anti-Exploit Guard">'.__('Get BPS Pro Uploads Anti-Exploit Guard', 'bulletproof-security').'</a></div>'; echo $text; ?>
|
236 |
+
</td>
|
237 |
</tr>
|
238 |
<tr>
|
239 |
<td class="bps-table_cell_help">
|
276 |
|
277 |
$array_count_values = array_count_values($matches[0]);
|
278 |
|
279 |
+
echo '<div class="sec-log-counter-text-title">'.__('Total # of Security Log Entries by Type', 'bulletproof-security') . '</div>';
|
280 |
|
281 |
if ( empty( $array_count_values ) ) {
|
282 |
+
echo '<span class="sec-log-counter-text">'.__('There are no Security Log Entries yet.', 'bulletproof-security').'</span>';
|
283 |
|
284 |
} else {
|
285 |
|
286 |
ksort($array_count_values);
|
287 |
+
|
288 |
foreach ( $array_count_values as $key => $value ) {
|
289 |
|
290 |
+
echo '<span class="sec-log-counter-text">'.__('Total ', 'bulletproof-security') . $key . __(' Log Entries: ', 'bulletproof-security') . '</span><span class="sec-log-counter-text-blue">' . $value . '</span><br>';
|
291 |
}
|
292 |
}
|
293 |
}
|
294 |
}
|
295 |
|
296 |
echo '<div id=SecLogCounter>';
|
|
|
297 |
bpsPro_SecLog_Entry_Counter();
|
298 |
echo '</div>';
|
|
|
299 |
|
300 |
// Get File Size of the Security Log File
|
301 |
function bps_getSecurityLogSize() {
|
865 |
|
866 |
</td>
|
867 |
</tr>
|
|
|
|
|
|
|
868 |
</table>
|
869 |
|
870 |
</div>
|
871 |
|
872 |
<div id="bps-tabs-2" class="bps-tab-page">
|
873 |
+
|
874 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
875 |
<tr>
|
876 |
+
<td class="bps-table_title"><h2><?php _e('BulletProof Security Help & FAQ', 'bulletproof-security'); ?></h2></td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
877 |
</tr>
|
878 |
<tr>
|
879 |
+
<td class="bps-table_cell_help_links">
|
880 |
+
<a href="https://forum.ait-pro.com/forums/topic/security-log-event-codes/" target="_blank"><?php _e('Security Log Event Codes', 'bulletproof-security'); ?></a><br /><br />
|
881 |
+
<a href="https://www.ait-pro.com/aitpro-blog/category/bulletproof-security-contributors/" target="_blank"><?php _e('Contributors Page', 'bulletproof-security'); ?></a><br /><br />
|
882 |
+
<a href="https://forum.ait-pro.com/forums/topic/plugin-conflicts-actively-blocked-plugins-plugin-compatibility/" target="_blank"><?php _e('Forum: Search, Troubleshooting Steps & Post Questions For Assistance', 'bulletproof-security'); ?></a>
|
883 |
+
</td>
|
884 |
</tr>
|
885 |
</table>
|
886 |
</div>
|
admin/system-info/system-info.php
CHANGED
@@ -254,6 +254,23 @@ function bpsPro_get_plugins_list() {
|
|
254 |
}
|
255 |
}
|
256 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
}
|
258 |
|
259 |
// Get Total # Plugins Installed
|
@@ -271,6 +288,21 @@ function bpsPro_count_installed_plugins($count) {
|
|
271 |
return $count;
|
272 |
}
|
273 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
274 |
// Get Total # Plugins Activated
|
275 |
function bpsPro_count_activated_plugins($count) {
|
276 |
|
@@ -531,11 +563,6 @@ echo '<strong><span class="sysinfo-label-text">'.__('ionCube Loader', 'bulletpro
|
|
531 |
echo bps_buddypress_site_type_check().'<br>';
|
532 |
echo '<strong><span class="sysinfo-label-text">'.__('bbPress', 'bulletproof-security').':</span></strong> ';
|
533 |
echo bps_bbpress_site_type_check().'<br>';
|
534 |
-
if ( is_multisite() ) {
|
535 |
-
echo '<strong><span class="sysinfo-label-text">'.__('Total Plugins Network Activated', 'bulletproof-security').':</span></strong> ';
|
536 |
-
echo bpsPro_count_network_activated_plugins($count).'<br>';
|
537 |
-
}
|
538 |
-
|
539 |
echo '<strong><span class="sysinfo-label-text">'.__('Plugins Folder', 'bulletproof-security').':</span></strong> ';
|
540 |
echo str_replace( ABSPATH, '', WP_PLUGIN_DIR ).'<br>';
|
541 |
$wp_upload_dir = wp_upload_dir();
|
@@ -560,10 +587,17 @@ echo '<strong><span class="sysinfo-label-text">'.__('ionCube Loader', 'bulletpro
|
|
560 |
echo '<strong><span class="sysinfo-label-text">'.__('DISABLE_WP_CRON constant', 'bulletproof-security').':</span></strong> '.__('Standard WP Crons are not disabled on your website.', 'bulletproof-security').'<br>';
|
561 |
}
|
562 |
|
563 |
-
|
564 |
echo bpsPro_count_installed_plugins($count).'<br>';
|
|
|
|
|
565 |
echo '<strong><span class="sysinfo-label-text">'.__('Total Plugins Activated', 'bulletproof-security').':</span></strong> ';
|
566 |
echo bpsPro_count_activated_plugins($count).'<br>';
|
|
|
|
|
|
|
|
|
|
|
567 |
?>
|
568 |
|
569 |
<h3><button id="bps-open-modal600" class="button bps-modal-button"><?php _e('Get Plugins List', 'bulletproof-security'); ?></button></h3>
|
@@ -948,13 +982,12 @@ echo '<strong><span class="sysinfo-label-text">'.__('ionCube Loader', 'bulletpro
|
|
948 |
</div>
|
949 |
|
950 |
<div id="bps-tabs-2" class="bps-tab-page">
|
951 |
-
<h2><?php _e('Website Headers Check Tool ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('Check your website Headers or another website\'s Headers by making a GET or HEAD Request', 'bulletproof-security'); ?></span></h2>
|
952 |
|
953 |
<?php if ( ! current_user_can('manage_options') ) { _e('Permission Denied', 'bulletproof-security'); } else { ?>
|
954 |
|
955 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
956 |
<tr>
|
957 |
-
<td class="bps-table_title"
|
958 |
</tr>
|
959 |
<tr>
|
960 |
<td class="bps-table_cell_help">
|
@@ -1074,33 +1107,21 @@ global $bps_topDiv, $bps_bottomDiv;
|
|
1074 |
|
1075 |
</td>
|
1076 |
</tr>
|
1077 |
-
<tr>
|
1078 |
-
<td class="bps-table_cell_bottom"> </td>
|
1079 |
-
</tr>
|
1080 |
</table>
|
1081 |
<?php } ?>
|
1082 |
</div>
|
1083 |
|
1084 |
<div id="bps-tabs-3" class="bps-tab-page">
|
1085 |
-
|
1086 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1087 |
<tr>
|
1088 |
-
<td
|
1089 |
-
</tr>
|
1090 |
-
<tr>
|
1091 |
-
<td width="50%" class="bps-table_cell_help_links"><a href="https://forum.ait-pro.com/forums/topic/security-log-event-codes/" target="_blank"><?php _e('Security Log Event Codes', 'bulletproof-security'); ?></a></td>
|
1092 |
-
<td width="50%" class="bps-table_cell_help_links"><a href="https://www.ait-pro.com/aitpro-blog/category/bulletproof-security-contributors/" target="_blank"><?php _e('Contributors Page', 'bulletproof-security'); ?></a></td>
|
1093 |
</tr>
|
1094 |
<tr>
|
1095 |
-
<td class="bps-table_cell_help_links"><a href="https://forum.ait-pro.com/forums/topic/
|
1096 |
-
<
|
1097 |
-
|
1098 |
-
|
1099 |
-
<td class="bps-table_cell_help_links"> </td>
|
1100 |
-
<td class="bps-table_cell_help_links"> </td>
|
1101 |
-
</tr>
|
1102 |
-
<tr>
|
1103 |
-
<td colspan="2" class="bps-table_cell_bottom"> </td>
|
1104 |
</tr>
|
1105 |
</table>
|
1106 |
</div>
|
254 |
}
|
255 |
}
|
256 |
}
|
257 |
+
|
258 |
+
$all_mu_plugins = get_mu_plugins();
|
259 |
+
|
260 |
+
echo '<br><strong><font color="blue">'.__('Must-Use Plugins', 'bulletproof-security').':</font></strong><br>';
|
261 |
+
|
262 |
+
foreach ( $all_mu_plugins as $key => $value ) {
|
263 |
+
|
264 |
+
if ( ! empty($key) ) {
|
265 |
+
|
266 |
+
echo '<strong>';
|
267 |
+
print_r($value['Name']);
|
268 |
+
echo ' ';
|
269 |
+
print_r($value['Version']);
|
270 |
+
echo ' - <font color="green">'.__('Installed', 'bulletproof-security').'</font>';
|
271 |
+
echo ':</strong> '. $key .'<br>';
|
272 |
+
}
|
273 |
+
}
|
274 |
}
|
275 |
|
276 |
// Get Total # Plugins Installed
|
288 |
return $count;
|
289 |
}
|
290 |
|
291 |
+
// Get Total # of must-use Plugins Installed
|
292 |
+
function bpsPro_count_mu_plugins($count) {
|
293 |
+
|
294 |
+
$all_mu_plugins = get_mu_plugins();
|
295 |
+
$count = 0;
|
296 |
+
|
297 |
+
foreach ( $all_mu_plugins as $key => $value ) {
|
298 |
+
|
299 |
+
if ( ! empty($key) ) {
|
300 |
+
$count++;
|
301 |
+
}
|
302 |
+
}
|
303 |
+
return $count;
|
304 |
+
}
|
305 |
+
|
306 |
// Get Total # Plugins Activated
|
307 |
function bpsPro_count_activated_plugins($count) {
|
308 |
|
563 |
echo bps_buddypress_site_type_check().'<br>';
|
564 |
echo '<strong><span class="sysinfo-label-text">'.__('bbPress', 'bulletproof-security').':</span></strong> ';
|
565 |
echo bps_bbpress_site_type_check().'<br>';
|
|
|
|
|
|
|
|
|
|
|
566 |
echo '<strong><span class="sysinfo-label-text">'.__('Plugins Folder', 'bulletproof-security').':</span></strong> ';
|
567 |
echo str_replace( ABSPATH, '', WP_PLUGIN_DIR ).'<br>';
|
568 |
$wp_upload_dir = wp_upload_dir();
|
587 |
echo '<strong><span class="sysinfo-label-text">'.__('DISABLE_WP_CRON constant', 'bulletproof-security').':</span></strong> '.__('Standard WP Crons are not disabled on your website.', 'bulletproof-security').'<br>';
|
588 |
}
|
589 |
|
590 |
+
echo '<strong><span class="sysinfo-label-text">'.__('Total Plugins Installed', 'bulletproof-security').':</span></strong> ';
|
591 |
echo bpsPro_count_installed_plugins($count).'<br>';
|
592 |
+
echo '<strong><span class="sysinfo-label-text">'.__('Total Must-Use Plugins Installed', 'bulletproof-security').':</span></strong> ';
|
593 |
+
echo bpsPro_count_mu_plugins($count).'<br>';
|
594 |
echo '<strong><span class="sysinfo-label-text">'.__('Total Plugins Activated', 'bulletproof-security').':</span></strong> ';
|
595 |
echo bpsPro_count_activated_plugins($count).'<br>';
|
596 |
+
if ( is_multisite() ) {
|
597 |
+
echo '<strong><span class="sysinfo-label-text">'.__('Total Plugins Network Activated', 'bulletproof-security').':</span></strong> ';
|
598 |
+
echo bpsPro_count_network_activated_plugins($count).'<br>';
|
599 |
+
}
|
600 |
+
|
601 |
?>
|
602 |
|
603 |
<h3><button id="bps-open-modal600" class="button bps-modal-button"><?php _e('Get Plugins List', 'bulletproof-security'); ?></button></h3>
|
982 |
</div>
|
983 |
|
984 |
<div id="bps-tabs-2" class="bps-tab-page">
|
|
|
985 |
|
986 |
<?php if ( ! current_user_can('manage_options') ) { _e('Permission Denied', 'bulletproof-security'); } else { ?>
|
987 |
|
988 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
989 |
<tr>
|
990 |
+
<td class="bps-table_title"><h2><?php _e('Website Headers Check Tool ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('Check your website Headers or another website\'s Headers by making a GET or HEAD Request', 'bulletproof-security'); ?></span></h2></td>
|
991 |
</tr>
|
992 |
<tr>
|
993 |
<td class="bps-table_cell_help">
|
1107 |
|
1108 |
</td>
|
1109 |
</tr>
|
|
|
|
|
|
|
1110 |
</table>
|
1111 |
<?php } ?>
|
1112 |
</div>
|
1113 |
|
1114 |
<div id="bps-tabs-3" class="bps-tab-page">
|
1115 |
+
|
1116 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
1117 |
<tr>
|
1118 |
+
<td class="bps-table_title"><h2><?php _e('BulletProof Security Help & FAQ', 'bulletproof-security'); ?></h2></td>
|
|
|
|
|
|
|
|
|
1119 |
</tr>
|
1120 |
<tr>
|
1121 |
+
<td class="bps-table_cell_help_links"><a href="https://forum.ait-pro.com/forums/topic/security-log-event-codes/" target="_blank"><?php _e('Security Log Event Codes', 'bulletproof-security'); ?></a><br /><br />
|
1122 |
+
<a href="https://www.ait-pro.com/aitpro-blog/category/bulletproof-security-contributors/" target="_blank"><?php _e('Contributors Page', 'bulletproof-security'); ?></a><br /><br />
|
1123 |
+
<a href="https://forum.ait-pro.com/forums/topic/plugin-conflicts-actively-blocked-plugins-plugin-compatibility/" target="_blank"><?php _e('Forum: Search, Troubleshooting Steps & Post Questions For Assistance', 'bulletproof-security'); ?></a>
|
1124 |
+
</td>
|
|
|
|
|
|
|
|
|
|
|
1125 |
</tr>
|
1126 |
</table>
|
1127 |
</div>
|
admin/theme-skin/theme-skin.php
CHANGED
@@ -95,11 +95,11 @@ $bps_bottomDiv = '</p></div>';
|
|
95 |
|
96 |
<div id="bps-tabs-1" class="bps-tab-page">
|
97 |
|
98 |
-
<h2><?php _e('UI|UX Settings ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('Change UI|UX visual preferences & functionality', 'bulletproof-security'); ?></span></h2>
|
99 |
-
|
100 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
101 |
<tr>
|
102 |
-
<td class="bps-table_title"
|
|
|
|
|
103 |
</tr>
|
104 |
<tr>
|
105 |
<td class="bps-table_cell_help">
|
@@ -107,7 +107,7 @@ $bps_bottomDiv = '</p></div>';
|
|
107 |
<h3 style="margin:0px 0px 10px 0px;"><?php _e('UI|UX Settings', 'bulletproof-security'); ?> <button id="bps-open-modal1" class="button bps-modal-button"><?php _e('Read Me', 'bulletproof-security'); ?></button></h3>
|
108 |
|
109 |
<div id="bps-modal-content1" title="<?php _e('UI|UX Settings', 'bulletproof-security'); ?>">
|
110 |
-
<p><?php $text = '<strong>'.__('This Read Me Help window is draggable (top) and resizable (bottom right corner)', 'bulletproof-security').'</strong><br><br><strong>'.__('Select a UI Theme Skin', 'bulletproof-security').'</strong><br>'.__('Select a UI Theme Skin and click the Save Skin button.', 'bulletproof-security').'<br><br><strong>'.__('Notes:', 'bulletproof-security').'</strong><br>- '.__('All elements and CSS properties should automatically be refreshed when you select and save your Theme Skin. If some Theme Skin elements or properties are not displaying correctly, Refresh your Browser.', 'bulletproof-security').'<br><br
|
111 |
</div>
|
112 |
|
113 |
<div id="UI-UX-options" style="width:340px;">
|
@@ -204,37 +204,23 @@ $bps_bottomDiv = '</p></div>';
|
|
204 |
|
205 |
</td>
|
206 |
</tr>
|
207 |
-
<tr>
|
208 |
-
<td class="bps-table_cell_bottom"> </td>
|
209 |
-
</tr>
|
210 |
</table>
|
211 |
|
212 |
</div>
|
213 |
|
214 |
<div id="bps-tabs-2" class="bps-tab-page">
|
215 |
-
|
216 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
217 |
<tr>
|
218 |
-
<td
|
219 |
-
</tr>
|
220 |
-
<tr>
|
221 |
-
<td class="bps-table_cell_help_links"><a href="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/whatsnew/whatsnew.php' ); ?>" target="_blank"><?php _e('Whats New in ', 'bulletproof-security'); echo BULLETPROOF_VERSION; ?></a></td>
|
222 |
-
<td class="bps-table_cell_help_links"><a href="https://forum.ait-pro.com/forums/topic/bulletproof-security-pro-version-release-dates/" target="_blank"><?php _e('BPS Pro Features & Version Release Dates', 'bulletproof-security'); ?></a></td>
|
223 |
</tr>
|
224 |
<tr>
|
225 |
-
<td class="bps-table_cell_help_links"
|
226 |
-
<
|
227 |
-
|
228 |
-
|
229 |
-
<
|
230 |
-
|
231 |
-
</tr>
|
232 |
-
<tr>
|
233 |
-
<td class="bps-table_cell_help_links"> </td>
|
234 |
-
<td class="bps-table_cell_help_links"> </td>
|
235 |
-
</tr>
|
236 |
-
<tr>
|
237 |
-
<td colspan="2" class="bps-table_cell_bottom"> </td>
|
238 |
</tr>
|
239 |
</table>
|
240 |
</div>
|
95 |
|
96 |
<div id="bps-tabs-1" class="bps-tab-page">
|
97 |
|
|
|
|
|
98 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
99 |
<tr>
|
100 |
+
<td class="bps-table_title">
|
101 |
+
<?php $text = '<h2>'.__('UI|UX Settings ~ ', 'bulletproof-security').'<span style="font-size:.75em;">'.__('Change UI|UX visual preferences & functionality', 'bulletproof-security').'</span></h2><div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect all of your website files with AutoRestore|Quarantine Intrusion Detection & Prevention System: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro ARQ IDPS">'.__('Get BPS Pro ARQ IDPS', 'bulletproof-security').'</a><br>'.__('Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-posting, auto-commenting): ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro JTC Anti-Spam|Anti-Hacker">'.__('Get BPS Pro JTC Anti-Spam|Anti-Hacker', 'bulletproof-security').'</a><br>'.__('Protect all of your Plugins (plugin folders and files) with an IP Firewall: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Plugin Firewall">'.__('Get BPS Pro Plugin Firewall', 'bulletproof-security').'</a><br>'.__('Protect your WordPress uploads folder against remote access or execution of files: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Uploads Anti-Exploit Guard">'.__('Get BPS Pro Uploads Anti-Exploit Guard', 'bulletproof-security').'</a></div>'; echo $text; ?>
|
102 |
+
</td>
|
103 |
</tr>
|
104 |
<tr>
|
105 |
<td class="bps-table_cell_help">
|
107 |
<h3 style="margin:0px 0px 10px 0px;"><?php _e('UI|UX Settings', 'bulletproof-security'); ?> <button id="bps-open-modal1" class="button bps-modal-button"><?php _e('Read Me', 'bulletproof-security'); ?></button></h3>
|
108 |
|
109 |
<div id="bps-modal-content1" title="<?php _e('UI|UX Settings', 'bulletproof-security'); ?>">
|
110 |
+
<p><?php $text = '<strong>'.__('This Read Me Help window is draggable (top) and resizable (bottom right corner)', 'bulletproof-security').'</strong><br><br><strong>'.__('Select a UI Theme Skin', 'bulletproof-security').'</strong><br>'.__('Select a UI Theme Skin and click the Save Skin button.', 'bulletproof-security').'<br><br><strong>'.__('Notes:', 'bulletproof-security').'</strong><br>- '.__('All elements and CSS properties should automatically be refreshed when you select and save your Theme Skin. If some Theme Skin elements or properties are not displaying correctly, Refresh your Browser.', 'bulletproof-security').'<br><br><strong>'.__('Inpage Status Display', 'bulletproof-security').'</strong><br>'.__('The Inpage Status Display displays the status of BPS features, options and your site security in real-time. The Inpage Status Display automatically turns itself off when a Form is submitted using POST and displays a Reload BPS Status Display button. Automatically turning off the Status Display during Form processing is a performance enhancement|optimization. Clicking the Reload BPS Status Display button reloads|displays the Inpage Status Display.', 'bulletproof-security').'<br><br><strong>'.__('Turn On|Off The Processing Spinner:', 'bulletproof-security').'</strong><br>'.__('The Processing Spinner is displayed during processing of the Forms listed below. The Processing Spinner includes a Cancel button to cancel the Form processing. The Processing Spinner can be turned off if you do not want to see it. If the Processing Spinner is not displaying correctly or at all then either your theme or another plugin is interfering with it. Since the Processing Spinner is just a visual enhancement it is not critical that it is being displayed.', 'bulletproof-security').'<br><br><strong>'.__('Forms That Display The Processing Spinner:', 'bulletproof-security').'</strong><br>'.__('DB Backup Job Processing, DB Table Names & Character Length Table, DB Table Prefix Changer and Setup Wizard.', 'bulletproof-security').'<br><br><strong>'.__('Turn On|Off jQuery ScrollTop Animation:', 'bulletproof-security').'</strong><br>'.__('The jQuery ScrollTop Animation is the scrolling animation that you see after submitting BPS Forms, which automatically scrolls to the top of BPS plugin pages to display success or error messages. The jQuery ScrollTop animation code is conditional based on your Browser User Agent or Rendering Engine. The jQuery ScrollTop animation has been customized for each major Browser individually for best visual animation/appearance. jQuery ScrollTop Animation can be turned On or Off.', 'bulletproof-security').'<br><br><strong>'.__('WP Toolbar Functionality In BPS Plugin Pages:', 'bulletproof-security').'</strong><br>'.__('This option affects the WP Toolbar in BPS plugin pages ONLY and does not affect the WP Toolbar anywhere else on your site. WP Toolbar additional menu items (nodes) added by other plugins and themes can cause problems for BPS when the WP Toolbar is loaded in BPS plugin pages. This option allows you to load only the default WP Toolbar without any additional menu items (nodes) loading/displayed on BPS plugin pages or to load the WP Toolbar with any/all other menu items (nodes) that have been added by other plugins and themes. The default setting is: Load Only The Default WP Toolbar (without loading any additional menu items (nodes) from other plugins or themes). If the BPS Processing Spinner is not working/displaying correctly then set this option to the default setting: Load Only The Default WP Toolbar.', 'bulletproof-security').'<br><br><strong>'.__('Script|Style Loader Filter (SLF) In BPS Plugin Pages:', 'bulletproof-security').'</strong><br>'.__('SLF is set to Off by default. If BPS plugin pages are not displaying visually correct then select the SLF On option setting and click the Save Option button. This option prevents other plugin and theme scripts, which break BPS plugin pages visually, from loading in BPS plugin pages. In some cases turning the SLF option On can cause an even worse problem, which is that BPS plugin pages load extremely slowly. So if you turn On the SLF option and BPS plugin pages are displaying visually correct, but BPS plugin pages are loading extremely slowly then unfortunately turning Off SLF is the lesser of the two problems - BPS plugin pages will not display visually correct.', 'bulletproof-security').'<br><br><strong>'.__('BPS UI|UX|AutoFix Debug:', 'bulletproof-security').'</strong><br><strong>'.__('BPS UI|UX Debug: ', 'bulletproof-security').'</strong>'.__('BPS UI|UX|AutoFix Debug is set to Off by default. Turning On the BPS UI|UX|AutoFix Debug option will display: plugin or theme Scripts that were Dequeued (prevented) from loading in BPS plugin pages, plugin or theme Scripts that were Nulled (prevented) from loading in BPS plugin pages by the Script|Style Loader Filter (SLF) In BPS Plugin Pages option and WP Toolbar nodes|menu items that were Removed in BPS plugin pages by the WP Toolbar Functionality In BPS Plugin Pages option. The Debugger will also display any SLF js or css Scripts that were Not Nulled|Allowed to load in BPS plugin pages.', 'bulletproof-security').'<br><br><strong>'.__('BPS AutoFix Debug: ', 'bulletproof-security').'</strong>'.__('Turning On the BPS UI|UX|AutoFix Debug option will display: plugin or theme names and the BPS Custom Code text box where plugins or themes should be creating Custom Code whitelist rules. Usage: If the BPS Setup Wizard AutoFix (AutoWhitelist|AutoSetup|AutoCleanup) Notice is still being displayed after running the Pre-Installation Wizard and Setup Wizard then the BPS UI|UX|AutoFix Debug option should be turned On to find the exact plugin or theme and the Custom Code text box where the problem is occurring. Example Debug Displayed message: CC Root Text Box 10: WooCommerce Plugin. This option could also be used generally to see which plugins and themes BPS AutoFix is creating Custom Code whitelist rules for and which Custom Code text boxes the AutoFix whitelist rules will be created in.', 'bulletproof-security'); echo $text; ?></p>
|
111 |
</div>
|
112 |
|
113 |
<div id="UI-UX-options" style="width:340px;">
|
204 |
|
205 |
</td>
|
206 |
</tr>
|
|
|
|
|
|
|
207 |
</table>
|
208 |
|
209 |
</div>
|
210 |
|
211 |
<div id="bps-tabs-2" class="bps-tab-page">
|
212 |
+
|
213 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
214 |
<tr>
|
215 |
+
<td class="bps-table_title"><h2><?php _e('Help & FAQ', 'bulletproof-security'); ?></h2></td>
|
|
|
|
|
|
|
|
|
216 |
</tr>
|
217 |
<tr>
|
218 |
+
<td class="bps-table_cell_help_links">
|
219 |
+
<a href="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/whatsnew/whatsnew.php' ); ?>" target="_blank"><?php _e('Whats New in ', 'bulletproof-security'); echo BULLETPROOF_VERSION; ?></a><br /><br />
|
220 |
+
<a href="https://forum.ait-pro.com/forums/topic/bulletproof-security-pro-version-release-dates/" target="_blank"><?php _e('BPS Pro Features & Version Release Dates', 'bulletproof-security'); ?></a><br /><br />
|
221 |
+
<a href="https://forum.ait-pro.com/video-tutorials/" target="_blank"><?php _e('Video Tutorials', 'bulletproof-security'); ?></a><br /><br />
|
222 |
+
<a href="https://forum.ait-pro.com/forums/topic/plugin-conflicts-actively-blocked-plugins-plugin-compatibility/" target="_blank"><?php _e('Forum: Search, Troubleshooting Steps & Post Questions For Assistance', 'bulletproof-security'); ?></a>
|
223 |
+
</td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
</tr>
|
225 |
</table>
|
226 |
</div>
|
admin/wizard/pwizard-autofix.php
CHANGED
@@ -26,7 +26,7 @@ wp-admin Custom Code Text Boxes:
|
|
26 |
## Note: If someone has other custom code and wants to use that custom code instead then they would need to
|
27 |
## add these 2 lines of code below so that the AutoFix check does not display.
|
28 |
## #RewriteCond %{REQUEST_METHOD} ^(HEAD) [NC]
|
29 |
-
## #RewriteRule ^(.*)$ /wp-content/plugins/bulletproof-security/405.php [
|
30 |
function bpsPro_Pwizard_Autofix_Request_methods() {
|
31 |
|
32 |
$AutoFix_Options = get_option('bulletproof_security_options_wizard_autofix');
|
@@ -53,7 +53,7 @@ function bpsPro_Pwizard_Autofix_Request_methods() {
|
|
53 |
RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK|DEBUG) [NC]
|
54 |
RewriteRule ^(.*)$ - [F]
|
55 |
#RewriteCond %{REQUEST_METHOD} ^(HEAD) [NC]
|
56 |
-
#RewriteRule ^(.*)$ " . $bps_get_wp_root_secure . $bps_plugin_dir . "/bulletproof-security/405.php [
|
57 |
|
58 |
## Jetpack Plugin: whitelist rules
|
59 |
$jetpack = 'jetpack/jetpack.php';
|
@@ -176,7 +176,7 @@ RewriteRule ^(.*)$ - [F]
|
|
176 |
'bps_customcode_deny_dot_folders' => $CC_Options_root['bps_customcode_deny_dot_folders'],
|
177 |
'bps_customcode_admin_includes' => $CC_Options_root['bps_customcode_admin_includes'],
|
178 |
'bps_customcode_wp_rewrite_start' => $CC_Options_root['bps_customcode_wp_rewrite_start'],
|
179 |
-
'bps_customcode_request_methods' => $bps_customcode_request_methods_implode,
|
180 |
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
181 |
'bps_customcode_timthumb_misc' => $CC_Options_root['bps_customcode_timthumb_misc'],
|
182 |
'bps_customcode_bpsqse' => $CC_Options_root['bps_customcode_bpsqse'],
|
@@ -195,7 +195,7 @@ RewriteRule ^(.*)$ - [F]
|
|
195 |
'bps_customcode_deny_dot_folders' => $CC_Options_root['bps_customcode_deny_dot_folders'],
|
196 |
'bps_customcode_admin_includes' => $CC_Options_root['bps_customcode_admin_includes'],
|
197 |
'bps_customcode_wp_rewrite_start' => $CC_Options_root['bps_customcode_wp_rewrite_start'],
|
198 |
-
'bps_customcode_request_methods' => $bps_customcode_request_methods_implode,
|
199 |
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
200 |
'bps_customcode_timthumb_misc' => $CC_Options_root['bps_customcode_timthumb_misc'],
|
201 |
'bps_customcode_bpsqse' => $CC_Options_root['bps_customcode_bpsqse'],
|
@@ -868,7 +868,7 @@ RewriteRule . - [S=1]\n";
|
|
868 |
'bps_customcode_wp_rewrite_start' => $CC_Options_root['bps_customcode_wp_rewrite_start'],
|
869 |
'bps_customcode_request_methods' => $CC_Options_root['bps_customcode_request_methods'],
|
870 |
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
871 |
-
'bps_customcode_timthumb_misc' => $bps_customcode_timthumb_misc_implode,
|
872 |
'bps_customcode_bpsqse' => $CC_Options_root['bps_customcode_bpsqse'],
|
873 |
'bps_customcode_deny_files' => $CC_Options_root['bps_customcode_deny_files'],
|
874 |
'bps_customcode_three' => $CC_Options_root['bps_customcode_three']
|
@@ -887,7 +887,7 @@ RewriteRule . - [S=1]\n";
|
|
887 |
'bps_customcode_wp_rewrite_start' => $CC_Options_root['bps_customcode_wp_rewrite_start'],
|
888 |
'bps_customcode_request_methods' => $CC_Options_root['bps_customcode_request_methods'],
|
889 |
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
890 |
-
'bps_customcode_timthumb_misc' => $bps_customcode_timthumb_misc_implode,
|
891 |
'bps_customcode_bpsqse' => $CC_Options_root['bps_customcode_bpsqse'],
|
892 |
'bps_customcode_wp_rewrite_end' => $CC_Options_root['bps_customcode_wp_rewrite_end'],
|
893 |
'bps_customcode_deny_files' => $CC_Options_root['bps_customcode_deny_files'],
|
@@ -1327,7 +1327,7 @@ RewriteRule ^(.*)$ - [F]
|
|
1327 |
'bps_customcode_request_methods' => $CC_Options_root['bps_customcode_request_methods'],
|
1328 |
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
1329 |
'bps_customcode_timthumb_misc' => $CC_Options_root['bps_customcode_timthumb_misc'],
|
1330 |
-
'bps_customcode_bpsqse' => $bps_customcode_bpsqse_implode,
|
1331 |
'bps_customcode_deny_files' => $CC_Options_root['bps_customcode_deny_files'],
|
1332 |
'bps_customcode_three' => $CC_Options_root['bps_customcode_three']
|
1333 |
);
|
@@ -1346,7 +1346,7 @@ RewriteRule ^(.*)$ - [F]
|
|
1346 |
'bps_customcode_request_methods' => $CC_Options_root['bps_customcode_request_methods'],
|
1347 |
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
1348 |
'bps_customcode_timthumb_misc' => $CC_Options_root['bps_customcode_timthumb_misc'],
|
1349 |
-
'bps_customcode_bpsqse' => $bps_customcode_bpsqse_implode,
|
1350 |
'bps_customcode_wp_rewrite_end' => $CC_Options_root['bps_customcode_wp_rewrite_end'],
|
1351 |
'bps_customcode_deny_files' => $CC_Options_root['bps_customcode_deny_files'],
|
1352 |
'bps_customcode_three' => $CC_Options_root['bps_customcode_three']
|
26 |
## Note: If someone has other custom code and wants to use that custom code instead then they would need to
|
27 |
## add these 2 lines of code below so that the AutoFix check does not display.
|
28 |
## #RewriteCond %{REQUEST_METHOD} ^(HEAD) [NC]
|
29 |
+
## #RewriteRule ^(.*)$ /wp-content/plugins/bulletproof-security/405.php [L]
|
30 |
function bpsPro_Pwizard_Autofix_Request_methods() {
|
31 |
|
32 |
$AutoFix_Options = get_option('bulletproof_security_options_wizard_autofix');
|
53 |
RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK|DEBUG) [NC]
|
54 |
RewriteRule ^(.*)$ - [F]
|
55 |
#RewriteCond %{REQUEST_METHOD} ^(HEAD) [NC]
|
56 |
+
#RewriteRule ^(.*)$ " . $bps_get_wp_root_secure . $bps_plugin_dir . "/bulletproof-security/405.php [L]";
|
57 |
|
58 |
## Jetpack Plugin: whitelist rules
|
59 |
$jetpack = 'jetpack/jetpack.php';
|
176 |
'bps_customcode_deny_dot_folders' => $CC_Options_root['bps_customcode_deny_dot_folders'],
|
177 |
'bps_customcode_admin_includes' => $CC_Options_root['bps_customcode_admin_includes'],
|
178 |
'bps_customcode_wp_rewrite_start' => $CC_Options_root['bps_customcode_wp_rewrite_start'],
|
179 |
+
'bps_customcode_request_methods' => trim($bps_customcode_request_methods_implode),
|
180 |
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
181 |
'bps_customcode_timthumb_misc' => $CC_Options_root['bps_customcode_timthumb_misc'],
|
182 |
'bps_customcode_bpsqse' => $CC_Options_root['bps_customcode_bpsqse'],
|
195 |
'bps_customcode_deny_dot_folders' => $CC_Options_root['bps_customcode_deny_dot_folders'],
|
196 |
'bps_customcode_admin_includes' => $CC_Options_root['bps_customcode_admin_includes'],
|
197 |
'bps_customcode_wp_rewrite_start' => $CC_Options_root['bps_customcode_wp_rewrite_start'],
|
198 |
+
'bps_customcode_request_methods' => trim($bps_customcode_request_methods_implode),
|
199 |
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
200 |
'bps_customcode_timthumb_misc' => $CC_Options_root['bps_customcode_timthumb_misc'],
|
201 |
'bps_customcode_bpsqse' => $CC_Options_root['bps_customcode_bpsqse'],
|
868 |
'bps_customcode_wp_rewrite_start' => $CC_Options_root['bps_customcode_wp_rewrite_start'],
|
869 |
'bps_customcode_request_methods' => $CC_Options_root['bps_customcode_request_methods'],
|
870 |
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
871 |
+
'bps_customcode_timthumb_misc' => trim($bps_customcode_timthumb_misc_implode),
|
872 |
'bps_customcode_bpsqse' => $CC_Options_root['bps_customcode_bpsqse'],
|
873 |
'bps_customcode_deny_files' => $CC_Options_root['bps_customcode_deny_files'],
|
874 |
'bps_customcode_three' => $CC_Options_root['bps_customcode_three']
|
887 |
'bps_customcode_wp_rewrite_start' => $CC_Options_root['bps_customcode_wp_rewrite_start'],
|
888 |
'bps_customcode_request_methods' => $CC_Options_root['bps_customcode_request_methods'],
|
889 |
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
890 |
+
'bps_customcode_timthumb_misc' => trim($bps_customcode_timthumb_misc_implode),
|
891 |
'bps_customcode_bpsqse' => $CC_Options_root['bps_customcode_bpsqse'],
|
892 |
'bps_customcode_wp_rewrite_end' => $CC_Options_root['bps_customcode_wp_rewrite_end'],
|
893 |
'bps_customcode_deny_files' => $CC_Options_root['bps_customcode_deny_files'],
|
1327 |
'bps_customcode_request_methods' => $CC_Options_root['bps_customcode_request_methods'],
|
1328 |
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
1329 |
'bps_customcode_timthumb_misc' => $CC_Options_root['bps_customcode_timthumb_misc'],
|
1330 |
+
'bps_customcode_bpsqse' => trim($bps_customcode_bpsqse_implode),
|
1331 |
'bps_customcode_deny_files' => $CC_Options_root['bps_customcode_deny_files'],
|
1332 |
'bps_customcode_three' => $CC_Options_root['bps_customcode_three']
|
1333 |
);
|
1346 |
'bps_customcode_request_methods' => $CC_Options_root['bps_customcode_request_methods'],
|
1347 |
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
1348 |
'bps_customcode_timthumb_misc' => $CC_Options_root['bps_customcode_timthumb_misc'],
|
1349 |
+
'bps_customcode_bpsqse' => trim($bps_customcode_bpsqse_implode),
|
1350 |
'bps_customcode_wp_rewrite_end' => $CC_Options_root['bps_customcode_wp_rewrite_end'],
|
1351 |
'bps_customcode_deny_files' => $CC_Options_root['bps_customcode_deny_files'],
|
1352 |
'bps_customcode_three' => $CC_Options_root['bps_customcode_three']
|
admin/wizard/wizard-backup.php
CHANGED
@@ -75,7 +75,7 @@ function bpsPro_Wizard_deny_all() {
|
|
75 |
// Zip Root htaccess file: If ZipArchive Class is not available use PclZip
|
76 |
function bps_zip_root_htaccess_file() {
|
77 |
// Use ZipArchive
|
78 |
-
if (
|
79 |
|
80 |
$zip = new ZipArchive();
|
81 |
$filename = WP_PLUGIN_DIR . '/bulletproof-security/admin/wizard/htaccess-files.zip';
|
75 |
// Zip Root htaccess file: If ZipArchive Class is not available use PclZip
|
76 |
function bps_zip_root_htaccess_file() {
|
77 |
// Use ZipArchive
|
78 |
+
if ( class_exists('ZipArchive') ) {
|
79 |
|
80 |
$zip = new ZipArchive();
|
81 |
$filename = WP_PLUGIN_DIR . '/bulletproof-security/admin/wizard/htaccess-files.zip';
|
admin/wizard/wizard-functions.php
CHANGED
@@ -266,7 +266,7 @@ $bps_secure_request_methods = "\n# REQUEST METHODS FILTERED
|
|
266 |
RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK|DEBUG) [NC]
|
267 |
RewriteRule ^(.*)$ - [F]
|
268 |
RewriteCond %{REQUEST_METHOD} ^(HEAD) [NC]
|
269 |
-
RewriteRule ^(.*)$ " . $bps_get_wp_root_secure . $bps_plugin_dir . "/bulletproof-security/405.php [
|
270 |
}
|
271 |
}
|
272 |
|
266 |
RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK|DEBUG) [NC]
|
267 |
RewriteRule ^(.*)$ - [F]
|
268 |
RewriteCond %{REQUEST_METHOD} ^(HEAD) [NC]
|
269 |
+
RewriteRule ^(.*)$ " . $bps_get_wp_root_secure . $bps_plugin_dir . "/bulletproof-security/405.php [L]\n\n";
|
270 |
}
|
271 |
}
|
272 |
|
admin/wizard/wizard.php
CHANGED
@@ -646,11 +646,10 @@ $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
|
|
646 |
echo '<div id="SLuserAgentFilter" style="border-top:3px solid #999999;border-bottom:3px solid #999999;margin-top:-10px;"><p>';
|
647 |
bpsSetupWizard_autoupdate_useragent_filters();
|
648 |
|
|
|
649 |
// .52.7: Set Security Log Limit POST Request Body Data option to checked/limited by default
|
650 |
-
|
651 |
|
652 |
-
if ( ! $SecLog_post_limit_Options['bps_security_log_post_none'] ) {
|
653 |
-
|
654 |
$SecLog_post_limit_settings = array(
|
655 |
'bps_security_log_post_limit' => '',
|
656 |
'bps_security_log_post_none' => '1',
|
@@ -706,21 +705,23 @@ $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
|
|
706 |
|
707 |
$successMessage8 = __(' DB Option created or updated Successfully!', 'bulletproof-security');
|
708 |
|
|
|
709 |
$woo_plugin = 'woocommerce/woocommerce.php';
|
710 |
$woo_plugin_active = in_array( $woo_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
711 |
|
|
|
712 |
if ( $woo_plugin_active == 1 || is_plugin_active_for_network( $woo_plugin ) ) {
|
713 |
// .54.36: New installations of BPS should not display the WooCommerce Enable LSM option Dismiss Notice if WooCommerce is already installed.
|
714 |
$bps_woo_lsm_jtc_options = array( 'bps_wizard_woo' => '1' );
|
715 |
|
716 |
-
if (
|
717 |
-
$bps_enable_lsm_woocommerce = '1';
|
718 |
-
} else {
|
719 |
$bps_enable_lsm_woocommerce = $BPS_LSM_Options['bps_enable_lsm_woocommerce'];
|
|
|
|
|
720 |
}
|
721 |
|
722 |
} else {
|
723 |
-
$bps_enable_lsm_woocommerce =
|
724 |
$bps_woo_lsm_jtc_options = array( 'bps_wizard_woo' => '' );
|
725 |
}
|
726 |
|
@@ -728,18 +729,16 @@ $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
|
|
728 |
update_option('bulletproof_security_options_setup_wizard_woo', $bps_woo_lsm_jtc_options);
|
729 |
}
|
730 |
|
731 |
-
|
732 |
-
|
733 |
-
$
|
734 |
-
$
|
735 |
-
$
|
736 |
-
$
|
737 |
-
$
|
738 |
-
$
|
739 |
-
$
|
740 |
-
$
|
741 |
-
$bps_login_security9 = ! $bps_login_security['bps_login_security_pw_reset'] ? 'enable' : $bps_login_security['bps_login_security_pw_reset'];
|
742 |
-
$bps_login_security10 = ! $bps_login_security['bps_login_security_sort'] ? 'ascending' : $bps_login_security['bps_login_security_sort'];
|
743 |
|
744 |
$BPS_Options_LSM = array(
|
745 |
'bps_max_logins' => $bps_login_security1,
|
@@ -852,8 +851,6 @@ function bpsSpinnerSWizard() {
|
|
852 |
|
853 |
<div id="bps-tabs-1" class="bps-tab-page">
|
854 |
|
855 |
-
<h2><?php _e('Setup Wizard ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('One-Click Complete Setup', 'bulletproof-security'); ?></span></h2>
|
856 |
-
|
857 |
<?php
|
858 |
function bpsPro_hfiles_inpage_message() {
|
859 |
|
@@ -871,7 +868,9 @@ bpsPro_hfiles_inpage_message();
|
|
871 |
|
872 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
873 |
<tr>
|
874 |
-
<td class="bps-table_title"
|
|
|
|
|
875 |
</tr>
|
876 |
<tr>
|
877 |
<td class="bps-table_cell_help">
|
@@ -928,22 +927,19 @@ bpsSetupWizardPrechecks();
|
|
928 |
|
929 |
</td>
|
930 |
</tr>
|
931 |
-
<tr>
|
932 |
-
<td class="bps-table_cell_bottom"> </td>
|
933 |
-
</tr>
|
934 |
</table>
|
935 |
|
936 |
</div>
|
937 |
|
938 |
<div id="bps-tabs-2" class="bps-tab-page">
|
939 |
|
940 |
-
<h2><?php _e('Setup Wizard Options ~ ', 'bulletproof-security'); ?><span style="font-size:.75em;"><?php _e('Click the Setup Wizard Options Read Me help button for help info about each option setting', 'bulletproof-security'); ?></span></h2>
|
941 |
-
|
942 |
<?php bpsPro_hfiles_inpage_message(); ?>
|
943 |
|
944 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
945 |
<tr>
|
946 |
-
<td class="bps-table_title"
|
|
|
|
|
947 |
</tr>
|
948 |
<tr>
|
949 |
<td class="bps-table_cell_help">
|
@@ -1167,9 +1163,6 @@ if ( isset( $_POST['Submit-Net-LSM'] ) && current_user_can('manage_options') ) {
|
|
1167 |
|
1168 |
</td>
|
1169 |
</tr>
|
1170 |
-
<tr>
|
1171 |
-
<td class="bps-table_cell_bottom"> </td>
|
1172 |
-
</tr>
|
1173 |
</table>
|
1174 |
|
1175 |
</div>
|
646 |
echo '<div id="SLuserAgentFilter" style="border-top:3px solid #999999;border-bottom:3px solid #999999;margin-top:-10px;"><p>';
|
647 |
bpsSetupWizard_autoupdate_useragent_filters();
|
648 |
|
649 |
+
// 2.0|2.3 BugFix: Changed the default option setting to: Do Not Log POST Request Body Data on new BPS installations & upgrades.
|
650 |
// .52.7: Set Security Log Limit POST Request Body Data option to checked/limited by default
|
651 |
+
if ( ! get_option('bulletproof_security_options_sec_log_post_limit') ) {
|
652 |
|
|
|
|
|
653 |
$SecLog_post_limit_settings = array(
|
654 |
'bps_security_log_post_limit' => '',
|
655 |
'bps_security_log_post_none' => '1',
|
705 |
|
706 |
$successMessage8 = __(' DB Option created or updated Successfully!', 'bulletproof-security');
|
707 |
|
708 |
+
$BPS_LSM_Options = get_option('bulletproof_security_options_login_security');
|
709 |
$woo_plugin = 'woocommerce/woocommerce.php';
|
710 |
$woo_plugin_active = in_array( $woo_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
711 |
|
712 |
+
// 2.3: BugFix: Enable Login Security for WooCommerce option being reset on rerun. Only enable once if the option does not exist.
|
713 |
if ( $woo_plugin_active == 1 || is_plugin_active_for_network( $woo_plugin ) ) {
|
714 |
// .54.36: New installations of BPS should not display the WooCommerce Enable LSM option Dismiss Notice if WooCommerce is already installed.
|
715 |
$bps_woo_lsm_jtc_options = array( 'bps_wizard_woo' => '1' );
|
716 |
|
717 |
+
if ( $BPS_LSM_Options['bps_enable_lsm_woocommerce'] == '' || $BPS_LSM_Options['bps_enable_lsm_woocommerce'] == '1' ) {
|
|
|
|
|
718 |
$bps_enable_lsm_woocommerce = $BPS_LSM_Options['bps_enable_lsm_woocommerce'];
|
719 |
+
} elseif ( ! $BPS_LSM_Options['bps_enable_lsm_woocommerce'] ) {
|
720 |
+
$bps_enable_lsm_woocommerce = '1';
|
721 |
}
|
722 |
|
723 |
} else {
|
724 |
+
$bps_enable_lsm_woocommerce = '';
|
725 |
$bps_woo_lsm_jtc_options = array( 'bps_wizard_woo' => '' );
|
726 |
}
|
727 |
|
729 |
update_option('bulletproof_security_options_setup_wizard_woo', $bps_woo_lsm_jtc_options);
|
730 |
}
|
731 |
|
732 |
+
$bps_login_security1 = ! $BPS_LSM_Options['bps_max_logins'] ? '3' : $BPS_LSM_Options['bps_max_logins'];
|
733 |
+
$bps_login_security2 = ! $BPS_LSM_Options['bps_lockout_duration'] ? '60' : $BPS_LSM_Options['bps_lockout_duration'];
|
734 |
+
$bps_login_security3 = ! $BPS_LSM_Options['bps_manual_lockout_duration'] ? '60' : $BPS_LSM_Options['bps_manual_lockout_duration'];
|
735 |
+
$bps_login_security4 = ! $BPS_LSM_Options['bps_max_db_rows_display'] ? '' : $BPS_LSM_Options['bps_max_db_rows_display'];
|
736 |
+
$bps_login_security5 = ! $BPS_LSM_Options['bps_login_security_OnOff'] ? 'On' : $BPS_LSM_Options['bps_login_security_OnOff'];
|
737 |
+
$bps_login_security6 = ! $BPS_LSM_Options['bps_login_security_logging'] ? 'logLockouts' : $BPS_LSM_Options['bps_login_security_logging'];
|
738 |
+
$bps_login_security7 = ! $BPS_LSM_Options['bps_login_security_errors'] ? 'wpErrors' : $BPS_LSM_Options['bps_login_security_errors'];
|
739 |
+
$bps_login_security8 = ! $BPS_LSM_Options['bps_login_security_remaining'] ? 'On' : $BPS_LSM_Options['bps_login_security_remaining'];
|
740 |
+
$bps_login_security9 = ! $BPS_LSM_Options['bps_login_security_pw_reset'] ? 'enable' : $BPS_LSM_Options['bps_login_security_pw_reset'];
|
741 |
+
$bps_login_security10 = ! $BPS_LSM_Options['bps_login_security_sort'] ? 'ascending' : $BPS_LSM_Options['bps_login_security_sort'];
|
|
|
|
|
742 |
|
743 |
$BPS_Options_LSM = array(
|
744 |
'bps_max_logins' => $bps_login_security1,
|
851 |
|
852 |
<div id="bps-tabs-1" class="bps-tab-page">
|
853 |
|
|
|
|
|
854 |
<?php
|
855 |
function bpsPro_hfiles_inpage_message() {
|
856 |
|
868 |
|
869 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
870 |
<tr>
|
871 |
+
<td class="bps-table_title">
|
872 |
+
<?php $text = '<h2>'.__('Setup Wizard ~ ', 'bulletproof-security').'<span style="font-size:.75em;">'.__('One-Click Complete Setup', 'bulletproof-security').'</span></h2><div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect all of your website files with AutoRestore|Quarantine Intrusion Detection & Prevention System: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro ARQ IDPS">'.__('Get BPS Pro ARQ IDPS', 'bulletproof-security').'</a><br>'.__('Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-posting, auto-commenting): ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro JTC Anti-Spam|Anti-Hacker">'.__('Get BPS Pro JTC Anti-Spam|Anti-Hacker', 'bulletproof-security').'</a><br>'.__('Protect all of your Plugins (plugin folders and files) with an IP Firewall: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Plugin Firewall">'.__('Get BPS Pro Plugin Firewall', 'bulletproof-security').'</a><br>'.__('Protect your WordPress uploads folder against remote access or execution of files: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Uploads Anti-Exploit Guard">'.__('Get BPS Pro Uploads Anti-Exploit Guard', 'bulletproof-security').'</a></div>'; echo $text; ?>
|
873 |
+
</td>
|
874 |
</tr>
|
875 |
<tr>
|
876 |
<td class="bps-table_cell_help">
|
927 |
|
928 |
</td>
|
929 |
</tr>
|
|
|
|
|
|
|
930 |
</table>
|
931 |
|
932 |
</div>
|
933 |
|
934 |
<div id="bps-tabs-2" class="bps-tab-page">
|
935 |
|
|
|
|
|
936 |
<?php bpsPro_hfiles_inpage_message(); ?>
|
937 |
|
938 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bps-help_faq_table">
|
939 |
<tr>
|
940 |
+
<td class="bps-table_title">
|
941 |
+
<?php $text = '<h2>'.__('Setup Wizard Options ~ ', 'bulletproof-security').'<span style="font-size:.75em;">'.__('Click the Setup Wizard Options Read Me help button for help info about each option setting', 'bulletproof-security').'</span></h2><div class="promo-text">'.__('Want even more security protection?', 'bulletproof-security').'<br>'.__('Protect all of your website files with AutoRestore|Quarantine Intrusion Detection & Prevention System: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro ARQ IDPS">'.__('Get BPS Pro ARQ IDPS', 'bulletproof-security').'</a><br>'.__('Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-posting, auto-commenting): ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro JTC Anti-Spam|Anti-Hacker">'.__('Get BPS Pro JTC Anti-Spam|Anti-Hacker', 'bulletproof-security').'</a><br>'.__('Protect all of your Plugins (plugin folders and files) with an IP Firewall: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Plugin Firewall">'.__('Get BPS Pro Plugin Firewall', 'bulletproof-security').'</a><br>'.__('Protect your WordPress uploads folder against remote access or execution of files: ', 'bulletproof-security').'<a href="https://affiliates.ait-pro.com/po/" target="_blank" title="BPS Pro Uploads Anti-Exploit Guard">'.__('Get BPS Pro Uploads Anti-Exploit Guard', 'bulletproof-security').'</a></div>'; echo $text; ?>
|
942 |
+
</td>
|
943 |
</tr>
|
944 |
<tr>
|
945 |
<td class="bps-table_cell_help">
|
1163 |
|
1164 |
</td>
|
1165 |
</tr>
|
|
|
|
|
|
|
1166 |
</table>
|
1167 |
|
1168 |
</div>
|
bulletproof-security.php
CHANGED
@@ -5,8 +5,8 @@ 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 • .htaccess Website Security Protection (Firewalls) • Security Logging|HTTP Error Logging • DB Backup • DB Table Prefix Changer • Login Security & Monitoring • Idle Session Logout (ISL) • Auth Cookie Expiration (ACE) • UI Theme Skin Changer • System Info: Extensive System, Server and Security Status Information • FrontEnd|BackEnd Maintenance Mode
|
8 |
-
Version: 2.
|
9 |
-
Author: AITpro
|
10 |
Author URI: https://forum.ait-pro.com/read-me-first/
|
11 |
*/
|
12 |
|
@@ -28,9 +28,9 @@ Author URI: https://forum.ait-pro.com/read-me-first/
|
|
28 |
*/
|
29 |
|
30 |
// BPS variables
|
31 |
-
define( 'BULLETPROOF_VERSION', '2.
|
32 |
-
$bps_last_version = '2.
|
33 |
-
$bps_version = '2.
|
34 |
$aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
|
35 |
// Top div & bottom div
|
36 |
$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 • .htaccess Website Security Protection (Firewalls) • Security Logging|HTTP Error Logging • DB Backup • DB Table Prefix Changer • Login Security & Monitoring • Idle Session Logout (ISL) • Auth Cookie Expiration (ACE) • UI Theme Skin Changer • System Info: Extensive System, Server and Security Status Information • FrontEnd|BackEnd Maintenance Mode
|
8 |
+
Version: 2.3
|
9 |
+
Author: AITpro Website Security
|
10 |
Author URI: https://forum.ait-pro.com/read-me-first/
|
11 |
*/
|
12 |
|
28 |
*/
|
29 |
|
30 |
// BPS variables
|
31 |
+
define( 'BULLETPROOF_VERSION', '2.3' );
|
32 |
+
$bps_last_version = '2.2';
|
33 |
+
$bps_version = '2.3';
|
34 |
$aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
|
35 |
// Top div & bottom div
|
36 |
$bps_topDiv = '<div id="message" class="updated" style="background-color:#dfecf2;border:1px solid #999;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><p>';
|
includes/functions.php
CHANGED
@@ -297,7 +297,8 @@ function bps_root_htaccess_status_dashboard() {
|
|
297 |
$pattern17 = '/#\sNEVER\sCOMMENT\sOUT\sTHIS\sLINE\sOF\sCODE\sBELOW\sFOR\sANY\sREASON(\s*){1}#{1,}(\s|){1,}RewriteCond\s%\{REQUEST_URI\}\s\!\^\.\*\/wp-admin\/\s\[NC\]/';
|
298 |
$pattern18 = '/#\sREQUEST\sMETHODS\sFILTERED(.*)RewriteCond\s\%\{REQUEST_METHOD\}\s\^\(HEAD\|TRACE\|DELETE\|TRACK\|DEBUG\)\s\[NC\](\s*){1}RewriteRule\s\^\(\.\*\)\$\s\-\s\[F\]/s';
|
299 |
$pattern19 = '/RewriteRule\s\^\(\.\*\)\$\s\-\s\[R=405,L\]/';
|
300 |
-
|
|
|
301 |
$pattern21 = '/RewriteCond\s%\{THE_REQUEST\}\s\(\\\?.*%2a\)\+\(%20.*HTTP\(:\/.*\[NC,OR\]/';
|
302 |
$pattern22 = '/RewriteCond\s%\{QUERY_STRING\}\s\[a-zA-Z0-9_\]=http:\/\/\s\[NC,OR\]/';
|
303 |
$pattern23 = '/RewriteCond\s%\{QUERY_STRING\}\s\^\(\.\*\)cPath=http:\/\/\(\.\*\)\$\s\[NC,OR\]/';
|
@@ -404,8 +405,9 @@ switch ( $bps_version ) {
|
|
404 |
}
|
405 |
|
406 |
// 2.0: Add R to the dumb downed Request Methods Filtered 405 htaccess code in the Root htaccess file.
|
|
|
407 |
if ( preg_match( $pattern20, $stringReplace, $matches ) ) {
|
408 |
-
$stringReplace = preg_replace( $pattern20, "RewriteRule ^(.*)$ " . $bps_get_wp_root_secure . $bps_plugin_dir . "/bulletproof-security/405.php [
|
409 |
}
|
410 |
|
411 |
// 2.0: Add additional https scheme conditions to 3 htaccess security rules and combine 2 rules into 1 rule.
|
297 |
$pattern17 = '/#\sNEVER\sCOMMENT\sOUT\sTHIS\sLINE\sOF\sCODE\sBELOW\sFOR\sANY\sREASON(\s*){1}#{1,}(\s|){1,}RewriteCond\s%\{REQUEST_URI\}\s\!\^\.\*\/wp-admin\/\s\[NC\]/';
|
298 |
$pattern18 = '/#\sREQUEST\sMETHODS\sFILTERED(.*)RewriteCond\s\%\{REQUEST_METHOD\}\s\^\(HEAD\|TRACE\|DELETE\|TRACK\|DEBUG\)\s\[NC\](\s*){1}RewriteRule\s\^\(\.\*\)\$\s\-\s\[F\]/s';
|
299 |
$pattern19 = '/RewriteRule\s\^\(\.\*\)\$\s\-\s\[R=405,L\]/';
|
300 |
+
// 2.3: Reverting: Match R,L for replacement to L
|
301 |
+
$pattern20 = '/RewriteRule\s\^\(\.\*\)\$(.*)\/bulletproof-security\/405\.php\s\[R,L\]/';
|
302 |
$pattern21 = '/RewriteCond\s%\{THE_REQUEST\}\s\(\\\?.*%2a\)\+\(%20.*HTTP\(:\/.*\[NC,OR\]/';
|
303 |
$pattern22 = '/RewriteCond\s%\{QUERY_STRING\}\s\[a-zA-Z0-9_\]=http:\/\/\s\[NC,OR\]/';
|
304 |
$pattern23 = '/RewriteCond\s%\{QUERY_STRING\}\s\^\(\.\*\)cPath=http:\/\/\(\.\*\)\$\s\[NC,OR\]/';
|
405 |
}
|
406 |
|
407 |
// 2.0: Add R to the dumb downed Request Methods Filtered 405 htaccess code in the Root htaccess file.
|
408 |
+
// 2.3: Reverted: Remove R due to duplicate security log entries
|
409 |
if ( preg_match( $pattern20, $stringReplace, $matches ) ) {
|
410 |
+
$stringReplace = preg_replace( $pattern20, "RewriteRule ^(.*)$ " . $bps_get_wp_root_secure . $bps_plugin_dir . "/bulletproof-security/405.php [L]", $stringReplace);
|
411 |
}
|
412 |
|
413 |
// 2.0: Add additional https scheme conditions to 3 htaccess security rules and combine 2 rules into 1 rule.
|
includes/general-functions.php
CHANGED
@@ -646,6 +646,7 @@ $file = ABSPATH . '.htaccess';
|
|
646 |
}
|
647 |
|
648 |
// 2.0: Add R to the dumb downed Request Methods Filtered 405 htaccess code in Root Custom Code.
|
|
|
649 |
// Add additional https scheme conditions to 3 htaccess security rules and combine 2 rules into 1 rule in Root and wp-admin Custom Code.
|
650 |
// Note: htmlspecialchars_decode() is not necessary.
|
651 |
function bpsPro_upgrade_CC_automatic_fix() {
|
@@ -653,7 +654,7 @@ function bpsPro_upgrade_CC_automatic_fix() {
|
|
653 |
$CC_Options_root = get_option('bulletproof_security_options_customcode');
|
654 |
$bps_get_wp_root_secure = bps_wp_get_root_folder();
|
655 |
$bps_plugin_dir = str_replace( ABSPATH, '', WP_PLUGIN_DIR );
|
656 |
-
$pattern1 = '/RewriteRule\s\^\(\.\*\)\$(.*)\/bulletproof-security\/405\.php\s\[L\]/';
|
657 |
$pattern2 = '/RewriteCond\s%\{THE_REQUEST\}\s\(\\\?.*%2a\)\+\(%20.*HTTP\(:\/.*\[NC,OR\]/';
|
658 |
$pattern3 = '/RewriteCond\s%\{QUERY_STRING\}\s\[a-zA-Z0-9_\]=http:\/\/\s\[NC,OR\]/';
|
659 |
$pattern4 = '/RewriteCond\s%\{QUERY_STRING\}\s\^\(\.\*\)cPath=http:\/\/\(\.\*\)\$\s\[NC,OR\]/';
|
@@ -662,7 +663,7 @@ function bpsPro_upgrade_CC_automatic_fix() {
|
|
662 |
if ( $CC_Options_root['bps_customcode_bpsqse'] != '' ) {
|
663 |
|
664 |
if ( preg_match( $pattern1, $CC_Options_root['bps_customcode_request_methods'] ) ) {
|
665 |
-
$bps_customcode_request_methods = preg_replace( $pattern1, "RewriteRule ^(.*)$ " . $bps_get_wp_root_secure . $bps_plugin_dir . "/bulletproof-security/405.php [
|
666 |
}
|
667 |
|
668 |
} else {
|
@@ -833,12 +834,10 @@ function bpsPro_new_version_db_options_files_autoupdate() {
|
|
833 |
delete_user_meta($user_id, 'bps_ignore_jetpack_notice');
|
834 |
delete_user_meta($user_id, 'bps_ignore_woocommerce_notice');
|
835 |
|
836 |
-
// 2.0:
|
837 |
// This will only update the db options 1 time if the bps_security_log_post_none DB option does not exist.
|
838 |
// .52.7: Set Security Log Limit POST Request Body Data option to checked/limited by default
|
839 |
-
|
840 |
-
|
841 |
-
if ( ! $SecLog_post_limit_Options['bps_security_log_post_none'] ) {
|
842 |
|
843 |
$SecLog_post_limit_settings = array(
|
844 |
'bps_security_log_post_limit' => '',
|
@@ -851,10 +850,11 @@ function bpsPro_new_version_db_options_files_autoupdate() {
|
|
851 |
}
|
852 |
}
|
853 |
|
854 |
-
// 2.0:
|
855 |
// Add additional https scheme conditions to 3 htaccess security rules and combine 2 rules into 1 rule in Root and wp-admin Custom Code.
|
856 |
bpsPro_upgrade_CC_automatic_fix();
|
857 |
|
|
|
858 |
// 2.0: Update and Pre-save the new BPS MU Tools DB options
|
859 |
// Delete the old bulletproof_security_options_autoupdate DB option
|
860 |
// Delete the old bps-plugin-autoupdate.php files
|
@@ -868,11 +868,10 @@ function bpsPro_new_version_db_options_files_autoupdate() {
|
|
868 |
$bps_mu_tools2 = ! $MUTools_Options['bps_mu_tools_enable_disable_autoupdate'] ? 'disable' : $MUTools_Options['bps_mu_tools_enable_disable_autoupdate'];
|
869 |
}
|
870 |
|
871 |
-
$bps_mu_tools1 = ! $MUTools_Options['bps_mu_tools_timestamp'] ? time() + 300 : $MUTools_Options['bps_mu_tools_timestamp'];
|
872 |
$bps_mu_tools3 = ! $MUTools_Options['bps_mu_tools_enable_disable_deactivation'] ? 'enable' : $MUTools_Options['bps_mu_tools_enable_disable_deactivation'];
|
873 |
|
874 |
$MUTools_Option_settings = array(
|
875 |
-
'bps_mu_tools_timestamp' =>
|
876 |
'bps_mu_tools_enable_disable_autoupdate' => $bps_mu_tools2,
|
877 |
'bps_mu_tools_enable_disable_deactivation' => $bps_mu_tools3
|
878 |
);
|
@@ -999,18 +998,19 @@ function bpsPro_new_version_db_options_files_autoupdate() {
|
|
999 |
}
|
1000 |
}
|
1001 |
|
|
|
1002 |
// .54.3: New Enable LSM for WooCommerce option added
|
1003 |
// .51.8: New Login Security Attempts Remaining option added
|
1004 |
$lsm = get_option('bulletproof_security_options_login_security');
|
1005 |
|
1006 |
-
if ( $
|
1007 |
-
if (
|
1008 |
-
$bps_enable_lsm_woocommerce = '1';
|
1009 |
-
} else {
|
1010 |
$bps_enable_lsm_woocommerce = $lsm['bps_enable_lsm_woocommerce'];
|
1011 |
-
}
|
|
|
|
|
1012 |
} else {
|
1013 |
-
$bps_enable_lsm_woocommerce =
|
1014 |
}
|
1015 |
|
1016 |
$lsm1 = ! $lsm['bps_max_logins'] ? '3' : $lsm['bps_max_logins'];
|
646 |
}
|
647 |
|
648 |
// 2.0: Add R to the dumb downed Request Methods Filtered 405 htaccess code in Root Custom Code.
|
649 |
+
// 2.3: Revert: Remove R from the dumbed downed Request Methods Filtered 405 htaccess code in Root Custom Code.
|
650 |
// Add additional https scheme conditions to 3 htaccess security rules and combine 2 rules into 1 rule in Root and wp-admin Custom Code.
|
651 |
// Note: htmlspecialchars_decode() is not necessary.
|
652 |
function bpsPro_upgrade_CC_automatic_fix() {
|
654 |
$CC_Options_root = get_option('bulletproof_security_options_customcode');
|
655 |
$bps_get_wp_root_secure = bps_wp_get_root_folder();
|
656 |
$bps_plugin_dir = str_replace( ABSPATH, '', WP_PLUGIN_DIR );
|
657 |
+
$pattern1 = '/RewriteRule\s\^\(\.\*\)\$(.*)\/bulletproof-security\/405\.php\s\[R,L\]/';
|
658 |
$pattern2 = '/RewriteCond\s%\{THE_REQUEST\}\s\(\\\?.*%2a\)\+\(%20.*HTTP\(:\/.*\[NC,OR\]/';
|
659 |
$pattern3 = '/RewriteCond\s%\{QUERY_STRING\}\s\[a-zA-Z0-9_\]=http:\/\/\s\[NC,OR\]/';
|
660 |
$pattern4 = '/RewriteCond\s%\{QUERY_STRING\}\s\^\(\.\*\)cPath=http:\/\/\(\.\*\)\$\s\[NC,OR\]/';
|
663 |
if ( $CC_Options_root['bps_customcode_bpsqse'] != '' ) {
|
664 |
|
665 |
if ( preg_match( $pattern1, $CC_Options_root['bps_customcode_request_methods'] ) ) {
|
666 |
+
$bps_customcode_request_methods = preg_replace( $pattern1, "RewriteRule ^(.*)$ " . $bps_get_wp_root_secure . $bps_plugin_dir . "/bulletproof-security/405.php [L]", $CC_Options_root['bps_customcode_request_methods']);
|
667 |
}
|
668 |
|
669 |
} else {
|
834 |
delete_user_meta($user_id, 'bps_ignore_jetpack_notice');
|
835 |
delete_user_meta($user_id, 'bps_ignore_woocommerce_notice');
|
836 |
|
837 |
+
// 2.0|2.3 BugFix: Changed the default option setting to: Do Not Log POST Request Body Data on new BPS installations & upgrades.
|
838 |
// This will only update the db options 1 time if the bps_security_log_post_none DB option does not exist.
|
839 |
// .52.7: Set Security Log Limit POST Request Body Data option to checked/limited by default
|
840 |
+
if ( ! get_option('bulletproof_security_options_sec_log_post_limit') ) {
|
|
|
|
|
841 |
|
842 |
$SecLog_post_limit_settings = array(
|
843 |
'bps_security_log_post_limit' => '',
|
850 |
}
|
851 |
}
|
852 |
|
853 |
+
// 2.0|2.3: Revert: Remove R from the dumbed downed Request Methods Filtered 405 htaccess code in Root Custom Code.
|
854 |
// Add additional https scheme conditions to 3 htaccess security rules and combine 2 rules into 1 rule in Root and wp-admin Custom Code.
|
855 |
bpsPro_upgrade_CC_automatic_fix();
|
856 |
|
857 |
+
// 2.3: Always update the mu tools timestamp to time + 5 minutes on BPS upgrade. Hopefully that will prevent email alerts being sent during BPS upgrades.
|
858 |
// 2.0: Update and Pre-save the new BPS MU Tools DB options
|
859 |
// Delete the old bulletproof_security_options_autoupdate DB option
|
860 |
// Delete the old bps-plugin-autoupdate.php files
|
868 |
$bps_mu_tools2 = ! $MUTools_Options['bps_mu_tools_enable_disable_autoupdate'] ? 'disable' : $MUTools_Options['bps_mu_tools_enable_disable_autoupdate'];
|
869 |
}
|
870 |
|
|
|
871 |
$bps_mu_tools3 = ! $MUTools_Options['bps_mu_tools_enable_disable_deactivation'] ? 'enable' : $MUTools_Options['bps_mu_tools_enable_disable_deactivation'];
|
872 |
|
873 |
$MUTools_Option_settings = array(
|
874 |
+
'bps_mu_tools_timestamp' => time() + 300,
|
875 |
'bps_mu_tools_enable_disable_autoupdate' => $bps_mu_tools2,
|
876 |
'bps_mu_tools_enable_disable_deactivation' => $bps_mu_tools3
|
877 |
);
|
998 |
}
|
999 |
}
|
1000 |
|
1001 |
+
// 2.3: BugFix: Enable Login Security for WooCommerce option being reset on upgrade. Only enable once if the option does not exist.
|
1002 |
// .54.3: New Enable LSM for WooCommerce option added
|
1003 |
// .51.8: New Login Security Attempts Remaining option added
|
1004 |
$lsm = get_option('bulletproof_security_options_login_security');
|
1005 |
|
1006 |
+
if ( $woo_plugin_active == 1 || is_plugin_active_for_network( $woo_plugin ) ) {
|
1007 |
+
if ( $lsm['bps_enable_lsm_woocommerce'] == '' || $lsm['bps_enable_lsm_woocommerce'] == '1' ) {
|
|
|
|
|
1008 |
$bps_enable_lsm_woocommerce = $lsm['bps_enable_lsm_woocommerce'];
|
1009 |
+
} elseif ( ! $lsm['bps_enable_lsm_woocommerce'] ) {
|
1010 |
+
$bps_enable_lsm_woocommerce = '1';
|
1011 |
+
}
|
1012 |
} else {
|
1013 |
+
$bps_enable_lsm_woocommerce = '';
|
1014 |
}
|
1015 |
|
1016 |
$lsm1 = ! $lsm['bps_max_logins'] ? '3' : $lsm['bps_max_logins'];
|
includes/hud-autofix-whitelist.php
CHANGED
@@ -32,6 +32,12 @@ function bpsPro_HUD_autofix_whitelist_check() {
|
|
32 |
return;
|
33 |
}
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
if ( @$_POST['Submit-Setup-Wizard'] == true ) {
|
36 |
return;
|
37 |
}
|
@@ -707,7 +713,7 @@ function bpsPro_HUD_autofix_whitelist_check() {
|
|
707 |
$marker_wpadmin4 = '/BPS\sAutoWhitelist\sQS4/'; // RewriteCond %{QUERY_STRING} ^.*(\(|\)|<|>).* [NC,OR]
|
708 |
|
709 |
if ( $content_egg_active == 1 || is_plugin_active_for_network( $content_egg ) ) {
|
710 |
-
if ( ! preg_match(
|
711 |
$autofix_message = 1;
|
712 |
$debug_wpadmin_BPSQSE .= __('CC wp-admin Text Box 4: Content Egg (Free and Pro) Plugin', 'bulletproof-security').'<br>';
|
713 |
}
|
32 |
return;
|
33 |
}
|
34 |
|
35 |
+
global $blog_id;
|
36 |
+
|
37 |
+
if ( is_multisite() && $blog_id != 1 ) {
|
38 |
+
return;
|
39 |
+
}
|
40 |
+
|
41 |
if ( @$_POST['Submit-Setup-Wizard'] == true ) {
|
42 |
return;
|
43 |
}
|
713 |
$marker_wpadmin4 = '/BPS\sAutoWhitelist\sQS4/'; // RewriteCond %{QUERY_STRING} ^.*(\(|\)|<|>).* [NC,OR]
|
714 |
|
715 |
if ( $content_egg_active == 1 || is_plugin_active_for_network( $content_egg ) ) {
|
716 |
+
if ( ! preg_match( $marker_wpadmin1, $bps_customcode_bpsqse_wpa ) ) {
|
717 |
$autofix_message = 1;
|
718 |
$debug_wpadmin_BPSQSE .= __('CC wp-admin Text Box 4: Content Egg (Free and Pro) Plugin', 'bulletproof-security').'<br>';
|
719 |
}
|
includes/login-security.php
CHANGED
@@ -81,7 +81,7 @@ if ( $BPSoptions['bps_login_security_OnOff'] == 'On' && $BPSoptions['bps_login_s
|
|
81 |
$user = get_user_by( 'email', $username );
|
82 |
}
|
83 |
|
84 |
-
|
85 |
|
86 |
foreach ( $LoginSecurityRows as $row ) {
|
87 |
|
@@ -98,7 +98,7 @@ if ( $BPSoptions['bps_login_security_OnOff'] == 'On' && $BPSoptions['bps_login_s
|
|
98 |
}
|
99 |
|
100 |
// Good Login - DB Row does NOT Exist - Create it - Email option - Any user logs in
|
101 |
-
if ( $wpdb->num_rows == 0 && $user->ID != 0 && wp_check_password($password, $user->user_pass, $user->ID) ) {
|
102 |
$status = 'Not Locked';
|
103 |
$lockout_time = '0';
|
104 |
$failed_logins ='0';
|
@@ -192,7 +192,7 @@ if ( $BPSoptions['bps_login_security_OnOff'] == 'On' && $BPSoptions['bps_login_s
|
|
192 |
} // end if ( $wpdb->num_rows != 0...
|
193 |
|
194 |
// Bad Login - DB Row does NOT Exist - First bad login attempt = $failed_logins = '1'; - Insert a new Row with Locked status
|
195 |
-
if ( $wpdb->num_rows == 0 && $user->ID != 0 && ! wp_check_password($password, $user->user_pass, $user->ID) ) {
|
196 |
$failed_logins = '1';
|
197 |
|
198 |
// Insane, but someone will do this... if max bad retries is set to 1
|
@@ -414,8 +414,8 @@ if ( $BPSoptions['bps_login_security_OnOff'] == 'On' && $BPSoptions['bps_login_s
|
|
414 |
$user = get_user_by( 'email', $username );
|
415 |
}
|
416 |
|
417 |
-
|
418 |
-
|
419 |
foreach ( $LoginSecurityRows as $row ) {
|
420 |
|
421 |
if ( $row->status == 'Locked' && $timeNow < $row->lockout_time && $row->failed_logins >= $BPSoptions['bps_max_logins'] && $BPSoptions['bps_login_security_errors'] != 'genericAll') {
|
@@ -431,7 +431,7 @@ if ( $BPSoptions['bps_login_security_OnOff'] == 'On' && $BPSoptions['bps_login_s
|
|
431 |
}
|
432 |
|
433 |
// Bad Login - DB Row does NOT Exist - First bad login attempt = $failed_logins = '1';
|
434 |
-
if ( $wpdb->num_rows == 0 && $user->ID != 0 && ! wp_check_password($password, $user->user_pass, $user->ID) ) {
|
435 |
$failed_logins = '1';
|
436 |
|
437 |
// Insane, but someone will do this... if max bad retries is set to 1
|
81 |
$user = get_user_by( 'email', $username );
|
82 |
}
|
83 |
|
84 |
+
@$LoginSecurityRows = $wpdb->get_results( $wpdb->prepare("SELECT * FROM $bpspro_login_table WHERE user_id = %d", $user->ID) );
|
85 |
|
86 |
foreach ( $LoginSecurityRows as $row ) {
|
87 |
|
98 |
}
|
99 |
|
100 |
// Good Login - DB Row does NOT Exist - Create it - Email option - Any user logs in
|
101 |
+
if ( $user && $wpdb->num_rows == 0 && $user->ID != 0 && wp_check_password($password, $user->user_pass, $user->ID) ) {
|
102 |
$status = 'Not Locked';
|
103 |
$lockout_time = '0';
|
104 |
$failed_logins ='0';
|
192 |
} // end if ( $wpdb->num_rows != 0...
|
193 |
|
194 |
// Bad Login - DB Row does NOT Exist - First bad login attempt = $failed_logins = '1'; - Insert a new Row with Locked status
|
195 |
+
if ( $user && $wpdb->num_rows == 0 && $user->ID != 0 && ! wp_check_password($password, $user->user_pass, $user->ID) ) {
|
196 |
$failed_logins = '1';
|
197 |
|
198 |
// Insane, but someone will do this... if max bad retries is set to 1
|
414 |
$user = get_user_by( 'email', $username );
|
415 |
}
|
416 |
|
417 |
+
@$LoginSecurityRows = $wpdb->get_results( $wpdb->prepare("SELECT * FROM $bpspro_login_table WHERE user_id = %d", $user->ID) );
|
418 |
+
|
419 |
foreach ( $LoginSecurityRows as $row ) {
|
420 |
|
421 |
if ( $row->status == 'Locked' && $timeNow < $row->lockout_time && $row->failed_logins >= $BPSoptions['bps_max_logins'] && $BPSoptions['bps_login_security_errors'] != 'genericAll') {
|
431 |
}
|
432 |
|
433 |
// Bad Login - DB Row does NOT Exist - First bad login attempt = $failed_logins = '1';
|
434 |
+
if ( $user && $wpdb->num_rows == 0 && $user->ID != 0 && ! wp_check_password($password, $user->user_pass, $user->ID) ) {
|
435 |
$failed_logins = '1';
|
436 |
|
437 |
// Insane, but someone will do this... if max bad retries is set to 1
|
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: 2017-
|
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"
|
@@ -163,7 +163,8 @@ msgid ""
|
|
163 |
"You MUST copy and paste the entire REQUEST METHODS FILTERED section of code "
|
164 |
"from your root .htaccess file into this text box first. You can then edit "
|
165 |
"and modify the code in this text window and save your changes. To Allow HEAD "
|
166 |
-
"Requests
|
|
|
167 |
msgstr ""
|
168 |
|
169 |
#: admin/core/core-custom-code.php:248
|
@@ -173,7 +174,7 @@ msgid ""
|
|
173 |
msgstr ""
|
174 |
|
175 |
#: admin/core/core-custom-code.php:249 admin/core/core-custom-code.php:309
|
176 |
-
#: admin/core/core-custom-code.php:
|
177 |
msgid ""
|
178 |
"ONLY add valid htaccess code below or text commented out with a pound sign #"
|
179 |
msgstr ""
|
@@ -234,17 +235,17 @@ msgstr ""
|
|
234 |
msgid "Click OK to save your Root Custom Code or click Cancel."
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: admin/core/core-custom-code.php:
|
238 |
msgid "wp-admin htaccess File Custom Code"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: admin/core/core-custom-code.php:
|
242 |
msgid ""
|
243 |
"CUSTOM CODE WPADMIN DENY BROWSER ACCESS TO FILES:<br>Add additional wp-admin "
|
244 |
"files that you would like to block here"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: admin/core/core-custom-code.php:
|
248 |
msgid ""
|
249 |
"You MUST copy and paste the entire WPADMIN DENY BROWSER ACCESS TO FILES "
|
250 |
"section of code from your wp-admin .htaccess file into this text box first. "
|
@@ -254,25 +255,25 @@ msgid ""
|
|
254 |
"htaccess file"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: admin/core/core-custom-code.php:
|
258 |
msgid ""
|
259 |
"CUSTOM CODE WPADMIN TOP:<br>wp-admin password protection & miscellaneous "
|
260 |
"custom code here"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: admin/core/core-custom-code.php:
|
264 |
msgid ""
|
265 |
"CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES:<br>Add wp-admin plugin/file skip "
|
266 |
"rules code here"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: admin/core/core-custom-code.php:
|
270 |
msgid ""
|
271 |
"CUSTOM CODE BPSQSE-check BPS QUERY STRING EXPLOITS AND FILTERS:<br>Modify "
|
272 |
"Query String Exploit code here"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: admin/core/core-custom-code.php:
|
276 |
msgid ""
|
277 |
"You MUST copy and paste the entire BPS QUERY STRING EXPLOITS section of code "
|
278 |
"from your wp-admin .htaccess file from # BEGIN BPSQSE-check BPS QUERY STRING "
|
@@ -281,7 +282,7 @@ msgid ""
|
|
281 |
"this text window and save your changes."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: admin/core/core-custom-code.php:
|
285 |
msgid "Click OK to save your wp-admin Custom Code or click Cancel."
|
286 |
msgstr ""
|
287 |
|
@@ -300,8 +301,8 @@ msgstr ""
|
|
300 |
|
301 |
#: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
|
302 |
#: admin/wizard/wizard-backup.php:187 admin/wizard/wizard-backup.php:221
|
303 |
-
#: admin/wizard/wizard.php:
|
304 |
-
#: admin/wizard/wizard.php:
|
305 |
msgid "Setup Wizard Options"
|
306 |
msgstr ""
|
307 |
|
@@ -392,7 +393,7 @@ msgid "Your Root and wp-admin Custom Code has been deleted successfully."
|
|
392 |
msgstr ""
|
393 |
|
394 |
#: admin/core/core-forms.php:18 admin/core/core-forms.php:98
|
395 |
-
#: admin/core/core.php:
|
396 |
msgid "htaccess Files Disabled: wp-admin htaccess file writing is disabled."
|
397 |
msgstr ""
|
398 |
|
@@ -877,7 +878,7 @@ msgid ""
|
|
877 |
"Read Me help file for BPS troubleshooting steps."
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: admin/core/core-help-text.php:15 admin/wizard/wizard.php:
|
881 |
msgid "Notes: "
|
882 |
msgstr ""
|
883 |
|
@@ -944,7 +945,7 @@ msgid ""
|
|
944 |
"Send Email Alerts."
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: admin/core/core-help-text.php:18 admin/core/core.php:
|
948 |
msgid "HPF Cron Check Frequency:"
|
949 |
msgstr ""
|
950 |
|
@@ -956,7 +957,7 @@ msgid ""
|
|
956 |
"Options button to save your settings."
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: admin/core/core-help-text.php:18 admin/core/core.php:
|
960 |
msgid "HPF Cron On|Off:"
|
961 |
msgstr ""
|
962 |
|
@@ -966,7 +967,7 @@ msgid ""
|
|
966 |
"HPF Cron Off. Click the Save HPF Cron Options button to save your settings."
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: admin/core/core-help-text.php:18 admin/core/core.php:
|
970 |
msgid "Ignore Hidden Plugin Folders & Files:"
|
971 |
msgstr ""
|
972 |
|
@@ -1068,17 +1069,17 @@ msgid ""
|
|
1068 |
"permanently. To save any new htaccess code permanently use BPS Custom Code."
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: admin/core/core-help-text.php:30 admin/core/core.php:
|
1072 |
-
#: admin/core/core.php:
|
1073 |
-
#: admin/core/core.php:
|
1074 |
#: admin/db-backup-security/db-backup-help-text.php:12
|
1075 |
#: admin/db-backup-security/db-backup-help-text.php:15
|
1076 |
-
#: admin/db-backup-security/db-backup-security.php:
|
1077 |
-
#: admin/login/login.php:
|
1078 |
#: admin/maintenance/maintenance.php:200
|
1079 |
-
#: admin/security-log/security-log.php:
|
1080 |
#: admin/system-info/system-info.php:103 admin/theme-skin/theme-skin.php:110
|
1081 |
-
#: admin/wizard/wizard.php:
|
1082 |
msgid ""
|
1083 |
"This Read Me Help window is draggable (top) and resizable (bottom right "
|
1084 |
"corner)"
|
@@ -1094,7 +1095,7 @@ msgid ""
|
|
1094 |
"will be updated/saved."
|
1095 |
msgstr ""
|
1096 |
|
1097 |
-
#: admin/core/core-help-text.php:30 admin/security-log/security-log.php:
|
1098 |
msgid "Important Notes: "
|
1099 |
msgstr ""
|
1100 |
|
@@ -1546,17 +1547,17 @@ msgstr ""
|
|
1546 |
|
1547 |
#: admin/core/core-htaccess-code.php:437 admin/core/core-htaccess-code.php:521
|
1548 |
#: admin/core/core-htaccess-code.php:590 admin/core/core-htaccess-code.php:674
|
1549 |
-
#: admin/core/core.php:
|
1550 |
msgid "htaccess Files Disabled: Root htaccess file writing is disabled."
|
1551 |
msgstr ""
|
1552 |
|
1553 |
#: admin/core/core-htaccess-code.php:459 admin/core/core-htaccess-code.php:612
|
1554 |
-
#: admin/core/core.php:
|
1555 |
msgid "Failed to copy your Custom default.htaccess file: "
|
1556 |
msgstr ""
|
1557 |
|
1558 |
#: admin/core/core-htaccess-code.php:459 admin/core/core-htaccess-code.php:612
|
1559 |
-
#: admin/core/core.php:
|
1560 |
msgid " to: "
|
1561 |
msgstr ""
|
1562 |
|
@@ -1597,8 +1598,8 @@ msgstr ""
|
|
1597 |
msgid "Rate BPS"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
-
#: admin/core/core.php:126 admin/includes/admin.php:
|
1601 |
-
#: admin/includes/admin.php:
|
1602 |
msgid "BulletProof Security ~ htaccess Core"
|
1603 |
msgstr ""
|
1604 |
|
@@ -1617,7 +1618,7 @@ msgstr ""
|
|
1617 |
msgid "htaccess File Editor"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: admin/core/core.php:180 admin/core/core.php:
|
1621 |
msgid "Custom Code"
|
1622 |
msgstr ""
|
1623 |
|
@@ -1629,177 +1630,224 @@ msgstr ""
|
|
1629 |
msgid "Whats New"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#: admin/core/core.php:183
|
1633 |
-
|
1634 |
-
msgstr ""
|
1635 |
-
|
1636 |
-
#: admin/core/core.php:184 admin/db-backup-security/db-backup-security.php:262
|
1637 |
-
#: admin/db-backup-security/db-backup-security.php:1745
|
1638 |
#: admin/login/login.php:163 admin/maintenance/maintenance.php:164
|
1639 |
#: admin/security-log/security-log.php:227 admin/system-info/system-info.php:90
|
1640 |
#: admin/theme-skin/theme-skin.php:92 admin/theme-skin/theme-skin.php:215
|
1641 |
msgid "Help & FAQ"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
-
#: admin/core/core.php:
|
|
|
|
|
|
|
|
|
1645 |
msgid "htaccess File Security Modes ~ "
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: admin/core/core.php:
|
1649 |
msgid "RBM, WBM, HPF, MBM & BBM BulletProof Modes"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#: admin/core/core.php:
|
1653 |
-
#: admin/core/core.php:
|
1654 |
-
#: admin/
|
1655 |
-
#: admin/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1656 |
msgid "Permission Denied"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
-
#: admin/core/core.php:
|
1660 |
msgid "Activate|Deactivate Security Modes"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: admin/core/core.php:
|
1664 |
msgid "Root Folder BulletProof Mode (RBM)"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
-
#: admin/core/core.php:
|
1668 |
-
#: admin/core/core.php:
|
1669 |
-
#: admin/core/core.php:
|
1670 |
-
#: admin/db-backup-security/db-backup-security.php:
|
1671 |
-
#: admin/db-backup-security/db-backup-security.php:
|
1672 |
-
#: admin/db-backup-security/db-backup-security.php:
|
1673 |
-
#: admin/login/login.php:
|
1674 |
#: admin/maintenance/maintenance.php:195
|
1675 |
-
#: admin/security-log/security-log.php:
|
1676 |
-
#: admin/theme-skin/theme-skin.php:107 admin/wizard/wizard.php:
|
1677 |
-
#: admin/wizard/wizard.php:
|
1678 |
msgid "Read Me"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
-
#: admin/core/core.php:
|
1682 |
-
#: admin/db-backup-security/db-backup-security.php:
|
1683 |
-
#: admin/login/login.php:
|
1684 |
#: admin/system-info/system-info.php:106
|
1685 |
msgid "Forum Help Links: "
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#: admin/core/core.php:
|
1689 |
msgid "Setup Wizard & Other Video Tutorials"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
#: admin/core/core.php:
|
1693 |
-
#: admin/security-log/security-log.php:
|
1694 |
msgid "BPS Troubleshooting Steps"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: admin/core/core.php:
|
1698 |
-
#: admin/core/core.php:
|
1699 |
-
#: admin/core/core.php:
|
1700 |
msgid "RBM Status: "
|
1701 |
msgstr ""
|
1702 |
|
1703 |
-
#: admin/core/core.php:
|
1704 |
-
#: admin/core/core.php:
|
1705 |
-
#: admin/core/core.php:
|
1706 |
msgid "Disabled"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
-
#: admin/core/core.php:
|
1710 |
msgid "Root htaccess File Does Not Exist"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: admin/core/core.php:
|
1714 |
-
#: admin/core/core.php:
|
1715 |
-
#: admin/core/core.php:
|
1716 |
#: admin/system-info/system-info.php:243
|
1717 |
msgid "Activated"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
-
#: admin/core/core.php:
|
1721 |
-
#: admin/core/core.php:
|
1722 |
-
#: admin/core/core.php:
|
1723 |
#: admin/system-info/system-info.php:252
|
1724 |
msgid "Deactivated"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: admin/core/core.php:
|
1728 |
msgid "Click OK to Activate Root Folder BulletProof Mode or click Cancel."
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: admin/core/core.php:
|
1732 |
msgid "Click OK to Deactivate Root Folder BulletProof Mode or click Cancel."
|
1733 |
msgstr ""
|
1734 |
|
1735 |
-
#: admin/core/core.php:
|
1736 |
msgid "wp-admin Folder BulletProof Mode (WBM)"
|
1737 |
msgstr ""
|
1738 |
|
1739 |
-
#: admin/core/core.php:
|
1740 |
-
#: admin/core/core.php:
|
1741 |
msgid "WBM Status: "
|
1742 |
msgstr ""
|
1743 |
|
1744 |
-
#: admin/core/core.php:
|
1745 |
msgid "Click OK to Activate wp-admin Folder BulletProof Mode or click Cancel."
|
1746 |
msgstr ""
|
1747 |
|
1748 |
-
#: admin/core/core.php:
|
1749 |
msgid ""
|
1750 |
"Click OK to Deactivate wp-admin Folder BulletProof Mode or click Cancel."
|
1751 |
msgstr ""
|
1752 |
|
1753 |
-
#: admin/core/core.php:
|
1754 |
msgid "Hidden Plugin Folders|Files Cron (HPF)"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
-
#: admin/core/core.php:
|
1758 |
-
#: admin/core/core.php:
|
1759 |
msgid "HPF Status: "
|
1760 |
msgstr ""
|
1761 |
|
1762 |
-
#: admin/core/core.php:
|
1763 |
msgid "HPF Cron On"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
-
#: admin/core/core.php:
|
1767 |
msgid "HPF Cron Off"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
-
#: admin/core/core.php:
|
1771 |
msgid "Run Check Every 1 Minute"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
-
#: admin/core/core.php:
|
1775 |
msgid "Run Check Every 5 Minutes"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
-
#: admin/core/core.php:
|
1779 |
msgid "Run Check Every 10 Minutes"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
-
#: admin/core/core.php:
|
1783 |
msgid "Run Check Every 15 Minutes"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
-
#: admin/core/core.php:
|
1787 |
msgid "Run Check Every 30 Minutes"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
#: admin/core/core.php:
|
1791 |
msgid "Run Check Every 60 Minutes"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
-
#: admin/core/core.php:
|
1795 |
msgid "Run Check Once Daily"
|
1796 |
msgstr ""
|
1797 |
|
1798 |
-
#: admin/core/core.php:
|
1799 |
msgid "Save HPF Cron Options"
|
1800 |
msgstr ""
|
1801 |
|
1802 |
-
#: admin/core/core.php:
|
1803 |
msgid ""
|
1804 |
"The default Cron Frequency is: Run Check Every 15 Minutes. This is a "
|
1805 |
"lightweight check that uses an insignificant amount of resources/memory so 4 "
|
@@ -1811,315 +1859,315 @@ msgid ""
|
|
1811 |
"OK to proceed or click Cancel"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
-
#: admin/core/core.php:
|
1815 |
msgid "Add Ignore rules using plugin folder names or file names."
|
1816 |
msgstr ""
|
1817 |
|
1818 |
-
#: admin/core/core.php:
|
1819 |
msgid "Use a comma and a space between folder and/or file names."
|
1820 |
msgstr ""
|
1821 |
|
1822 |
-
#: admin/core/core.php:
|
1823 |
msgid "Example: plugin-folder-name, example-file-name.php"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
-
#: admin/core/core.php:
|
1827 |
msgid ""
|
1828 |
"This option is for adding ignore rules for Hidden or Empty Plugin Folders "
|
1829 |
"Detected by BPS or Non-standard WP files detected by BPS in your /plugins/ "
|
1830 |
"folder."
|
1831 |
msgstr ""
|
1832 |
|
1833 |
-
#: admin/core/core.php:
|
1834 |
msgid ""
|
1835 |
"This is an independent option setting that does not require clicking any "
|
1836 |
"other buttons."
|
1837 |
msgstr ""
|
1838 |
|
1839 |
-
#: admin/core/core.php:
|
1840 |
-
#: admin/security-log/security-log.php:
|
1841 |
-
#: admin/security-log/security-log.php:
|
1842 |
-
#: admin/security-log/security-log.php:
|
1843 |
-
#: admin/system-info/system-info.php:
|
1844 |
-
#: admin/system-info/system-info.php:
|
1845 |
msgid "Click OK to proceed or click Cancel."
|
1846 |
msgstr ""
|
1847 |
|
1848 |
-
#: admin/core/core.php:
|
1849 |
msgid "Master htaccess Folder BulletProof Mode (MBM)"
|
1850 |
msgstr ""
|
1851 |
|
1852 |
-
#: admin/core/core.php:
|
1853 |
msgid "MBM BulletProof Modes"
|
1854 |
msgstr ""
|
1855 |
|
1856 |
-
#: admin/core/core.php:
|
1857 |
-
#: admin/core/core.php:
|
1858 |
msgid "MBM Status: "
|
1859 |
msgstr ""
|
1860 |
|
1861 |
-
#: admin/core/core.php:
|
1862 |
msgid "Click OK to Activate MBM BulletProof Mode or click Cancel."
|
1863 |
msgstr ""
|
1864 |
|
1865 |
-
#: admin/core/core.php:
|
1866 |
msgid "Click OK to Deactivate MBM BulletProof Mode or click Cancel."
|
1867 |
msgstr ""
|
1868 |
|
1869 |
-
#: admin/core/core.php:
|
1870 |
msgid "BPS Backup Folder BulletProof Mode (BBM)"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: admin/core/core.php:
|
1874 |
msgid "BBM BulletProof Modes"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#: admin/core/core.php:
|
1878 |
-
#: admin/core/core.php:
|
1879 |
msgid "BBM Status: "
|
1880 |
msgstr ""
|
1881 |
|
1882 |
-
#: admin/core/core.php:
|
1883 |
msgid "Click OK to Activate BBM BulletProof Mode or click Cancel."
|
1884 |
msgstr ""
|
1885 |
|
1886 |
-
#: admin/core/core.php:
|
1887 |
msgid ""
|
1888 |
"Caution: BPS Backup Folder BulletProof Mode (BBM) should only be deactivated "
|
1889 |
"for testing or troubleshooting. Be sure to activate BBM BulletProof Mode "
|
1890 |
"after you are done testing or troubleshooting."
|
1891 |
msgstr ""
|
1892 |
|
1893 |
-
#: admin/core/core.php:
|
1894 |
msgid "Click OK to Deactivate BBM BulletProof Mode or click Cancel."
|
1895 |
msgstr ""
|
1896 |
|
1897 |
-
#: admin/core/core.php:
|
1898 |
msgid "Backup & Restore BPS htaccess Files"
|
1899 |
msgstr ""
|
1900 |
|
1901 |
-
#: admin/core/core.php:
|
1902 |
msgid "Click OK to Backup BPS htaccess files or click Cancel."
|
1903 |
msgstr ""
|
1904 |
|
1905 |
-
#: admin/core/core.php:
|
1906 |
msgid "Click OK to Restore BPS htaccess files or click Cancel."
|
1907 |
msgstr ""
|
1908 |
|
1909 |
-
#: admin/core/core.php:
|
1910 |
msgid "htaccess File Editor ~ "
|
1911 |
msgstr ""
|
1912 |
|
1913 |
-
#: admin/core/core.php:
|
1914 |
msgid ""
|
1915 |
-
"Check or edit BPS htaccess files/code manually/directly for testing.
|
1916 |
-
"
|
1917 |
msgstr ""
|
1918 |
|
1919 |
-
#: admin/core/core.php:
|
1920 |
msgid "htaccess File Editing"
|
1921 |
msgstr ""
|
1922 |
|
1923 |
-
#: admin/core/core.php:
|
1924 |
msgid "htaccess Files Disabled: secure.htaccess Master file is disabled."
|
1925 |
msgstr ""
|
1926 |
|
1927 |
-
#: admin/core/core.php:
|
1928 |
msgid "ERROR: A secure.htaccess Master file was NOT found."
|
1929 |
msgstr ""
|
1930 |
|
1931 |
-
#: admin/core/core.php:
|
1932 |
msgid ""
|
1933 |
"File Open and Write test successful! The secure.htaccess Master file is "
|
1934 |
"writable."
|
1935 |
msgstr ""
|
1936 |
|
1937 |
-
#: admin/core/core.php:
|
1938 |
-
#: admin/core/core.php:
|
1939 |
msgid "Cannot write to file: "
|
1940 |
msgstr ""
|
1941 |
|
1942 |
-
#: admin/core/core.php:
|
1943 |
msgid ""
|
1944 |
"htaccess Files Disabled: secure.htaccess Master file writing is disabled."
|
1945 |
msgstr ""
|
1946 |
|
1947 |
-
#: admin/core/core.php:
|
1948 |
msgid "Error: Unable to write to the secure.htaccess Master file."
|
1949 |
msgstr ""
|
1950 |
|
1951 |
-
#: admin/core/core.php:
|
1952 |
msgid "The secure.htaccess Master file has been updated."
|
1953 |
msgstr ""
|
1954 |
|
1955 |
-
#: admin/core/core.php:
|
1956 |
msgid "htaccess Files Disabled: default.htaccess Master file is disabled."
|
1957 |
msgstr ""
|
1958 |
|
1959 |
-
#: admin/core/core.php:
|
1960 |
msgid "ERROR: A default.htaccess Master file was NOT found."
|
1961 |
msgstr ""
|
1962 |
|
1963 |
-
#: admin/core/core.php:
|
1964 |
msgid ""
|
1965 |
"File Open and Write test successful! The default.htaccess Master file is "
|
1966 |
"writable."
|
1967 |
msgstr ""
|
1968 |
|
1969 |
-
#: admin/core/core.php:
|
1970 |
msgid ""
|
1971 |
"htaccess Files Disabled: default.htaccess Master file writing is disabled."
|
1972 |
msgstr ""
|
1973 |
|
1974 |
-
#: admin/core/core.php:
|
1975 |
msgid "Error: Unable to write to the default.htaccess Master file."
|
1976 |
msgstr ""
|
1977 |
|
1978 |
-
#: admin/core/core.php:
|
1979 |
msgid "The default.htaccess Master file has been updated."
|
1980 |
msgstr ""
|
1981 |
|
1982 |
-
#: admin/core/core.php:
|
1983 |
msgid ""
|
1984 |
" Check that the /bps-backup/ and /master-backups/ folders exist and the "
|
1985 |
"folder permissions or Ownership for these folders."
|
1986 |
msgstr ""
|
1987 |
|
1988 |
-
#: admin/core/core.php:
|
1989 |
msgid ""
|
1990 |
"Your Custom default.htaccess Master file has been successfully saved to: "
|
1991 |
msgstr ""
|
1992 |
|
1993 |
-
#: admin/core/core.php:
|
1994 |
msgid "wpadmin-secure.htaccess file writing is disabled."
|
1995 |
msgstr ""
|
1996 |
|
1997 |
-
#: admin/core/core.php:
|
1998 |
msgid ""
|
1999 |
"htaccess Files Disabled: wpadmin-secure.htaccess Master file is disabled."
|
2000 |
msgstr ""
|
2001 |
|
2002 |
-
#: admin/core/core.php:
|
2003 |
msgid "ERROR: A wpadmin-secure.htaccess Master file was NOT found."
|
2004 |
msgstr ""
|
2005 |
|
2006 |
-
#: admin/core/core.php:
|
2007 |
msgid ""
|
2008 |
"File Open and Write test successful! The wpadmin-secure.htaccess Master file "
|
2009 |
"is writable."
|
2010 |
msgstr ""
|
2011 |
|
2012 |
-
#: admin/core/core.php:
|
2013 |
msgid ""
|
2014 |
"htaccess Files Disabled: wpadmin-secure.htaccess Master file writing is "
|
2015 |
"disabled."
|
2016 |
msgstr ""
|
2017 |
|
2018 |
-
#: admin/core/core.php:
|
2019 |
msgid "Error: Unable to write to the wpadmin-secure.htaccess Master file."
|
2020 |
msgstr ""
|
2021 |
|
2022 |
-
#: admin/core/core.php:
|
2023 |
msgid "The wpadmin-secure.htaccess Master file has been updated."
|
2024 |
msgstr ""
|
2025 |
|
2026 |
-
#: admin/core/core.php:
|
2027 |
msgid "htaccess Files Disabled: Root htaccess file does not exist."
|
2028 |
msgstr ""
|
2029 |
|
2030 |
-
#: admin/core/core.php:
|
2031 |
msgid "ERROR: An htaccess file was NOT found in your root folder"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
-
#: admin/core/core.php:
|
2035 |
msgid ""
|
2036 |
"File Open and Write test successful! Your currently active root htaccess "
|
2037 |
"file is writable."
|
2038 |
msgstr ""
|
2039 |
|
2040 |
-
#: admin/core/core.php:
|
2041 |
msgid "Your root htaccess file is Locked with Read Only Permissions."
|
2042 |
msgstr ""
|
2043 |
|
2044 |
-
#: admin/core/core.php:
|
2045 |
msgid ""
|
2046 |
"Use the Lock and Unlock buttons below to Lock or Unlock your root htaccess "
|
2047 |
"file for editing."
|
2048 |
msgstr ""
|
2049 |
|
2050 |
-
#: admin/core/core.php:
|
2051 |
msgid ""
|
2052 |
"Error: Unable to write to the Root htaccess file. If your Root htaccess file "
|
2053 |
"is locked you must unlock first."
|
2054 |
msgstr ""
|
2055 |
|
2056 |
-
#: admin/core/core.php:
|
2057 |
msgid "Your currently active root htaccess file has been updated."
|
2058 |
msgstr ""
|
2059 |
|
2060 |
-
#: admin/core/core.php:
|
2061 |
msgid "wp-admin active htaccess file writing is disabled."
|
2062 |
msgstr ""
|
2063 |
|
2064 |
-
#: admin/core/core.php:
|
2065 |
msgid "htaccess Files Disabled: wp-admin folder htaccess file does not exist."
|
2066 |
msgstr ""
|
2067 |
|
2068 |
-
#: admin/core/core.php:
|
2069 |
msgid "ERROR: An htaccess file was NOT found in your wp-admin folder"
|
2070 |
msgstr ""
|
2071 |
|
2072 |
-
#: admin/core/core.php:
|
2073 |
msgid ""
|
2074 |
"File Open and Write test successful! Your currently active wp-admin htaccess "
|
2075 |
"file is writable."
|
2076 |
msgstr ""
|
2077 |
|
2078 |
-
#: admin/core/core.php:
|
2079 |
msgid "Error: Unable to write to the wp-admin htaccess file."
|
2080 |
msgstr ""
|
2081 |
|
2082 |
-
#: admin/core/core.php:
|
2083 |
msgid "Your currently active wp-admin htaccess file has been updated."
|
2084 |
msgstr ""
|
2085 |
|
2086 |
-
#: admin/core/core.php:
|
2087 |
msgid "Your Root htaccess file has been Locked."
|
2088 |
msgstr ""
|
2089 |
|
2090 |
-
#: admin/core/core.php:
|
2091 |
msgid "Unable to Lock your Root htaccess file."
|
2092 |
msgstr ""
|
2093 |
|
2094 |
-
#: admin/core/core.php:
|
2095 |
msgid "Your Root htaccess file has been Unlocked."
|
2096 |
msgstr ""
|
2097 |
|
2098 |
-
#: admin/core/core.php:
|
2099 |
msgid "Unable to Unlock your Root htaccess file."
|
2100 |
msgstr ""
|
2101 |
|
2102 |
-
#: admin/core/core.php:
|
2103 |
msgid "Click OK to Lock your Root htaccess file or click Cancel."
|
2104 |
msgstr ""
|
2105 |
|
2106 |
-
#: admin/core/core.php:
|
2107 |
msgid ""
|
2108 |
"Note: The File Open and Write Test window will still display the last status "
|
2109 |
"of the file as Unlocked. To see the current status refresh your browser."
|
2110 |
msgstr ""
|
2111 |
|
2112 |
-
#: admin/core/core.php:
|
2113 |
msgid "Click OK to Unlock your Root htaccess file or click Cancel."
|
2114 |
msgstr ""
|
2115 |
|
2116 |
-
#: admin/core/core.php:
|
2117 |
msgid ""
|
2118 |
"Note: The File Open and Write Test window will still display the last status "
|
2119 |
"of the file as Locked. To see the current status refresh your browser."
|
2120 |
msgstr ""
|
2121 |
|
2122 |
-
#: admin/core/core.php:
|
2123 |
msgid ""
|
2124 |
"Turning AutoLock On will allow BPS Pro to automatically lock your Root ."
|
2125 |
"htaccess file. For some folks this causes a problem because their Web Hosts "
|
@@ -2127,22 +2175,22 @@ msgid ""
|
|
2127 |
"BPS Pro to AutoLock the Root .htaccess file works fine."
|
2128 |
msgstr ""
|
2129 |
|
2130 |
-
#: admin/core/core.php:
|
2131 |
msgid "Click OK to Turn AutoLock On or click Cancel."
|
2132 |
msgstr ""
|
2133 |
|
2134 |
-
#: admin/core/core.php:
|
2135 |
-
#: admin/system-info/system-info.php:
|
2136 |
-
#: admin/system-info/system-info.php:
|
2137 |
-
#: admin/system-info/system-info.php:
|
2138 |
-
#: admin/system-info/system-info.php:
|
2139 |
-
#: includes/functions.php:
|
2140 |
-
#: includes/functions.php:
|
2141 |
-
#: includes/functions.php:
|
2142 |
msgid "On"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
-
#: admin/core/core.php:
|
2146 |
msgid ""
|
2147 |
"Turning AutoLock Off will prevent BPS Pro from automatically locking your "
|
2148 |
"Root .htaccess file. For some folks this is necessary because their Web "
|
@@ -2150,51 +2198,51 @@ msgid ""
|
|
2150 |
"allowing BPS Pro to AutoLock the Root .htaccess file works fine."
|
2151 |
msgstr ""
|
2152 |
|
2153 |
-
#: admin/core/core.php:
|
2154 |
msgid "Click OK to Turn AutoLock Off or click Cancel."
|
2155 |
msgstr ""
|
2156 |
|
2157 |
-
#: admin/core/core.php:
|
2158 |
-
#: admin/system-info/system-info.php:
|
2159 |
-
#: admin/system-info/system-info.php:
|
2160 |
-
#: admin/system-info/system-info.php:
|
2161 |
-
#: admin/system-info/system-info.php:
|
2162 |
-
#: admin/system-info/system-info.php:
|
2163 |
-
#: includes/functions.php:
|
2164 |
-
#: includes/functions.php:
|
2165 |
#: includes/general-functions.php:300
|
2166 |
msgid "Off"
|
2167 |
msgstr ""
|
2168 |
|
2169 |
-
#: admin/core/core.php:
|
2170 |
msgid "secure.htaccess"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
-
#: admin/core/core.php:
|
2174 |
msgid "default.htaccess"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
-
#: admin/core/core.php:
|
2178 |
msgid "wpadmin-secure.htaccess"
|
2179 |
msgstr ""
|
2180 |
|
2181 |
-
#: admin/core/core.php:
|
2182 |
msgid "Your Current Root htaccess File"
|
2183 |
msgstr ""
|
2184 |
|
2185 |
-
#: admin/core/core.php:
|
2186 |
msgid "Your Current wp-admin htaccess File"
|
2187 |
msgstr ""
|
2188 |
|
2189 |
-
#: admin/core/core.php:
|
2190 |
msgid "YOUR ROOT HTACCESS FILE IS LOCKED."
|
2191 |
msgstr ""
|
2192 |
|
2193 |
-
#: admin/core/core.php:
|
2194 |
msgid "YOUR FILE EDITS|CHANGES CANNOT BE SAVED."
|
2195 |
msgstr ""
|
2196 |
|
2197 |
-
#: admin/core/core.php:
|
2198 |
msgid ""
|
2199 |
"Click Cancel, copy the file editing changes you made to save them and then "
|
2200 |
"click the Unlock .htaccess File button to unlock your Root .htaccess file. "
|
@@ -2213,38 +2261,34 @@ msgid ""
|
|
2213 |
"permanently"
|
2214 |
msgstr ""
|
2215 |
|
2216 |
-
#: admin/core/core.php:
|
2217 |
-
msgid "* Click the Read Me help button for Custom Code Setup Steps"
|
2218 |
-
msgstr ""
|
2219 |
-
|
2220 |
-
#: admin/core/core.php:1437
|
2221 |
msgid "Reset|Recheck Dismiss Notices: "
|
2222 |
msgstr ""
|
2223 |
|
2224 |
-
#: admin/core/core.php:
|
2225 |
msgid "Brute Force Login Page Protection code"
|
2226 |
msgstr ""
|
2227 |
|
2228 |
-
#: admin/core/core.php:
|
2229 |
-
#: admin/wizard/wizard.php:
|
2230 |
msgid "Custom Code Video Tutorial"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
-
#: admin/core/core.php:
|
2234 |
msgid "BulletProof Security Forum"
|
2235 |
msgstr ""
|
2236 |
|
2237 |
-
#: admin/core/core.php:
|
2238 |
msgid ""
|
2239 |
"Clicking OK will Import all of your Root and wp-admin Custom Code from the "
|
2240 |
"cc-master.zip file on your computer."
|
2241 |
msgstr ""
|
2242 |
|
2243 |
-
#: admin/core/core.php:
|
2244 |
msgid "Click OK to Import Custom Code or click Cancel."
|
2245 |
msgstr ""
|
2246 |
|
2247 |
-
#: admin/core/core.php:
|
2248 |
msgid ""
|
2249 |
"Clicking OK will Export (copy) all of your Root and wp-admin Custom Code "
|
2250 |
"into the cc-master.zip file, which you can then download to your computer by "
|
@@ -2252,73 +2296,120 @@ msgid ""
|
|
2252 |
"success message."
|
2253 |
msgstr ""
|
2254 |
|
2255 |
-
#: admin/core/core.php:
|
2256 |
msgid "Click OK to Export Custom Code or click Cancel."
|
2257 |
msgstr ""
|
2258 |
|
2259 |
-
#: admin/core/core.php:
|
2260 |
msgid ""
|
2261 |
"Clicking OK will delete all of your Root and wp-admin Custom Code from all "
|
2262 |
"of the Custom Code text boxes."
|
2263 |
msgstr ""
|
2264 |
|
2265 |
-
#: admin/core/core.php:
|
2266 |
msgid "Click OK to Delete Custom Code or click Cancel."
|
2267 |
msgstr ""
|
2268 |
|
2269 |
-
#: admin/core/core.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
2270 |
msgid "My Notes ~ "
|
2271 |
msgstr ""
|
2272 |
|
2273 |
-
#: admin/core/core.php:
|
2274 |
msgid "Save Personal Notes and htaccess Code Notes to your WordPress Database"
|
2275 |
msgstr ""
|
2276 |
|
2277 |
-
#: admin/core/core.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2278 |
msgid ""
|
2279 |
-
"
|
2280 |
-
"
|
|
|
|
|
|
|
2281 |
msgstr ""
|
2282 |
|
2283 |
-
#: admin/core/core.php:
|
2284 |
-
#: admin/db-backup-security/db-backup-security.php:
|
2285 |
-
#: admin/
|
2286 |
-
|
|
|
|
|
|
|
|
|
|
|
2287 |
msgstr ""
|
2288 |
|
2289 |
-
#: admin/core/core.php:
|
2290 |
-
|
|
|
|
|
|
|
|
|
|
|
2291 |
msgstr ""
|
2292 |
|
2293 |
-
#: admin/core/core.php:
|
|
|
|
|
|
|
2294 |
msgid ""
|
2295 |
-
"
|
2296 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2297 |
msgstr ""
|
2298 |
|
2299 |
-
#: admin/core/core.php:
|
2300 |
msgid "General Help Info & Tips:"
|
2301 |
msgstr ""
|
2302 |
|
2303 |
-
#: admin/core/core.php:
|
2304 |
msgid "If BPS plugin pages are not displaying visually correct you can "
|
2305 |
msgstr ""
|
2306 |
|
2307 |
-
#: admin/core/core.php:
|
2308 |
msgid "BPS Video Tutorials|Setup Wizard: "
|
2309 |
msgstr ""
|
2310 |
|
2311 |
-
#: admin/core/core.php:
|
2312 |
msgid "Troubleshooting Steps & The BPS Security Log: "
|
2313 |
msgstr ""
|
2314 |
|
2315 |
-
#: admin/core/core.php:
|
2316 |
msgid ""
|
2317 |
"All BPS plugin features can be turned Off/On individually to confirm, "
|
2318 |
"eliminate or isolate a problem or issue that may or may not be caused by BPS."
|
2319 |
msgstr ""
|
2320 |
|
2321 |
-
#: admin/core/core.php:
|
2322 |
msgid ""
|
2323 |
"The BPS Security Log is a primary troubleshooting tool. If BPS is blocking "
|
2324 |
"something legitimate in another plugin or theme then a Security Log entry "
|
@@ -2327,137 +2418,169 @@ msgid ""
|
|
2327 |
"being blocked."
|
2328 |
msgstr ""
|
2329 |
|
2330 |
-
#: admin/core/core.php:
|
2331 |
msgid ""
|
2332 |
"Search the Forum site to see if a known issue or problem is already posted "
|
2333 |
"with a solution/whitelist rule in the Forum."
|
2334 |
msgstr ""
|
2335 |
|
2336 |
-
#: admin/core/core.php:
|
2337 |
-
msgid "
|
2338 |
msgstr ""
|
2339 |
|
2340 |
-
#: admin/core/core.php:
|
2341 |
-
|
|
|
|
|
|
|
2342 |
msgstr ""
|
2343 |
|
2344 |
-
#: admin/core/core.php:
|
2345 |
-
msgid ""
|
2346 |
-
"The BPS Changelog|Whats New page will not have to be translated by the "
|
2347 |
-
"WordPress PolyGlots Language Packs Team for each new version release of BPS, "
|
2348 |
-
"the Changelog|Whats New page will be much easier to maintain, the readme.txt "
|
2349 |
-
"file size will be much smaller in the BPS plugin, a complete history of all "
|
2350 |
-
"BPS version changes through the years and other beneficial reasons."
|
2351 |
msgstr ""
|
2352 |
|
2353 |
-
#: admin/core/core.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2354 |
msgid "BulletProof Security Pro Feature Highlights"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
-
#: admin/core/core.php:
|
2358 |
msgid "The Ultimate Security Protection"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
-
#: admin/core/core.php:
|
2362 |
msgid "BPS Pro One-Click Setup Wizard & Demo Video Tutorial"
|
2363 |
msgstr ""
|
2364 |
|
2365 |
-
#: admin/core/core.php:
|
2366 |
msgid "View All BPS Pro Features"
|
2367 |
msgstr ""
|
2368 |
|
2369 |
-
#: admin/core/core.php:
|
2370 |
msgid ""
|
2371 |
"The Complete Website Security Solution for Hacker and Spammer Protection"
|
2372 |
msgstr ""
|
2373 |
|
2374 |
-
#: admin/core/core.php:
|
2375 |
msgid ""
|
2376 |
-
"
|
|
|
|
|
|
|
2377 |
msgstr ""
|
2378 |
|
2379 |
-
#: admin/core/core.php:
|
2380 |
-
msgid "
|
|
|
|
|
|
|
2381 |
msgstr ""
|
2382 |
|
2383 |
-
#: admin/core/core.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2384 |
msgid "One-Click Setup Wizard Installation: "
|
2385 |
msgstr ""
|
2386 |
|
2387 |
-
#: admin/core/core.php:
|
2388 |
-
msgid "
|
|
|
|
|
2389 |
msgstr ""
|
2390 |
|
2391 |
-
#: admin/core/core.php:
|
2392 |
msgid "One-Click Upgrade: "
|
2393 |
msgstr ""
|
2394 |
|
2395 |
-
#: admin/core/core.php:
|
2396 |
-
msgid "One-click
|
2397 |
msgstr ""
|
2398 |
|
2399 |
-
#: admin/core/core.php:
|
2400 |
msgid ""
|
2401 |
-
"AutoRestore|Quarantine Intrusion Detection and Prevention System (IDPS): "
|
2402 |
msgstr ""
|
2403 |
|
2404 |
-
#: admin/core/core.php:
|
2405 |
msgid ""
|
2406 |
-
"ARQ IDPS is a real-time file
|
2407 |
"malicious hacker files and autorestores legitimate website files if they "
|
2408 |
-
"have been altered or tampered with. ARQ
|
2409 |
-
"
|
2410 |
-
"
|
2411 |
-
"
|
2412 |
-
"
|
2413 |
-
"
|
2414 |
-
"
|
|
|
2415 |
msgstr ""
|
2416 |
|
2417 |
-
#: admin/core/core.php:
|
2418 |
msgid "Plugin Firewall|Plugin Firewall AutoPilot Mode: "
|
2419 |
msgstr ""
|
2420 |
|
2421 |
-
#: admin/core/core.php:
|
2422 |
msgid ""
|
2423 |
-
"The Plugin Firewall
|
2424 |
-
"
|
2425 |
-
"
|
2426 |
-
"
|
2427 |
-
"
|
2428 |
-
"
|
2429 |
-
"
|
2430 |
-
"time."
|
|
|
|
|
2431 |
msgstr ""
|
2432 |
|
2433 |
-
#: admin/core/core.php:
|
2434 |
-
msgid "JTC Anti-Spam|Anti-Hacker: "
|
2435 |
-
msgstr ""
|
2436 |
-
|
2437 |
-
#: admin/core/core.php:1675
|
2438 |
-
msgid "Blocks 100"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
-
#: admin/core/core.php:
|
|
|
2442 |
msgid ""
|
2443 |
-
"of all SpamBot and HackerBot Brute Force Login attacks (auto-
|
2444 |
-
"auto-logins, auto-posting, auto-commenting).
|
2445 |
-
"
|
2446 |
-
"
|
2447 |
-
"
|
2448 |
-
"
|
2449 |
-
"and
|
2450 |
-
"
|
2451 |
-
"page|Form, Registration page|Form, Lost Password page|Form, Comment page|"
|
2452 |
-
"Form, BuddyPress Register page|Form and the BuddyPress Sidebar Login Form "
|
2453 |
-
"with a user friendly & customizable jQuery ToolTip CAPTCHA."
|
2454 |
msgstr ""
|
2455 |
|
2456 |
-
#: admin/core/core.php:
|
2457 |
msgid "Uploads Folder Anti-Exploit Guard (UAEG): "
|
2458 |
msgstr ""
|
2459 |
|
2460 |
-
#: admin/core/core.php:
|
2461 |
msgid ""
|
2462 |
"Protects the WordPress Uploads folder. ONLY safe image files with valid "
|
2463 |
"image file extensions such as jpg, gif, png, etc. can be accessed, opened or "
|
@@ -2467,11 +2590,11 @@ msgid ""
|
|
2467 |
"executed in the WordPress Uploads folder."
|
2468 |
msgstr ""
|
2469 |
|
2470 |
-
#: admin/core/core.php:
|
2471 |
msgid "DB Monitor Intrusion Detection System (IDS): "
|
2472 |
msgstr ""
|
2473 |
|
2474 |
-
#: admin/core/core.php:
|
2475 |
msgid ""
|
2476 |
"The DB Monitor is an automated Intrusion Detection System (IDS) that alerts "
|
2477 |
"you via email anytime a change/modification occurs in your WordPress "
|
@@ -2482,11 +2605,11 @@ msgid ""
|
|
2482 |
"help info."
|
2483 |
msgstr ""
|
2484 |
|
2485 |
-
#: admin/core/core.php:
|
2486 |
msgid "DB Diff Tool: "
|
2487 |
msgstr ""
|
2488 |
|
2489 |
-
#: admin/core/core.php:
|
2490 |
msgid ""
|
2491 |
"The DB Diff Tool compares old database tables from DB backups to current "
|
2492 |
"database tables and displays any differences in the data/content of those 2 "
|
@@ -2494,11 +2617,11 @@ msgid ""
|
|
2494 |
"not only just DB data."
|
2495 |
msgstr ""
|
2496 |
|
2497 |
-
#: admin/core/core.php:
|
2498 |
msgid "DB Status & Info: "
|
2499 |
msgstr ""
|
2500 |
|
2501 |
-
#: admin/core/core.php:
|
2502 |
msgid ""
|
2503 |
"General DB Info shows commonly checked DB status and info about your "
|
2504 |
"WordPress database at a glance. Extensive DB Info shows extensive DB status "
|
@@ -2507,11 +2630,11 @@ msgid ""
|
|
2507 |
"SHOW GLOBAL VARIABLES and SHOW SESSION VARIABLES."
|
2508 |
msgstr ""
|
2509 |
|
2510 |
-
#: admin/core/core.php:
|
2511 |
msgid "S-Monitor: "
|
2512 |
msgstr ""
|
2513 |
|
2514 |
-
#: admin/core/core.php:
|
2515 |
msgid ""
|
2516 |
"S-Monitor is the centralized Security Monitoring and Alerting Core where you "
|
2517 |
"can manage and choose BPS Pro settings for Dashboard Alerts, Dashboard "
|
@@ -2521,11 +2644,11 @@ msgid ""
|
|
2521 |
"easy to change all/any BPS Pro settings to your particular preferences."
|
2522 |
msgstr ""
|
2523 |
|
2524 |
-
#: admin/core/core.php:
|
2525 |
msgid "Advanced Real-Time Alerting & Heads Up Dashboard Status Display: "
|
2526 |
msgstr ""
|
2527 |
|
2528 |
-
#: admin/core/core.php:
|
2529 |
msgid ""
|
2530 |
"BPS Pro checks and displays error, warning, notifications and alert messages "
|
2531 |
"in real time. You can choose how you want these messages displayed to you "
|
@@ -2533,11 +2656,11 @@ msgid ""
|
|
2533 |
"Dashboard, BPS Pro pages only, Turned off, Email Alerts, Logging..."
|
2534 |
msgstr ""
|
2535 |
|
2536 |
-
#: admin/core/core.php:
|
2537 |
msgid "Custom php.ini|ini_set Options: "
|
2538 |
msgstr ""
|
2539 |
|
2540 |
-
#: admin/core/core.php:
|
2541 |
msgid ""
|
2542 |
"Quickly create a custom php.ini file for your website or use ini_set Options "
|
2543 |
"to increase security and performance with just a few clicks. Additional P-"
|
@@ -2545,11 +2668,11 @@ msgid ""
|
|
2545 |
"Protected PHP Error Log, PHP Error Alerts, Secure phpinfo Viewer..."
|
2546 |
msgstr ""
|
2547 |
|
2548 |
-
#: admin/core/core.php:
|
2549 |
msgid "Pro Tools: 16 mini-plugins: "
|
2550 |
msgstr ""
|
2551 |
|
2552 |
-
#: admin/core/core.php:
|
2553 |
msgid ""
|
2554 |
"Online Base64 Decoder, Offline Base64 Decode|Encode, Mcrypt ~ Decrypt|"
|
2555 |
"Encrypt, Crypt Encryption, Scheduled Crons (display and reschedule/reset "
|
@@ -2568,72 +2691,39 @@ msgid ""
|
|
2568 |
"vulnerable to an XML-RPC exploit)."
|
2569 |
msgstr ""
|
2570 |
|
2571 |
-
#: admin/core/core.php:
|
2572 |
msgid "BPS Pro Version Release Dates"
|
2573 |
msgstr ""
|
2574 |
|
2575 |
-
#: admin/core/core.php:
|
2576 |
-
#: admin/core/core.php:
|
2577 |
-
#: admin/core/core.php:
|
2578 |
-
#: admin/core/core.php:
|
2579 |
-
#: admin/core/core.php:1718 admin/core/core.php:1719 admin/core/core.php:1720
|
2580 |
-
#: admin/core/core.php:1721 admin/core/core.php:1722 admin/core/core.php:1723
|
2581 |
-
#: admin/core/core.php:1724 admin/core/core.php:1730 admin/core/core.php:1731
|
2582 |
#: admin/core/core.php:1732 admin/core/core.php:1733 admin/core/core.php:1734
|
2583 |
#: admin/core/core.php:1735 admin/core/core.php:1736 admin/core/core.php:1737
|
2584 |
#: admin/core/core.php:1738 admin/core/core.php:1739 admin/core/core.php:1740
|
2585 |
-
#: admin/core/core.php:1741 admin/core/core.php:
|
2586 |
#: admin/core/core.php:1749 admin/core/core.php:1750 admin/core/core.php:1751
|
2587 |
#: admin/core/core.php:1752 admin/core/core.php:1753 admin/core/core.php:1754
|
2588 |
#: admin/core/core.php:1755 admin/core/core.php:1756 admin/core/core.php:1757
|
2589 |
#: admin/core/core.php:1758 admin/core/core.php:1759 admin/core/core.php:1760
|
2590 |
-
#: admin/core/core.php:
|
2591 |
#: admin/core/core.php:1769 admin/core/core.php:1770 admin/core/core.php:1771
|
2592 |
#: admin/core/core.php:1772 admin/core/core.php:1773 admin/core/core.php:1774
|
2593 |
-
#: admin/core/core.php:1775 admin/core/core.php:1776 admin/core/core.php:
|
2594 |
-
#: admin/core/core.php:
|
2595 |
#: admin/core/core.php:1786 admin/core/core.php:1787 admin/core/core.php:1788
|
2596 |
#: admin/core/core.php:1789 admin/core/core.php:1790 admin/core/core.php:1791
|
|
|
|
|
|
|
|
|
2597 |
#, php-format
|
2598 |
msgid ""
|
2599 |
"<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
|
2600 |
"\">Whats New in BPS Pro %1$s</a>"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
-
#: admin/core/core.php:1811 admin/maintenance/maintenance.php:2092
|
2604 |
-
msgid "Help & FAQ"
|
2605 |
-
msgstr ""
|
2606 |
-
|
2607 |
-
#: admin/core/core.php:1818 admin/login/login.php:1248
|
2608 |
-
#: admin/maintenance/maintenance.php:2099
|
2609 |
-
#: admin/security-log/security-log.php:884
|
2610 |
-
#: admin/system-info/system-info.php:1092
|
2611 |
-
msgid "Contributors Page"
|
2612 |
-
msgstr ""
|
2613 |
-
|
2614 |
-
#: admin/core/core.php:1819
|
2615 |
-
msgid "WP Permalinks - Custom Permalink Structure Help Info"
|
2616 |
-
msgstr ""
|
2617 |
-
|
2618 |
-
#: admin/core/core.php:1822 admin/login/login.php:1247
|
2619 |
-
#: admin/maintenance/maintenance.php:2102
|
2620 |
-
#: admin/security-log/security-log.php:883
|
2621 |
-
#: admin/system-info/system-info.php:1091
|
2622 |
-
msgid "Security Log Event Codes"
|
2623 |
-
msgstr ""
|
2624 |
-
|
2625 |
-
#: admin/core/core.php:1823
|
2626 |
-
msgid "Adding a Custom 403 Forbidden Page For Your Website"
|
2627 |
-
msgstr ""
|
2628 |
-
|
2629 |
-
#: admin/core/core.php:1826
|
2630 |
-
#: admin/db-backup-security/db-backup-security.php:1759
|
2631 |
-
#: admin/login/login.php:1251 admin/maintenance/maintenance.php:2103
|
2632 |
-
#: admin/security-log/security-log.php:887
|
2633 |
-
#: admin/system-info/system-info.php:1095 admin/theme-skin/theme-skin.php:229
|
2634 |
-
msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
|
2635 |
-
msgstr ""
|
2636 |
-
|
2637 |
#: admin/db-backup-security/db-backup-functions.php:29
|
2638 |
msgid "Error: Unable to rename the DB Backup folder."
|
2639 |
msgstr ""
|
@@ -2684,6 +2774,14 @@ msgid ""
|
|
2684 |
"importing it to a new site with phpMyAdmin."
|
2685 |
msgstr ""
|
2686 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2687 |
#: admin/db-backup-security/db-backup-help-text.php:9
|
2688 |
msgid ""
|
2689 |
"How To Create a Backup Job, Run a Backup Job, Download a Backup File and "
|
@@ -2692,7 +2790,7 @@ msgstr ""
|
|
2692 |
|
2693 |
#: admin/db-backup-security/db-backup-help-text.php:9
|
2694 |
#: admin/db-backup-security/db-backup-help-text.php:12
|
2695 |
-
#: admin/login/lsm-help-text.php:10 admin/security-log/security-log.php:
|
2696 |
msgid "NOTE: "
|
2697 |
msgstr ""
|
2698 |
|
@@ -2910,7 +3008,7 @@ msgid ""
|
|
2910 |
msgstr ""
|
2911 |
|
2912 |
#: admin/db-backup-security/db-backup-help-text.php:9
|
2913 |
-
#: admin/db-backup-security/db-backup-security.php:
|
2914 |
msgid "Rename|Create|Reset Tool"
|
2915 |
msgstr ""
|
2916 |
|
@@ -3096,7 +3194,7 @@ msgid ""
|
|
3096 |
msgstr ""
|
3097 |
|
3098 |
#: admin/db-backup-security/db-backup-help-text.php:12
|
3099 |
-
#: admin/login/lsm-help-text.php:10 admin/security-log/security-log.php:
|
3100 |
msgid ""
|
3101 |
"Email Alerting and Log file options are located in S-Monitor in BPS Pro "
|
3102 |
"instead of being on the Login Security page, Security Log & DB Backup Log "
|
@@ -3142,7 +3240,7 @@ msgid "Displays the last time a DB Backup Log entry was logged."
|
|
3142 |
msgstr ""
|
3143 |
|
3144 |
#: admin/db-backup-security/db-backup-help-text.php:12
|
3145 |
-
#: admin/security-log/security-log.php:
|
3146 |
msgid "Delete Log Button"
|
3147 |
msgstr ""
|
3148 |
|
@@ -3272,632 +3370,612 @@ msgid "BulletProof Security ~ DB Backup & Security"
|
|
3272 |
msgstr ""
|
3273 |
|
3274 |
#: admin/db-backup-security/db-backup-security.php:259
|
3275 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3276 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3277 |
-
#: admin/includes/admin.php:
|
3278 |
msgid "DB Backup"
|
3279 |
msgstr ""
|
3280 |
|
3281 |
#: admin/db-backup-security/db-backup-security.php:260
|
3282 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3283 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3284 |
msgid "DB Backup Log"
|
3285 |
msgstr ""
|
3286 |
|
3287 |
#: admin/db-backup-security/db-backup-security.php:261
|
3288 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3289 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3290 |
msgid "DB Table Prefix Changer"
|
3291 |
msgstr ""
|
3292 |
|
3293 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3294 |
msgid "DB Backup ~ "
|
3295 |
msgstr ""
|
3296 |
|
3297 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3298 |
msgid ""
|
3299 |
"Full & Partial DB Backups, Manual & Scheduled DB Backups, Email Zip Backups, "
|
3300 |
"Automatically Delete Old Backups"
|
3301 |
msgstr ""
|
3302 |
|
3303 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3304 |
-
msgid "DB Backup Job Completion Time Estimates: "
|
3305 |
-
msgstr ""
|
3306 |
-
|
3307 |
-
#: admin/db-backup-security/db-backup-security.php:271
|
3308 |
-
msgid "10MB DB: "
|
3309 |
-
msgstr ""
|
3310 |
-
|
3311 |
-
#: admin/db-backup-security/db-backup-security.php:271
|
3312 |
-
msgid "3 Seconds"
|
3313 |
-
msgstr ""
|
3314 |
-
|
3315 |
-
#: admin/db-backup-security/db-backup-security.php:271
|
3316 |
-
msgid "100MB DB: "
|
3317 |
-
msgstr ""
|
3318 |
-
|
3319 |
-
#: admin/db-backup-security/db-backup-security.php:271
|
3320 |
-
msgid "30 Seconds"
|
3321 |
-
msgstr ""
|
3322 |
-
|
3323 |
-
#: admin/db-backup-security/db-backup-security.php:294
|
3324 |
msgid "DB Backup & Security Guide"
|
3325 |
msgstr ""
|
3326 |
|
3327 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3328 |
msgid "Backup Jobs ~ Manual|Scheduled"
|
3329 |
msgstr ""
|
3330 |
|
3331 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3332 |
msgid "Description|Job Name"
|
3333 |
msgstr ""
|
3334 |
|
3335 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3336 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3337 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3338 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3339 |
-
#: admin/login/login.php:
|
3340 |
-
#: admin/login/login.php:
|
3341 |
msgid "Delete"
|
3342 |
msgstr ""
|
3343 |
|
3344 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3345 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3346 |
msgid "Run"
|
3347 |
msgstr ""
|
3348 |
|
3349 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3350 |
msgid "Job Type"
|
3351 |
msgstr ""
|
3352 |
|
3353 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3354 |
msgid "Frequency"
|
3355 |
msgstr ""
|
3356 |
|
3357 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3358 |
msgid "Last Backup"
|
3359 |
msgstr ""
|
3360 |
|
3361 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3362 |
msgid "Next Backup"
|
3363 |
msgstr ""
|
3364 |
|
3365 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3366 |
msgid "Email Backup"
|
3367 |
msgstr ""
|
3368 |
|
3369 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3370 |
msgid "Job Created"
|
3371 |
msgstr ""
|
3372 |
|
3373 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3374 |
msgid "No Backup Jobs have been created yet."
|
3375 |
msgstr ""
|
3376 |
|
3377 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3378 |
msgid "Yes & Delete"
|
3379 |
msgstr ""
|
3380 |
|
3381 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3382 |
msgid "Send Email Only"
|
3383 |
msgstr ""
|
3384 |
|
3385 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3386 |
msgid "Run Job|Delete Job"
|
3387 |
msgstr ""
|
3388 |
|
3389 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3390 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3391 |
msgid "Backup Job: "
|
3392 |
msgstr ""
|
3393 |
|
3394 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3395 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3396 |
msgid " has been deleted successfully."
|
3397 |
msgstr ""
|
3398 |
|
3399 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3400 |
msgid " has completed."
|
3401 |
msgstr ""
|
3402 |
|
3403 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3404 |
msgid ""
|
3405 |
"Your DB Backup Log contains the Backup Job Completion Time, Total Memory "
|
3406 |
"Used and other information about this Backup."
|
3407 |
msgstr ""
|
3408 |
|
3409 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3410 |
msgid ""
|
3411 |
"Click the Refresh Status button below to refresh the DB Backup Timestamp."
|
3412 |
msgstr ""
|
3413 |
|
3414 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3415 |
msgid "Backup Files ~ Download|Delete"
|
3416 |
msgstr ""
|
3417 |
|
3418 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3419 |
msgid "Backup Filename"
|
3420 |
msgstr ""
|
3421 |
|
3422 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3423 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3424 |
msgid "Download"
|
3425 |
msgstr ""
|
3426 |
|
3427 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3428 |
msgid "Backup Folder"
|
3429 |
msgstr ""
|
3430 |
|
3431 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3432 |
msgid "Size"
|
3433 |
msgstr ""
|
3434 |
|
3435 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3436 |
msgid "Date|Time"
|
3437 |
msgstr ""
|
3438 |
|
3439 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3440 |
msgid "No Backup Jobs have been Run yet. No Files in Backup."
|
3441 |
msgstr ""
|
3442 |
|
3443 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3444 |
msgid "Click OK to Delete Backup File(s) or click Cancel"
|
3445 |
msgstr ""
|
3446 |
|
3447 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3448 |
msgid "Delete Files"
|
3449 |
msgstr ""
|
3450 |
|
3451 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3452 |
msgid "Backup File: "
|
3453 |
msgstr ""
|
3454 |
|
3455 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3456 |
msgid "Create Backup Jobs"
|
3457 |
msgstr ""
|
3458 |
|
3459 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3460 |
msgid "Database Tables "
|
3461 |
msgstr ""
|
3462 |
|
3463 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3464 |
msgid "Backup Job Settings|Independent Options"
|
3465 |
msgstr ""
|
3466 |
|
3467 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3468 |
msgid "All"
|
3469 |
msgstr ""
|
3470 |
|
3471 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3472 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3473 |
msgid "DB Table Name"
|
3474 |
msgstr ""
|
3475 |
|
3476 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3477 |
msgid "Description|Backup Job Name:"
|
3478 |
msgstr ""
|
3479 |
|
3480 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3481 |
msgid "DB Backup Folder Location:"
|
3482 |
msgstr ""
|
3483 |
|
3484 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3485 |
msgid "Recommended: Use The Default Obfuscated & Secure BPS Backup Folder"
|
3486 |
msgstr ""
|
3487 |
|
3488 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3489 |
msgid "DB Backup File Download Link|URL:"
|
3490 |
msgstr ""
|
3491 |
|
3492 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3493 |
msgid ""
|
3494 |
"Note: If you see 404 errors when trying to download zip files or if you have"
|
3495 |
msgstr ""
|
3496 |
|
3497 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3498 |
msgid ""
|
3499 |
"changed the DB Backup Folder Location above, click the Read Me help button."
|
3500 |
msgstr ""
|
3501 |
|
3502 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3503 |
msgid "Backup Job Type: Manual or Scheduled"
|
3504 |
msgstr ""
|
3505 |
|
3506 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3507 |
msgid "Manual DB Backup Job"
|
3508 |
msgstr ""
|
3509 |
|
3510 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3511 |
msgid "Scheduled DB Backup Job"
|
3512 |
msgstr ""
|
3513 |
|
3514 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3515 |
msgid "Frequency of Scheduled Backup Job (recurring)"
|
3516 |
msgstr ""
|
3517 |
|
3518 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3519 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3520 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3521 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3522 |
msgid "N/A"
|
3523 |
msgstr ""
|
3524 |
|
3525 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3526 |
msgid "Hourly Scheduled DB Backup Job"
|
3527 |
msgstr ""
|
3528 |
|
3529 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3530 |
msgid "Daily Scheduled DB Backup Job"
|
3531 |
msgstr ""
|
3532 |
|
3533 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3534 |
msgid "Weekly Scheduled DB Backup Job"
|
3535 |
msgstr ""
|
3536 |
|
3537 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3538 |
msgid "Monthly Scheduled DB Backup Job"
|
3539 |
msgstr ""
|
3540 |
|
3541 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3542 |
msgid "Hour When Scheduled Backup is Run (recurring)"
|
3543 |
msgstr ""
|
3544 |
|
3545 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3546 |
msgid "12AM"
|
3547 |
msgstr ""
|
3548 |
|
3549 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3550 |
msgid "1AM"
|
3551 |
msgstr ""
|
3552 |
|
3553 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3554 |
msgid "2AM"
|
3555 |
msgstr ""
|
3556 |
|
3557 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3558 |
msgid "3AM"
|
3559 |
msgstr ""
|
3560 |
|
3561 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3562 |
msgid "4AM"
|
3563 |
msgstr ""
|
3564 |
|
3565 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3566 |
msgid "5AM"
|
3567 |
msgstr ""
|
3568 |
|
3569 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3570 |
msgid "6AM"
|
3571 |
msgstr ""
|
3572 |
|
3573 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3574 |
msgid "7AM"
|
3575 |
msgstr ""
|
3576 |
|
3577 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3578 |
msgid "8AM"
|
3579 |
msgstr ""
|
3580 |
|
3581 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3582 |
msgid "9AM"
|
3583 |
msgstr ""
|
3584 |
|
3585 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3586 |
msgid "10AM"
|
3587 |
msgstr ""
|
3588 |
|
3589 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3590 |
msgid "11AM"
|
3591 |
msgstr ""
|
3592 |
|
3593 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3594 |
msgid "12PM"
|
3595 |
msgstr ""
|
3596 |
|
3597 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3598 |
msgid "1PM"
|
3599 |
msgstr ""
|
3600 |
|
3601 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3602 |
msgid "2PM"
|
3603 |
msgstr ""
|
3604 |
|
3605 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3606 |
msgid "3PM"
|
3607 |
msgstr ""
|
3608 |
|
3609 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3610 |
msgid "4PM"
|
3611 |
msgstr ""
|
3612 |
|
3613 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3614 |
msgid "5PM"
|
3615 |
msgstr ""
|
3616 |
|
3617 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3618 |
msgid "6PM"
|
3619 |
msgstr ""
|
3620 |
|
3621 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3622 |
msgid "7PM"
|
3623 |
msgstr ""
|
3624 |
|
3625 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3626 |
msgid "8PM"
|
3627 |
msgstr ""
|
3628 |
|
3629 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3630 |
msgid "9PM"
|
3631 |
msgstr ""
|
3632 |
|
3633 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3634 |
msgid "10PM"
|
3635 |
msgstr ""
|
3636 |
|
3637 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3638 |
msgid "11PM"
|
3639 |
msgstr ""
|
3640 |
|
3641 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3642 |
msgid "Day of Week When Scheduled Backup is Run (recurring)"
|
3643 |
msgstr ""
|
3644 |
|
3645 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3646 |
msgid "Sunday"
|
3647 |
msgstr ""
|
3648 |
|
3649 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3650 |
msgid "Monday"
|
3651 |
msgstr ""
|
3652 |
|
3653 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3654 |
msgid "Tuesday"
|
3655 |
msgstr ""
|
3656 |
|
3657 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3658 |
msgid "Wednesday"
|
3659 |
msgstr ""
|
3660 |
|
3661 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3662 |
msgid "Thursday"
|
3663 |
msgstr ""
|
3664 |
|
3665 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3666 |
msgid "Friday"
|
3667 |
msgstr ""
|
3668 |
|
3669 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3670 |
msgid "Saturday"
|
3671 |
msgstr ""
|
3672 |
|
3673 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3674 |
msgid "Day of Month When Scheduled Backup is Run (recurring)"
|
3675 |
msgstr ""
|
3676 |
|
3677 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3678 |
msgid "1st"
|
3679 |
msgstr ""
|
3680 |
|
3681 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3682 |
msgid "2nd"
|
3683 |
msgstr ""
|
3684 |
|
3685 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3686 |
msgid "3rd"
|
3687 |
msgstr ""
|
3688 |
|
3689 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3690 |
msgid "4th"
|
3691 |
msgstr ""
|
3692 |
|
3693 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3694 |
msgid "5th"
|
3695 |
msgstr ""
|
3696 |
|
3697 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3698 |
msgid "6th"
|
3699 |
msgstr ""
|
3700 |
|
3701 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3702 |
msgid "7th"
|
3703 |
msgstr ""
|
3704 |
|
3705 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3706 |
msgid "8th"
|
3707 |
msgstr ""
|
3708 |
|
3709 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3710 |
msgid "9th"
|
3711 |
msgstr ""
|
3712 |
|
3713 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3714 |
msgid "10th"
|
3715 |
msgstr ""
|
3716 |
|
3717 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3718 |
msgid "11th"
|
3719 |
msgstr ""
|
3720 |
|
3721 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3722 |
msgid "12th"
|
3723 |
msgstr ""
|
3724 |
|
3725 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3726 |
msgid "13th"
|
3727 |
msgstr ""
|
3728 |
|
3729 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3730 |
msgid "14th"
|
3731 |
msgstr ""
|
3732 |
|
3733 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3734 |
msgid "15th"
|
3735 |
msgstr ""
|
3736 |
|
3737 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3738 |
msgid "16th"
|
3739 |
msgstr ""
|
3740 |
|
3741 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3742 |
msgid "17th"
|
3743 |
msgstr ""
|
3744 |
|
3745 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3746 |
msgid "18th"
|
3747 |
msgstr ""
|
3748 |
|
3749 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3750 |
msgid "19th"
|
3751 |
msgstr ""
|
3752 |
|
3753 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3754 |
msgid "20th"
|
3755 |
msgstr ""
|
3756 |
|
3757 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3758 |
msgid "21st"
|
3759 |
msgstr ""
|
3760 |
|
3761 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3762 |
msgid "22nd"
|
3763 |
msgstr ""
|
3764 |
|
3765 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3766 |
msgid "23rd"
|
3767 |
msgstr ""
|
3768 |
|
3769 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3770 |
msgid "24th"
|
3771 |
msgstr ""
|
3772 |
|
3773 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3774 |
msgid "25th"
|
3775 |
msgstr ""
|
3776 |
|
3777 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3778 |
msgid "26th"
|
3779 |
msgstr ""
|
3780 |
|
3781 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3782 |
msgid "27th"
|
3783 |
msgstr ""
|
3784 |
|
3785 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3786 |
msgid "28th"
|
3787 |
msgstr ""
|
3788 |
|
3789 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3790 |
msgid "29th"
|
3791 |
msgstr ""
|
3792 |
|
3793 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3794 |
msgid "30th"
|
3795 |
msgstr ""
|
3796 |
|
3797 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3798 |
msgid "Send Scheduled Backup Zip File Via Email or Just Email Only:"
|
3799 |
msgstr ""
|
3800 |
|
3801 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3802 |
msgid ""
|
3803 |
"Note: Check with your email provider for the maximum<br>file attachment size "
|
3804 |
"limit that is allowed by your Mail Server"
|
3805 |
msgstr ""
|
3806 |
|
3807 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3808 |
msgid "Do Not Email Zip Backup File"
|
3809 |
msgstr ""
|
3810 |
|
3811 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3812 |
msgid "Email & Delete Zip Backup File"
|
3813 |
msgstr ""
|
3814 |
|
3815 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3816 |
msgid "Email Zip Backup File"
|
3817 |
msgstr ""
|
3818 |
|
3819 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3820 |
msgid "Send Email Only & Not Zip Backup File"
|
3821 |
msgstr ""
|
3822 |
|
3823 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3824 |
msgid "Automatically Delete Old Backup Files:"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3828 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3829 |
msgid "Independent Option:"
|
3830 |
msgstr ""
|
3831 |
|
3832 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3833 |
msgid "Never Delete Old Backup Files"
|
3834 |
msgstr ""
|
3835 |
|
3836 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3837 |
msgid "Delete Backup Files Older Than 1 Day"
|
3838 |
msgstr ""
|
3839 |
|
3840 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3841 |
msgid "Delete Backup Files Older Than 5 Days"
|
3842 |
msgstr ""
|
3843 |
|
3844 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3845 |
msgid "Delete Backup Files Older Than 10 Days"
|
3846 |
msgstr ""
|
3847 |
|
3848 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3849 |
msgid "Delete Backup Files Older Than 15 Days"
|
3850 |
msgstr ""
|
3851 |
|
3852 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3853 |
msgid "Delete Backup Files Older Than 30 Days"
|
3854 |
msgstr ""
|
3855 |
|
3856 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3857 |
msgid "Delete Backup Files Older Than 60 Days"
|
3858 |
msgstr ""
|
3859 |
|
3860 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3861 |
msgid "Delete Backup Files Older Than 90 Days"
|
3862 |
msgstr ""
|
3863 |
|
3864 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3865 |
msgid "Delete Backup Files Older Than 180 Days"
|
3866 |
msgstr ""
|
3867 |
|
3868 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3869 |
msgid "Turn On|Off All Scheduled Backups (Override):"
|
3870 |
msgstr ""
|
3871 |
|
3872 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3873 |
msgid "All Scheduled Backups On"
|
3874 |
msgstr ""
|
3875 |
|
3876 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3877 |
msgid "All Scheduled Backups Off"
|
3878 |
msgstr ""
|
3879 |
|
3880 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3881 |
msgid "Create Backup Job|Save Settings"
|
3882 |
msgstr ""
|
3883 |
|
3884 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3885 |
msgid "Click OK to Create this Backup Job or click Cancel"
|
3886 |
msgstr ""
|
3887 |
|
3888 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3889 |
msgid "Rename|Create|Reset DB Backup Folder Name:"
|
3890 |
msgstr ""
|
3891 |
|
3892 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3893 |
msgid "Randomly Generated New DB Backup Folder Name."
|
3894 |
msgstr ""
|
3895 |
|
3896 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3897 |
msgid "Valid Folder Naming Characters: a-z A-Z 0-9 - _"
|
3898 |
msgstr ""
|
3899 |
|
3900 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3901 |
msgid ""
|
3902 |
"The Rename|Create|Reset Tool renames the DB Backup folder if it already "
|
3903 |
"exists or creates a new DB Backup folder if it does not already exist.\\n"
|
@@ -3909,244 +3987,244 @@ msgid ""
|
|
3909 |
"OK to proceed or click Cancel"
|
3910 |
msgstr ""
|
3911 |
|
3912 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3913 |
msgid ""
|
3914 |
"Error: You did not select any DB Tables to backup. Backup Job was not "
|
3915 |
"created."
|
3916 |
msgstr ""
|
3917 |
|
3918 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3919 |
msgid "Backup Job "
|
3920 |
msgstr ""
|
3921 |
|
3922 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3923 |
msgid " Created Successfully."
|
3924 |
msgstr ""
|
3925 |
|
3926 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3927 |
msgid "Backup Job Settings Logged successfully in the DB Backup Log"
|
3928 |
msgstr ""
|
3929 |
|
3930 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3931 |
msgid "DB Backup Log ~ "
|
3932 |
msgstr ""
|
3933 |
|
3934 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3935 |
msgid ""
|
3936 |
"Logs Backup Job Settings, Completion Time, Memory Usage, Zip Backup File "
|
3937 |
"Name, Timestamp..."
|
3938 |
msgstr ""
|
3939 |
|
3940 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3941 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3942 |
msgid "DB Backup Log File Size: "
|
3943 |
msgstr ""
|
3944 |
|
3945 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3946 |
msgid "The Email Logging options will only send log files up to 2MB in size."
|
3947 |
msgstr ""
|
3948 |
|
3949 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3950 |
msgid ""
|
3951 |
"Copy and paste the DB Backup Log file contents into a Notepad text file on "
|
3952 |
"your computer and save it."
|
3953 |
msgstr ""
|
3954 |
|
3955 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3956 |
msgid ""
|
3957 |
"Then click the Delete Log button to delete the contents of this Log file."
|
3958 |
msgstr ""
|
3959 |
|
3960 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3961 |
msgid "DB Backup Log Last Modified Time: "
|
3962 |
msgstr ""
|
3963 |
|
3964 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3965 |
-
#: admin/login/login.php:
|
3966 |
msgid "Send Email Alerts & Log Files To:"
|
3967 |
msgstr ""
|
3968 |
|
3969 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3970 |
-
#: admin/login/login.php:
|
3971 |
msgid "Send Email Alerts & Log Files From:"
|
3972 |
msgstr ""
|
3973 |
|
3974 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3975 |
-
#: admin/login/login.php:
|
3976 |
msgid "Send Email Alerts & Log Files Cc:"
|
3977 |
msgstr ""
|
3978 |
|
3979 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3980 |
-
#: admin/login/login.php:
|
3981 |
msgid "Send Email Alerts & Log Files Bcc:"
|
3982 |
msgstr ""
|
3983 |
|
3984 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3985 |
-
#: admin/login/login.php:
|
3986 |
msgid "Login Security: Send Login Security Email Alert When..."
|
3987 |
msgstr ""
|
3988 |
|
3989 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3990 |
-
#: admin/login/login.php:
|
3991 |
msgid "A User Account Is Locked Out"
|
3992 |
msgstr ""
|
3993 |
|
3994 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3995 |
-
#: admin/login/login.php:
|
3996 |
msgid "An Administrator Logs In"
|
3997 |
msgstr ""
|
3998 |
|
3999 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4000 |
-
#: admin/login/login.php:
|
4001 |
msgid "An Administrator Logs In & A User Account is Locked Out"
|
4002 |
msgstr ""
|
4003 |
|
4004 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4005 |
-
#: admin/login/login.php:
|
4006 |
msgid "Any User Logs In & A User Account is Locked Out"
|
4007 |
msgstr ""
|
4008 |
|
4009 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4010 |
-
#: admin/login/login.php:
|
4011 |
msgid "Do Not Send Email Alerts"
|
4012 |
msgstr ""
|
4013 |
|
4014 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4015 |
-
#: admin/login/login.php:
|
4016 |
msgid "Security Log: Email|Delete Security Log File When..."
|
4017 |
msgstr ""
|
4018 |
|
4019 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4020 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4021 |
-
#: admin/login/login.php:
|
4022 |
-
#: admin/security-log/security-log.php:
|
4023 |
-
#: admin/security-log/security-log.php:
|
4024 |
msgid "500KB"
|
4025 |
msgstr ""
|
4026 |
|
4027 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4028 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4029 |
-
#: admin/login/login.php:
|
4030 |
-
#: admin/security-log/security-log.php:
|
4031 |
-
#: admin/security-log/security-log.php:
|
4032 |
msgid "256KB"
|
4033 |
msgstr ""
|
4034 |
|
4035 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4036 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4037 |
-
#: admin/login/login.php:
|
4038 |
-
#: admin/security-log/security-log.php:
|
4039 |
-
#: admin/security-log/security-log.php:
|
4040 |
msgid "1MB"
|
4041 |
msgstr ""
|
4042 |
|
4043 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4044 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4045 |
-
#: admin/login/login.php:
|
4046 |
-
#: admin/security-log/security-log.php:
|
4047 |
-
#: admin/security-log/security-log.php:
|
4048 |
msgid "Email Log & Then Delete Log File"
|
4049 |
msgstr ""
|
4050 |
|
4051 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4052 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4053 |
-
#: admin/login/login.php:
|
4054 |
-
#: admin/security-log/security-log.php:
|
4055 |
-
#: admin/security-log/security-log.php:
|
4056 |
msgid "Delete Log File"
|
4057 |
msgstr ""
|
4058 |
|
4059 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4060 |
-
#: admin/login/login.php:
|
4061 |
msgid "DB Backup Log: Email|Delete DB Backup Log File When..."
|
4062 |
msgstr ""
|
4063 |
|
4064 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4065 |
msgid ""
|
4066 |
"Success! Your DB Backup Log file has been deleted and replaced with a new "
|
4067 |
"blank DB Backup Log file."
|
4068 |
msgstr ""
|
4069 |
|
4070 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4071 |
msgid "Clicking OK will delete the contents of your DB Backup Log file."
|
4072 |
msgstr ""
|
4073 |
|
4074 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4075 |
-
#: admin/security-log/security-log.php:
|
4076 |
msgid "Click OK to Delete the Log file contents or click Cancel."
|
4077 |
msgstr ""
|
4078 |
|
4079 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4080 |
msgid ""
|
4081 |
"The DB Backup Log File Was Not Found! Check that the file really exists here "
|
4082 |
"- /"
|
4083 |
msgstr ""
|
4084 |
|
4085 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4086 |
msgid "/bps-backup/logs/db_backup_log.txt and is named correctly."
|
4087 |
msgstr ""
|
4088 |
|
4089 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4090 |
msgid ""
|
4091 |
"File Open and Write test successful! Your DB Backup Log file is writable."
|
4092 |
msgstr ""
|
4093 |
|
4094 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4095 |
msgid "Success! Your DB Backup Log file has been updated."
|
4096 |
msgstr ""
|
4097 |
|
4098 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4099 |
msgid "DB Table Prefix Changer ~ "
|
4100 |
msgstr ""
|
4101 |
|
4102 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4103 |
msgid "Tools to change & check your WordPress Database Table Prefix"
|
4104 |
msgstr ""
|
4105 |
|
4106 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4107 |
msgid "Your current WordPress Database Table Prefix is: "
|
4108 |
msgstr ""
|
4109 |
|
4110 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4111 |
msgid "NOTES: "
|
4112 |
msgstr ""
|
4113 |
|
4114 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4115 |
msgid ""
|
4116 |
"1. It is recommended that you backup your database before using this tool."
|
4117 |
msgstr ""
|
4118 |
|
4119 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4120 |
msgid ""
|
4121 |
"2. If you want to create your own DB Table Prefix name or add additional "
|
4122 |
"characters to the randomly generated DB Table Prefix name below then ONLY "
|
4123 |
"use lowercase letters, numbers and underscores in your DB Table Prefix name."
|
4124 |
msgstr ""
|
4125 |
|
4126 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4127 |
msgid ""
|
4128 |
"3. The maximum length limitation of a DB Table name, including the table "
|
4129 |
"prefix is 64 characters. See the DB Table Names & Character Length Table to "
|
4130 |
"the right."
|
4131 |
msgstr ""
|
4132 |
|
4133 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4134 |
msgid ""
|
4135 |
"4. To change your DB Table Prefix name back to the WordPress default DB "
|
4136 |
"Table Prefix name, enter wp_ for the DB Table Prefix name."
|
4137 |
msgstr ""
|
4138 |
|
4139 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4140 |
msgid ""
|
4141 |
"ERROR: The DB Table Prefix name can only contain numbers, lowercase letters, "
|
4142 |
"and underscores."
|
4143 |
msgstr ""
|
4144 |
|
4145 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4146 |
msgid "A wp-config.php file was NOT found in your website root folder."
|
4147 |
msgstr ""
|
4148 |
|
4149 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4150 |
msgid ""
|
4151 |
"Your DB Table Prefix was not changed. If you have moved your wp-config.php "
|
4152 |
"file to a another Server folder then you can use this tool to change your DB "
|
@@ -4154,13 +4232,13 @@ msgid ""
|
|
4154 |
"file back to the default location: your WordPress website root folder."
|
4155 |
msgstr ""
|
4156 |
|
4157 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4158 |
msgid ""
|
4159 |
"Error: The wp-config.php file is not writable. Unable to write to the wp-"
|
4160 |
"config.php file."
|
4161 |
msgstr ""
|
4162 |
|
4163 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4164 |
msgid ""
|
4165 |
"Your DB Table Prefix was not changed. You will need to make the wp-config."
|
4166 |
"php file writable first by changing either the file permissions or Ownership "
|
@@ -4168,24 +4246,24 @@ msgid ""
|
|
4168 |
"DB Table Prefix Changer tool to change your DB Table Prefix."
|
4169 |
msgstr ""
|
4170 |
|
4171 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4172 |
msgid ""
|
4173 |
"DB Table Prefix Name change completed. Click the Load|Refresh Table button "
|
4174 |
"to load/refresh the DB Table Names & Character Length Table if you would "
|
4175 |
"like to check the new DB Table Prefix Name Changes."
|
4176 |
msgstr ""
|
4177 |
|
4178 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4179 |
msgid ""
|
4180 |
"Click the Update Site User Roles button to complete the DB Table Prefix Name "
|
4181 |
"change."
|
4182 |
msgstr ""
|
4183 |
|
4184 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4185 |
msgid "Randomly Generated DB Table Prefix"
|
4186 |
msgstr ""
|
4187 |
|
4188 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4189 |
msgid ""
|
4190 |
"DB Table Prefix Name change completed. Click the Load|Refresh Table button "
|
4191 |
"to load/refresh the DB Table Names & Character Length Table if you would "
|
@@ -4194,158 +4272,158 @@ msgid ""
|
|
4194 |
"new DB Table names."
|
4195 |
msgstr ""
|
4196 |
|
4197 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4198 |
msgid ""
|
4199 |
"This button must be clicked AFTER clicking the Change DB Table Prefix button "
|
4200 |
"above."
|
4201 |
msgstr ""
|
4202 |
|
4203 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4204 |
msgid "Length"
|
4205 |
msgstr ""
|
4206 |
|
4207 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4208 |
msgid "DB Table Name|Column"
|
4209 |
msgstr ""
|
4210 |
|
4211 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4212 |
msgid "Other Prefix Changes"
|
4213 |
msgstr ""
|
4214 |
|
4215 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4216 |
msgid "DB Table Names & Character Length Table"
|
4217 |
msgstr ""
|
4218 |
|
4219 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4220 |
msgid ""
|
4221 |
"Displays your Current DB Table Names & Length Including The DB Table Prefix"
|
4222 |
msgstr ""
|
4223 |
|
4224 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4225 |
-
#: admin/theme-skin/theme-skin.php:
|
4226 |
msgid "BPS Pro Features & Version Release Dates"
|
4227 |
msgstr ""
|
4228 |
|
4229 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4230 |
-
#: admin/theme-skin/theme-skin.php:
|
4231 |
msgid "Video Tutorials"
|
4232 |
msgstr ""
|
4233 |
|
4234 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4235 |
msgid "DB Backup & Security Guide & Troubleshooting"
|
4236 |
msgstr ""
|
4237 |
|
4238 |
-
#: admin/includes/admin.php:
|
4239 |
msgid "BulletProof Security Settings"
|
4240 |
msgstr ""
|
4241 |
|
4242 |
-
#: admin/includes/admin.php:
|
4243 |
msgid "BPS Security"
|
4244 |
msgstr ""
|
4245 |
|
4246 |
-
#: admin/includes/admin.php:
|
4247 |
msgid "Login Security"
|
4248 |
msgstr ""
|
4249 |
|
4250 |
-
#: admin/includes/admin.php:
|
4251 |
#: admin/maintenance/maintenance.php:163 admin/maintenance/maintenance.php:195
|
4252 |
#: admin/maintenance/maintenance.php:197
|
4253 |
msgid "Maintenance Mode"
|
4254 |
msgstr ""
|
4255 |
|
4256 |
-
#: admin/includes/admin.php:
|
4257 |
#: admin/system-info/system-info.php:88
|
4258 |
msgid "System Info"
|
4259 |
msgstr ""
|
4260 |
|
4261 |
-
#: admin/includes/admin.php:
|
4262 |
#: admin/theme-skin/theme-skin.php:91 admin/theme-skin/theme-skin.php:107
|
4263 |
#: admin/theme-skin/theme-skin.php:109
|
4264 |
msgid "UI|UX Settings"
|
4265 |
msgstr ""
|
4266 |
|
4267 |
-
#: admin/includes/admin.php:
|
4268 |
msgid "htaccess Core"
|
4269 |
msgstr ""
|
4270 |
|
4271 |
-
#: admin/includes/admin.php:
|
4272 |
msgid "Login Security ~ ISL ~ ACE"
|
4273 |
msgstr ""
|
4274 |
|
4275 |
-
#: admin/includes/admin.php:
|
4276 |
msgid "Idle Session Logout<br>Cookie Expiration"
|
4277 |
msgstr ""
|
4278 |
|
4279 |
-
#: admin/includes/admin.php:
|
4280 |
msgid "DB Backup & Security"
|
4281 |
msgstr ""
|
4282 |
|
4283 |
-
#: admin/includes/admin.php:
|
4284 |
-
#: admin/security-log/security-log.php:
|
4285 |
-
#: admin/security-log/security-log.php:
|
4286 |
msgid "Security Log"
|
4287 |
msgstr ""
|
4288 |
|
4289 |
-
#: admin/includes/admin.php:
|
4290 |
-
#: admin/wizard/wizard.php:
|
4291 |
#: bulletproof-security.php:98 bulletproof-security.php:101
|
4292 |
msgid "Setup Wizard"
|
4293 |
msgstr ""
|
4294 |
|
4295 |
-
#: admin/includes/admin.php:
|
4296 |
#: admin/includes/uninstall.php:45
|
4297 |
msgid "BPS Plugin Uninstall Options"
|
4298 |
msgstr ""
|
4299 |
|
4300 |
-
#: admin/includes/admin.php:
|
4301 |
msgid "BPS UI|UX Debug: SLF css Scripts Nulled"
|
4302 |
msgstr ""
|
4303 |
|
4304 |
-
#: admin/includes/admin.php:
|
4305 |
msgid "BPS UI|UX Debug: SLF css Scripts Not Nulled|Allowed"
|
4306 |
msgstr ""
|
4307 |
|
4308 |
-
#: admin/includes/admin.php:
|
4309 |
msgid "BPS UI|UX Debug: SLF js Scripts Nulled"
|
4310 |
msgstr ""
|
4311 |
|
4312 |
-
#: admin/includes/admin.php:
|
4313 |
msgid "BPS UI|UX Debug: SLF js Scripts Not Nulled|Allowed"
|
4314 |
msgstr ""
|
4315 |
|
4316 |
-
#: admin/includes/admin.php:
|
4317 |
msgid "BPS UI|UX Debug: Scripts|Styles Dequeued"
|
4318 |
msgstr ""
|
4319 |
|
4320 |
-
#: admin/includes/admin.php:
|
4321 |
msgid "Script Dequeued: "
|
4322 |
msgstr ""
|
4323 |
|
4324 |
-
#: admin/includes/admin.php:
|
4325 |
msgid ""
|
4326 |
"No plugin or theme Scripts were Dequeued (prevented) from loading in BPS "
|
4327 |
"plugin pages"
|
4328 |
msgstr ""
|
4329 |
|
4330 |
-
#: admin/includes/admin.php:
|
4331 |
msgid "Style Dequeued: "
|
4332 |
msgstr ""
|
4333 |
|
4334 |
-
#: admin/includes/admin.php:
|
4335 |
msgid ""
|
4336 |
"No plugin or theme Styles were Dequeued (prevented) from loading in BPS "
|
4337 |
"plugin pages"
|
4338 |
msgstr ""
|
4339 |
|
4340 |
-
#: admin/includes/admin.php:
|
4341 |
msgid "BPS UI|UX Debug: WP Toolbar nodes|menu items Removed"
|
4342 |
msgstr ""
|
4343 |
|
4344 |
-
#: admin/includes/admin.php:
|
4345 |
msgid "WP Toolbar node|menu item Removed: "
|
4346 |
msgstr ""
|
4347 |
|
4348 |
-
#: admin/includes/admin.php:
|
4349 |
msgid "No WP Toolbar nodes|menu items were Removed in BPS plugin pages"
|
4350 |
msgstr ""
|
4351 |
|
@@ -4385,156 +4463,162 @@ msgstr ""
|
|
4385 |
msgid "BulletProof Security ~ Login Security & Monitoring"
|
4386 |
msgstr ""
|
4387 |
|
4388 |
-
#: admin/login/login.php:157 admin/login/login.php:
|
4389 |
-
#: admin/login/login.php:
|
4390 |
msgid "Login Security & Monitoring"
|
4391 |
msgstr ""
|
4392 |
|
4393 |
-
#: admin/login/login.php:161 admin/login/login.php:
|
4394 |
-
#: admin/login/login.php:
|
4395 |
msgid "Idle Session Logout|Auth Cookie Expiration"
|
4396 |
msgstr ""
|
4397 |
|
4398 |
-
#: admin/login/login.php:
|
4399 |
-
msgid "Login Security & Monitoring (LSM) ~ "
|
4400 |
-
msgstr ""
|
4401 |
-
|
4402 |
-
#: admin/login/login.php:167
|
4403 |
-
msgid ""
|
4404 |
-
"Log All Account Logins or Log Only Account Lockouts ~ Brute Force Login "
|
4405 |
-
"Protection"
|
4406 |
-
msgstr ""
|
4407 |
-
|
4408 |
-
#: admin/login/login.php:173 admin/maintenance/maintenance.php:183
|
4409 |
msgid "Notice: "
|
4410 |
msgstr ""
|
4411 |
|
4412 |
-
#: admin/login/login.php:
|
4413 |
msgid "You have disabled wp-admin BulletProof Mode on the Security Modes page."
|
4414 |
msgstr ""
|
4415 |
|
4416 |
-
#: admin/login/login.php:
|
4417 |
msgid "If you have Go Daddy \"Managed WordPress Hosting\" click this link: "
|
4418 |
msgstr ""
|
4419 |
|
4420 |
-
#: admin/login/login.php:
|
4421 |
msgid "Go Daddy Managed WordPress Hosting"
|
4422 |
msgstr ""
|
4423 |
|
4424 |
-
#: admin/login/login.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4425 |
msgid "Max Login Attempts:"
|
4426 |
msgstr ""
|
4427 |
|
4428 |
-
#: admin/login/login.php:
|
4429 |
msgid "Automatic Lockout Time:"
|
4430 |
msgstr ""
|
4431 |
|
4432 |
-
#: admin/login/login.php:
|
4433 |
msgid "Minutes"
|
4434 |
msgstr ""
|
4435 |
|
4436 |
-
#: admin/login/login.php:
|
4437 |
msgid "Manual Lockout Time:"
|
4438 |
msgstr ""
|
4439 |
|
4440 |
-
#: admin/login/login.php:
|
4441 |
msgid "Max DB Rows To Show:"
|
4442 |
msgstr ""
|
4443 |
|
4444 |
-
#: admin/login/login.php:
|
4445 |
msgid "Blank = Show All Rows"
|
4446 |
msgstr ""
|
4447 |
|
4448 |
-
#: admin/login/login.php:
|
4449 |
msgid " Enable Login Security for WooCommerce"
|
4450 |
msgstr ""
|
4451 |
|
4452 |
-
#: admin/login/login.php:
|
4453 |
-
#: admin/login/login.php:
|
4454 |
msgid "Turn On|Turn Off:"
|
4455 |
msgstr ""
|
4456 |
|
4457 |
-
#: admin/login/login.php:
|
4458 |
msgid "Login Security On"
|
4459 |
msgstr ""
|
4460 |
|
4461 |
-
#: admin/login/login.php:
|
4462 |
msgid "Login Security Off"
|
4463 |
msgstr ""
|
4464 |
|
4465 |
-
#: admin/login/login.php:
|
4466 |
msgid "Login Security Off|Use Password Reset Option ONLY"
|
4467 |
msgstr ""
|
4468 |
|
4469 |
-
#: admin/login/login.php:
|
4470 |
msgid "Logging Options:"
|
4471 |
msgstr ""
|
4472 |
|
4473 |
-
#: admin/login/login.php:
|
4474 |
msgid "Log Only Account Lockouts"
|
4475 |
msgstr ""
|
4476 |
|
4477 |
-
#: admin/login/login.php:
|
4478 |
msgid "Log All Account Logins"
|
4479 |
msgstr ""
|
4480 |
|
4481 |
-
#: admin/login/login.php:
|
4482 |
msgid "Error Messages:"
|
4483 |
msgstr ""
|
4484 |
|
4485 |
-
#: admin/login/login.php:
|
4486 |
msgid "Standard WP Login Errors"
|
4487 |
msgstr ""
|
4488 |
|
4489 |
-
#: admin/login/login.php:
|
4490 |
msgid "User|Pass Invalid Entry Error"
|
4491 |
msgstr ""
|
4492 |
|
4493 |
-
#: admin/login/login.php:
|
4494 |
msgid "User|Pass|Lock Invalid Entry Error"
|
4495 |
msgstr ""
|
4496 |
|
4497 |
-
#: admin/login/login.php:
|
4498 |
msgid "Attempts Remaining:"
|
4499 |
msgstr ""
|
4500 |
|
4501 |
-
#: admin/login/login.php:
|
4502 |
msgid "Show Login Attempts Remaining"
|
4503 |
msgstr ""
|
4504 |
|
4505 |
-
#: admin/login/login.php:
|
4506 |
msgid "Do Not Show Login Attempts Remaining"
|
4507 |
msgstr ""
|
4508 |
|
4509 |
-
#: admin/login/login.php:
|
4510 |
msgid "Password Reset:"
|
4511 |
msgstr ""
|
4512 |
|
4513 |
-
#: admin/login/login.php:
|
4514 |
msgid "Enable Password Reset"
|
4515 |
msgstr ""
|
4516 |
|
4517 |
-
#: admin/login/login.php:
|
4518 |
msgid "Disable Password Reset Frontend Only"
|
4519 |
msgstr ""
|
4520 |
|
4521 |
-
#: admin/login/login.php:
|
4522 |
msgid "Disable Password Reset Frontend & Backend"
|
4523 |
msgstr ""
|
4524 |
|
4525 |
-
#: admin/login/login.php:
|
4526 |
msgid "Sort DB Rows:"
|
4527 |
msgstr ""
|
4528 |
|
4529 |
-
#: admin/login/login.php:
|
4530 |
msgid "Ascending - Show Oldest Login First"
|
4531 |
msgstr ""
|
4532 |
|
4533 |
-
#: admin/login/login.php:
|
4534 |
msgid "Descending - Show Newest Login First"
|
4535 |
msgstr ""
|
4536 |
|
4537 |
-
#: admin/login/login.php:
|
4538 |
msgid ""
|
4539 |
"Clicking OK will Export (copy) the Login Security Table into the lsm-master."
|
4540 |
"csv file, which you can then download to your computer by clicking the "
|
@@ -4542,90 +4626,90 @@ msgid ""
|
|
4542 |
"success message."
|
4543 |
msgstr ""
|
4544 |
|
4545 |
-
#: admin/login/login.php:
|
4546 |
msgid "Click OK to Export the Login Security Table or click Cancel."
|
4547 |
msgstr ""
|
4548 |
|
4549 |
-
#: admin/login/login.php:
|
4550 |
msgid " out of "
|
4551 |
msgstr ""
|
4552 |
|
4553 |
-
#: admin/login/login.php:
|
4554 |
msgid " Database Rows are currently being displayed"
|
4555 |
msgstr ""
|
4556 |
|
4557 |
-
#: admin/login/login.php:
|
4558 |
msgid "Total number of Database Rows is: "
|
4559 |
msgstr ""
|
4560 |
|
4561 |
-
#: admin/login/login.php:
|
4562 |
msgid "Login Status"
|
4563 |
msgstr ""
|
4564 |
|
4565 |
-
#: admin/login/login.php:
|
4566 |
-
#: admin/login/login.php:
|
4567 |
msgid "Lock"
|
4568 |
msgstr ""
|
4569 |
|
4570 |
-
#: admin/login/login.php:
|
4571 |
-
#: admin/login/login.php:
|
4572 |
msgid "Unlock"
|
4573 |
msgstr ""
|
4574 |
|
4575 |
-
#: admin/login/login.php:
|
4576 |
msgid "User ID"
|
4577 |
msgstr ""
|
4578 |
|
4579 |
-
#: admin/login/login.php:
|
4580 |
msgid "Username"
|
4581 |
msgstr ""
|
4582 |
|
4583 |
-
#: admin/login/login.php:
|
4584 |
msgid "Display Name"
|
4585 |
msgstr ""
|
4586 |
|
4587 |
-
#: admin/login/login.php:
|
4588 |
msgid "Email"
|
4589 |
msgstr ""
|
4590 |
|
4591 |
-
#: admin/login/login.php:
|
4592 |
msgid "Role"
|
4593 |
msgstr ""
|
4594 |
|
4595 |
-
#: admin/login/login.php:
|
4596 |
msgid "Login Time"
|
4597 |
msgstr ""
|
4598 |
|
4599 |
-
#: admin/login/login.php:
|
4600 |
msgid "Lockout Expires"
|
4601 |
msgstr ""
|
4602 |
|
4603 |
-
#: admin/login/login.php:
|
4604 |
msgid "IP Address"
|
4605 |
msgstr ""
|
4606 |
|
4607 |
-
#: admin/login/login.php:
|
4608 |
msgid "Hostname"
|
4609 |
msgstr ""
|
4610 |
|
4611 |
-
#: admin/login/login.php:
|
4612 |
msgid "Request URI"
|
4613 |
msgstr ""
|
4614 |
|
4615 |
-
#: admin/login/login.php:
|
4616 |
msgid "NA"
|
4617 |
msgstr ""
|
4618 |
|
4619 |
-
#: admin/login/login.php:
|
4620 |
msgid "No Logins|Locked"
|
4621 |
msgstr ""
|
4622 |
|
4623 |
-
#: admin/login/login.php:
|
4624 |
-
#: admin/login/login.php:
|
4625 |
msgid "Submit"
|
4626 |
msgstr ""
|
4627 |
|
4628 |
-
#: admin/login/login.php:
|
4629 |
msgid ""
|
4630 |
"Locking and Unlocking a User is reversible, but Deleting a User is not.\\n"
|
4631 |
"\\n-------------------------------------------------------------\\n\\nWhen "
|
@@ -4638,218 +4722,218 @@ msgid ""
|
|
4638 |
"OK to proceed or click Cancel"
|
4639 |
msgstr ""
|
4640 |
|
4641 |
-
#: admin/login/login.php:
|
4642 |
msgid "Clear|Refresh"
|
4643 |
msgstr ""
|
4644 |
|
4645 |
-
#: admin/login/login.php:
|
4646 |
msgid " has been deleted from the Login Security Database Table."
|
4647 |
msgstr ""
|
4648 |
|
4649 |
-
#: admin/login/login.php:
|
4650 |
msgid " has been Unlocked."
|
4651 |
msgstr ""
|
4652 |
|
4653 |
-
#: admin/login/login.php:
|
4654 |
msgid " has been Locked."
|
4655 |
msgstr ""
|
4656 |
|
4657 |
-
#: admin/login/login.php:
|
4658 |
msgid "Idle Session Logout (ISL) ~ "
|
4659 |
msgstr ""
|
4660 |
|
4661 |
-
#: admin/login/login.php:
|
4662 |
msgid "Automatically Logout Idle/Inactive User Accounts"
|
4663 |
msgstr ""
|
4664 |
|
4665 |
-
#: admin/login/login.php:
|
4666 |
msgid "Auth Cookie Expiration (ACE) ~ "
|
4667 |
msgstr ""
|
4668 |
|
4669 |
-
#: admin/login/login.php:
|
4670 |
msgid "Change the WordPress Authentication Cookie Expiration Time"
|
4671 |
msgstr ""
|
4672 |
|
4673 |
-
#: admin/login/login.php:
|
4674 |
msgid "ISL and ACE Forum Topic"
|
4675 |
msgstr ""
|
4676 |
|
4677 |
-
#: admin/login/login.php:
|
4678 |
msgid "The Help & FAQ tab pages contain help links."
|
4679 |
msgstr ""
|
4680 |
|
4681 |
-
#: admin/login/login.php:
|
4682 |
msgid "Save Options"
|
4683 |
msgstr ""
|
4684 |
|
4685 |
-
#: admin/login/login.php:
|
4686 |
msgid "Settings Saved. ISL has been turned On."
|
4687 |
msgstr ""
|
4688 |
|
4689 |
-
#: admin/login/login.php:
|
4690 |
msgid "Settings Saved. ISL has been turned Off."
|
4691 |
msgstr ""
|
4692 |
|
4693 |
-
#: admin/login/login.php:
|
4694 |
msgid "Idle Session Logout (ISL) Settings"
|
4695 |
msgstr ""
|
4696 |
|
4697 |
-
#: admin/login/login.php:
|
4698 |
msgid "ISL On"
|
4699 |
msgstr ""
|
4700 |
|
4701 |
-
#: admin/login/login.php:
|
4702 |
msgid "ISL Off"
|
4703 |
msgstr ""
|
4704 |
|
4705 |
-
#: admin/login/login.php:
|
4706 |
msgid "Idle Session Logout Time in Minutes:"
|
4707 |
msgstr ""
|
4708 |
|
4709 |
-
#: admin/login/login.php:
|
4710 |
msgid "Idle Session Logout Page URL:"
|
4711 |
msgstr ""
|
4712 |
|
4713 |
-
#: admin/login/login.php:
|
4714 |
msgid "Idle Session Logout Page Login URL:"
|
4715 |
msgstr ""
|
4716 |
|
4717 |
-
#: admin/login/login.php:
|
4718 |
msgid ""
|
4719 |
"Enter/Type: \"No\" (without quotes) if you do not want a Login URL displayed."
|
4720 |
msgstr ""
|
4721 |
|
4722 |
-
#: admin/login/login.php:
|
4723 |
msgid "Idle Session Logout Exclude URLs|URIs:"
|
4724 |
msgstr ""
|
4725 |
|
4726 |
-
#: admin/login/login.php:
|
4727 |
msgid "Enter URIs separated by a comma and a space: /some-post/, /some-page/"
|
4728 |
msgstr ""
|
4729 |
|
4730 |
-
#: admin/login/login.php:
|
4731 |
msgid "Idle Session Logout Page Custom Message:"
|
4732 |
msgstr ""
|
4733 |
|
4734 |
-
#: admin/login/login.php:
|
4735 |
msgid "Idle Session Logout Page Custom CSS Style:"
|
4736 |
msgstr ""
|
4737 |
|
4738 |
-
#: admin/login/login.php:
|
4739 |
#: admin/login/lsm-help-text.php:13
|
4740 |
msgid "User Account Exceptions:"
|
4741 |
msgstr ""
|
4742 |
|
4743 |
-
#: admin/login/login.php:
|
4744 |
msgid ""
|
4745 |
"Enter User Account names separated by a comma and a space: johnDoe, janeDoe"
|
4746 |
msgstr ""
|
4747 |
|
4748 |
-
#: admin/login/login.php:
|
4749 |
msgid "Idle Session Logout Time Will Not Be Applied For These User Accounts."
|
4750 |
msgstr ""
|
4751 |
|
4752 |
-
#: admin/login/login.php:
|
4753 |
msgid "Enable|Disable Idle Session Logouts For These User Roles: "
|
4754 |
msgstr ""
|
4755 |
|
4756 |
-
#: admin/login/login.php:
|
4757 |
msgid ""
|
4758 |
"Check to Enable. Uncheck to Disable. See the Read Me help button for details."
|
4759 |
msgstr ""
|
4760 |
|
4761 |
-
#: admin/login/login.php:
|
4762 |
msgid " Administrator"
|
4763 |
msgstr ""
|
4764 |
|
4765 |
-
#: admin/login/login.php:
|
4766 |
msgid " Editor"
|
4767 |
msgstr ""
|
4768 |
|
4769 |
-
#: admin/login/login.php:
|
4770 |
msgid " Author"
|
4771 |
msgstr ""
|
4772 |
|
4773 |
-
#: admin/login/login.php:
|
4774 |
msgid " Contributor"
|
4775 |
msgstr ""
|
4776 |
|
4777 |
-
#: admin/login/login.php:
|
4778 |
msgid " Subscriber"
|
4779 |
msgstr ""
|
4780 |
|
4781 |
-
#: admin/login/login.php:
|
4782 |
msgid "Enable|Disable Idle Session Logouts For TinyMCE Editors: "
|
4783 |
msgstr ""
|
4784 |
|
4785 |
-
#: admin/login/login.php:
|
4786 |
msgid ""
|
4787 |
"Check to Disable. Uncheck to Enable. See the Read Me help button for details."
|
4788 |
msgstr ""
|
4789 |
|
4790 |
-
#: admin/login/login.php:
|
4791 |
msgid " Enable|Disable ISL For TinyMCE Editor"
|
4792 |
msgstr ""
|
4793 |
|
4794 |
-
#: admin/login/login.php:
|
4795 |
-
#: admin/security-log/security-log.php:
|
4796 |
msgid "Click OK to Proceed or click Cancel."
|
4797 |
msgstr ""
|
4798 |
|
4799 |
-
#: admin/login/login.php:
|
4800 |
msgid "WordPress Authentication Cookie Expiration (ACE) Settings"
|
4801 |
msgstr ""
|
4802 |
|
4803 |
-
#: admin/login/login.php:
|
4804 |
msgid "Settings Saved. ACE has been turned On."
|
4805 |
msgstr ""
|
4806 |
|
4807 |
-
#: admin/login/login.php:
|
4808 |
msgid "Settings Saved. ACE has been turned Off."
|
4809 |
msgstr ""
|
4810 |
|
4811 |
-
#: admin/login/login.php:
|
4812 |
msgid "ACE On"
|
4813 |
msgstr ""
|
4814 |
|
4815 |
-
#: admin/login/login.php:
|
4816 |
msgid "ACE Off"
|
4817 |
msgstr ""
|
4818 |
|
4819 |
-
#: admin/login/login.php:
|
4820 |
msgid "Auth Cookie Expiration Time in Minutes:"
|
4821 |
msgstr ""
|
4822 |
|
4823 |
-
#: admin/login/login.php:
|
4824 |
msgid "WP Default setting is 2880 Minutes/2 Days:"
|
4825 |
msgstr ""
|
4826 |
|
4827 |
-
#: admin/login/login.php:
|
4828 |
msgid "Remember Me Auth Cookie Expiration Time in Minutes:"
|
4829 |
msgstr ""
|
4830 |
|
4831 |
-
#: admin/login/login.php:
|
4832 |
msgid "WP Default setting is 20160 Minutes/14 Days:"
|
4833 |
msgstr ""
|
4834 |
|
4835 |
-
#: admin/login/login.php:
|
4836 |
msgid "Enable|Disable Remember Me Checkbox:"
|
4837 |
msgstr ""
|
4838 |
|
4839 |
-
#: admin/login/login.php:
|
4840 |
msgid " Disable & do not display the Remember Me checkbox"
|
4841 |
msgstr ""
|
4842 |
|
4843 |
-
#: admin/login/login.php:
|
4844 |
msgid "Auth Cookie Expiration Time Will Not Be Applied To These User Accounts."
|
4845 |
msgstr ""
|
4846 |
|
4847 |
-
#: admin/login/login.php:
|
4848 |
msgid "Enable|Disable Auth Cookie Expiration Time For These User Roles: "
|
4849 |
msgstr ""
|
4850 |
|
4851 |
-
#: admin/login/login.php:
|
4852 |
-
#: admin/system-info/system-info.php:
|
4853 |
msgid "BulletProof Security Help & FAQ"
|
4854 |
msgstr ""
|
4855 |
|
@@ -5450,7 +5534,7 @@ msgid ""
|
|
5450 |
"being successfully turned On while the Oxygen plugin is activated."
|
5451 |
msgstr ""
|
5452 |
|
5453 |
-
#: admin/maintenance/maintenance.php:64 includes/hud-autofix-whitelist.php:
|
5454 |
msgid "Click this "
|
5455 |
msgstr ""
|
5456 |
|
@@ -5472,18 +5556,26 @@ msgstr ""
|
|
5472 |
msgid "Maintenance Mode ~ FrontEnd ~ BackEnd"
|
5473 |
msgstr ""
|
5474 |
|
5475 |
-
#: admin/maintenance/maintenance.php:
|
5476 |
-
msgid "
|
5477 |
msgstr ""
|
5478 |
|
5479 |
-
#: admin/maintenance/maintenance.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5480 |
msgid ""
|
5481 |
-
"
|
5482 |
-
"
|
5483 |
msgstr ""
|
5484 |
|
5485 |
#: admin/maintenance/maintenance.php:206 admin/maintenance/maintenance.php:212
|
5486 |
-
#: admin/maintenance/maintenance.php:
|
5487 |
msgid "Maintenance Mode Guide"
|
5488 |
msgstr ""
|
5489 |
|
@@ -6302,29 +6394,29 @@ msgstr ""
|
|
6302 |
msgid "Logging has been turned On"
|
6303 |
msgstr ""
|
6304 |
|
6305 |
-
#: admin/security-log/security-log.php:
|
6306 |
msgid "Security Log ~ "
|
6307 |
msgstr ""
|
6308 |
|
6309 |
-
#: admin/security-log/security-log.php:
|
6310 |
msgid ""
|
6311 |
-
"Logs Blocked Hackers
|
6312 |
-
"
|
6313 |
msgstr ""
|
6314 |
|
6315 |
-
#: admin/security-log/security-log.php:
|
6316 |
msgid "Forum Help Links & Bonus Custom Code: "
|
6317 |
msgstr ""
|
6318 |
|
6319 |
-
#: admin/security-log/security-log.php:
|
6320 |
msgid "POST Request Attack Protection"
|
6321 |
msgstr ""
|
6322 |
|
6323 |
-
#: admin/security-log/security-log.php:
|
6324 |
msgid "Security Log General Information"
|
6325 |
msgstr ""
|
6326 |
|
6327 |
-
#: admin/security-log/security-log.php:
|
6328 |
msgid ""
|
6329 |
"Your Security Log file is a plain text static file and not a dynamic file or "
|
6330 |
"dynamic display to keep your website resource usage at a bare minimum and "
|
@@ -6333,7 +6425,7 @@ msgid ""
|
|
6333 |
"text file."
|
6334 |
msgstr ""
|
6335 |
|
6336 |
-
#: admin/security-log/security-log.php:
|
6337 |
msgid ""
|
6338 |
"If a particular User Agent|Bot is generating excessive log entries you can "
|
6339 |
"add it to Add User Agents|Bots to Ignore|Not Log tool and that User Agent|"
|
@@ -6341,7 +6433,7 @@ msgid ""
|
|
6341 |
"help section."
|
6342 |
msgstr ""
|
6343 |
|
6344 |
-
#: admin/security-log/security-log.php:
|
6345 |
msgid ""
|
6346 |
"BPS logs all 403 errors, but a 403 error may not necessarily be caused by "
|
6347 |
"BPS. Use the troubleshooting steps in the BPS Troubleshooting Steps link at "
|
@@ -6349,7 +6441,7 @@ msgid ""
|
|
6349 |
"error is being caused by BPS."
|
6350 |
msgstr ""
|
6351 |
|
6352 |
-
#: admin/security-log/security-log.php:
|
6353 |
msgid ""
|
6354 |
"The Security Log logs 400, 403, 405 and 410 HTTP Response Status Codes by "
|
6355 |
"default. You can also log 404 HTTP Response Status Codes by opening this BPS "
|
@@ -6360,17 +6452,17 @@ msgid ""
|
|
6360 |
"the "
|
6361 |
msgstr ""
|
6362 |
|
6363 |
-
#: admin/security-log/security-log.php:
|
6364 |
-
#: admin/security-log/security-log.php:
|
6365 |
msgid "Total # of Security Log Entries by Type"
|
6366 |
msgstr ""
|
6367 |
|
6368 |
-
#: admin/security-log/security-log.php:
|
6369 |
msgid ""
|
6370 |
" help section below for a complete list of BPS Security Log Entry Types."
|
6371 |
msgstr ""
|
6372 |
|
6373 |
-
#: admin/security-log/security-log.php:
|
6374 |
msgid ""
|
6375 |
"Displays the total number of each type of Security Log Entry in your "
|
6376 |
"Security Log file. The Total # of Security Log Entries by Type is also added "
|
@@ -6383,30 +6475,30 @@ msgid ""
|
|
6383 |
"Security Log Entry Types. BPS Pro has a total of 27 Security Log Entry Types."
|
6384 |
msgstr ""
|
6385 |
|
6386 |
-
#: admin/security-log/security-log.php:
|
6387 |
msgid "HTTP Response Status Codes"
|
6388 |
msgstr ""
|
6389 |
|
6390 |
-
#: admin/security-log/security-log.php:
|
6391 |
msgid ""
|
6392 |
"400 Bad Request - The request could not be understood by the server due to "
|
6393 |
"malformed syntax."
|
6394 |
msgstr ""
|
6395 |
|
6396 |
-
#: admin/security-log/security-log.php:
|
6397 |
msgid ""
|
6398 |
"403 Forbidden - The Server understood the request, but is refusing to "
|
6399 |
"fulfill it."
|
6400 |
msgstr ""
|
6401 |
|
6402 |
-
#: admin/security-log/security-log.php:
|
6403 |
msgid ""
|
6404 |
"404 Not Found - The Server has not found anything matching the Request-URI|"
|
6405 |
"URL. No indication is given of whether the condition is temporary or "
|
6406 |
"permanent."
|
6407 |
msgstr ""
|
6408 |
|
6409 |
-
#: admin/security-log/security-log.php:
|
6410 |
msgid ""
|
6411 |
"405 Method Not Allowed - The method specified in the Request-Line is not "
|
6412 |
"allowed for the resource identified by the Request-URI. The response MUST "
|
@@ -6416,18 +6508,18 @@ msgid ""
|
|
6416 |
"Methods."
|
6417 |
msgstr ""
|
6418 |
|
6419 |
-
#: admin/security-log/security-log.php:
|
6420 |
msgid ""
|
6421 |
"410 Gone - The requested resource is no longer available at the Server/site "
|
6422 |
"and no forwarding address is known. This condition is expected to be "
|
6423 |
"considered permanent."
|
6424 |
msgstr ""
|
6425 |
|
6426 |
-
#: admin/security-log/security-log.php:
|
6427 |
msgid "Security Log File Size"
|
6428 |
msgstr ""
|
6429 |
|
6430 |
-
#: admin/security-log/security-log.php:
|
6431 |
msgid ""
|
6432 |
"Displays the size of your Security Log file. 500KB is the optimum "
|
6433 |
"recommended log file size setting that you should choose for your log file "
|
@@ -6435,50 +6527,50 @@ msgid ""
|
|
6435 |
"Log file."
|
6436 |
msgstr ""
|
6437 |
|
6438 |
-
#: admin/security-log/security-log.php:
|
6439 |
msgid "Security Log Status:"
|
6440 |
msgstr ""
|
6441 |
|
6442 |
-
#: admin/security-log/security-log.php:
|
6443 |
msgid "Displays either Logging is Turned On or Logging is Turned Off."
|
6444 |
msgstr ""
|
6445 |
|
6446 |
-
#: admin/security-log/security-log.php:
|
6447 |
msgid "Security Log Last Modified Time:"
|
6448 |
msgstr ""
|
6449 |
|
6450 |
-
#: admin/security-log/security-log.php:
|
6451 |
msgid "Displays the last time a Security Log entry was logged."
|
6452 |
msgstr ""
|
6453 |
|
6454 |
-
#: admin/security-log/security-log.php:
|
6455 |
msgid "Turn Off Logging"
|
6456 |
msgstr ""
|
6457 |
|
6458 |
-
#: admin/security-log/security-log.php:
|
6459 |
msgid "Turns Off HTTP 400, 403, 404, 405 & 410 Security Logging."
|
6460 |
msgstr ""
|
6461 |
|
6462 |
-
#: admin/security-log/security-log.php:
|
6463 |
msgid "Turn On Logging"
|
6464 |
msgstr ""
|
6465 |
|
6466 |
-
#: admin/security-log/security-log.php:
|
6467 |
msgid "Turns On HTTP 400, 403, 404, 405 & 410 Security Logging."
|
6468 |
msgstr ""
|
6469 |
|
6470 |
-
#: admin/security-log/security-log.php:
|
6471 |
msgid ""
|
6472 |
"Clicking the Delete Log button will delete the entire contents of your "
|
6473 |
"Security Log File."
|
6474 |
msgstr ""
|
6475 |
|
6476 |
-
#: admin/security-log/security-log.php:
|
6477 |
-
#: admin/security-log/security-log.php:
|
6478 |
msgid "POST Request Body Data"
|
6479 |
msgstr ""
|
6480 |
|
6481 |
-
#: admin/security-log/security-log.php:
|
6482 |
msgid ""
|
6483 |
"The POST Request Body Data option settings only affect the REQUEST BODY "
|
6484 |
"Security Log field in your Security Log entries when a POST Request is "
|
@@ -6489,7 +6581,7 @@ msgid ""
|
|
6489 |
"not all POST Request Attacks will be captured/logged in the Security Log."
|
6490 |
msgstr ""
|
6491 |
|
6492 |
-
#: admin/security-log/security-log.php:
|
6493 |
msgid ""
|
6494 |
"The default POST Request Body Data option setting is \"Do Not Log POST "
|
6495 |
"Request Body Data (0KB)\", which means do not capture/log the POST Request "
|
@@ -6504,7 +6596,7 @@ msgid ""
|
|
6504 |
"Maximum...\" POST Request Body Data option settings."
|
6505 |
msgstr ""
|
6506 |
|
6507 |
-
#: admin/security-log/security-log.php:
|
6508 |
msgid ""
|
6509 |
"The \"Log Minimum POST Request Body Data (5KB)\" option setting will capture/"
|
6510 |
"log the first 500 characters or 5KB of hacker code used to attack your "
|
@@ -6516,7 +6608,7 @@ msgid ""
|
|
6516 |
"field. Hacker scripts typically range in size from 20KB to 100KB on average."
|
6517 |
msgstr ""
|
6518 |
|
6519 |
-
#: admin/security-log/security-log.php:
|
6520 |
msgid ""
|
6521 |
"If you are using email security protection on your computer then your "
|
6522 |
"automatically zipped and emailed BPS Security Log files may be seen as "
|
@@ -6529,12 +6621,12 @@ msgid ""
|
|
6529 |
"option setting instead."
|
6530 |
msgstr ""
|
6531 |
|
6532 |
-
#: admin/security-log/security-log.php:
|
6533 |
msgid ""
|
6534 |
"Ignoring|Not Logging User Agents|Bots - Allowing|Logging User Agents|Bots"
|
6535 |
msgstr ""
|
6536 |
|
6537 |
-
#: admin/security-log/security-log.php:
|
6538 |
msgid ""
|
6539 |
"Adding or Removing User Agents|Bots adds or removes User Agents|Bots to your "
|
6540 |
"Database and also writes new code to the 403.php Security Logging template. "
|
@@ -6549,7 +6641,7 @@ msgid ""
|
|
6549 |
"file."
|
6550 |
msgstr ""
|
6551 |
|
6552 |
-
#: admin/security-log/security-log.php:
|
6553 |
msgid ""
|
6554 |
"If a particular User Agent|Bot is being logged excessively in your Security "
|
6555 |
"Log file you can Ignore|Not Log that particular User Agent|Bot based on the "
|
@@ -6562,22 +6654,22 @@ msgid ""
|
|
6562 |
"facebook User Agent|Bot."
|
6563 |
msgstr ""
|
6564 |
|
6565 |
-
#: admin/security-log/security-log.php:
|
6566 |
-
#: admin/security-log/security-log.php:
|
6567 |
msgid "Add User Agents|Bots to Ignore|Not Log"
|
6568 |
msgstr ""
|
6569 |
|
6570 |
-
#: admin/security-log/security-log.php:
|
6571 |
msgid ""
|
6572 |
"Add the User Agent|Bot names you would like to Ignore|Not Log in your "
|
6573 |
"Security Log. These code characters are not allowed to be used: "
|
6574 |
msgstr ""
|
6575 |
|
6576 |
-
#: admin/security-log/security-log.php:
|
6577 |
msgid "Removing User Agents|Bots to Allow|Log"
|
6578 |
msgstr ""
|
6579 |
|
6580 |
-
#: admin/security-log/security-log.php:
|
6581 |
msgid ""
|
6582 |
"To search for ALL User Agents|Bots to remove/delete from your database leave "
|
6583 |
"the text box blank and click the Remove|Allow button. You will see a "
|
@@ -6590,266 +6682,266 @@ msgid ""
|
|
6590 |
"Agents|Bots logged again in your Security Log."
|
6591 |
msgstr ""
|
6592 |
|
6593 |
-
#: admin/security-log/security-log.php:
|
6594 |
msgid "There are no Security Log Entries yet."
|
6595 |
msgstr ""
|
6596 |
|
6597 |
-
#: admin/security-log/security-log.php:
|
6598 |
msgid "Total "
|
6599 |
msgstr ""
|
6600 |
|
6601 |
-
#: admin/security-log/security-log.php:
|
6602 |
msgid " Log Entries: "
|
6603 |
msgstr ""
|
6604 |
|
6605 |
-
#: admin/security-log/security-log.php:
|
6606 |
-
#: admin/security-log/security-log.php:
|
6607 |
msgid "Security Log File Size: "
|
6608 |
msgstr ""
|
6609 |
|
6610 |
-
#: admin/security-log/security-log.php:
|
6611 |
msgid ""
|
6612 |
"Your Security Log file is larger than 2MB. It appears that BPS is unable to "
|
6613 |
"automatically zip, email and delete your Security Log file."
|
6614 |
msgstr ""
|
6615 |
|
6616 |
-
#: admin/security-log/security-log.php:
|
6617 |
msgid "Check your Email Alerts & Log File Options."
|
6618 |
msgstr ""
|
6619 |
|
6620 |
-
#: admin/security-log/security-log.php:
|
6621 |
msgid ""
|
6622 |
"You can manually delete the contents of this log file by clicking the Delete "
|
6623 |
"Log button."
|
6624 |
msgstr ""
|
6625 |
|
6626 |
-
#: admin/security-log/security-log.php:
|
6627 |
-
#: admin/security-log/security-log.php:
|
6628 |
msgid "Security Log Status: "
|
6629 |
msgstr ""
|
6630 |
|
6631 |
-
#: admin/security-log/security-log.php:
|
6632 |
msgid "Logging is Turned Off"
|
6633 |
msgstr ""
|
6634 |
|
6635 |
-
#: admin/security-log/security-log.php:
|
6636 |
msgid "Logging is Turned On"
|
6637 |
msgstr ""
|
6638 |
|
6639 |
-
#: admin/security-log/security-log.php:
|
6640 |
msgid "Security Log Last Modified Time: "
|
6641 |
msgstr ""
|
6642 |
|
6643 |
-
#: admin/security-log/security-log.php:
|
6644 |
msgid ""
|
6645 |
"Success! Your Security Log file has been deleted and replaced with a new "
|
6646 |
"blank Security Log file."
|
6647 |
msgstr ""
|
6648 |
|
6649 |
-
#: admin/security-log/security-log.php:
|
6650 |
msgid "Error: "
|
6651 |
msgstr ""
|
6652 |
|
6653 |
-
#: admin/security-log/security-log.php:
|
6654 |
msgid ""
|
6655 |
" User Agent|Bot was not successfully added. These code characters are not "
|
6656 |
"allowed to be used: "
|
6657 |
msgstr ""
|
6658 |
|
6659 |
-
#: admin/security-log/security-log.php:
|
6660 |
msgid " Click the Read Help button for examples of valid User Agent|Bot names."
|
6661 |
msgstr ""
|
6662 |
|
6663 |
-
#: admin/security-log/security-log.php:
|
6664 |
msgid "Success! "
|
6665 |
msgstr ""
|
6666 |
|
6667 |
-
#: admin/security-log/security-log.php:
|
6668 |
msgid " User Agent|Bot has been added to your DB. "
|
6669 |
msgstr ""
|
6670 |
|
6671 |
-
#: admin/security-log/security-log.php:
|
6672 |
msgid ""
|
6673 |
"Error: You did not enter a User Agent|Bot name. User Agent|Bot was not "
|
6674 |
"successfully added."
|
6675 |
msgstr ""
|
6676 |
|
6677 |
-
#: admin/security-log/security-log.php:
|
6678 |
-
#: admin/security-log/security-log.php:
|
6679 |
#: admin/wizard/wizard.php:308 admin/wizard/wizard.php:314
|
6680 |
#: admin/wizard/wizard.php:320 admin/wizard/wizard.php:326
|
6681 |
msgid "Error: The "
|
6682 |
msgstr ""
|
6683 |
|
6684 |
-
#: admin/security-log/security-log.php:
|
6685 |
-
#: admin/security-log/security-log.php:
|
6686 |
msgid " does not exist."
|
6687 |
msgstr ""
|
6688 |
|
6689 |
-
#: admin/security-log/security-log.php:
|
6690 |
-
#: admin/security-log/security-log.php:
|
6691 |
-
#: admin/security-log/security-log.php:
|
6692 |
msgid "Error: Unable to write to file "
|
6693 |
msgstr ""
|
6694 |
|
6695 |
-
#: admin/security-log/security-log.php:
|
6696 |
-
#: admin/security-log/security-log.php:
|
6697 |
-
#: admin/security-log/security-log.php:
|
6698 |
msgid ""
|
6699 |
". Check that file permissions allow writing to this file. If you have a DSO "
|
6700 |
"Server check file and folder Ownership."
|
6701 |
msgstr ""
|
6702 |
|
6703 |
-
#: admin/security-log/security-log.php:
|
6704 |
msgid ""
|
6705 |
"Success! The BPS 403.php Security Logging template file has been updated. "
|
6706 |
"This User Agent|Bot will be no longer be logged in your Security Log."
|
6707 |
msgstr ""
|
6708 |
|
6709 |
-
#: admin/security-log/security-log.php:
|
6710 |
msgid " Do Not Log POST Request Body Data (0KB)"
|
6711 |
msgstr ""
|
6712 |
|
6713 |
-
#: admin/security-log/security-log.php:
|
6714 |
msgid " Log Minimum POST Request Body Data (5KB)"
|
6715 |
msgstr ""
|
6716 |
|
6717 |
-
#: admin/security-log/security-log.php:
|
6718 |
msgid " Log Maximum POST Request Body Data (250KB)"
|
6719 |
msgstr ""
|
6720 |
|
6721 |
-
#: admin/security-log/security-log.php:
|
6722 |
msgid "Click the Read Me Help button for examples"
|
6723 |
msgstr ""
|
6724 |
|
6725 |
-
#: admin/security-log/security-log.php:
|
6726 |
msgid ""
|
6727 |
"Clicking OK will Add the User Agent|Bot name you have entered to your DB and "
|
6728 |
"the 403.php Security Logging template."
|
6729 |
msgstr ""
|
6730 |
|
6731 |
-
#: admin/security-log/security-log.php:
|
6732 |
msgid ""
|
6733 |
"Security logging checks are done by the 403.php Security Logging file and "
|
6734 |
"not by DB Queries."
|
6735 |
msgstr ""
|
6736 |
|
6737 |
-
#: admin/security-log/security-log.php:
|
6738 |
msgid ""
|
6739 |
"To remove User Agents|Bots from being ignored/not logged use the Remove|"
|
6740 |
"Allow tool."
|
6741 |
msgstr ""
|
6742 |
|
6743 |
-
#: admin/security-log/security-log.php:
|
6744 |
msgid "Remove User Agents|Bots to Allow|Log"
|
6745 |
msgstr ""
|
6746 |
|
6747 |
-
#: admin/security-log/security-log.php:
|
6748 |
msgid ""
|
6749 |
"Clicking OK will search your database and display User Agent|Bot DB search "
|
6750 |
"results in a Dynamic Radio button Form."
|
6751 |
msgstr ""
|
6752 |
|
6753 |
-
#: admin/security-log/security-log.php:
|
6754 |
msgid ""
|
6755 |
"To search for ALL User Agents|Bots to remove/delete from your database leave "
|
6756 |
"the text box blank and click the Remove|Allow button."
|
6757 |
msgstr ""
|
6758 |
|
6759 |
-
#: admin/security-log/security-log.php:
|
6760 |
msgid "Click OK to Turn Off Error Logging or click Cancel."
|
6761 |
msgstr ""
|
6762 |
|
6763 |
-
#: admin/security-log/security-log.php:
|
6764 |
msgid "Click OK to Turn On Logging or click Cancel."
|
6765 |
msgstr ""
|
6766 |
|
6767 |
-
#: admin/security-log/security-log.php:
|
6768 |
msgid "Clicking OK will delete the contents of your Security Log file."
|
6769 |
msgstr ""
|
6770 |
|
6771 |
-
#: admin/security-log/security-log.php:
|
6772 |
-
#: admin/security-log/security-log.php:
|
6773 |
msgid "Remove"
|
6774 |
msgstr ""
|
6775 |
|
6776 |
-
#: admin/security-log/security-log.php:
|
6777 |
#, php-format
|
6778 |
msgid "%s unable to delete row from your DB."
|
6779 |
msgstr ""
|
6780 |
|
6781 |
-
#: admin/security-log/security-log.php:
|
6782 |
#, php-format
|
6783 |
msgid "%s has been deleted from your DB."
|
6784 |
msgstr ""
|
6785 |
|
6786 |
-
#: admin/security-log/security-log.php:
|
6787 |
msgid ""
|
6788 |
"Success! The BPS 403.php Security Logging template file has been updated. "
|
6789 |
"This User Agent|Bot will be logged again in your Security Log."
|
6790 |
msgstr ""
|
6791 |
|
6792 |
-
#: admin/security-log/security-log.php:
|
6793 |
msgid "Error: These code characters are not allowed to be used: "
|
6794 |
msgstr ""
|
6795 |
|
6796 |
-
#: admin/security-log/security-log.php:
|
6797 |
msgid "Search Results For User Agents|Bots To Remove"
|
6798 |
msgstr ""
|
6799 |
|
6800 |
-
#: admin/security-log/security-log.php:
|
6801 |
msgid "User Agents|Bots in DB"
|
6802 |
msgstr ""
|
6803 |
|
6804 |
-
#: admin/security-log/security-log.php:
|
6805 |
msgid "Do Not<br>Remove"
|
6806 |
msgstr ""
|
6807 |
|
6808 |
-
#: admin/security-log/security-log.php:
|
6809 |
msgid "Time Added<br>To DB"
|
6810 |
msgstr ""
|
6811 |
|
6812 |
-
#: admin/security-log/security-log.php:
|
6813 |
msgid ""
|
6814 |
"Your DB Search Results For User Agents|Bots To Remove are displayed below "
|
6815 |
"the Remove|Allow Search tool."
|
6816 |
msgstr ""
|
6817 |
|
6818 |
-
#: admin/security-log/security-log.php:
|
6819 |
msgid ""
|
6820 |
"You do not have any User Agents|Bots in your DB To Remove. An empty/blank "
|
6821 |
"dynamic radio button form is displayed below the Remove|Allow Search tool "
|
6822 |
"since you do not have any User Agents|Bot to remove."
|
6823 |
msgstr ""
|
6824 |
|
6825 |
-
#: admin/security-log/security-log.php:
|
6826 |
msgid ""
|
6827 |
"Clicking OK will Remove the User Agent|Bot DB entries for any Remove Radio "
|
6828 |
"button selections you have made. User Agents|Bots will also be removed from "
|
6829 |
"the 403.php Security Logging template."
|
6830 |
msgstr ""
|
6831 |
|
6832 |
-
#: admin/security-log/security-log.php:
|
6833 |
msgid "To add a User Agent|Bot, use the Add|Ignore tool."
|
6834 |
msgstr ""
|
6835 |
|
6836 |
-
#: admin/security-log/security-log.php:
|
6837 |
msgid ""
|
6838 |
"The Security Log File Was Not Found! Check that the file really exists here "
|
6839 |
"- /"
|
6840 |
msgstr ""
|
6841 |
|
6842 |
-
#: admin/security-log/security-log.php:
|
6843 |
msgid "/bps-backup/logs/http_error_log.txt and is named correctly."
|
6844 |
msgstr ""
|
6845 |
|
6846 |
-
#: admin/security-log/security-log.php:
|
6847 |
msgid ""
|
6848 |
"File Open and Write test successful! Your Security Log file is writable."
|
6849 |
msgstr ""
|
6850 |
|
6851 |
-
#: admin/security-log/security-log.php:
|
6852 |
-
#: admin/security-log/security-log.php:
|
6853 |
msgid "Success! Your Security Log file has been updated."
|
6854 |
msgstr ""
|
6855 |
|
@@ -7007,659 +7099,671 @@ msgstr ""
|
|
7007 |
msgid "Public Internet IP Address (ISP): "
|
7008 |
msgstr ""
|
7009 |
|
7010 |
-
#: admin/system-info/system-info.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7011 |
msgid "Website Root URL"
|
7012 |
msgstr ""
|
7013 |
|
7014 |
-
#: admin/system-info/system-info.php:
|
7015 |
msgid "Document Root Path"
|
7016 |
msgstr ""
|
7017 |
|
7018 |
-
#: admin/system-info/system-info.php:
|
7019 |
msgid "WP ABSPATH"
|
7020 |
msgstr ""
|
7021 |
|
7022 |
-
#: admin/system-info/system-info.php:
|
7023 |
msgid "Parent Directory"
|
7024 |
msgstr ""
|
7025 |
|
7026 |
-
#: admin/system-info/system-info.php:
|
7027 |
msgid "Host by Address"
|
7028 |
msgstr ""
|
7029 |
|
7030 |
-
#: admin/system-info/system-info.php:
|
7031 |
msgid "DNS Name Server"
|
7032 |
msgstr ""
|
7033 |
|
7034 |
-
#: admin/system-info/system-info.php:
|
7035 |
msgid "DNS Name Server Not Available"
|
7036 |
msgstr ""
|
7037 |
|
7038 |
-
#: admin/system-info/system-info.php:
|
7039 |
msgid "Server Type"
|
7040 |
msgstr ""
|
7041 |
|
7042 |
-
#: admin/system-info/system-info.php:
|
7043 |
msgid "Operating System"
|
7044 |
msgstr ""
|
7045 |
|
7046 |
-
#: admin/system-info/system-info.php:
|
7047 |
msgid "WP Filesystem API Method"
|
7048 |
msgstr ""
|
7049 |
|
7050 |
-
#: admin/system-info/system-info.php:
|
7051 |
msgid "Script Owner ID"
|
7052 |
msgstr ""
|
7053 |
|
7054 |
-
#: admin/system-info/system-info.php:
|
7055 |
msgid "File Owner ID"
|
7056 |
msgstr ""
|
7057 |
|
7058 |
-
#: admin/system-info/system-info.php:
|
7059 |
msgid "Script Owner Name"
|
7060 |
msgstr ""
|
7061 |
|
7062 |
-
#: admin/system-info/system-info.php:
|
7063 |
msgid "Server API"
|
7064 |
msgstr ""
|
7065 |
|
7066 |
-
#: admin/system-info/system-info.php:
|
7067 |
msgid " CGI Host Server Type"
|
7068 |
msgstr ""
|
7069 |
|
7070 |
-
#: admin/system-info/system-info.php:
|
7071 |
msgid " DSO Host Server Type"
|
7072 |
msgstr ""
|
7073 |
|
7074 |
-
#: admin/system-info/system-info.php:
|
7075 |
msgid "cURL"
|
7076 |
msgstr ""
|
7077 |
|
7078 |
-
#: admin/system-info/system-info.php:
|
7079 |
msgid "cURL Extension is Loaded Version: "
|
7080 |
msgstr ""
|
7081 |
|
7082 |
-
#: admin/system-info/system-info.php:
|
7083 |
msgid "cURL OpenSSL Version (Used by PayPal, etc.)"
|
7084 |
msgstr ""
|
7085 |
|
7086 |
-
#: admin/system-info/system-info.php:
|
7087 |
msgid "cURL Extension is Not Loaded"
|
7088 |
msgstr ""
|
7089 |
|
7090 |
-
#: admin/system-info/system-info.php:
|
7091 |
msgid "OpenSSL Library"
|
7092 |
msgstr ""
|
7093 |
|
7094 |
-
#: admin/system-info/system-info.php:
|
7095 |
msgid "Zend Engine Version"
|
7096 |
msgstr ""
|
7097 |
|
7098 |
-
#: admin/system-info/system-info.php:
|
7099 |
msgid "Zend Guard|Optimizer"
|
7100 |
msgstr ""
|
7101 |
|
7102 |
-
#: admin/system-info/system-info.php:
|
7103 |
msgid "Zend Optimizer+ Extension is Loaded and Enabled"
|
7104 |
msgstr ""
|
7105 |
|
7106 |
-
#: admin/system-info/system-info.php:
|
7107 |
msgid "Zend Optimizer Extension is Loaded"
|
7108 |
msgstr ""
|
7109 |
|
7110 |
-
#: admin/system-info/system-info.php:
|
7111 |
msgid "Zend Guard Loader Extension is Loaded"
|
7112 |
msgstr ""
|
7113 |
|
7114 |
-
#: admin/system-info/system-info.php:
|
7115 |
msgid "A Zend Extension is Not Loaded"
|
7116 |
msgstr ""
|
7117 |
|
7118 |
-
#: admin/system-info/system-info.php:
|
7119 |
msgid "ionCube Loader"
|
7120 |
msgstr ""
|
7121 |
|
7122 |
-
#: admin/system-info/system-info.php:
|
7123 |
msgid "ionCube Loader Extension is Loaded "
|
7124 |
msgstr ""
|
7125 |
|
7126 |
-
#: admin/system-info/system-info.php:
|
7127 |
-
#: admin/system-info/system-info.php:
|
7128 |
-
#: admin/system-info/system-info.php:
|
7129 |
msgid "Version: "
|
7130 |
msgstr ""
|
7131 |
|
7132 |
-
#: admin/system-info/system-info.php:
|
7133 |
msgid "ionCube Loader Extension is Not Loaded"
|
7134 |
msgstr ""
|
7135 |
|
7136 |
-
#: admin/system-info/system-info.php:
|
7137 |
msgid "Suhosin"
|
7138 |
msgstr ""
|
7139 |
|
7140 |
-
#: admin/system-info/system-info.php:
|
7141 |
msgid "The Suhosin-Patch is installed"
|
7142 |
msgstr ""
|
7143 |
|
7144 |
-
#: admin/system-info/system-info.php:
|
7145 |
msgid "Suhosin-Extension is Loaded"
|
7146 |
msgstr ""
|
7147 |
|
7148 |
-
#: admin/system-info/system-info.php:
|
7149 |
msgid "Suhosin is Not Installed|Loaded"
|
7150 |
msgstr ""
|
7151 |
|
7152 |
-
#: admin/system-info/system-info.php:
|
7153 |
msgid "APC"
|
7154 |
msgstr ""
|
7155 |
|
7156 |
-
#: admin/system-info/system-info.php:
|
7157 |
msgid "APC Extension is Loaded and Enabled"
|
7158 |
msgstr ""
|
7159 |
|
7160 |
-
#: admin/system-info/system-info.php:
|
7161 |
msgid "APC Extension is Loaded but Not Enabled"
|
7162 |
msgstr ""
|
7163 |
|
7164 |
-
#: admin/system-info/system-info.php:
|
7165 |
msgid "APC Extension is Not Loaded"
|
7166 |
msgstr ""
|
7167 |
|
7168 |
-
#: admin/system-info/system-info.php:
|
7169 |
msgid "eAccelerator"
|
7170 |
msgstr ""
|
7171 |
|
7172 |
-
#: admin/system-info/system-info.php:
|
7173 |
msgid "eAccelerator Extension is Loaded and Enabled"
|
7174 |
msgstr ""
|
7175 |
|
7176 |
-
#: admin/system-info/system-info.php:
|
7177 |
msgid "eAccelerator Extension is Loaded but Not Enabled"
|
7178 |
msgstr ""
|
7179 |
|
7180 |
-
#: admin/system-info/system-info.php:
|
7181 |
msgid "eAccelerator Extension is Not Loaded"
|
7182 |
msgstr ""
|
7183 |
|
7184 |
-
#: admin/system-info/system-info.php:
|
7185 |
msgid "XCache"
|
7186 |
msgstr ""
|
7187 |
|
7188 |
-
#: admin/system-info/system-info.php:
|
7189 |
msgid "XCache Extension is Loaded and Enabled"
|
7190 |
msgstr ""
|
7191 |
|
7192 |
-
#: admin/system-info/system-info.php:
|
7193 |
msgid "XCache Extension is Loaded but Not Enabled"
|
7194 |
msgstr ""
|
7195 |
|
7196 |
-
#: admin/system-info/system-info.php:
|
7197 |
msgid "XCache Extension is Not Loaded"
|
7198 |
msgstr ""
|
7199 |
|
7200 |
-
#: admin/system-info/system-info.php:
|
7201 |
msgid "Varnish"
|
7202 |
msgstr ""
|
7203 |
|
7204 |
-
#: admin/system-info/system-info.php:
|
7205 |
msgid "Varnish Extension is Loaded"
|
7206 |
msgstr ""
|
7207 |
|
7208 |
-
#: admin/system-info/system-info.php:
|
7209 |
msgid "Varnish Extension is Not Loaded"
|
7210 |
msgstr ""
|
7211 |
|
7212 |
-
#: admin/system-info/system-info.php:
|
7213 |
msgid "Memcache"
|
7214 |
msgstr ""
|
7215 |
|
7216 |
-
#: admin/system-info/system-info.php:
|
7217 |
msgid "Memcache Extension is Loaded - "
|
7218 |
msgstr ""
|
7219 |
|
7220 |
-
#: admin/system-info/system-info.php:
|
7221 |
msgid "Memcache Extension is Not Loaded"
|
7222 |
msgstr ""
|
7223 |
|
7224 |
-
#: admin/system-info/system-info.php:
|
7225 |
msgid "Memcached"
|
7226 |
msgstr ""
|
7227 |
|
7228 |
-
#: admin/system-info/system-info.php:
|
7229 |
msgid "Memcached Extension is Loaded - "
|
7230 |
msgstr ""
|
7231 |
|
7232 |
-
#: admin/system-info/system-info.php:
|
7233 |
msgid "Memcached Extension is Not Loaded"
|
7234 |
msgstr ""
|
7235 |
|
7236 |
-
#: admin/system-info/system-info.php:
|
7237 |
msgid "MySQL DB Info is not displayed on Network/Multisite subsites"
|
7238 |
msgstr ""
|
7239 |
|
7240 |
-
#: admin/system-info/system-info.php:
|
7241 |
msgid "Not Set"
|
7242 |
msgstr ""
|
7243 |
|
7244 |
-
#: admin/system-info/system-info.php:
|
7245 |
msgid "MySQL Database Server Version: "
|
7246 |
msgstr ""
|
7247 |
|
7248 |
-
#: admin/system-info/system-info.php:
|
7249 |
msgid "MySQL Client Version: "
|
7250 |
msgstr ""
|
7251 |
|
7252 |
-
#: admin/system-info/system-info.php:
|
7253 |
msgid "MySQL Database Server: "
|
7254 |
msgstr ""
|
7255 |
|
7256 |
-
#: admin/system-info/system-info.php:
|
7257 |
msgid "Your MySQL Database: "
|
7258 |
msgstr ""
|
7259 |
|
7260 |
-
#: admin/system-info/system-info.php:
|
7261 |
msgid "SQL Mode: "
|
7262 |
msgstr ""
|
7263 |
|
7264 |
-
#: admin/system-info/system-info.php:
|
7265 |
msgid "MySQL Extension: "
|
7266 |
msgstr ""
|
7267 |
|
7268 |
-
#: admin/system-info/system-info.php:
|
7269 |
msgid "Installed|Enabled"
|
7270 |
msgstr ""
|
7271 |
|
7272 |
-
#: admin/system-info/system-info.php:
|
7273 |
msgid "NOT Installed|Enabled"
|
7274 |
msgstr ""
|
7275 |
|
7276 |
-
#: admin/system-info/system-info.php:
|
7277 |
msgid "MySQLi Extension: "
|
7278 |
msgstr ""
|
7279 |
|
7280 |
-
#: admin/system-info/system-info.php:
|
7281 |
msgid "WordPress Installation Folder"
|
7282 |
msgstr ""
|
7283 |
|
7284 |
-
#: admin/system-info/system-info.php:
|
7285 |
msgid "WordPress Installation Type"
|
7286 |
msgstr ""
|
7287 |
|
7288 |
-
#: admin/system-info/system-info.php:
|
7289 |
msgid "Standard|GWIOD Site Type"
|
7290 |
msgstr ""
|
7291 |
|
7292 |
-
#: admin/system-info/system-info.php:
|
7293 |
msgid "Network|Multisite"
|
7294 |
msgstr ""
|
7295 |
|
7296 |
-
#: admin/system-info/system-info.php:
|
7297 |
msgid "BuddyPress"
|
7298 |
msgstr ""
|
7299 |
|
7300 |
-
#: admin/system-info/system-info.php:
|
7301 |
msgid "bbPress"
|
7302 |
msgstr ""
|
7303 |
|
7304 |
-
#: admin/system-info/system-info.php:
|
7305 |
-
msgid "Total Plugins Network Activated"
|
7306 |
-
msgstr ""
|
7307 |
-
|
7308 |
-
#: admin/system-info/system-info.php:539
|
7309 |
msgid "Plugins Folder"
|
7310 |
msgstr ""
|
7311 |
|
7312 |
-
#: admin/system-info/system-info.php:
|
7313 |
msgid "Uploads Folder"
|
7314 |
msgstr ""
|
7315 |
|
7316 |
-
#: admin/system-info/system-info.php:
|
7317 |
msgid "UPLOADS Constant"
|
7318 |
msgstr ""
|
7319 |
|
7320 |
-
#: admin/system-info/system-info.php:
|
7321 |
msgid "WP Permalink Structure"
|
7322 |
msgstr ""
|
7323 |
|
7324 |
-
#: admin/system-info/system-info.php:
|
7325 |
msgid "DISABLE_WP_CRON constant"
|
7326 |
msgstr ""
|
7327 |
|
7328 |
-
#: admin/system-info/system-info.php:
|
7329 |
msgid "Standard WP Crons are disabled on your website."
|
7330 |
msgstr ""
|
7331 |
|
7332 |
-
#: admin/system-info/system-info.php:
|
7333 |
msgid "Standard WP Crons are not disabled on your website."
|
7334 |
msgstr ""
|
7335 |
|
7336 |
-
#: admin/system-info/system-info.php:
|
7337 |
msgid "Total Plugins Installed"
|
7338 |
msgstr ""
|
7339 |
|
7340 |
-
#: admin/system-info/system-info.php:
|
|
|
|
|
|
|
|
|
7341 |
msgid "Total Plugins Activated"
|
7342 |
msgstr ""
|
7343 |
|
7344 |
-
#: admin/system-info/system-info.php:
|
|
|
|
|
|
|
|
|
7345 |
msgid "Get Plugins List"
|
7346 |
msgstr ""
|
7347 |
|
7348 |
-
#: admin/system-info/system-info.php:
|
7349 |
msgid "This window is draggable (top) and resizable (bottom right corner)"
|
7350 |
msgstr ""
|
7351 |
|
7352 |
-
#: admin/system-info/system-info.php:
|
7353 |
msgid "Browser Compression Supported"
|
7354 |
msgstr ""
|
7355 |
|
7356 |
-
#: admin/system-info/system-info.php:
|
7357 |
msgid "GD Library"
|
7358 |
msgstr ""
|
7359 |
|
7360 |
-
#: admin/system-info/system-info.php:
|
7361 |
msgid "GD Extension is Loaded - "
|
7362 |
msgstr ""
|
7363 |
|
7364 |
-
#: admin/system-info/system-info.php:
|
7365 |
msgid "GD Extension is Not Loaded"
|
7366 |
msgstr ""
|
7367 |
|
7368 |
-
#: admin/system-info/system-info.php:
|
7369 |
msgid "ImageMagick"
|
7370 |
msgstr ""
|
7371 |
|
7372 |
-
#: admin/system-info/system-info.php:
|
7373 |
msgid "ImageMagick Extension is Loaded - "
|
7374 |
msgstr ""
|
7375 |
|
7376 |
-
#: admin/system-info/system-info.php:
|
7377 |
msgid "ImageMagick Extension is Not Loaded"
|
7378 |
msgstr ""
|
7379 |
|
7380 |
-
#: admin/system-info/system-info.php:
|
7381 |
msgid "PHP Server|PHP.ini Info"
|
7382 |
msgstr ""
|
7383 |
|
7384 |
-
#: admin/system-info/system-info.php:
|
7385 |
msgid ""
|
7386 |
"File|Folder Permissions (CGI or DSO)|Script Owner User ID (UID)|File Owner "
|
7387 |
"User ID"
|
7388 |
msgstr ""
|
7389 |
|
7390 |
-
#: admin/system-info/system-info.php:
|
7391 |
msgid "PHP Version"
|
7392 |
msgstr ""
|
7393 |
|
7394 |
-
#: admin/system-info/system-info.php:
|
7395 |
msgid "PHP Memory Usage"
|
7396 |
msgstr ""
|
7397 |
|
7398 |
-
#: admin/system-info/system-info.php:
|
7399 |
msgid " MB"
|
7400 |
msgstr ""
|
7401 |
|
7402 |
-
#: admin/system-info/system-info.php:
|
7403 |
msgid "WordPress Admin Memory Limit"
|
7404 |
msgstr ""
|
7405 |
|
7406 |
-
#: admin/system-info/system-info.php:
|
7407 |
msgid "WordPress Base Memory Limit"
|
7408 |
msgstr ""
|
7409 |
|
7410 |
-
#: admin/system-info/system-info.php:
|
7411 |
-
#: admin/system-info/system-info.php:
|
7412 |
msgid "PHP Actual Configuration Memory Limit: "
|
7413 |
msgstr ""
|
7414 |
|
7415 |
-
#: admin/system-info/system-info.php:
|
7416 |
msgid "The Memory Limit value is not available from your Server."
|
7417 |
msgstr ""
|
7418 |
|
7419 |
-
#: admin/system-info/system-info.php:
|
7420 |
msgid " Recommendation: Increase Memory Limit to 128M."
|
7421 |
msgstr ""
|
7422 |
|
7423 |
-
#: admin/system-info/system-info.php:
|
7424 |
msgid "PHP Configuration File (php.ini)"
|
7425 |
msgstr ""
|
7426 |
|
7427 |
-
#: admin/system-info/system-info.php:
|
7428 |
msgid "None/Not in use"
|
7429 |
msgstr ""
|
7430 |
|
7431 |
-
#: admin/system-info/system-info.php:
|
7432 |
msgid "WP Temp Dir: "
|
7433 |
msgstr ""
|
7434 |
|
7435 |
-
#: admin/system-info/system-info.php:
|
7436 |
msgid "The WP_TEMP_DIR constant is being used in wp-config.php file"
|
7437 |
msgstr ""
|
7438 |
|
7439 |
-
#: admin/system-info/system-info.php:
|
7440 |
msgid "PHP Temp Dir: "
|
7441 |
msgstr ""
|
7442 |
|
7443 |
-
#: admin/system-info/system-info.php:
|
7444 |
-
#: admin/system-info/system-info.php:
|
7445 |
msgid "Not set/defined or directory is not writable"
|
7446 |
msgstr ""
|
7447 |
|
7448 |
-
#: admin/system-info/system-info.php:
|
7449 |
msgid "PHP Upload Temp Dir: "
|
7450 |
msgstr ""
|
7451 |
|
7452 |
-
#: admin/system-info/system-info.php:
|
7453 |
msgid "Session Save Path: "
|
7454 |
msgstr ""
|
7455 |
|
7456 |
-
#: admin/system-info/system-info.php:
|
7457 |
msgid "On | Cycles: "
|
7458 |
msgstr ""
|
7459 |
|
7460 |
-
#: admin/system-info/system-info.php:
|
7461 |
msgid "Garbage Collector: "
|
7462 |
msgstr ""
|
7463 |
|
7464 |
-
#: admin/system-info/system-info.php:
|
7465 |
msgid "PHP Max Upload Size"
|
7466 |
msgstr ""
|
7467 |
|
7468 |
-
#: admin/system-info/system-info.php:
|
7469 |
msgid "PHP Max Post Size"
|
7470 |
msgstr ""
|
7471 |
|
7472 |
-
#: admin/system-info/system-info.php:
|
7473 |
msgid "PHP Safe Mode"
|
7474 |
msgstr ""
|
7475 |
|
7476 |
-
#: admin/system-info/system-info.php:
|
7477 |
msgid "PHP Allow URL fopen"
|
7478 |
msgstr ""
|
7479 |
|
7480 |
-
#: admin/system-info/system-info.php:
|
7481 |
msgid "PHP Allow URL Include"
|
7482 |
msgstr ""
|
7483 |
|
7484 |
-
#: admin/system-info/system-info.php:
|
7485 |
msgid "PHP Display Errors"
|
7486 |
msgstr ""
|
7487 |
|
7488 |
-
#: admin/system-info/system-info.php:
|
7489 |
msgid "PHP Display Startup Errors"
|
7490 |
msgstr ""
|
7491 |
|
7492 |
-
#: admin/system-info/system-info.php:
|
7493 |
msgid "PHP Expose PHP"
|
7494 |
msgstr ""
|
7495 |
|
7496 |
-
#: admin/system-info/system-info.php:
|
7497 |
msgid "PHP Register Globals"
|
7498 |
msgstr ""
|
7499 |
|
7500 |
-
#: admin/system-info/system-info.php:
|
7501 |
msgid "PHP MySQL Allow Persistent Connections"
|
7502 |
msgstr ""
|
7503 |
|
7504 |
-
#: admin/system-info/system-info.php:
|
7505 |
msgid "PHP Output Buffering"
|
7506 |
msgstr ""
|
7507 |
|
7508 |
-
#: admin/system-info/system-info.php:
|
7509 |
msgid "PHP Max Script Execution Time"
|
7510 |
msgstr ""
|
7511 |
|
7512 |
-
#: admin/system-info/system-info.php:
|
7513 |
msgid "PHP Magic Quotes GPC"
|
7514 |
msgstr ""
|
7515 |
|
7516 |
-
#: admin/system-info/system-info.php:
|
7517 |
msgid "PHP open_basedir"
|
7518 |
msgstr ""
|
7519 |
|
7520 |
-
#: admin/system-info/system-info.php:
|
7521 |
msgid "Off/Not in use"
|
7522 |
msgstr ""
|
7523 |
|
7524 |
-
#: admin/system-info/system-info.php:
|
7525 |
msgid "PHP XML Support"
|
7526 |
msgstr ""
|
7527 |
|
7528 |
-
#: admin/system-info/system-info.php:
|
7529 |
-
#: admin/system-info/system-info.php:
|
7530 |
msgid "Yes"
|
7531 |
msgstr ""
|
7532 |
|
7533 |
-
#: admin/system-info/system-info.php:
|
7534 |
-
#: admin/system-info/system-info.php:
|
7535 |
msgid "No"
|
7536 |
msgstr ""
|
7537 |
|
7538 |
-
#: admin/system-info/system-info.php:
|
7539 |
msgid "PHP IPTC Support"
|
7540 |
msgstr ""
|
7541 |
|
7542 |
-
#: admin/system-info/system-info.php:
|
7543 |
msgid "PHP Exif Support"
|
7544 |
msgstr ""
|
7545 |
|
7546 |
-
#: admin/system-info/system-info.php:
|
7547 |
msgid "CGI File and Folder Permissions|Recommendations"
|
7548 |
msgstr ""
|
7549 |
|
7550 |
-
#: admin/system-info/system-info.php:
|
7551 |
msgid "File Path"
|
7552 |
msgstr ""
|
7553 |
|
7554 |
-
#: admin/system-info/system-info.php:
|
7555 |
msgid "Folder Path"
|
7556 |
msgstr ""
|
7557 |
|
7558 |
-
#: admin/system-info/system-info.php:
|
7559 |
msgid "Recommended"
|
7560 |
msgstr ""
|
7561 |
|
7562 |
-
#: admin/system-info/system-info.php:
|
7563 |
-
#: admin/system-info/system-info.php:
|
7564 |
msgid "Permissions"
|
7565 |
msgstr ""
|
7566 |
|
7567 |
-
#: admin/system-info/system-info.php:
|
7568 |
msgid "Current"
|
7569 |
msgstr ""
|
7570 |
|
7571 |
-
#: admin/system-info/system-info.php:
|
7572 |
msgid "Script Owner"
|
7573 |
msgstr ""
|
7574 |
|
7575 |
-
#: admin/system-info/system-info.php:
|
7576 |
msgid " User ID (UID)"
|
7577 |
msgstr ""
|
7578 |
|
7579 |
-
#: admin/system-info/system-info.php:
|
7580 |
msgid "File Owner"
|
7581 |
msgstr ""
|
7582 |
|
7583 |
-
#: admin/system-info/system-info.php:
|
7584 |
msgid " User ID"
|
7585 |
msgstr ""
|
7586 |
|
7587 |
-
#: admin/system-info/system-info.php:
|
7588 |
msgid "DSO File and Folder Permissions|Recommendations"
|
7589 |
msgstr ""
|
7590 |
|
7591 |
-
#: admin/system-info/system-info.php:
|
7592 |
msgid "System Info Processing Completion Time: "
|
7593 |
msgstr ""
|
7594 |
|
7595 |
-
#: admin/system-info/system-info.php:
|
7596 |
msgid "Website Headers Check Tool ~ "
|
7597 |
msgstr ""
|
7598 |
|
7599 |
-
#: admin/system-info/system-info.php:
|
7600 |
msgid ""
|
7601 |
"Check your website Headers or another website's Headers by making a GET or "
|
7602 |
"HEAD Request"
|
7603 |
msgstr ""
|
7604 |
|
7605 |
-
#: admin/system-info/system-info.php:
|
7606 |
msgid ""
|
7607 |
"Check your website Headers or another website's Headers by making a GET "
|
7608 |
"Request"
|
7609 |
msgstr ""
|
7610 |
|
7611 |
-
#: admin/system-info/system-info.php:
|
7612 |
msgid "GET Request Headers: "
|
7613 |
msgstr ""
|
7614 |
|
7615 |
-
#: admin/system-info/system-info.php:
|
7616 |
msgid ""
|
7617 |
"Error: The WordPress wp_remote_get function is not available or is blocked "
|
7618 |
"on your website/server."
|
7619 |
msgstr ""
|
7620 |
|
7621 |
-
#: admin/system-info/system-info.php:
|
7622 |
-
#: admin/system-info/system-info.php:
|
7623 |
msgid "Enter a Website URL - Example: "
|
7624 |
msgstr ""
|
7625 |
|
7626 |
-
#: admin/system-info/system-info.php:
|
7627 |
msgid ""
|
7628 |
"This Headers check makes a GET Request using the WordPress wp_remote_get "
|
7629 |
"function."
|
7630 |
msgstr ""
|
7631 |
|
7632 |
-
#: admin/system-info/system-info.php:
|
7633 |
msgid ""
|
7634 |
"You can use the Check Headers HEAD Request tool to check headers using HEAD "
|
7635 |
"instead of GET."
|
7636 |
msgstr ""
|
7637 |
|
7638 |
-
#: admin/system-info/system-info.php:
|
7639 |
msgid ""
|
7640 |
"Check your website Headers or another website's Headers by making a HEAD "
|
7641 |
"Request"
|
7642 |
msgstr ""
|
7643 |
|
7644 |
-
#: admin/system-info/system-info.php:
|
7645 |
msgid "HEAD Request Headers: "
|
7646 |
msgstr ""
|
7647 |
|
7648 |
-
#: admin/system-info/system-info.php:
|
7649 |
msgid ""
|
7650 |
"Error: The cURL Headers Check does not work on your website. Either the cURL "
|
7651 |
"Extension is not loaded or one of these functions is disabled in your php."
|
7652 |
"ini file: curl_init, curl_exec and/or curl_setopt."
|
7653 |
msgstr ""
|
7654 |
|
7655 |
-
#: admin/system-info/system-info.php:
|
7656 |
msgid ""
|
7657 |
"This cURL Headers check makes a HEAD Request and you will see HTTP/1.1 403 "
|
7658 |
"Forbidden displayed if you are blocking HEAD Requests in your BPS root ."
|
7659 |
"htaccess file on your website."
|
7660 |
msgstr ""
|
7661 |
|
7662 |
-
#: admin/system-info/system-info.php:
|
7663 |
msgid ""
|
7664 |
"Use the Check Headers GET Request tool to check your headers using GET "
|
7665 |
"instead of HEAD. This tool can also be used to check that your Security Log "
|
@@ -7672,11 +7776,11 @@ msgstr ""
|
|
7672 |
msgid "BulletProof Security ~ UI|UX Settings"
|
7673 |
msgstr ""
|
7674 |
|
7675 |
-
#: admin/theme-skin/theme-skin.php:
|
7676 |
msgid "UI|UX Settings ~ "
|
7677 |
msgstr ""
|
7678 |
|
7679 |
-
#: admin/theme-skin/theme-skin.php:
|
7680 |
msgid "Change UI|UX visual preferences & functionality"
|
7681 |
msgstr ""
|
7682 |
|
@@ -7695,13 +7799,6 @@ msgid ""
|
|
7695 |
"are not displaying correctly, Refresh your Browser."
|
7696 |
msgstr ""
|
7697 |
|
7698 |
-
#: admin/theme-skin/theme-skin.php:110
|
7699 |
-
msgid ""
|
7700 |
-
"The Black and Grey UI Theme Skins require WordPress 3.8 or higher. If you "
|
7701 |
-
"have an older version of WordPress (3.7 or below) then ONLY the Blue UI "
|
7702 |
-
"Theme Skin is available."
|
7703 |
-
msgstr ""
|
7704 |
-
|
7705 |
#: admin/theme-skin/theme-skin.php:110
|
7706 |
msgid "Inpage Status Display"
|
7707 |
msgstr ""
|
@@ -8681,8 +8778,8 @@ msgstr ""
|
|
8681 |
|
8682 |
#: admin/wizard/wizard-functions.php:607 admin/wizard/wizard-functions.php:616
|
8683 |
#: admin/wizard/wizard-functions.php:815 admin/wizard/wizard.php:593
|
8684 |
-
#: admin/wizard/wizard.php:612 admin/wizard/wizard.php:
|
8685 |
-
#: admin/wizard/wizard.php:
|
8686 |
msgid " DB Option created or updated Successfully!"
|
8687 |
msgstr ""
|
8688 |
|
@@ -8845,7 +8942,7 @@ msgid ""
|
|
8845 |
"maximum memory limit setting allowed by your Host."
|
8846 |
msgstr ""
|
8847 |
|
8848 |
-
#: admin/wizard/wizard.php:267 includes/functions.php:
|
8849 |
msgid ""
|
8850 |
"mod_authz_core is Loaded|Order, Allow, Deny directives are supported|BC: Yes|"
|
8851 |
"IfModule: Yes"
|
@@ -8857,7 +8954,7 @@ msgid ""
|
|
8857 |
"htaccess files will be created."
|
8858 |
msgstr ""
|
8859 |
|
8860 |
-
#: admin/wizard/wizard.php:276 includes/functions.php:
|
8861 |
msgid ""
|
8862 |
"mod_access_compat is Loaded|Order, Allow, Deny directives are supported|"
|
8863 |
"IfModule: No"
|
@@ -8936,7 +9033,7 @@ msgid ""
|
|
8936 |
"Tutorials to watch."
|
8937 |
msgstr ""
|
8938 |
|
8939 |
-
#: admin/wizard/wizard.php:389 admin/wizard/wizard.php:
|
8940 |
msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup)"
|
8941 |
msgstr ""
|
8942 |
|
@@ -8981,75 +9078,75 @@ msgstr ""
|
|
8981 |
msgid "BulletProof Security Security Log User Agent Filter Setup"
|
8982 |
msgstr ""
|
8983 |
|
8984 |
-
#: admin/wizard/wizard.php:
|
8985 |
msgid "BulletProof Security Email Alerting & Log File Options Setup"
|
8986 |
msgstr ""
|
8987 |
|
8988 |
-
#: admin/wizard/wizard.php:
|
8989 |
msgid "BulletProof Security Login Security & Monitoring Options Setup"
|
8990 |
msgstr ""
|
8991 |
|
8992 |
-
#: admin/wizard/wizard.php:
|
8993 |
msgid "The Setup Wizard has completed BPS Setup."
|
8994 |
msgstr ""
|
8995 |
|
8996 |
-
#: admin/wizard/wizard.php:
|
8997 |
msgid ""
|
8998 |
"Check the \"BPS Setup Verification & Error Checks\" section below for any "
|
8999 |
"errors in Red Font."
|
9000 |
msgstr ""
|
9001 |
|
9002 |
-
#: admin/wizard/wizard.php:
|
9003 |
msgid "Setup Wizard Completion Time: "
|
9004 |
msgstr ""
|
9005 |
|
9006 |
-
#: admin/wizard/wizard.php:
|
9007 |
msgid "BulletProof Security ~ Setup Wizard"
|
9008 |
msgstr ""
|
9009 |
|
9010 |
-
#: admin/wizard/wizard.php:
|
9011 |
-
msgid "Setup Wizard ~ "
|
9012 |
-
msgstr ""
|
9013 |
-
|
9014 |
-
#: admin/wizard/wizard.php:855
|
9015 |
-
msgid "One-Click Complete Setup"
|
9016 |
-
msgstr ""
|
9017 |
-
|
9018 |
-
#: admin/wizard/wizard.php:863
|
9019 |
msgid "htaccess Files Disabled Notice: "
|
9020 |
msgstr ""
|
9021 |
|
9022 |
-
#: admin/wizard/wizard.php:
|
9023 |
msgid ""
|
9024 |
"BPS has detected that htaccess files cannot be used on your website/server. "
|
9025 |
"Click this "
|
9026 |
msgstr ""
|
9027 |
|
9028 |
-
#: admin/wizard/wizard.php:
|
9029 |
msgid "htaccess Files Disabled Forum Topic"
|
9030 |
msgstr ""
|
9031 |
|
9032 |
-
#: admin/wizard/wizard.php:
|
9033 |
msgid " link for more information before running the Wizards."
|
9034 |
msgstr ""
|
9035 |
|
9036 |
-
#: admin/wizard/wizard.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9037 |
msgid "Recommended Video Tutorials: "
|
9038 |
msgstr ""
|
9039 |
|
9040 |
-
#: admin/wizard/wizard.php:
|
9041 |
msgid "Security Log Video Tutorial"
|
9042 |
msgstr ""
|
9043 |
|
9044 |
-
#: admin/wizard/wizard.php:
|
9045 |
msgid "Setup Wizard Steps: "
|
9046 |
msgstr ""
|
9047 |
|
9048 |
-
#: admin/wizard/wizard.php:
|
9049 |
msgid "1. Click the Setup Wizard button."
|
9050 |
msgstr ""
|
9051 |
|
9052 |
-
#: admin/wizard/wizard.php:
|
9053 |
msgid ""
|
9054 |
"Setup Wizard Pre-Installation Checks are automatically performed and "
|
9055 |
"displayed on the Setup Wizard page. Green font messages mean everything is "
|
@@ -9060,63 +9157,63 @@ msgid ""
|
|
9060 |
"to be fixed before running the Setup Wizard."
|
9061 |
msgstr ""
|
9062 |
|
9063 |
-
#: admin/wizard/wizard.php:
|
9064 |
msgid ""
|
9065 |
"You can re-run the Setup Wizard again at any time. Your existing settings "
|
9066 |
"will NOT be overwritten and will be re-saved. Any new or additional settings "
|
9067 |
"that the Setup Wizard finds on your website will be saved/setup."
|
9068 |
msgstr ""
|
9069 |
|
9070 |
-
#: admin/wizard/wizard.php:
|
9071 |
msgid ""
|
9072 |
"When the Setup Wizard has completed you will see \"The Setup Wizard has "
|
9073 |
"completed BPS Setup.\""
|
9074 |
msgstr ""
|
9075 |
|
9076 |
-
#: admin/wizard/wizard.php:
|
9077 |
msgid ""
|
9078 |
"Your existing Root and wp-admin htaccess files are backed up before new Root "
|
9079 |
"and wp-admin htaccess files are created by the Setup Wizard. The BPS backup "
|
9080 |
"folder is here: "
|
9081 |
msgstr ""
|
9082 |
|
9083 |
-
#: admin/wizard/wizard.php:
|
9084 |
msgid ""
|
9085 |
" and the backed up htaccess file names are: root.htaccess and wpadmin."
|
9086 |
"htaccess."
|
9087 |
msgstr ""
|
9088 |
|
9089 |
-
#: admin/wizard/wizard.php:
|
9090 |
msgid "Setup Wizard & Overview Video Tutorial"
|
9091 |
msgstr ""
|
9092 |
|
9093 |
-
#: admin/wizard/wizard.php:
|
9094 |
msgid "Setup Wizard Options ~ "
|
9095 |
msgstr ""
|
9096 |
|
9097 |
-
#: admin/wizard/wizard.php:
|
9098 |
msgid ""
|
9099 |
"Click the Setup Wizard Options Read Me help button for help info about each "
|
9100 |
"option setting"
|
9101 |
msgstr ""
|
9102 |
|
9103 |
-
#: admin/wizard/wizard.php:
|
9104 |
msgid "Forum Help Links:"
|
9105 |
msgstr ""
|
9106 |
|
9107 |
-
#: admin/wizard/wizard.php:
|
9108 |
msgid "Go Daddy Managed WordPress Hosting (GDMW)"
|
9109 |
msgstr ""
|
9110 |
|
9111 |
-
#: admin/wizard/wizard.php:
|
9112 |
msgid "Enable|Disable htaccess Files"
|
9113 |
msgstr ""
|
9114 |
|
9115 |
-
#: admin/wizard/wizard.php:
|
9116 |
msgid "AutoFix Forum Topic"
|
9117 |
msgstr ""
|
9118 |
|
9119 |
-
#: admin/wizard/wizard.php:
|
9120 |
msgid ""
|
9121 |
"Setup Wizard AutoFix is turned On by default. When AutoFix is turned On the "
|
9122 |
"Setup Wizard will automatically create htaccess whitelist rules in BPS "
|
@@ -9137,11 +9234,11 @@ msgid ""
|
|
9137 |
"AutoFix Debug information so that we can figure out what the problem is."
|
9138 |
msgstr ""
|
9139 |
|
9140 |
-
#: admin/wizard/wizard.php:
|
9141 |
msgid "Go Daddy Managed WordPress Hosting (GDMW):"
|
9142 |
msgstr ""
|
9143 |
|
9144 |
-
#: admin/wizard/wizard.php:
|
9145 |
msgid ""
|
9146 |
"This option is ONLY for a special type of Go Daddy Hosting account called "
|
9147 |
"\"Managed WordPress Hosting\" and is NOT for regular/standard Go Daddy "
|
@@ -9150,15 +9247,15 @@ msgid ""
|
|
9150 |
"section above for more information."
|
9151 |
msgstr ""
|
9152 |
|
9153 |
-
#: admin/wizard/wizard.php:
|
9154 |
msgid "Enable|Disable htaccess Files:"
|
9155 |
msgstr ""
|
9156 |
|
9157 |
-
#: admin/wizard/wizard.php:
|
9158 |
msgid "Before changing this option setting, click the "
|
9159 |
msgstr ""
|
9160 |
|
9161 |
-
#: admin/wizard/wizard.php:
|
9162 |
msgid ""
|
9163 |
" Forum Help Link at the top of this Read Me help window to find out exactly "
|
9164 |
"what this option setting does and when it should or should not be used. "
|
@@ -9166,22 +9263,22 @@ msgid ""
|
|
9166 |
"htaccess Files Enabled: Will enable all BPS htaccess freatures and files."
|
9167 |
msgstr ""
|
9168 |
|
9169 |
-
#: admin/wizard/wizard.php:
|
9170 |
msgid "Enable|Disable wp-admin BulletProof Mode"
|
9171 |
msgstr ""
|
9172 |
|
9173 |
-
#: admin/wizard/wizard.php:
|
9174 |
msgid ""
|
9175 |
"The default setting is already set to: wp-admin BulletProof Mode Enabled. If "
|
9176 |
"you would like to disable wp-admin BulletProof Mode select wp-admin "
|
9177 |
"BulletProof Mode Disabled."
|
9178 |
msgstr ""
|
9179 |
|
9180 |
-
#: admin/wizard/wizard.php:
|
9181 |
msgid "Zip File Download Fix (Incapsula, Proxy, Other Cause):"
|
9182 |
msgstr ""
|
9183 |
|
9184 |
-
#: admin/wizard/wizard.php:
|
9185 |
msgid ""
|
9186 |
"This option should only be set to On if you are seeing a 403 error and/or "
|
9187 |
"unable to download these Zip files: Custom Code Export Zip file, Login "
|
@@ -9197,11 +9294,11 @@ msgid ""
|
|
9197 |
"Firewall again."
|
9198 |
msgstr ""
|
9199 |
|
9200 |
-
#: admin/wizard/wizard.php:
|
9201 |
msgid "Network|Multisite Sitewide Login Security Settings"
|
9202 |
msgstr ""
|
9203 |
|
9204 |
-
#: admin/wizard/wizard.php:
|
9205 |
msgid ""
|
9206 |
"This option is for Network|Multisite sites ONLY. This is an independent "
|
9207 |
"option Form that creates and saves Login Security DB option settings for all "
|
@@ -9218,60 +9315,60 @@ msgid ""
|
|
9218 |
"Reset, Sort DB Rows: Ascending - Show Oldest Login First."
|
9219 |
msgstr ""
|
9220 |
|
9221 |
-
#: admin/wizard/wizard.php:
|
9222 |
msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup):"
|
9223 |
msgstr ""
|
9224 |
|
9225 |
-
#: admin/wizard/wizard.php:
|
9226 |
msgid "AutoFix On"
|
9227 |
msgstr ""
|
9228 |
|
9229 |
-
#: admin/wizard/wizard.php:
|
9230 |
msgid "AutoFix Off"
|
9231 |
msgstr ""
|
9232 |
|
9233 |
-
#: admin/wizard/wizard.php:
|
9234 |
msgid "No (default setting)"
|
9235 |
msgstr ""
|
9236 |
|
9237 |
-
#: admin/wizard/wizard.php:
|
9238 |
msgid "Yes (ONLY if you have Managed WordPress Hosting)"
|
9239 |
msgstr ""
|
9240 |
|
9241 |
-
#: admin/wizard/wizard.php:
|
9242 |
msgid ""
|
9243 |
"CAUTION: Click the Read Me help button before changing this option setting"
|
9244 |
msgstr ""
|
9245 |
|
9246 |
-
#: admin/wizard/wizard.php:
|
9247 |
msgid "htaccess Files Enabled"
|
9248 |
msgstr ""
|
9249 |
|
9250 |
-
#: admin/wizard/wizard.php:
|
9251 |
msgid "htaccess Files Disabled"
|
9252 |
msgstr ""
|
9253 |
|
9254 |
-
#: admin/wizard/wizard.php:
|
9255 |
msgid "Enable|Disable wp-admin BulletProof Mode:"
|
9256 |
msgstr ""
|
9257 |
|
9258 |
-
#: admin/wizard/wizard.php:
|
9259 |
msgid "wp-admin BulletProof Mode Enabled"
|
9260 |
msgstr ""
|
9261 |
|
9262 |
-
#: admin/wizard/wizard.php:
|
9263 |
msgid "wp-admin BulletProof Mode Disabled"
|
9264 |
msgstr ""
|
9265 |
|
9266 |
-
#: admin/wizard/wizard.php:
|
9267 |
msgid "Zip File Download Fix Off"
|
9268 |
msgstr ""
|
9269 |
|
9270 |
-
#: admin/wizard/wizard.php:
|
9271 |
msgid "Zip File Download Fix On"
|
9272 |
msgstr ""
|
9273 |
|
9274 |
-
#: admin/wizard/wizard.php:
|
9275 |
msgid ""
|
9276 |
"The Zip File Download Fix option is set to On. This option should only be "
|
9277 |
"set to On if you are unable to download these Zip files: Custom Code Export "
|
@@ -9279,11 +9376,11 @@ msgid ""
|
|
9279 |
"htaccess file backup Zip file."
|
9280 |
msgstr ""
|
9281 |
|
9282 |
-
#: admin/wizard/wizard.php:
|
9283 |
msgid "The Zip File Download Fix option is set to Off."
|
9284 |
msgstr ""
|
9285 |
|
9286 |
-
#: admin/wizard/wizard.php:
|
9287 |
msgid ""
|
9288 |
"Error: Your Network site exceeds the default WP criteria for a large network "
|
9289 |
"site. Either you have more than 10,000 users or more than 10,000 sites. "
|
@@ -9291,7 +9388,7 @@ msgid ""
|
|
9291 |
"org for assistance."
|
9292 |
msgstr ""
|
9293 |
|
9294 |
-
#: admin/wizard/wizard.php:
|
9295 |
msgid " LSM DB Options created or updated Successfully!"
|
9296 |
msgstr ""
|
9297 |
|
@@ -9319,63 +9416,63 @@ msgstr ""
|
|
9319 |
msgid "The BPS Status Display is set to Off by default on the System Info page"
|
9320 |
msgstr ""
|
9321 |
|
9322 |
-
#: includes/functions.php:
|
9323 |
msgid "BPS "
|
9324 |
msgstr ""
|
9325 |
|
9326 |
-
#: includes/functions.php:
|
9327 |
msgid "BPS Setup Wizard Notification"
|
9328 |
msgstr ""
|
9329 |
|
9330 |
-
#: includes/functions.php:
|
9331 |
msgid ""
|
9332 |
" to go to the BPS Setup Wizard page and click the Setup Wizard button to "
|
9333 |
"setup the BPS plugin."
|
9334 |
msgstr ""
|
9335 |
|
9336 |
-
#: includes/functions.php:
|
9337 |
msgid "BPS Alert! An htaccess file was NOT found in your WordPress root folder"
|
9338 |
msgstr ""
|
9339 |
|
9340 |
-
#: includes/functions.php:
|
9341 |
msgid ""
|
9342 |
"If you have deleted the root htaccess file for troubleshooting purposes you "
|
9343 |
"can disregard this Alert."
|
9344 |
msgstr ""
|
9345 |
|
9346 |
-
#: includes/functions.php:
|
9347 |
-
#: includes/functions.php:
|
9348 |
#: includes/hud-dismiss-functions.php:592
|
9349 |
msgid "Go to the "
|
9350 |
msgstr ""
|
9351 |
|
9352 |
-
#: includes/functions.php:
|
9353 |
msgid " and click the Root Folder BulletProof Mode Activate button."
|
9354 |
msgstr ""
|
9355 |
|
9356 |
-
#: includes/functions.php:
|
9357 |
msgid "BPS Alert! Your site may not be protected by BulletProof Security"
|
9358 |
msgstr ""
|
9359 |
|
9360 |
-
#: includes/functions.php:
|
9361 |
msgid ""
|
9362 |
"The BPS version: BULLETPROOF x.x SECURE .HTACCESS line of code was not found "
|
9363 |
"at the top of your Root htaccess file."
|
9364 |
msgstr ""
|
9365 |
|
9366 |
-
#: includes/functions.php:
|
9367 |
msgid ""
|
9368 |
"The BPS version line of code MUST be at the very top of your Root htaccess "
|
9369 |
"file."
|
9370 |
msgstr ""
|
9371 |
|
9372 |
-
#: includes/functions.php:
|
9373 |
msgid ""
|
9374 |
" to go to the BPS Setup Wizard page and click the Setup Wizard button to "
|
9375 |
"setup the BPS plugin again."
|
9376 |
msgstr ""
|
9377 |
|
9378 |
-
#: includes/functions.php:
|
9379 |
msgid ""
|
9380 |
"Important Note: If you manually added other htaccess code above the BPS "
|
9381 |
"version line of code in your root htaccess file, you can copy that code to "
|
@@ -9383,59 +9480,59 @@ msgid ""
|
|
9383 |
"BPS root htaccess file. "
|
9384 |
msgstr ""
|
9385 |
|
9386 |
-
#: includes/functions.php:
|
9387 |
msgid ""
|
9388 |
" to go to the BPS Custom Code page, add your Root custom htaccess code in an "
|
9389 |
"appropriate Root Custom Code text box and click the Save Root Custom Code "
|
9390 |
"button before running the Setup Wizard again."
|
9391 |
msgstr ""
|
9392 |
|
9393 |
-
#: includes/functions.php:
|
9394 |
msgid "The BPS Automatic htaccess File Update Completed Successfully!"
|
9395 |
msgstr ""
|
9396 |
|
9397 |
-
#: includes/functions.php:
|
9398 |
msgid "RBM"
|
9399 |
msgstr ""
|
9400 |
|
9401 |
-
#: includes/functions.php:
|
9402 |
msgid ""
|
9403 |
"BPS Alert! Your site does not appear to be protected by BulletProof Security"
|
9404 |
msgstr ""
|
9405 |
|
9406 |
-
#: includes/functions.php:
|
9407 |
msgid ""
|
9408 |
"BPS Alert! An htaccess file was NOT found in your WordPress wp-admin folder"
|
9409 |
msgstr ""
|
9410 |
|
9411 |
-
#: includes/functions.php:
|
9412 |
msgid ""
|
9413 |
"If you have deleted the wp-admin htaccess file for troubleshooting purposes "
|
9414 |
"you can disregard this Alert."
|
9415 |
msgstr ""
|
9416 |
|
9417 |
-
#: includes/functions.php:
|
9418 |
msgid " and click the wp-admin Folder BulletProof Mode Activate button."
|
9419 |
msgstr ""
|
9420 |
|
9421 |
-
#: includes/functions.php:
|
9422 |
msgid ""
|
9423 |
"BPS Alert! Your wp-admin folder may not be protected by BulletProof Security"
|
9424 |
msgstr ""
|
9425 |
|
9426 |
-
#: includes/functions.php:
|
9427 |
msgid ""
|
9428 |
"The BPS version: BULLETPROOF .xx.x WP-ADMIN SECURE .HTACCESS line of code "
|
9429 |
"was not found at the top of your wp-admin htaccess file."
|
9430 |
msgstr ""
|
9431 |
|
9432 |
-
#: includes/functions.php:
|
9433 |
msgid ""
|
9434 |
"The BPS version line of code MUST be at the very top of your wp-admin "
|
9435 |
"htaccess file."
|
9436 |
msgstr ""
|
9437 |
|
9438 |
-
#: includes/functions.php:
|
9439 |
msgid ""
|
9440 |
"Important Note: If you manually added other htaccess code above the BPS "
|
9441 |
"version line of code in your wp-admin htaccess file, you can copy that code "
|
@@ -9443,119 +9540,119 @@ msgid ""
|
|
9443 |
"in the BPS wp-admin htaccess file. "
|
9444 |
msgstr ""
|
9445 |
|
9446 |
-
#: includes/functions.php:
|
9447 |
msgid ""
|
9448 |
" to go to the BPS Custom Code page, add your wp-admin custom htaccess code "
|
9449 |
"in an appropriate wp-admin Custom Code text box and click the Save wp-admin "
|
9450 |
"Custom Code button before running the Setup Wizard again."
|
9451 |
msgstr ""
|
9452 |
|
9453 |
-
#: includes/functions.php:
|
9454 |
msgid "WBM"
|
9455 |
msgstr ""
|
9456 |
|
9457 |
-
#: includes/functions.php:
|
9458 |
msgid ""
|
9459 |
"BPS Alert! A valid BPS htaccess file was NOT found in your wp-admin folder"
|
9460 |
msgstr ""
|
9461 |
|
9462 |
-
#: includes/functions.php:
|
9463 |
msgid ""
|
9464 |
"BulletProof Mode for the wp-admin folder should also be activated when you "
|
9465 |
"have BulletProof Mode activated for the Root folder."
|
9466 |
msgstr ""
|
9467 |
|
9468 |
-
#: includes/functions.php:
|
9469 |
msgid "LSM"
|
9470 |
msgstr ""
|
9471 |
|
9472 |
-
#: includes/functions.php:
|
9473 |
msgid "No DB Backups"
|
9474 |
msgstr ""
|
9475 |
|
9476 |
-
#: includes/functions.php:
|
9477 |
msgid "Backup Job Created"
|
9478 |
msgstr ""
|
9479 |
|
9480 |
-
#: includes/functions.php:
|
9481 |
msgid "ISL"
|
9482 |
msgstr ""
|
9483 |
|
9484 |
-
#: includes/functions.php:
|
9485 |
msgid "ACE"
|
9486 |
msgstr ""
|
9487 |
|
9488 |
-
#: includes/functions.php:
|
9489 |
msgid ""
|
9490 |
"Apache Modules|Directives|Backward Compatibility(Yes|No)|IfModule(Yes|No): "
|
9491 |
msgstr ""
|
9492 |
|
9493 |
-
#: includes/functions.php:
|
9494 |
msgid ""
|
9495 |
"ERROR: wp_remote_get() function is blocked or unable to get the URL path"
|
9496 |
msgstr ""
|
9497 |
|
9498 |
-
#: includes/functions.php:
|
9499 |
msgid "mod_access_compat and mod_authz_core or mod_rewrite is NOT Loaded"
|
9500 |
msgstr ""
|
9501 |
|
9502 |
-
#: includes/functions.php:
|
9503 |
msgid ""
|
9504 |
"mod_access_compat is Loaded|Order, Allow, Deny directives are supported|"
|
9505 |
"IfModule: Yes"
|
9506 |
msgstr ""
|
9507 |
|
9508 |
-
#: includes/functions.php:
|
9509 |
msgid "mod_access_compat is Loaded"
|
9510 |
msgstr ""
|
9511 |
|
9512 |
-
#: includes/functions.php:
|
9513 |
msgid ""
|
9514 |
"mod_authz_core is Loaded|Order, Allow, Deny directives are NOT supported|BC: "
|
9515 |
"No|IfModule: Yes"
|
9516 |
msgstr ""
|
9517 |
|
9518 |
-
#: includes/functions.php:
|
9519 |
msgid "mod_authz_core is Loaded|IfModule: No"
|
9520 |
msgstr ""
|
9521 |
|
9522 |
-
#: includes/functions.php:
|
9523 |
msgid "mod_authz_core is NOT Loaded|IfModule: Yes"
|
9524 |
msgstr ""
|
9525 |
|
9526 |
-
#: includes/functions.php:
|
9527 |
msgid "mod_authz_core is NOT Loaded"
|
9528 |
msgstr ""
|
9529 |
|
9530 |
-
#: includes/functions.php:
|
9531 |
msgid ""
|
9532 |
"mod_authz_host is Loaded|Order, Allow, Deny directives are supported|BC: Yes|"
|
9533 |
"IfModule: Yes"
|
9534 |
msgstr ""
|
9535 |
|
9536 |
-
#: includes/functions.php:
|
9537 |
msgid ""
|
9538 |
"mod_authz_host is Loaded|Order, Allow, Deny directives are NOT supported|BC: "
|
9539 |
"No|IfModule: Yes"
|
9540 |
msgstr ""
|
9541 |
|
9542 |
-
#: includes/functions.php:
|
9543 |
msgid "mod_authz_host is Loaded|IfModule: No"
|
9544 |
msgstr ""
|
9545 |
|
9546 |
-
#: includes/functions.php:
|
9547 |
msgid "mod_authz_host is NOT Loaded|IfModule: Yes"
|
9548 |
msgstr ""
|
9549 |
|
9550 |
-
#: includes/functions.php:
|
9551 |
msgid "mod_authz_host is NOT Loaded"
|
9552 |
msgstr ""
|
9553 |
|
9554 |
-
#: includes/functions.php:
|
9555 |
msgid "mod_rewrite Module is Loaded"
|
9556 |
msgstr ""
|
9557 |
|
9558 |
-
#: includes/functions.php:
|
9559 |
msgid "mod_rewrite Inconclusive: Status is not 200, 301, 302, 403 or 404"
|
9560 |
msgstr ""
|
9561 |
|
@@ -10261,352 +10358,352 @@ msgstr ""
|
|
10261 |
msgid " after you have uninstalled/deleted the WP Rocket plugin."
|
10262 |
msgstr ""
|
10263 |
|
10264 |
-
#: includes/hud-autofix-whitelist.php:
|
10265 |
msgid ""
|
10266 |
"CC Root Text Box 9: Allow HEAD Requests General Rule for Jetpack, Marmoset "
|
10267 |
"Viewer, BackWPup, MailPoet Newsletters (wysija newsletters), "
|
10268 |
"BackUpWordPress, Broken Link Checker, MailChimp for WordPress Plugins"
|
10269 |
msgstr ""
|
10270 |
|
10271 |
-
#: includes/hud-autofix-whitelist.php:
|
10272 |
msgid "CC Root Text Box 10: WooCommerce Plugin"
|
10273 |
msgstr ""
|
10274 |
|
10275 |
-
#: includes/hud-autofix-whitelist.php:
|
10276 |
msgid "CC Root Text Box 10: Simple Lightbox Plugin"
|
10277 |
msgstr ""
|
10278 |
|
10279 |
-
#: includes/hud-autofix-whitelist.php:
|
10280 |
msgid "CC Root Text Box 10: WPBakery Visual Composer Plugin"
|
10281 |
msgstr ""
|
10282 |
|
10283 |
-
#: includes/hud-autofix-whitelist.php:
|
10284 |
msgid "CC Root Text Box 10: Event Espresso Attendee Mover Plugin"
|
10285 |
msgstr ""
|
10286 |
|
10287 |
-
#: includes/hud-autofix-whitelist.php:
|
10288 |
msgid "CC Root Text Box 10: WP Rocket Plugin"
|
10289 |
msgstr ""
|
10290 |
|
10291 |
-
#: includes/hud-autofix-whitelist.php:
|
10292 |
msgid "CC Root Text Box 10: Easy Media Gallery Pro Plugin"
|
10293 |
msgstr ""
|
10294 |
|
10295 |
-
#: includes/hud-autofix-whitelist.php:
|
10296 |
msgid "CC Root Text Box 10: Nextend Facebook Connect Plugin"
|
10297 |
msgstr ""
|
10298 |
|
10299 |
-
#: includes/hud-autofix-whitelist.php:
|
10300 |
msgid "CC Root Text Box 10: Shashin Plugin"
|
10301 |
msgstr ""
|
10302 |
|
10303 |
-
#: includes/hud-autofix-whitelist.php:
|
10304 |
msgid "CC Root Text Box 10: Nocturnal Theme"
|
10305 |
msgstr ""
|
10306 |
|
10307 |
-
#: includes/hud-autofix-whitelist.php:
|
10308 |
msgid "CC Root Text Box 10: Shopp Plugin"
|
10309 |
msgstr ""
|
10310 |
|
10311 |
-
#: includes/hud-autofix-whitelist.php:
|
10312 |
msgid "CC Root Text Box 10: WP-Invoice - Web Invoice and Billing Plugin"
|
10313 |
msgstr ""
|
10314 |
|
10315 |
-
#: includes/hud-autofix-whitelist.php:
|
10316 |
msgid "CC Root Text Box 10: wp-greet Plugin"
|
10317 |
msgstr ""
|
10318 |
|
10319 |
-
#: includes/hud-autofix-whitelist.php:
|
10320 |
msgid "CC Root Text Box 10: WP-Juicebox Plugin"
|
10321 |
msgstr ""
|
10322 |
|
10323 |
-
#: includes/hud-autofix-whitelist.php:
|
10324 |
msgid "CC Root Text Box 10: Prayer Engine Plugin"
|
10325 |
msgstr ""
|
10326 |
|
10327 |
-
#: includes/hud-autofix-whitelist.php:
|
10328 |
msgid "CC Root Text Box 10: Appointment Calendar Plugin"
|
10329 |
msgstr ""
|
10330 |
|
10331 |
-
#: includes/hud-autofix-whitelist.php:
|
10332 |
msgid "CC Root Text Box 10: ThirstyAffiliates Plugin"
|
10333 |
msgstr ""
|
10334 |
|
10335 |
-
#: includes/hud-autofix-whitelist.php:
|
10336 |
msgid "CC Root Text Box 10: WooCommerce Ogone Payment Gateway Plugin"
|
10337 |
msgstr ""
|
10338 |
|
10339 |
-
#: includes/hud-autofix-whitelist.php:
|
10340 |
msgid "CC Root Text Box 10: OIOpublisher Ad Manager Plugin"
|
10341 |
msgstr ""
|
10342 |
|
10343 |
-
#: includes/hud-autofix-whitelist.php:
|
10344 |
msgid "CC Root Text Box 11: PDF Viewer (Envigeek Web Services) Plugin"
|
10345 |
msgstr ""
|
10346 |
|
10347 |
-
#: includes/hud-autofix-whitelist.php:
|
10348 |
msgid "CC Root Text Box 11: Marmoset Viewer Plugin"
|
10349 |
msgstr ""
|
10350 |
|
10351 |
-
#: includes/hud-autofix-whitelist.php:
|
10352 |
msgid ""
|
10353 |
"CC Root Text Box 11: PDF viewer for WordPress (ThemeNcode code canyon) Plugin"
|
10354 |
msgstr ""
|
10355 |
|
10356 |
-
#: includes/hud-autofix-whitelist.php:
|
10357 |
msgid "CC Root Text Box 11: jupdf pdf viewer Plugin"
|
10358 |
msgstr ""
|
10359 |
|
10360 |
-
#: includes/hud-autofix-whitelist.php:
|
10361 |
msgid "CC Root Text Box 11: UserPro (code canyon) Plugin"
|
10362 |
msgstr ""
|
10363 |
|
10364 |
-
#: includes/hud-autofix-whitelist.php:
|
10365 |
msgid "CC Root Text Box 11: NativeChurch Theme"
|
10366 |
msgstr ""
|
10367 |
|
10368 |
-
#: includes/hud-autofix-whitelist.php:
|
10369 |
msgid "CC Root Text Box 11: User Avatar (CTLT DEV) Plugin"
|
10370 |
msgstr ""
|
10371 |
|
10372 |
-
#: includes/hud-autofix-whitelist.php:
|
10373 |
msgid "CC Root Text Box 11: OIOpublisher Ad Manager Plugin"
|
10374 |
msgstr ""
|
10375 |
|
10376 |
-
#: includes/hud-autofix-whitelist.php:
|
10377 |
msgid "CC Root Text Box 11: Digital Access Pass (DAP) Plugin"
|
10378 |
msgstr ""
|
10379 |
|
10380 |
-
#: includes/hud-autofix-whitelist.php:
|
10381 |
msgid "CC Root Text Box 11: Easy Pagination (code canyon) Plugin"
|
10382 |
msgstr ""
|
10383 |
|
10384 |
-
#: includes/hud-autofix-whitelist.php:
|
10385 |
msgid "CC Root Text Box 11: iTheme2 Theme"
|
10386 |
msgstr ""
|
10387 |
|
10388 |
-
#: includes/hud-autofix-whitelist.php:
|
10389 |
msgid "CC Root Text Box 11: SmoothV4.1 Theme"
|
10390 |
msgstr ""
|
10391 |
|
10392 |
-
#: includes/hud-autofix-whitelist.php:
|
10393 |
msgid "CC Root Text Box 12: WooCommerce PagSeguro Plugin"
|
10394 |
msgstr ""
|
10395 |
|
10396 |
-
#: includes/hud-autofix-whitelist.php:
|
10397 |
msgid "CC Root Text Box 12: Event Espresso Plugin"
|
10398 |
msgstr ""
|
10399 |
|
10400 |
-
#: includes/hud-autofix-whitelist.php:
|
10401 |
msgid "CC Root Text Box 12: WooCommerce Serial Key Plugin"
|
10402 |
msgstr ""
|
10403 |
|
10404 |
-
#: includes/hud-autofix-whitelist.php:
|
10405 |
msgid "CC Root Text Box 12: WooCommerce WorldPay Extension"
|
10406 |
msgstr ""
|
10407 |
|
10408 |
-
#: includes/hud-autofix-whitelist.php:
|
10409 |
msgid "CC Root Text Box 12: Kama Click Counter Plugin"
|
10410 |
msgstr ""
|
10411 |
|
10412 |
-
#: includes/hud-autofix-whitelist.php:
|
10413 |
msgid "CC Root Text Box 12: Riva Slider Pro Plugin"
|
10414 |
msgstr ""
|
10415 |
|
10416 |
-
#: includes/hud-autofix-whitelist.php:
|
10417 |
msgid "CC Root Text Box 12: WordPress Auto Spinner Plugin"
|
10418 |
msgstr ""
|
10419 |
|
10420 |
-
#: includes/hud-autofix-whitelist.php:
|
10421 |
msgid "CC Root Text Box 12: AgriTurismo Theme"
|
10422 |
msgstr ""
|
10423 |
|
10424 |
-
#: includes/hud-autofix-whitelist.php:
|
10425 |
msgid "CC Root Text Box 12: WP Content Copy Protection Plugin"
|
10426 |
msgstr ""
|
10427 |
|
10428 |
-
#: includes/hud-autofix-whitelist.php:
|
10429 |
msgid "CC Root Text Box 12: PanoPress Plugin"
|
10430 |
msgstr ""
|
10431 |
|
10432 |
-
#: includes/hud-autofix-whitelist.php:
|
10433 |
msgid "CC Root Text Box 12: Easy Social Share Buttons (Code Canyon) Plugin"
|
10434 |
msgstr ""
|
10435 |
|
10436 |
-
#: includes/hud-autofix-whitelist.php:
|
10437 |
msgid "CC Root Text Box 12: MainWP Plugin"
|
10438 |
msgstr ""
|
10439 |
|
10440 |
-
#: includes/hud-autofix-whitelist.php:
|
10441 |
msgid "CC Root Text Box 12: Clever Course Theme"
|
10442 |
msgstr ""
|
10443 |
|
10444 |
-
#: includes/hud-autofix-whitelist.php:
|
10445 |
msgid "CC Root Text Box 12: WP eStore (WP Cart for Digital Products) Plugin"
|
10446 |
msgstr ""
|
10447 |
|
10448 |
-
#: includes/hud-autofix-whitelist.php:
|
10449 |
msgid "CC Root Text Box 12: WP eMember Plugin"
|
10450 |
msgstr ""
|
10451 |
|
10452 |
-
#: includes/hud-autofix-whitelist.php:
|
10453 |
msgid "CC Root Text Box 12: Easy Digital Downloads Plugin"
|
10454 |
msgstr ""
|
10455 |
|
10456 |
-
#: includes/hud-autofix-whitelist.php:
|
10457 |
msgid "CC Root Text Box 12: MailPoet Newsletters (wysija newsletters) Plugin"
|
10458 |
msgstr ""
|
10459 |
|
10460 |
-
#: includes/hud-autofix-whitelist.php:
|
10461 |
msgid "CC Root Text Box 12: MailChimp for WordPress Plugin"
|
10462 |
msgstr ""
|
10463 |
|
10464 |
-
#: includes/hud-autofix-whitelist.php:
|
10465 |
msgid "CC Root Text Box 12: Digital Access Pass (DAP) Plugin"
|
10466 |
msgstr ""
|
10467 |
|
10468 |
-
#: includes/hud-autofix-whitelist.php:
|
10469 |
msgid "CC Root Text Box 12: WordPress Newsletter (tribulant) Plugin"
|
10470 |
msgstr ""
|
10471 |
|
10472 |
-
#: includes/hud-autofix-whitelist.php:
|
10473 |
msgid "CC wp-admin Text Box 3: WooCommerce Product Feed Pro Plugin"
|
10474 |
msgstr ""
|
10475 |
|
10476 |
-
#: includes/hud-autofix-whitelist.php:
|
10477 |
msgid "CC wp-admin Text Box 3: WPBakery Visual Composer Plugin"
|
10478 |
msgstr ""
|
10479 |
|
10480 |
-
#: includes/hud-autofix-whitelist.php:
|
10481 |
msgid "CC wp-admin Text Box 3: Bookly Booking Plugin"
|
10482 |
msgstr ""
|
10483 |
|
10484 |
-
#: includes/hud-autofix-whitelist.php:
|
10485 |
msgid "CC wp-admin Text Box 3: Easy Media Gallery Pro Plugin"
|
10486 |
msgstr ""
|
10487 |
|
10488 |
-
#: includes/hud-autofix-whitelist.php:
|
10489 |
msgid "CC wp-admin Text Box 3: NextGen Gallery Plugin"
|
10490 |
msgstr ""
|
10491 |
|
10492 |
-
#: includes/hud-autofix-whitelist.php:
|
10493 |
msgid "CC wp-admin Text Box 3: OptimizePress Theme"
|
10494 |
msgstr ""
|
10495 |
|
10496 |
-
#: includes/hud-autofix-whitelist.php:
|
10497 |
msgid "CC wp-admin Text Box 3: tribulant Shopping Cart (WP Checkout) Plugin"
|
10498 |
msgstr ""
|
10499 |
|
10500 |
-
#: includes/hud-autofix-whitelist.php:
|
10501 |
msgid "CC wp-admin Text Box 3: ithemes Video Showcase Plugin"
|
10502 |
msgstr ""
|
10503 |
|
10504 |
-
#: includes/hud-autofix-whitelist.php:
|
10505 |
msgid "CC wp-admin Text Box 3: WP-Invoice - Web Invoice and Billing Plugin"
|
10506 |
msgstr ""
|
10507 |
|
10508 |
-
#: includes/hud-autofix-whitelist.php:
|
10509 |
msgid "CC wp-admin Text Box 3: Yoast SEO Plugin"
|
10510 |
msgstr ""
|
10511 |
|
10512 |
-
#: includes/hud-autofix-whitelist.php:
|
10513 |
msgid "CC wp-admin Text Box 3: Formidable Pro Plugin"
|
10514 |
msgstr ""
|
10515 |
|
10516 |
-
#: includes/hud-autofix-whitelist.php:
|
10517 |
msgid "CC wp-admin Text Box 3: Google Typography Plugin"
|
10518 |
msgstr ""
|
10519 |
|
10520 |
-
#: includes/hud-autofix-whitelist.php:
|
10521 |
msgid "CC wp-admin Text Box 3: Flare Plugin"
|
10522 |
msgstr ""
|
10523 |
|
10524 |
-
#: includes/hud-autofix-whitelist.php:
|
10525 |
msgid "CC wp-admin Text Box 3: bbPress Plugin"
|
10526 |
msgstr ""
|
10527 |
|
10528 |
-
#: includes/hud-autofix-whitelist.php:
|
10529 |
msgid ""
|
10530 |
"CC wp-admin Text Box 3: Spider Event Calendar (WordPress Event Calendar) "
|
10531 |
"Plugin"
|
10532 |
msgstr ""
|
10533 |
|
10534 |
-
#: includes/hud-autofix-whitelist.php:
|
10535 |
msgid "CC wp-admin Text Box 3: BuddyPress Plugin"
|
10536 |
msgstr ""
|
10537 |
|
10538 |
-
#: includes/hud-autofix-whitelist.php:
|
10539 |
msgid "CC wp-admin Text Box 3: WPML Translation Management Plugin"
|
10540 |
msgstr ""
|
10541 |
|
10542 |
-
#: includes/hud-autofix-whitelist.php:
|
10543 |
msgid "CC wp-admin Text Box 3: Events Manager Plugin"
|
10544 |
msgstr ""
|
10545 |
|
10546 |
-
#: includes/hud-autofix-whitelist.php:
|
10547 |
msgid ""
|
10548 |
"CC wp-admin Text Box 3: MailPoet Newsletters (wysija newsletters) Plugin"
|
10549 |
msgstr ""
|
10550 |
|
10551 |
-
#: includes/hud-autofix-whitelist.php:
|
10552 |
msgid "CC wp-admin Text Box 3: Event Espresso Plugin"
|
10553 |
msgstr ""
|
10554 |
|
10555 |
-
#: includes/hud-autofix-whitelist.php:
|
10556 |
msgid "CC wp-admin Text Box 3: Content Egg (Free and Pro) Plugin"
|
10557 |
msgstr ""
|
10558 |
|
10559 |
-
#: includes/hud-autofix-whitelist.php:
|
10560 |
msgid "CC wp-admin Text Box 4: Content Egg (Free and Pro) Plugin"
|
10561 |
msgstr ""
|
10562 |
|
10563 |
-
#: includes/hud-autofix-whitelist.php:
|
10564 |
msgid "CC wp-admin Text Box 4: Event Espresso Plugin"
|
10565 |
msgstr ""
|
10566 |
|
10567 |
-
#: includes/hud-autofix-whitelist.php:
|
10568 |
msgid "CC wp-admin Text Box 4: Open Web Analytics (github) Plugin"
|
10569 |
msgstr ""
|
10570 |
|
10571 |
-
#: includes/hud-autofix-whitelist.php:
|
10572 |
msgid "CC wp-admin Text Box 4: UberGrid (code canyon) Plugin"
|
10573 |
msgstr ""
|
10574 |
|
10575 |
-
#: includes/hud-autofix-whitelist.php:
|
10576 |
msgid "BPS Setup Wizard AutoFix (AutoWhitelist|AutoSetup|AutoCleanup) Notice"
|
10577 |
msgstr ""
|
10578 |
|
10579 |
-
#: includes/hud-autofix-whitelist.php:
|
10580 |
msgid ""
|
10581 |
"One or more of your plugins or your theme requires a BPS Custom Code "
|
10582 |
"whitelist rule to be automatically created by the Setup Wizard."
|
10583 |
msgstr ""
|
10584 |
|
10585 |
-
#: includes/hud-autofix-whitelist.php:
|
10586 |
msgid "Setup Wizard link"
|
10587 |
msgstr ""
|
10588 |
|
10589 |
-
#: includes/hud-autofix-whitelist.php:
|
10590 |
msgid ""
|
10591 |
" and click the Setup Wizard button to automatically create BPS Custom Code "
|
10592 |
"whitelist rules."
|
10593 |
msgstr ""
|
10594 |
|
10595 |
-
#: includes/hud-autofix-whitelist.php:
|
10596 |
msgid "This BPS AutoFix check can be turned Off on the "
|
10597 |
msgstr ""
|
10598 |
|
10599 |
-
#: includes/hud-autofix-whitelist.php:
|
10600 |
msgid ""
|
10601 |
" page if you do not want BPS to check for any plugin or theme whitelist "
|
10602 |
"rules."
|
10603 |
msgstr ""
|
10604 |
|
10605 |
-
#: includes/hud-autofix-whitelist.php:
|
10606 |
msgid "BPS AutoFix Debug: Custom Code Text Box Number and Plugin or Theme Name"
|
10607 |
msgstr ""
|
10608 |
|
10609 |
-
#: includes/hud-autofix-whitelist.php:
|
10610 |
msgid "No Plugin or Theme AutoFix Custom Code Whitelist Rules were found"
|
10611 |
msgstr ""
|
10612 |
|
@@ -10995,79 +11092,70 @@ msgstr ""
|
|
10995 |
msgid " and click the BPS MU Tools Enable BPS Plugin AutoUpdates link."
|
10996 |
msgstr ""
|
10997 |
|
10998 |
-
#: includes/login-security.php:
|
10999 |
-
#: includes/login-security.php:
|
11000 |
-
#: includes/login-security.php:
|
11001 |
-
#: includes/login-security.php:
|
11002 |
-
#: includes/login-security.php:
|
11003 |
-
#: includes/login-security.php:
|
11004 |
-
#: includes/login-security.php:
|
11005 |
-
#: includes/login-security.php:
|
11006 |
-
#: includes/login-security.php:
|
11007 |
-
#: includes/login-security.php:
|
11008 |
msgid "ERROR:"
|
11009 |
msgstr ""
|
11010 |
|
11011 |
-
#: includes/login-security.php:
|
11012 |
-
#: includes/login-security.php:
|
11013 |
msgid " This user account has been locked until "
|
11014 |
msgstr ""
|
11015 |
|
11016 |
-
#: includes/login-security.php:
|
11017 |
-
#: includes/login-security.php:
|
11018 |
msgid ""
|
11019 |
" due to too many failed login attempts. You can login again after the "
|
11020 |
"Lockout Time above has expired."
|
11021 |
msgstr ""
|
11022 |
|
11023 |
-
#: includes/login-security.php:
|
11024 |
-
#: includes/login-security.php:
|
11025 |
-
#: includes/login-security.php:
|
11026 |
-
#: includes/login-security.php:
|
11027 |
msgid " Invalid Entry."
|
11028 |
msgstr ""
|
11029 |
|
11030 |
-
#: includes/login-security.php:
|
11031 |
-
#: includes/login-security.php:
|
11032 |
-
#: includes/login-security.php:
|
11033 |
-
#: includes/login-security.php:
|
11034 |
-
#: includes/login-security.php:
|
11035 |
-
#: includes/login-security.php:
|
11036 |
-
#: includes/login-security.php:
|
11037 |
-
#: includes/login-security.php:
|
11038 |
msgid "Lost your password?"
|
11039 |
msgstr ""
|
11040 |
|
11041 |
-
#: includes/login-security.php:
|
11042 |
-
#: includes/login-security.php:
|
11043 |
msgid "A User has logged in on website: "
|
11044 |
msgstr ""
|
11045 |
|
11046 |
-
#: includes/login-security.php:
|
11047 |
-
#: includes/login-security.php:
|
11048 |
-
#: includes/login-security.php:
|
11049 |
-
#: includes/login-security.php:
|
11050 |
msgid ""
|
11051 |
"To take further action go to the Login Security page. If you do not want to "
|
11052 |
"receive further email alerts change or turn off Login Security Email Alerts."
|
11053 |
msgstr ""
|
11054 |
|
11055 |
-
#: includes/login-security.php:115 includes/login-security.php:131
|
11056 |
-
#: includes/login-security.php:162 includes/login-security.php:178
|
11057 |
-
#: includes/login-security.php:212 includes/login-security.php:254
|
11058 |
-
#: includes/login-security.php:270 includes/login-security.php:366
|
11059 |
-
#: includes/login-security.php:451 includes/login-security.php:499
|
11060 |
-
#: includes/login-security.php:516 includes/login-security.php:612
|
11061 |
-
msgid "Username:"
|
11062 |
-
msgstr ""
|
11063 |
-
|
11064 |
#: includes/login-security.php:116 includes/login-security.php:132
|
11065 |
#: includes/login-security.php:163 includes/login-security.php:179
|
11066 |
#: includes/login-security.php:213 includes/login-security.php:255
|
11067 |
#: includes/login-security.php:271 includes/login-security.php:367
|
11068 |
#: includes/login-security.php:452 includes/login-security.php:500
|
11069 |
#: includes/login-security.php:517 includes/login-security.php:613
|
11070 |
-
msgid "
|
11071 |
msgstr ""
|
11072 |
|
11073 |
#: includes/login-security.php:117 includes/login-security.php:133
|
@@ -11076,7 +11164,7 @@ msgstr ""
|
|
11076 |
#: includes/login-security.php:272 includes/login-security.php:368
|
11077 |
#: includes/login-security.php:453 includes/login-security.php:501
|
11078 |
#: includes/login-security.php:518 includes/login-security.php:614
|
11079 |
-
msgid "
|
11080 |
msgstr ""
|
11081 |
|
11082 |
#: includes/login-security.php:118 includes/login-security.php:134
|
@@ -11085,16 +11173,16 @@ msgstr ""
|
|
11085 |
#: includes/login-security.php:273 includes/login-security.php:369
|
11086 |
#: includes/login-security.php:454 includes/login-security.php:502
|
11087 |
#: includes/login-security.php:519 includes/login-security.php:615
|
11088 |
-
msgid "
|
11089 |
msgstr ""
|
11090 |
|
11091 |
#: includes/login-security.php:119 includes/login-security.php:135
|
11092 |
#: includes/login-security.php:166 includes/login-security.php:182
|
11093 |
-
#: includes/login-security.php:
|
11094 |
-
#: includes/login-security.php:274 includes/login-security.php:
|
11095 |
-
#: includes/login-security.php:
|
11096 |
-
#: includes/login-security.php:520 includes/login-security.php:
|
11097 |
-
msgid "
|
11098 |
msgstr ""
|
11099 |
|
11100 |
#: includes/login-security.php:120 includes/login-security.php:136
|
@@ -11103,7 +11191,7 @@ msgstr ""
|
|
11103 |
#: includes/login-security.php:275 includes/login-security.php:373
|
11104 |
#: includes/login-security.php:458 includes/login-security.php:504
|
11105 |
#: includes/login-security.php:521 includes/login-security.php:619
|
11106 |
-
msgid "User
|
11107 |
msgstr ""
|
11108 |
|
11109 |
#: includes/login-security.php:121 includes/login-security.php:137
|
@@ -11112,7 +11200,7 @@ msgstr ""
|
|
11112 |
#: includes/login-security.php:276 includes/login-security.php:374
|
11113 |
#: includes/login-security.php:459 includes/login-security.php:505
|
11114 |
#: includes/login-security.php:522 includes/login-security.php:620
|
11115 |
-
msgid "
|
11116 |
msgstr ""
|
11117 |
|
11118 |
#: includes/login-security.php:122 includes/login-security.php:138
|
@@ -11121,25 +11209,34 @@ msgstr ""
|
|
11121 |
#: includes/login-security.php:277 includes/login-security.php:375
|
11122 |
#: includes/login-security.php:460 includes/login-security.php:506
|
11123 |
#: includes/login-security.php:523 includes/login-security.php:621
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11124 |
msgid "Website:"
|
11125 |
msgstr ""
|
11126 |
|
11127 |
-
#: includes/login-security.php:
|
11128 |
-
#: includes/login-security.php:
|
11129 |
msgid "An Administrator has logged in on website: "
|
11130 |
msgstr ""
|
11131 |
|
11132 |
-
#: includes/login-security.php:
|
11133 |
msgid "Test A User has logged in on website: "
|
11134 |
msgstr ""
|
11135 |
|
11136 |
-
#: includes/login-security.php:
|
11137 |
-
#: includes/login-security.php:
|
11138 |
msgid "A User Account has been locked on website: "
|
11139 |
msgstr ""
|
11140 |
|
11141 |
-
#: includes/login-security.php:
|
11142 |
-
#: includes/login-security.php:
|
11143 |
msgid ""
|
11144 |
"To take further action go to the Login Security page. If no action is taken "
|
11145 |
"then the User will be able to try and login again after the Lockout Time has "
|
@@ -11147,15 +11244,15 @@ msgid ""
|
|
11147 |
"off Login Security Email Alerts."
|
11148 |
msgstr ""
|
11149 |
|
11150 |
-
#: includes/login-security.php:
|
11151 |
-
#: includes/login-security.php:
|
11152 |
msgid ""
|
11153 |
"What to do if your User Account is locked and you are unable to login to "
|
11154 |
"your website:"
|
11155 |
msgstr ""
|
11156 |
|
11157 |
-
#: includes/login-security.php:
|
11158 |
-
#: includes/login-security.php:
|
11159 |
msgid ""
|
11160 |
" Use FTP or your web host control panel file manager and rename the /"
|
11161 |
"bulletproof-security plugin folder name to /_bulletproof-security. Log into "
|
@@ -11164,53 +11261,53 @@ msgid ""
|
|
11164 |
"Account."
|
11165 |
msgstr ""
|
11166 |
|
11167 |
-
#: includes/login-security.php:
|
11168 |
-
#: includes/login-security.php:
|
11169 |
msgid "What to do if your User Account is being locked repeatedly:"
|
11170 |
msgstr ""
|
11171 |
|
11172 |
-
#: includes/login-security.php:
|
11173 |
-
#: includes/login-security.php:
|
11174 |
msgid ""
|
11175 |
" Additional things that you can do to protect publicly displayed usernames, "
|
11176 |
"not exposing author names/user account names, etc."
|
11177 |
msgstr ""
|
11178 |
|
11179 |
-
#: includes/login-security.php:
|
11180 |
-
#: includes/login-security.php:
|
11181 |
msgid "Lockout Time:"
|
11182 |
msgstr ""
|
11183 |
|
11184 |
-
#: includes/login-security.php:
|
11185 |
-
#: includes/login-security.php:
|
11186 |
msgid "Lockout Time Expires:"
|
11187 |
msgstr ""
|
11188 |
|
11189 |
-
#: includes/login-security.php:
|
11190 |
msgid " Invalid username."
|
11191 |
msgstr ""
|
11192 |
|
11193 |
-
#: includes/login-security.php:
|
11194 |
msgid " Invalid email address."
|
11195 |
msgstr ""
|
11196 |
|
11197 |
-
#: includes/login-security.php:
|
11198 |
-
#: includes/login-security.php:
|
11199 |
msgid " The password you entered for the username "
|
11200 |
msgstr ""
|
11201 |
|
11202 |
-
#: includes/login-security.php:
|
11203 |
-
#: includes/login-security.php:
|
11204 |
-
#: includes/login-security.php:
|
11205 |
msgid " is incorrect. "
|
11206 |
msgstr ""
|
11207 |
|
11208 |
-
#: includes/login-security.php:
|
11209 |
msgid " The password you entered for the email address "
|
11210 |
msgstr ""
|
11211 |
|
11212 |
-
#: includes/login-security.php:
|
11213 |
-
#: includes/login-security.php:
|
11214 |
msgid " Login Attempts Remaining "
|
11215 |
msgstr ""
|
11216 |
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: bulletproof-security\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2017-07-25 16:19-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"
|
163 |
"You MUST copy and paste the entire REQUEST METHODS FILTERED section of code "
|
164 |
"from your root .htaccess file into this text box first. You can then edit "
|
165 |
"and modify the code in this text window and save your changes. To Allow HEAD "
|
166 |
+
"Requests click the Read Me help button at the top of the Custom Code page "
|
167 |
+
"for instructions and examples."
|
168 |
msgstr ""
|
169 |
|
170 |
#: admin/core/core-custom-code.php:248
|
174 |
msgstr ""
|
175 |
|
176 |
#: admin/core/core-custom-code.php:249 admin/core/core-custom-code.php:309
|
177 |
+
#: admin/core/core-custom-code.php:387 admin/core/core-custom-code.php:395
|
178 |
msgid ""
|
179 |
"ONLY add valid htaccess code below or text commented out with a pound sign #"
|
180 |
msgstr ""
|
235 |
msgid "Click OK to save your Root Custom Code or click Cancel."
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: admin/core/core-custom-code.php:348
|
239 |
msgid "wp-admin htaccess File Custom Code"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: admin/core/core-custom-code.php:365
|
243 |
msgid ""
|
244 |
"CUSTOM CODE WPADMIN DENY BROWSER ACCESS TO FILES:<br>Add additional wp-admin "
|
245 |
"files that you would like to block here"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: admin/core/core-custom-code.php:366
|
249 |
msgid ""
|
250 |
"You MUST copy and paste the entire WPADMIN DENY BROWSER ACCESS TO FILES "
|
251 |
"section of code from your wp-admin .htaccess file into this text box first. "
|
255 |
"htaccess file"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: admin/core/core-custom-code.php:386
|
259 |
msgid ""
|
260 |
"CUSTOM CODE WPADMIN TOP:<br>wp-admin password protection & miscellaneous "
|
261 |
"custom code here"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: admin/core/core-custom-code.php:394
|
265 |
msgid ""
|
266 |
"CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES:<br>Add wp-admin plugin/file skip "
|
267 |
"rules code here"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: admin/core/core-custom-code.php:402
|
271 |
msgid ""
|
272 |
"CUSTOM CODE BPSQSE-check BPS QUERY STRING EXPLOITS AND FILTERS:<br>Modify "
|
273 |
"Query String Exploit code here"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: admin/core/core-custom-code.php:403 admin/core/core-help-text.php:40
|
277 |
msgid ""
|
278 |
"You MUST copy and paste the entire BPS QUERY STRING EXPLOITS section of code "
|
279 |
"from your wp-admin .htaccess file from # BEGIN BPSQSE-check BPS QUERY STRING "
|
282 |
"this text window and save your changes."
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: admin/core/core-custom-code.php:412
|
286 |
msgid "Click OK to save your wp-admin Custom Code or click Cancel."
|
287 |
msgstr ""
|
288 |
|
301 |
|
302 |
#: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
|
303 |
#: admin/wizard/wizard-backup.php:187 admin/wizard/wizard-backup.php:221
|
304 |
+
#: admin/wizard/wizard.php:849 admin/wizard/wizard.php:947
|
305 |
+
#: admin/wizard/wizard.php:949 includes/hud-autofix-whitelist.php:744
|
306 |
msgid "Setup Wizard Options"
|
307 |
msgstr ""
|
308 |
|
393 |
msgstr ""
|
394 |
|
395 |
#: admin/core/core-forms.php:18 admin/core/core-forms.php:98
|
396 |
+
#: admin/core/core.php:1126
|
397 |
msgid "htaccess Files Disabled: wp-admin htaccess file writing is disabled."
|
398 |
msgstr ""
|
399 |
|
878 |
"Read Me help file for BPS troubleshooting steps."
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: admin/core/core-help-text.php:15 admin/wizard/wizard.php:901
|
882 |
msgid "Notes: "
|
883 |
msgstr ""
|
884 |
|
945 |
"Send Email Alerts."
|
946 |
msgstr ""
|
947 |
|
948 |
+
#: admin/core/core-help-text.php:18 admin/core/core.php:457
|
949 |
msgid "HPF Cron Check Frequency:"
|
950 |
msgstr ""
|
951 |
|
957 |
"Options button to save your settings."
|
958 |
msgstr ""
|
959 |
|
960 |
+
#: admin/core/core-help-text.php:18 admin/core/core.php:468
|
961 |
msgid "HPF Cron On|Off:"
|
962 |
msgstr ""
|
963 |
|
967 |
"HPF Cron Off. Click the Save HPF Cron Options button to save your settings."
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: admin/core/core-help-text.php:18 admin/core/core.php:488
|
971 |
msgid "Ignore Hidden Plugin Folders & Files:"
|
972 |
msgstr ""
|
973 |
|
1069 |
"permanently. To save any new htaccess code permanently use BPS Custom Code."
|
1070 |
msgstr ""
|
1071 |
|
1072 |
+
#: admin/core/core-help-text.php:30 admin/core/core.php:207
|
1073 |
+
#: admin/core/core.php:317 admin/core/core.php:406 admin/core/core.php:518
|
1074 |
+
#: admin/core/core.php:594 admin/core/core.php:670 admin/core/core.php:1444
|
1075 |
#: admin/db-backup-security/db-backup-help-text.php:12
|
1076 |
#: admin/db-backup-security/db-backup-help-text.php:15
|
1077 |
+
#: admin/db-backup-security/db-backup-security.php:281
|
1078 |
+
#: admin/login/login.php:191 admin/login/login.php:886
|
1079 |
#: admin/maintenance/maintenance.php:200
|
1080 |
+
#: admin/security-log/security-log.php:246
|
1081 |
#: admin/system-info/system-info.php:103 admin/theme-skin/theme-skin.php:110
|
1082 |
+
#: admin/wizard/wizard.php:887 admin/wizard/wizard.php:955
|
1083 |
msgid ""
|
1084 |
"This Read Me Help window is draggable (top) and resizable (bottom right "
|
1085 |
"corner)"
|
1095 |
"will be updated/saved."
|
1096 |
msgstr ""
|
1097 |
|
1098 |
+
#: admin/core/core-help-text.php:30 admin/security-log/security-log.php:255
|
1099 |
msgid "Important Notes: "
|
1100 |
msgstr ""
|
1101 |
|
1547 |
|
1548 |
#: admin/core/core-htaccess-code.php:437 admin/core/core-htaccess-code.php:521
|
1549 |
#: admin/core/core-htaccess-code.php:590 admin/core/core-htaccess-code.php:674
|
1550 |
+
#: admin/core/core.php:1038
|
1551 |
msgid "htaccess Files Disabled: Root htaccess file writing is disabled."
|
1552 |
msgstr ""
|
1553 |
|
1554 |
#: admin/core/core-htaccess-code.php:459 admin/core/core-htaccess-code.php:612
|
1555 |
+
#: admin/core/core.php:894
|
1556 |
msgid "Failed to copy your Custom default.htaccess file: "
|
1557 |
msgstr ""
|
1558 |
|
1559 |
#: admin/core/core-htaccess-code.php:459 admin/core/core-htaccess-code.php:612
|
1560 |
+
#: admin/core/core.php:894
|
1561 |
msgid " to: "
|
1562 |
msgstr ""
|
1563 |
|
1598 |
msgid "Rate BPS"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
+
#: admin/core/core.php:126 admin/includes/admin.php:245
|
1602 |
+
#: admin/includes/admin.php:246
|
1603 |
msgid "BulletProof Security ~ htaccess Core"
|
1604 |
msgstr ""
|
1605 |
|
1618 |
msgid "htaccess File Editor"
|
1619 |
msgstr ""
|
1620 |
|
1621 |
+
#: admin/core/core.php:180 admin/core/core.php:1428 admin/core/core.php:1441
|
1622 |
msgid "Custom Code"
|
1623 |
msgstr ""
|
1624 |
|
1630 |
msgid "Whats New"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: admin/core/core.php:183 admin/db-backup-security/db-backup-security.php:262
|
1634 |
+
#: admin/db-backup-security/db-backup-security.php:1732
|
|
|
|
|
|
|
|
|
1635 |
#: admin/login/login.php:163 admin/maintenance/maintenance.php:164
|
1636 |
#: admin/security-log/security-log.php:227 admin/system-info/system-info.php:90
|
1637 |
#: admin/theme-skin/theme-skin.php:92 admin/theme-skin/theme-skin.php:215
|
1638 |
msgid "Help & FAQ"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
+
#: admin/core/core.php:184 bulletproof-security.php:122
|
1642 |
+
msgid "BPS Pro Features"
|
1643 |
+
msgstr ""
|
1644 |
+
|
1645 |
+
#: admin/core/core.php:192
|
1646 |
msgid "htaccess File Security Modes ~ "
|
1647 |
msgstr ""
|
1648 |
|
1649 |
+
#: admin/core/core.php:192
|
1650 |
msgid "RBM, WBM, HPF, MBM & BBM BulletProof Modes"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
+
#: admin/core/core.php:192 admin/core/core.php:710 admin/core/core.php:1422
|
1654 |
+
#: admin/core/core.php:1545 admin/core/core.php:1600
|
1655 |
+
#: admin/db-backup-security/db-backup-security.php:270
|
1656 |
+
#: admin/db-backup-security/db-backup-security.php:1134
|
1657 |
+
#: admin/db-backup-security/db-backup-security.php:1370
|
1658 |
+
#: admin/login/login.php:180 admin/maintenance/maintenance.php:184
|
1659 |
+
#: admin/maintenance/maintenance.php:186
|
1660 |
+
#: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
|
1661 |
+
#: admin/wizard/wizard.php:872 admin/wizard/wizard.php:941
|
1662 |
+
msgid "Want even more security protection?"
|
1663 |
+
msgstr ""
|
1664 |
+
|
1665 |
+
#: admin/core/core.php:192 admin/core/core.php:710 admin/core/core.php:1422
|
1666 |
+
#: admin/core/core.php:1545 admin/core/core.php:1600
|
1667 |
+
#: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
|
1668 |
+
#: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
|
1669 |
+
#: admin/wizard/wizard.php:872 admin/wizard/wizard.php:941
|
1670 |
+
msgid ""
|
1671 |
+
"Protect all of your Plugins (plugin folders and files) with an IP Firewall: "
|
1672 |
+
msgstr ""
|
1673 |
+
|
1674 |
+
#: admin/core/core.php:192 admin/core/core.php:710 admin/core/core.php:1422
|
1675 |
+
#: admin/core/core.php:1545 admin/core/core.php:1600
|
1676 |
+
#: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
|
1677 |
+
#: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
|
1678 |
+
#: admin/wizard/wizard.php:872 admin/wizard/wizard.php:941
|
1679 |
+
msgid "Get BPS Pro Plugin Firewall"
|
1680 |
+
msgstr ""
|
1681 |
+
|
1682 |
+
#: admin/core/core.php:192 admin/core/core.php:710 admin/core/core.php:1422
|
1683 |
+
#: admin/core/core.php:1545 admin/core/core.php:1600
|
1684 |
+
#: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
|
1685 |
+
#: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
|
1686 |
+
#: admin/wizard/wizard.php:872 admin/wizard/wizard.php:941
|
1687 |
+
msgid ""
|
1688 |
+
"Protect your WordPress uploads folder against remote access or execution of "
|
1689 |
+
"files: "
|
1690 |
+
msgstr ""
|
1691 |
+
|
1692 |
+
#: admin/core/core.php:192 admin/core/core.php:710 admin/core/core.php:1422
|
1693 |
+
#: admin/core/core.php:1545 admin/core/core.php:1600
|
1694 |
+
#: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
|
1695 |
+
#: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
|
1696 |
+
#: admin/wizard/wizard.php:872 admin/wizard/wizard.php:941
|
1697 |
+
msgid "Get BPS Pro Uploads Anti-Exploit Guard"
|
1698 |
+
msgstr ""
|
1699 |
+
|
1700 |
+
#: admin/core/core.php:198 admin/core/core.php:722 admin/core/core.php:1463
|
1701 |
+
#: admin/core/core.php:1499 admin/core/core.php:1516 admin/login/login.php:142
|
1702 |
+
#: admin/login/login.php:198 admin/login/login.php:907
|
1703 |
+
#: admin/system-info/system-info.php:116 admin/system-info/system-info.php:986
|
1704 |
msgid "Permission Denied"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
+
#: admin/core/core.php:200
|
1708 |
msgid "Activate|Deactivate Security Modes"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
+
#: admin/core/core.php:202 admin/core/core.php:204 admin/core/core.php:314
|
1712 |
msgid "Root Folder BulletProof Mode (RBM)"
|
1713 |
msgstr ""
|
1714 |
|
1715 |
+
#: admin/core/core.php:202 admin/core/core.php:312 admin/core/core.php:401
|
1716 |
+
#: admin/core/core.php:513 admin/core/core.php:589 admin/core/core.php:665
|
1717 |
+
#: admin/core/core.php:716 admin/core/core.php:1428
|
1718 |
+
#: admin/db-backup-security/db-backup-security.php:276
|
1719 |
+
#: admin/db-backup-security/db-backup-security.php:1140
|
1720 |
+
#: admin/db-backup-security/db-backup-security.php:1376
|
1721 |
+
#: admin/login/login.php:186 admin/login/login.php:877
|
1722 |
#: admin/maintenance/maintenance.php:195
|
1723 |
+
#: admin/security-log/security-log.php:241 admin/system-info/system-info.php:98
|
1724 |
+
#: admin/theme-skin/theme-skin.php:107 admin/wizard/wizard.php:878
|
1725 |
+
#: admin/wizard/wizard.php:947
|
1726 |
msgid "Read Me"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: admin/core/core.php:209 admin/core/core.php:319 admin/core/core.php:1446
|
1730 |
+
#: admin/db-backup-security/db-backup-security.php:284
|
1731 |
+
#: admin/login/login.php:889 admin/maintenance/maintenance.php:203
|
1732 |
#: admin/system-info/system-info.php:106
|
1733 |
msgid "Forum Help Links: "
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#: admin/core/core.php:212 admin/core/core.php:322
|
1737 |
msgid "Setup Wizard & Other Video Tutorials"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
+
#: admin/core/core.php:213 admin/core/core.php:323
|
1741 |
+
#: admin/security-log/security-log.php:252
|
1742 |
msgid "BPS Troubleshooting Steps"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: admin/core/core.php:235 admin/core/core.php:238 admin/core/core.php:241
|
1746 |
+
#: admin/core/core.php:244 admin/core/core.php:252 admin/core/core.php:255
|
1747 |
+
#: admin/core/core.php:258 admin/core/core.php:261
|
1748 |
msgid "RBM Status: "
|
1749 |
msgstr ""
|
1750 |
|
1751 |
+
#: admin/core/core.php:235 admin/core/core.php:252 admin/core/core.php:350
|
1752 |
+
#: admin/core/core.php:364 admin/core/core.php:537 admin/core/core.php:551
|
1753 |
+
#: admin/core/core.php:613 admin/core/core.php:627
|
1754 |
msgid "Disabled"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
+
#: admin/core/core.php:238 admin/core/core.php:255
|
1758 |
msgid "Root htaccess File Does Not Exist"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
+
#: admin/core/core.php:241 admin/core/core.php:258 admin/core/core.php:356
|
1762 |
+
#: admin/core/core.php:370 admin/core/core.php:543 admin/core/core.php:557
|
1763 |
+
#: admin/core/core.php:619 admin/core/core.php:633
|
1764 |
#: admin/system-info/system-info.php:243
|
1765 |
msgid "Activated"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
+
#: admin/core/core.php:244 admin/core/core.php:261 admin/core/core.php:353
|
1769 |
+
#: admin/core/core.php:367 admin/core/core.php:540 admin/core/core.php:554
|
1770 |
+
#: admin/core/core.php:616 admin/core/core.php:630
|
1771 |
#: admin/system-info/system-info.php:252
|
1772 |
msgid "Deactivated"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
+
#: admin/core/core.php:278 admin/core/core.php:296
|
1776 |
msgid "Click OK to Activate Root Folder BulletProof Mode or click Cancel."
|
1777 |
msgstr ""
|
1778 |
|
1779 |
+
#: admin/core/core.php:286 admin/core/core.php:304
|
1780 |
msgid "Click OK to Deactivate Root Folder BulletProof Mode or click Cancel."
|
1781 |
msgstr ""
|
1782 |
|
1783 |
+
#: admin/core/core.php:312
|
1784 |
msgid "wp-admin Folder BulletProof Mode (WBM)"
|
1785 |
msgstr ""
|
1786 |
|
1787 |
+
#: admin/core/core.php:350 admin/core/core.php:353 admin/core/core.php:356
|
1788 |
+
#: admin/core/core.php:364 admin/core/core.php:367 admin/core/core.php:370
|
1789 |
msgid "WBM Status: "
|
1790 |
msgstr ""
|
1791 |
|
1792 |
+
#: admin/core/core.php:385
|
1793 |
msgid "Click OK to Activate wp-admin Folder BulletProof Mode or click Cancel."
|
1794 |
msgstr ""
|
1795 |
|
1796 |
+
#: admin/core/core.php:393
|
1797 |
msgid ""
|
1798 |
"Click OK to Deactivate wp-admin Folder BulletProof Mode or click Cancel."
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: admin/core/core.php:401 admin/core/core.php:403
|
1802 |
msgid "Hidden Plugin Folders|Files Cron (HPF)"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
+
#: admin/core/core.php:424 admin/core/core.php:427 admin/core/core.php:435
|
1806 |
+
#: admin/core/core.php:438
|
1807 |
msgid "HPF Status: "
|
1808 |
msgstr ""
|
1809 |
|
1810 |
+
#: admin/core/core.php:424 admin/core/core.php:435 admin/core/core.php:470
|
1811 |
msgid "HPF Cron On"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
+
#: admin/core/core.php:427 admin/core/core.php:438 admin/core/core.php:471
|
1815 |
msgid "HPF Cron Off"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
+
#: admin/core/core.php:459
|
1819 |
msgid "Run Check Every 1 Minute"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
+
#: admin/core/core.php:460
|
1823 |
msgid "Run Check Every 5 Minutes"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: admin/core/core.php:461
|
1827 |
msgid "Run Check Every 10 Minutes"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
+
#: admin/core/core.php:462
|
1831 |
msgid "Run Check Every 15 Minutes"
|
1832 |
msgstr ""
|
1833 |
|
1834 |
+
#: admin/core/core.php:463
|
1835 |
msgid "Run Check Every 30 Minutes"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
+
#: admin/core/core.php:464
|
1839 |
msgid "Run Check Every 60 Minutes"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
+
#: admin/core/core.php:465
|
1843 |
msgid "Run Check Once Daily"
|
1844 |
msgstr ""
|
1845 |
|
1846 |
+
#: admin/core/core.php:474
|
1847 |
msgid "Save HPF Cron Options"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
+
#: admin/core/core.php:474
|
1851 |
msgid ""
|
1852 |
"The default Cron Frequency is: Run Check Every 15 Minutes. This is a "
|
1853 |
"lightweight check that uses an insignificant amount of resources/memory so 4 "
|
1859 |
"OK to proceed or click Cancel"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
+
#: admin/core/core.php:489
|
1863 |
msgid "Add Ignore rules using plugin folder names or file names."
|
1864 |
msgstr ""
|
1865 |
|
1866 |
+
#: admin/core/core.php:489
|
1867 |
msgid "Use a comma and a space between folder and/or file names."
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: admin/core/core.php:489
|
1871 |
msgid "Example: plugin-folder-name, example-file-name.php"
|
1872 |
msgstr ""
|
1873 |
|
1874 |
+
#: admin/core/core.php:495
|
1875 |
msgid ""
|
1876 |
"This option is for adding ignore rules for Hidden or Empty Plugin Folders "
|
1877 |
"Detected by BPS or Non-standard WP files detected by BPS in your /plugins/ "
|
1878 |
"folder."
|
1879 |
msgstr ""
|
1880 |
|
1881 |
+
#: admin/core/core.php:495
|
1882 |
msgid ""
|
1883 |
"This is an independent option setting that does not require clicking any "
|
1884 |
"other buttons."
|
1885 |
msgstr ""
|
1886 |
|
1887 |
+
#: admin/core/core.php:495 admin/maintenance/maintenance.php:655
|
1888 |
+
#: admin/security-log/security-log.php:540
|
1889 |
+
#: admin/security-log/security-log.php:555
|
1890 |
+
#: admin/security-log/security-log.php:773
|
1891 |
+
#: admin/system-info/system-info.php:1042
|
1892 |
+
#: admin/system-info/system-info.php:1103
|
1893 |
msgid "Click OK to proceed or click Cancel."
|
1894 |
msgstr ""
|
1895 |
|
1896 |
+
#: admin/core/core.php:513
|
1897 |
msgid "Master htaccess Folder BulletProof Mode (MBM)"
|
1898 |
msgstr ""
|
1899 |
|
1900 |
+
#: admin/core/core.php:515
|
1901 |
msgid "MBM BulletProof Modes"
|
1902 |
msgstr ""
|
1903 |
|
1904 |
+
#: admin/core/core.php:537 admin/core/core.php:540 admin/core/core.php:543
|
1905 |
+
#: admin/core/core.php:551 admin/core/core.php:554 admin/core/core.php:557
|
1906 |
msgid "MBM Status: "
|
1907 |
msgstr ""
|
1908 |
|
1909 |
+
#: admin/core/core.php:572
|
1910 |
msgid "Click OK to Activate MBM BulletProof Mode or click Cancel."
|
1911 |
msgstr ""
|
1912 |
|
1913 |
+
#: admin/core/core.php:580
|
1914 |
msgid "Click OK to Deactivate MBM BulletProof Mode or click Cancel."
|
1915 |
msgstr ""
|
1916 |
|
1917 |
+
#: admin/core/core.php:589
|
1918 |
msgid "BPS Backup Folder BulletProof Mode (BBM)"
|
1919 |
msgstr ""
|
1920 |
|
1921 |
+
#: admin/core/core.php:591
|
1922 |
msgid "BBM BulletProof Modes"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
+
#: admin/core/core.php:613 admin/core/core.php:616 admin/core/core.php:619
|
1926 |
+
#: admin/core/core.php:627 admin/core/core.php:630 admin/core/core.php:633
|
1927 |
msgid "BBM Status: "
|
1928 |
msgstr ""
|
1929 |
|
1930 |
+
#: admin/core/core.php:648
|
1931 |
msgid "Click OK to Activate BBM BulletProof Mode or click Cancel."
|
1932 |
msgstr ""
|
1933 |
|
1934 |
+
#: admin/core/core.php:656
|
1935 |
msgid ""
|
1936 |
"Caution: BPS Backup Folder BulletProof Mode (BBM) should only be deactivated "
|
1937 |
"for testing or troubleshooting. Be sure to activate BBM BulletProof Mode "
|
1938 |
"after you are done testing or troubleshooting."
|
1939 |
msgstr ""
|
1940 |
|
1941 |
+
#: admin/core/core.php:656
|
1942 |
msgid "Click OK to Deactivate BBM BulletProof Mode or click Cancel."
|
1943 |
msgstr ""
|
1944 |
|
1945 |
+
#: admin/core/core.php:665 admin/core/core.php:667
|
1946 |
msgid "Backup & Restore BPS htaccess Files"
|
1947 |
msgstr ""
|
1948 |
|
1949 |
+
#: admin/core/core.php:683
|
1950 |
msgid "Click OK to Backup BPS htaccess files or click Cancel."
|
1951 |
msgstr ""
|
1952 |
|
1953 |
+
#: admin/core/core.php:691
|
1954 |
msgid "Click OK to Restore BPS htaccess files or click Cancel."
|
1955 |
msgstr ""
|
1956 |
|
1957 |
+
#: admin/core/core.php:710
|
1958 |
msgid "htaccess File Editor ~ "
|
1959 |
msgstr ""
|
1960 |
|
1961 |
+
#: admin/core/core.php:710
|
1962 |
msgid ""
|
1963 |
+
"Check or edit BPS htaccess files/code manually/directly for testing. Use BPS "
|
1964 |
+
"Custom Code to save htaccess code permanently"
|
1965 |
msgstr ""
|
1966 |
|
1967 |
+
#: admin/core/core.php:716 admin/core/core.php:718
|
1968 |
msgid "htaccess File Editing"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
+
#: admin/core/core.php:742
|
1972 |
msgid "htaccess Files Disabled: secure.htaccess Master file is disabled."
|
1973 |
msgstr ""
|
1974 |
|
1975 |
+
#: admin/core/core.php:746
|
1976 |
msgid "ERROR: A secure.htaccess Master file was NOT found."
|
1977 |
msgstr ""
|
1978 |
|
1979 |
+
#: admin/core/core.php:762
|
1980 |
msgid ""
|
1981 |
"File Open and Write test successful! The secure.htaccess Master file is "
|
1982 |
"writable."
|
1983 |
msgstr ""
|
1984 |
|
1985 |
+
#: admin/core/core.php:768 admin/core/core.php:845 admin/core/core.php:946
|
1986 |
+
#: admin/core/core.php:1112
|
1987 |
msgid "Cannot write to file: "
|
1988 |
msgstr ""
|
1989 |
|
1990 |
+
#: admin/core/core.php:781
|
1991 |
msgid ""
|
1992 |
"htaccess Files Disabled: secure.htaccess Master file writing is disabled."
|
1993 |
msgstr ""
|
1994 |
|
1995 |
+
#: admin/core/core.php:789
|
1996 |
msgid "Error: Unable to write to the secure.htaccess Master file."
|
1997 |
msgstr ""
|
1998 |
|
1999 |
+
#: admin/core/core.php:805
|
2000 |
msgid "The secure.htaccess Master file has been updated."
|
2001 |
msgstr ""
|
2002 |
|
2003 |
+
#: admin/core/core.php:819
|
2004 |
msgid "htaccess Files Disabled: default.htaccess Master file is disabled."
|
2005 |
msgstr ""
|
2006 |
|
2007 |
+
#: admin/core/core.php:823
|
2008 |
msgid "ERROR: A default.htaccess Master file was NOT found."
|
2009 |
msgstr ""
|
2010 |
|
2011 |
+
#: admin/core/core.php:839
|
2012 |
msgid ""
|
2013 |
"File Open and Write test successful! The default.htaccess Master file is "
|
2014 |
"writable."
|
2015 |
msgstr ""
|
2016 |
|
2017 |
+
#: admin/core/core.php:858
|
2018 |
msgid ""
|
2019 |
"htaccess Files Disabled: default.htaccess Master file writing is disabled."
|
2020 |
msgstr ""
|
2021 |
|
2022 |
+
#: admin/core/core.php:866
|
2023 |
msgid "Error: Unable to write to the default.htaccess Master file."
|
2024 |
msgstr ""
|
2025 |
|
2026 |
+
#: admin/core/core.php:882
|
2027 |
msgid "The default.htaccess Master file has been updated."
|
2028 |
msgstr ""
|
2029 |
|
2030 |
+
#: admin/core/core.php:894
|
2031 |
msgid ""
|
2032 |
" Check that the /bps-backup/ and /master-backups/ folders exist and the "
|
2033 |
"folder permissions or Ownership for these folders."
|
2034 |
msgstr ""
|
2035 |
|
2036 |
+
#: admin/core/core.php:899
|
2037 |
msgid ""
|
2038 |
"Your Custom default.htaccess Master file has been successfully saved to: "
|
2039 |
msgstr ""
|
2040 |
|
2041 |
+
#: admin/core/core.php:914
|
2042 |
msgid "wpadmin-secure.htaccess file writing is disabled."
|
2043 |
msgstr ""
|
2044 |
|
2045 |
+
#: admin/core/core.php:920
|
2046 |
msgid ""
|
2047 |
"htaccess Files Disabled: wpadmin-secure.htaccess Master file is disabled."
|
2048 |
msgstr ""
|
2049 |
|
2050 |
+
#: admin/core/core.php:924
|
2051 |
msgid "ERROR: A wpadmin-secure.htaccess Master file was NOT found."
|
2052 |
msgstr ""
|
2053 |
|
2054 |
+
#: admin/core/core.php:940
|
2055 |
msgid ""
|
2056 |
"File Open and Write test successful! The wpadmin-secure.htaccess Master file "
|
2057 |
"is writable."
|
2058 |
msgstr ""
|
2059 |
|
2060 |
+
#: admin/core/core.php:960
|
2061 |
msgid ""
|
2062 |
"htaccess Files Disabled: wpadmin-secure.htaccess Master file writing is "
|
2063 |
"disabled."
|
2064 |
msgstr ""
|
2065 |
|
2066 |
+
#: admin/core/core.php:968
|
2067 |
msgid "Error: Unable to write to the wpadmin-secure.htaccess Master file."
|
2068 |
msgstr ""
|
2069 |
|
2070 |
+
#: admin/core/core.php:984
|
2071 |
msgid "The wpadmin-secure.htaccess Master file has been updated."
|
2072 |
msgstr ""
|
2073 |
|
2074 |
+
#: admin/core/core.php:998
|
2075 |
msgid "htaccess Files Disabled: Root htaccess file does not exist."
|
2076 |
msgstr ""
|
2077 |
|
2078 |
+
#: admin/core/core.php:1002
|
2079 |
msgid "ERROR: An htaccess file was NOT found in your root folder"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
+
#: admin/core/core.php:1018
|
2083 |
msgid ""
|
2084 |
"File Open and Write test successful! Your currently active root htaccess "
|
2085 |
"file is writable."
|
2086 |
msgstr ""
|
2087 |
|
2088 |
+
#: admin/core/core.php:1025
|
2089 |
msgid "Your root htaccess file is Locked with Read Only Permissions."
|
2090 |
msgstr ""
|
2091 |
|
2092 |
+
#: admin/core/core.php:1025
|
2093 |
msgid ""
|
2094 |
"Use the Lock and Unlock buttons below to Lock or Unlock your root htaccess "
|
2095 |
"file for editing."
|
2096 |
msgstr ""
|
2097 |
|
2098 |
+
#: admin/core/core.php:1046
|
2099 |
msgid ""
|
2100 |
"Error: Unable to write to the Root htaccess file. If your Root htaccess file "
|
2101 |
"is locked you must unlock first."
|
2102 |
msgstr ""
|
2103 |
|
2104 |
+
#: admin/core/core.php:1062
|
2105 |
msgid "Your currently active root htaccess file has been updated."
|
2106 |
msgstr ""
|
2107 |
|
2108 |
+
#: admin/core/core.php:1079
|
2109 |
msgid "wp-admin active htaccess file writing is disabled."
|
2110 |
msgstr ""
|
2111 |
|
2112 |
+
#: admin/core/core.php:1085
|
2113 |
msgid "htaccess Files Disabled: wp-admin folder htaccess file does not exist."
|
2114 |
msgstr ""
|
2115 |
|
2116 |
+
#: admin/core/core.php:1089
|
2117 |
msgid "ERROR: An htaccess file was NOT found in your wp-admin folder"
|
2118 |
msgstr ""
|
2119 |
|
2120 |
+
#: admin/core/core.php:1105
|
2121 |
msgid ""
|
2122 |
"File Open and Write test successful! Your currently active wp-admin htaccess "
|
2123 |
"file is writable."
|
2124 |
msgstr ""
|
2125 |
|
2126 |
+
#: admin/core/core.php:1134
|
2127 |
msgid "Error: Unable to write to the wp-admin htaccess file."
|
2128 |
msgstr ""
|
2129 |
|
2130 |
+
#: admin/core/core.php:1150
|
2131 |
msgid "Your currently active wp-admin htaccess file has been updated."
|
2132 |
msgstr ""
|
2133 |
|
2134 |
+
#: admin/core/core.php:1167
|
2135 |
msgid "Your Root htaccess file has been Locked."
|
2136 |
msgstr ""
|
2137 |
|
2138 |
+
#: admin/core/core.php:1172
|
2139 |
msgid "Unable to Lock your Root htaccess file."
|
2140 |
msgstr ""
|
2141 |
|
2142 |
+
#: admin/core/core.php:1186
|
2143 |
msgid "Your Root htaccess file has been Unlocked."
|
2144 |
msgstr ""
|
2145 |
|
2146 |
+
#: admin/core/core.php:1191
|
2147 |
msgid "Unable to Unlock your Root htaccess file."
|
2148 |
msgstr ""
|
2149 |
|
2150 |
+
#: admin/core/core.php:1214
|
2151 |
msgid "Click OK to Lock your Root htaccess file or click Cancel."
|
2152 |
msgstr ""
|
2153 |
|
2154 |
+
#: admin/core/core.php:1214
|
2155 |
msgid ""
|
2156 |
"Note: The File Open and Write Test window will still display the last status "
|
2157 |
"of the file as Unlocked. To see the current status refresh your browser."
|
2158 |
msgstr ""
|
2159 |
|
2160 |
+
#: admin/core/core.php:1222
|
2161 |
msgid "Click OK to Unlock your Root htaccess file or click Cancel."
|
2162 |
msgstr ""
|
2163 |
|
2164 |
+
#: admin/core/core.php:1222
|
2165 |
msgid ""
|
2166 |
"Note: The File Open and Write Test window will still display the last status "
|
2167 |
"of the file as Locked. To see the current status refresh your browser."
|
2168 |
msgstr ""
|
2169 |
|
2170 |
+
#: admin/core/core.php:1231
|
2171 |
msgid ""
|
2172 |
"Turning AutoLock On will allow BPS Pro to automatically lock your Root ."
|
2173 |
"htaccess file. For some folks this causes a problem because their Web Hosts "
|
2175 |
"BPS Pro to AutoLock the Root .htaccess file works fine."
|
2176 |
msgstr ""
|
2177 |
|
2178 |
+
#: admin/core/core.php:1231
|
2179 |
msgid "Click OK to Turn AutoLock On or click Cancel."
|
2180 |
msgstr ""
|
2181 |
|
2182 |
+
#: admin/core/core.php:1233 admin/system-info/system-info.php:759
|
2183 |
+
#: admin/system-info/system-info.php:767 admin/system-info/system-info.php:775
|
2184 |
+
#: admin/system-info/system-info.php:783 admin/system-info/system-info.php:791
|
2185 |
+
#: admin/system-info/system-info.php:799 admin/system-info/system-info.php:807
|
2186 |
+
#: admin/system-info/system-info.php:815 admin/system-info/system-info.php:834
|
2187 |
+
#: includes/functions.php:538 includes/functions.php:713
|
2188 |
+
#: includes/functions.php:760 includes/functions.php:872
|
2189 |
+
#: includes/functions.php:918
|
2190 |
msgid "On"
|
2191 |
msgstr ""
|
2192 |
|
2193 |
+
#: admin/core/core.php:1243
|
2194 |
msgid ""
|
2195 |
"Turning AutoLock Off will prevent BPS Pro from automatically locking your "
|
2196 |
"Root .htaccess file. For some folks this is necessary because their Web "
|
2198 |
"allowing BPS Pro to AutoLock the Root .htaccess file works fine."
|
2199 |
msgstr ""
|
2200 |
|
2201 |
+
#: admin/core/core.php:1243
|
2202 |
msgid "Click OK to Turn AutoLock Off or click Cancel."
|
2203 |
msgstr ""
|
2204 |
|
2205 |
+
#: admin/core/core.php:1245 admin/system-info/system-info.php:526
|
2206 |
+
#: admin/system-info/system-info.php:762 admin/system-info/system-info.php:770
|
2207 |
+
#: admin/system-info/system-info.php:778 admin/system-info/system-info.php:786
|
2208 |
+
#: admin/system-info/system-info.php:794 admin/system-info/system-info.php:802
|
2209 |
+
#: admin/system-info/system-info.php:810 admin/system-info/system-info.php:818
|
2210 |
+
#: admin/system-info/system-info.php:826 admin/system-info/system-info.php:837
|
2211 |
+
#: includes/functions.php:765 includes/functions.php:878
|
2212 |
+
#: includes/functions.php:924 includes/general-functions.php:285
|
2213 |
#: includes/general-functions.php:300
|
2214 |
msgid "Off"
|
2215 |
msgstr ""
|
2216 |
|
2217 |
+
#: admin/core/core.php:1260
|
2218 |
msgid "secure.htaccess"
|
2219 |
msgstr ""
|
2220 |
|
2221 |
+
#: admin/core/core.php:1261
|
2222 |
msgid "default.htaccess"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
+
#: admin/core/core.php:1262
|
2226 |
msgid "wpadmin-secure.htaccess"
|
2227 |
msgstr ""
|
2228 |
|
2229 |
+
#: admin/core/core.php:1263
|
2230 |
msgid "Your Current Root htaccess File"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
+
#: admin/core/core.php:1264
|
2234 |
msgid "Your Current wp-admin htaccess File"
|
2235 |
msgstr ""
|
2236 |
|
2237 |
+
#: admin/core/core.php:1366
|
2238 |
msgid "YOUR ROOT HTACCESS FILE IS LOCKED."
|
2239 |
msgstr ""
|
2240 |
|
2241 |
+
#: admin/core/core.php:1366
|
2242 |
msgid "YOUR FILE EDITS|CHANGES CANNOT BE SAVED."
|
2243 |
msgstr ""
|
2244 |
|
2245 |
+
#: admin/core/core.php:1366
|
2246 |
msgid ""
|
2247 |
"Click Cancel, copy the file editing changes you made to save them and then "
|
2248 |
"click the Unlock .htaccess File button to unlock your Root .htaccess file. "
|
2261 |
"permanently"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
+
#: admin/core/core.php:1434
|
|
|
|
|
|
|
|
|
2265 |
msgid "Reset|Recheck Dismiss Notices: "
|
2266 |
msgstr ""
|
2267 |
|
2268 |
+
#: admin/core/core.php:1449
|
2269 |
msgid "Brute Force Login Page Protection code"
|
2270 |
msgstr ""
|
2271 |
|
2272 |
+
#: admin/core/core.php:1457 admin/core/core.php:1643
|
2273 |
+
#: admin/wizard/wizard.php:893
|
2274 |
msgid "Custom Code Video Tutorial"
|
2275 |
msgstr ""
|
2276 |
|
2277 |
+
#: admin/core/core.php:1458
|
2278 |
msgid "BulletProof Security Forum"
|
2279 |
msgstr ""
|
2280 |
|
2281 |
+
#: admin/core/core.php:1475
|
2282 |
msgid ""
|
2283 |
"Clicking OK will Import all of your Root and wp-admin Custom Code from the "
|
2284 |
"cc-master.zip file on your computer."
|
2285 |
msgstr ""
|
2286 |
|
2287 |
+
#: admin/core/core.php:1475
|
2288 |
msgid "Click OK to Import Custom Code or click Cancel."
|
2289 |
msgstr ""
|
2290 |
|
2291 |
+
#: admin/core/core.php:1484
|
2292 |
msgid ""
|
2293 |
"Clicking OK will Export (copy) all of your Root and wp-admin Custom Code "
|
2294 |
"into the cc-master.zip file, which you can then download to your computer by "
|
2296 |
"success message."
|
2297 |
msgstr ""
|
2298 |
|
2299 |
+
#: admin/core/core.php:1484
|
2300 |
msgid "Click OK to Export Custom Code or click Cancel."
|
2301 |
msgstr ""
|
2302 |
|
2303 |
+
#: admin/core/core.php:1492
|
2304 |
msgid ""
|
2305 |
"Clicking OK will delete all of your Root and wp-admin Custom Code from all "
|
2306 |
"of the Custom Code text boxes."
|
2307 |
msgstr ""
|
2308 |
|
2309 |
+
#: admin/core/core.php:1492
|
2310 |
msgid "Click OK to Delete Custom Code or click Cancel."
|
2311 |
msgstr ""
|
2312 |
|
2313 |
+
#: admin/core/core.php:1532
|
2314 |
+
msgid ""
|
2315 |
+
"Your My Notes Personal Notes and/or htaccess Code Notes saved successfully "
|
2316 |
+
"to your WordPress Database."
|
2317 |
+
msgstr ""
|
2318 |
+
|
2319 |
+
#: admin/core/core.php:1545
|
2320 |
msgid "My Notes ~ "
|
2321 |
msgstr ""
|
2322 |
|
2323 |
+
#: admin/core/core.php:1545
|
2324 |
msgid "Save Personal Notes and htaccess Code Notes to your WordPress Database"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
+
#: admin/core/core.php:1587
|
2328 |
+
#: admin/db-backup-security/db-backup-security.php:1736
|
2329 |
+
#: admin/theme-skin/theme-skin.php:219
|
2330 |
+
msgid "Whats New in "
|
2331 |
+
msgstr ""
|
2332 |
+
|
2333 |
+
#: admin/core/core.php:1587
|
2334 |
+
msgid " and General Help Info & Tips"
|
2335 |
+
msgstr ""
|
2336 |
+
|
2337 |
+
#: admin/core/core.php:1592
|
2338 |
+
msgid "The BPS Changelog|Whats New page has been moved to the "
|
2339 |
+
msgstr ""
|
2340 |
+
|
2341 |
+
#: admin/core/core.php:1592
|
2342 |
+
msgid "Reasons for this Changelog|Whats New page change: "
|
2343 |
+
msgstr ""
|
2344 |
+
|
2345 |
+
#: admin/core/core.php:1592
|
2346 |
msgid ""
|
2347 |
+
"The BPS Changelog|Whats New page will not have to be translated by the "
|
2348 |
+
"WordPress PolyGlots Language Packs Team for each new version release of BPS, "
|
2349 |
+
"the Changelog|Whats New page will be much easier to maintain, the readme.txt "
|
2350 |
+
"file size will be much smaller in the BPS plugin, a complete history of all "
|
2351 |
+
"BPS version changes through the years and other beneficial reasons."
|
2352 |
msgstr ""
|
2353 |
|
2354 |
+
#: admin/core/core.php:1600 admin/db-backup-security/db-backup-security.php:270
|
2355 |
+
#: admin/db-backup-security/db-backup-security.php:1134
|
2356 |
+
#: admin/db-backup-security/db-backup-security.php:1370
|
2357 |
+
#: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
|
2358 |
+
#: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
|
2359 |
+
#: admin/wizard/wizard.php:872 admin/wizard/wizard.php:941
|
2360 |
+
msgid ""
|
2361 |
+
"Protect all of your website files with AutoRestore|Quarantine Intrusion "
|
2362 |
+
"Detection & Prevention System: "
|
2363 |
msgstr ""
|
2364 |
|
2365 |
+
#: admin/core/core.php:1600 admin/db-backup-security/db-backup-security.php:270
|
2366 |
+
#: admin/db-backup-security/db-backup-security.php:1134
|
2367 |
+
#: admin/db-backup-security/db-backup-security.php:1370
|
2368 |
+
#: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
|
2369 |
+
#: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
|
2370 |
+
#: admin/wizard/wizard.php:872 admin/wizard/wizard.php:941
|
2371 |
+
msgid "Get BPS Pro ARQ IDPS"
|
2372 |
msgstr ""
|
2373 |
|
2374 |
+
#: admin/core/core.php:1600 admin/maintenance/maintenance.php:184
|
2375 |
+
#: admin/maintenance/maintenance.php:186
|
2376 |
+
#: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
|
2377 |
+
#: admin/wizard/wizard.php:872 admin/wizard/wizard.php:941
|
2378 |
msgid ""
|
2379 |
+
"Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-"
|
2380 |
+
"posting, auto-commenting): "
|
2381 |
+
msgstr ""
|
2382 |
+
|
2383 |
+
#: admin/core/core.php:1600 admin/login/login.php:180
|
2384 |
+
#: admin/maintenance/maintenance.php:184 admin/maintenance/maintenance.php:186
|
2385 |
+
#: admin/security-log/security-log.php:235 admin/theme-skin/theme-skin.php:101
|
2386 |
+
#: admin/wizard/wizard.php:872 admin/wizard/wizard.php:941
|
2387 |
+
msgid "Get BPS Pro JTC Anti-Spam|Anti-Hacker"
|
2388 |
msgstr ""
|
2389 |
|
2390 |
+
#: admin/core/core.php:1605
|
2391 |
msgid "General Help Info & Tips:"
|
2392 |
msgstr ""
|
2393 |
|
2394 |
+
#: admin/core/core.php:1609
|
2395 |
msgid "If BPS plugin pages are not displaying visually correct you can "
|
2396 |
msgstr ""
|
2397 |
|
2398 |
+
#: admin/core/core.php:1613
|
2399 |
msgid "BPS Video Tutorials|Setup Wizard: "
|
2400 |
msgstr ""
|
2401 |
|
2402 |
+
#: admin/core/core.php:1621
|
2403 |
msgid "Troubleshooting Steps & The BPS Security Log: "
|
2404 |
msgstr ""
|
2405 |
|
2406 |
+
#: admin/core/core.php:1621
|
2407 |
msgid ""
|
2408 |
"All BPS plugin features can be turned Off/On individually to confirm, "
|
2409 |
"eliminate or isolate a problem or issue that may or may not be caused by BPS."
|
2410 |
msgstr ""
|
2411 |
|
2412 |
+
#: admin/core/core.php:1621
|
2413 |
msgid ""
|
2414 |
"The BPS Security Log is a primary troubleshooting tool. If BPS is blocking "
|
2415 |
"something legitimate in another plugin or theme then a Security Log entry "
|
2418 |
"being blocked."
|
2419 |
msgstr ""
|
2420 |
|
2421 |
+
#: admin/core/core.php:1621
|
2422 |
msgid ""
|
2423 |
"Search the Forum site to see if a known issue or problem is already posted "
|
2424 |
"with a solution/whitelist rule in the Forum."
|
2425 |
msgstr ""
|
2426 |
|
2427 |
+
#: admin/core/core.php:1634 admin/maintenance/maintenance.php:2092
|
2428 |
+
msgid "Help & FAQ"
|
2429 |
msgstr ""
|
2430 |
|
2431 |
+
#: admin/core/core.php:1638 admin/login/login.php:1243
|
2432 |
+
#: admin/maintenance/maintenance.php:2097
|
2433 |
+
#: admin/security-log/security-log.php:881
|
2434 |
+
#: admin/system-info/system-info.php:1122
|
2435 |
+
msgid "Contributors Page"
|
2436 |
msgstr ""
|
2437 |
|
2438 |
+
#: admin/core/core.php:1639
|
2439 |
+
msgid "WP Permalinks - Custom Permalink Structure Help Info"
|
|
|
|
|
|
|
|
|
|
|
2440 |
msgstr ""
|
2441 |
|
2442 |
+
#: admin/core/core.php:1640 admin/login/login.php:1242
|
2443 |
+
#: admin/maintenance/maintenance.php:2098
|
2444 |
+
#: admin/security-log/security-log.php:880
|
2445 |
+
#: admin/system-info/system-info.php:1121
|
2446 |
+
msgid "Security Log Event Codes"
|
2447 |
+
msgstr ""
|
2448 |
+
|
2449 |
+
#: admin/core/core.php:1641
|
2450 |
+
msgid "Adding a Custom 403 Forbidden Page For Your Website"
|
2451 |
+
msgstr ""
|
2452 |
+
|
2453 |
+
#: admin/core/core.php:1642
|
2454 |
+
#: admin/db-backup-security/db-backup-security.php:1740
|
2455 |
+
#: admin/login/login.php:1244 admin/maintenance/maintenance.php:2099
|
2456 |
+
#: admin/security-log/security-log.php:882
|
2457 |
+
#: admin/system-info/system-info.php:1123 admin/theme-skin/theme-skin.php:222
|
2458 |
+
msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
|
2459 |
+
msgstr ""
|
2460 |
+
|
2461 |
+
#: admin/core/core.php:1655
|
2462 |
msgid "BulletProof Security Pro Feature Highlights"
|
2463 |
msgstr ""
|
2464 |
|
2465 |
+
#: admin/core/core.php:1665
|
2466 |
msgid "The Ultimate Security Protection"
|
2467 |
msgstr ""
|
2468 |
|
2469 |
+
#: admin/core/core.php:1668
|
2470 |
msgid "BPS Pro One-Click Setup Wizard & Demo Video Tutorial"
|
2471 |
msgstr ""
|
2472 |
|
2473 |
+
#: admin/core/core.php:1669
|
2474 |
msgid "View All BPS Pro Features"
|
2475 |
msgstr ""
|
2476 |
|
2477 |
+
#: admin/core/core.php:1676
|
2478 |
msgid ""
|
2479 |
"The Complete Website Security Solution for Hacker and Spammer Protection"
|
2480 |
msgstr ""
|
2481 |
|
2482 |
+
#: admin/core/core.php:1676
|
2483 |
msgid ""
|
2484 |
+
"BulletProof Security Pro has an amazing track record. BPS Pro has been "
|
2485 |
+
"publicly available for 6+ years and is installed on over 40,000 websites "
|
2486 |
+
"worldwide. Not a single one of those 40,000+ websites in 6+ years have been "
|
2487 |
+
"hacked."
|
2488 |
msgstr ""
|
2489 |
|
2490 |
+
#: admin/core/core.php:1676
|
2491 |
+
msgid ""
|
2492 |
+
"Why pay 10 times or more for other premium WordPress Security Plugins with "
|
2493 |
+
"recurring yearly subscriptions when you can get the best WordPress Security "
|
2494 |
+
"Plugin for an extremely low one-time purchase price?"
|
2495 |
msgstr ""
|
2496 |
|
2497 |
+
#: admin/core/core.php:1676
|
2498 |
+
msgid "View Cost Comparison"
|
2499 |
+
msgstr ""
|
2500 |
+
|
2501 |
+
#: admin/core/core.php:1676
|
2502 |
+
msgid ""
|
2503 |
+
"30-Day Money-Back Guarantee: If you are dissatisfied with BulletProof "
|
2504 |
+
"Security Pro for any reason. We offer a no questions asked full refund."
|
2505 |
+
msgstr ""
|
2506 |
+
|
2507 |
+
#: admin/core/core.php:1679
|
2508 |
msgid "One-Click Setup Wizard Installation: "
|
2509 |
msgstr ""
|
2510 |
|
2511 |
+
#: admin/core/core.php:1679
|
2512 |
+
msgid ""
|
2513 |
+
"Fast, simple and complete BPS Pro installation and setup in less than 1 "
|
2514 |
+
"minute."
|
2515 |
msgstr ""
|
2516 |
|
2517 |
+
#: admin/core/core.php:1681
|
2518 |
msgid "One-Click Upgrade: "
|
2519 |
msgstr ""
|
2520 |
|
2521 |
+
#: admin/core/core.php:1681
|
2522 |
+
msgid "One-click plugin upgrade on the WordPress Plugins page."
|
2523 |
msgstr ""
|
2524 |
|
2525 |
+
#: admin/core/core.php:1683
|
2526 |
msgid ""
|
2527 |
+
"AutoRestore|Quarantine Intrusion Detection and Prevention System (ARQ IDPS): "
|
2528 |
msgstr ""
|
2529 |
|
2530 |
+
#: admin/core/core.php:1683
|
2531 |
msgid ""
|
2532 |
+
"ARQ IDPS is a real-time file scanner that automatically quarantines "
|
2533 |
"malicious hacker files and autorestores legitimate website files if they "
|
2534 |
+
"have been altered or tampered with. ARQ IDPS uses a much more effective and "
|
2535 |
+
"reliable method of checking and monitoring website files instead of scanning "
|
2536 |
+
"file contents for malicious code. Hacker files that do not contain any "
|
2537 |
+
"malicious code will never be detected by any/all scanners, but will be "
|
2538 |
+
"detected by ARQ IDPS. ARQ IDPS quarantines all hacker files whether or not "
|
2539 |
+
"they contain malicious code. Quarantine Options: Quarantined files can be "
|
2540 |
+
"viewed, restored or deleted. ARQ IDPS works seamlessly with WordPress, "
|
2541 |
+
"Plugin and Theme Automatic, Manual and Shiny installations and updates."
|
2542 |
msgstr ""
|
2543 |
|
2544 |
+
#: admin/core/core.php:1685
|
2545 |
msgid "Plugin Firewall|Plugin Firewall AutoPilot Mode: "
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: admin/core/core.php:1685
|
2549 |
msgid ""
|
2550 |
+
"The Plugin Firewall protects all of your Plugins (plugin folders and files) "
|
2551 |
+
"with an IP Address Firewall, which prevents/blocks/forbids Remote Access to "
|
2552 |
+
"the plugins folder from external sources (remote script execution, hacker "
|
2553 |
+
"recon, remote scanning, remote accessibility, etc.) and only allows internal "
|
2554 |
+
"access to the plugins folder based on this criteria: Domain name, Server IP "
|
2555 |
+
"Address and Public IP|Your Computer IP Address. The Plugin Firewall uses a "
|
2556 |
+
"true IP Address based Firewall that automatically updates your IP Address in "
|
2557 |
+
"real-time when your IP Address changes. Plugin Firewall AutoPilot Mode "
|
2558 |
+
"automatically creates Plugin Firewall whitelist rules in real-time for any "
|
2559 |
+
"Plugins that require whitelist rules."
|
2560 |
msgstr ""
|
2561 |
|
2562 |
+
#: admin/core/core.php:1687
|
2563 |
+
msgid "JTC Anti-Spam|Anti-Hacker (JTC): "
|
|
|
|
|
|
|
|
|
2564 |
msgstr ""
|
2565 |
|
2566 |
+
#: admin/core/core.php:1687
|
2567 |
+
#, php-format
|
2568 |
msgid ""
|
2569 |
+
"Blocks 100% of all SpamBot and HackerBot Brute Force Login attacks (auto-"
|
2570 |
+
"registering, auto-logins, auto-posting, auto-commenting). 99% of all "
|
2571 |
+
"spamming and hacking is automated with SpamBots and HackerBots. JTC provides "
|
2572 |
+
"website security protection as well as website Anti-Spam protection. JTC "
|
2573 |
+
"protects these website Pages|Forms: Login Page|Form, Registration Page|Form, "
|
2574 |
+
"Lost Password Page|Form, Comment Page|Form, BuddyPress Register Page|Form "
|
2575 |
+
"and the BuddyPress Sidebar Login Form with a user friendly & customizable "
|
2576 |
+
"jQuery ToolTip CAPTCHA. JTC also includes a SpamBot Trap."
|
|
|
|
|
|
|
2577 |
msgstr ""
|
2578 |
|
2579 |
+
#: admin/core/core.php:1689
|
2580 |
msgid "Uploads Folder Anti-Exploit Guard (UAEG): "
|
2581 |
msgstr ""
|
2582 |
|
2583 |
+
#: admin/core/core.php:1689
|
2584 |
msgid ""
|
2585 |
"Protects the WordPress Uploads folder. ONLY safe image files with valid "
|
2586 |
"image file extensions such as jpg, gif, png, etc. can be accessed, opened or "
|
2590 |
"executed in the WordPress Uploads folder."
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: admin/core/core.php:1691
|
2594 |
msgid "DB Monitor Intrusion Detection System (IDS): "
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: admin/core/core.php:1691
|
2598 |
msgid ""
|
2599 |
"The DB Monitor is an automated Intrusion Detection System (IDS) that alerts "
|
2600 |
"you via email anytime a change/modification occurs in your WordPress "
|
2605 |
"help info."
|
2606 |
msgstr ""
|
2607 |
|
2608 |
+
#: admin/core/core.php:1693
|
2609 |
msgid "DB Diff Tool: "
|
2610 |
msgstr ""
|
2611 |
|
2612 |
+
#: admin/core/core.php:1693
|
2613 |
msgid ""
|
2614 |
"The DB Diff Tool compares old database tables from DB backups to current "
|
2615 |
"database tables and displays any differences in the data/content of those 2 "
|
2617 |
"not only just DB data."
|
2618 |
msgstr ""
|
2619 |
|
2620 |
+
#: admin/core/core.php:1695
|
2621 |
msgid "DB Status & Info: "
|
2622 |
msgstr ""
|
2623 |
|
2624 |
+
#: admin/core/core.php:1695
|
2625 |
msgid ""
|
2626 |
"General DB Info shows commonly checked DB status and info about your "
|
2627 |
"WordPress database at a glance. Extensive DB Info shows extensive DB status "
|
2630 |
"SHOW GLOBAL VARIABLES and SHOW SESSION VARIABLES."
|
2631 |
msgstr ""
|
2632 |
|
2633 |
+
#: admin/core/core.php:1697
|
2634 |
msgid "S-Monitor: "
|
2635 |
msgstr ""
|
2636 |
|
2637 |
+
#: admin/core/core.php:1697
|
2638 |
msgid ""
|
2639 |
"S-Monitor is the centralized Security Monitoring and Alerting Core where you "
|
2640 |
"can manage and choose BPS Pro settings for Dashboard Alerts, Dashboard "
|
2644 |
"easy to change all/any BPS Pro settings to your particular preferences."
|
2645 |
msgstr ""
|
2646 |
|
2647 |
+
#: admin/core/core.php:1699
|
2648 |
msgid "Advanced Real-Time Alerting & Heads Up Dashboard Status Display: "
|
2649 |
msgstr ""
|
2650 |
|
2651 |
+
#: admin/core/core.php:1699
|
2652 |
msgid ""
|
2653 |
"BPS Pro checks and displays error, warning, notifications and alert messages "
|
2654 |
"in real time. You can choose how you want these messages displayed to you "
|
2656 |
"Dashboard, BPS Pro pages only, Turned off, Email Alerts, Logging..."
|
2657 |
msgstr ""
|
2658 |
|
2659 |
+
#: admin/core/core.php:1702
|
2660 |
msgid "Custom php.ini|ini_set Options: "
|
2661 |
msgstr ""
|
2662 |
|
2663 |
+
#: admin/core/core.php:1702
|
2664 |
msgid ""
|
2665 |
"Quickly create a custom php.ini file for your website or use ini_set Options "
|
2666 |
"to increase security and performance with just a few clicks. Additional P-"
|
2668 |
"Protected PHP Error Log, PHP Error Alerts, Secure phpinfo Viewer..."
|
2669 |
msgstr ""
|
2670 |
|
2671 |
+
#: admin/core/core.php:1704
|
2672 |
msgid "Pro Tools: 16 mini-plugins: "
|
2673 |
msgstr ""
|
2674 |
|
2675 |
+
#: admin/core/core.php:1704
|
2676 |
msgid ""
|
2677 |
"Online Base64 Decoder, Offline Base64 Decode|Encode, Mcrypt ~ Decrypt|"
|
2678 |
"Encrypt, Crypt Encryption, Scheduled Crons (display and reschedule/reset "
|
2691 |
"vulnerable to an XML-RPC exploit)."
|
2692 |
msgstr ""
|
2693 |
|
2694 |
+
#: admin/core/core.php:1712
|
2695 |
msgid "BPS Pro Version Release Dates"
|
2696 |
msgstr ""
|
2697 |
|
2698 |
+
#: admin/core/core.php:1716 admin/core/core.php:1717 admin/core/core.php:1718
|
2699 |
+
#: admin/core/core.php:1719 admin/core/core.php:1720 admin/core/core.php:1721
|
2700 |
+
#: admin/core/core.php:1722 admin/core/core.php:1723 admin/core/core.php:1724
|
2701 |
+
#: admin/core/core.php:1729 admin/core/core.php:1730 admin/core/core.php:1731
|
|
|
|
|
|
|
2702 |
#: admin/core/core.php:1732 admin/core/core.php:1733 admin/core/core.php:1734
|
2703 |
#: admin/core/core.php:1735 admin/core/core.php:1736 admin/core/core.php:1737
|
2704 |
#: admin/core/core.php:1738 admin/core/core.php:1739 admin/core/core.php:1740
|
2705 |
+
#: admin/core/core.php:1741 admin/core/core.php:1747 admin/core/core.php:1748
|
2706 |
#: admin/core/core.php:1749 admin/core/core.php:1750 admin/core/core.php:1751
|
2707 |
#: admin/core/core.php:1752 admin/core/core.php:1753 admin/core/core.php:1754
|
2708 |
#: admin/core/core.php:1755 admin/core/core.php:1756 admin/core/core.php:1757
|
2709 |
#: admin/core/core.php:1758 admin/core/core.php:1759 admin/core/core.php:1760
|
2710 |
+
#: admin/core/core.php:1766 admin/core/core.php:1767 admin/core/core.php:1768
|
2711 |
#: admin/core/core.php:1769 admin/core/core.php:1770 admin/core/core.php:1771
|
2712 |
#: admin/core/core.php:1772 admin/core/core.php:1773 admin/core/core.php:1774
|
2713 |
+
#: admin/core/core.php:1775 admin/core/core.php:1776 admin/core/core.php:1777
|
2714 |
+
#: admin/core/core.php:1778 admin/core/core.php:1784 admin/core/core.php:1785
|
2715 |
#: admin/core/core.php:1786 admin/core/core.php:1787 admin/core/core.php:1788
|
2716 |
#: admin/core/core.php:1789 admin/core/core.php:1790 admin/core/core.php:1791
|
2717 |
+
#: admin/core/core.php:1792 admin/core/core.php:1793 admin/core/core.php:1799
|
2718 |
+
#: admin/core/core.php:1800 admin/core/core.php:1801 admin/core/core.php:1802
|
2719 |
+
#: admin/core/core.php:1803 admin/core/core.php:1804 admin/core/core.php:1805
|
2720 |
+
#: admin/core/core.php:1806 admin/core/core.php:1807 admin/core/core.php:1808
|
2721 |
#, php-format
|
2722 |
msgid ""
|
2723 |
"<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
|
2724 |
"\">Whats New in BPS Pro %1$s</a>"
|
2725 |
msgstr ""
|
2726 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2727 |
#: admin/db-backup-security/db-backup-functions.php:29
|
2728 |
msgid "Error: Unable to rename the DB Backup folder."
|
2729 |
msgstr ""
|
2774 |
"importing it to a new site with phpMyAdmin."
|
2775 |
msgstr ""
|
2776 |
|
2777 |
+
#: admin/db-backup-security/db-backup-help-text.php:9
|
2778 |
+
msgid "DB Backup Job Completion Time Estimates: "
|
2779 |
+
msgstr ""
|
2780 |
+
|
2781 |
+
#: admin/db-backup-security/db-backup-help-text.php:9
|
2782 |
+
msgid "DB Size before zip: 10MB: 3 Seconds - 100MB: 30 Seconds"
|
2783 |
+
msgstr ""
|
2784 |
+
|
2785 |
#: admin/db-backup-security/db-backup-help-text.php:9
|
2786 |
msgid ""
|
2787 |
"How To Create a Backup Job, Run a Backup Job, Download a Backup File and "
|
2790 |
|
2791 |
#: admin/db-backup-security/db-backup-help-text.php:9
|
2792 |
#: admin/db-backup-security/db-backup-help-text.php:12
|
2793 |
+
#: admin/login/lsm-help-text.php:10 admin/security-log/security-log.php:255
|
2794 |
msgid "NOTE: "
|
2795 |
msgstr ""
|
2796 |
|
3008 |
msgstr ""
|
3009 |
|
3010 |
#: admin/db-backup-security/db-backup-help-text.php:9
|
3011 |
+
#: admin/db-backup-security/db-backup-security.php:680
|
3012 |
msgid "Rename|Create|Reset Tool"
|
3013 |
msgstr ""
|
3014 |
|
3194 |
msgstr ""
|
3195 |
|
3196 |
#: admin/db-backup-security/db-backup-help-text.php:12
|
3197 |
+
#: admin/login/lsm-help-text.php:10 admin/security-log/security-log.php:255
|
3198 |
msgid ""
|
3199 |
"Email Alerting and Log file options are located in S-Monitor in BPS Pro "
|
3200 |
"instead of being on the Login Security page, Security Log & DB Backup Log "
|
3240 |
msgstr ""
|
3241 |
|
3242 |
#: admin/db-backup-security/db-backup-help-text.php:12
|
3243 |
+
#: admin/security-log/security-log.php:255
|
3244 |
msgid "Delete Log Button"
|
3245 |
msgstr ""
|
3246 |
|
3370 |
msgstr ""
|
3371 |
|
3372 |
#: admin/db-backup-security/db-backup-security.php:259
|
3373 |
+
#: admin/db-backup-security/db-backup-security.php:276
|
3374 |
+
#: admin/db-backup-security/db-backup-security.php:278
|
3375 |
+
#: admin/includes/admin.php:249
|
3376 |
msgid "DB Backup"
|
3377 |
msgstr ""
|
3378 |
|
3379 |
#: admin/db-backup-security/db-backup-security.php:260
|
3380 |
+
#: admin/db-backup-security/db-backup-security.php:1140
|
3381 |
+
#: admin/db-backup-security/db-backup-security.php:1142
|
3382 |
msgid "DB Backup Log"
|
3383 |
msgstr ""
|
3384 |
|
3385 |
#: admin/db-backup-security/db-backup-security.php:261
|
3386 |
+
#: admin/db-backup-security/db-backup-security.php:1376
|
3387 |
+
#: admin/db-backup-security/db-backup-security.php:1378
|
3388 |
msgid "DB Table Prefix Changer"
|
3389 |
msgstr ""
|
3390 |
|
3391 |
+
#: admin/db-backup-security/db-backup-security.php:270
|
3392 |
msgid "DB Backup ~ "
|
3393 |
msgstr ""
|
3394 |
|
3395 |
+
#: admin/db-backup-security/db-backup-security.php:270
|
3396 |
msgid ""
|
3397 |
"Full & Partial DB Backups, Manual & Scheduled DB Backups, Email Zip Backups, "
|
3398 |
"Automatically Delete Old Backups"
|
3399 |
msgstr ""
|
3400 |
|
3401 |
+
#: admin/db-backup-security/db-backup-security.php:287
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3402 |
msgid "DB Backup & Security Guide"
|
3403 |
msgstr ""
|
3404 |
|
3405 |
+
#: admin/db-backup-security/db-backup-security.php:294
|
3406 |
msgid "Backup Jobs ~ Manual|Scheduled"
|
3407 |
msgstr ""
|
3408 |
|
3409 |
+
#: admin/db-backup-security/db-backup-security.php:319
|
3410 |
msgid "Description|Job Name"
|
3411 |
msgstr ""
|
3412 |
|
3413 |
+
#: admin/db-backup-security/db-backup-security.php:320
|
3414 |
+
#: admin/db-backup-security/db-backup-security.php:350
|
3415 |
+
#: admin/db-backup-security/db-backup-security.php:535
|
3416 |
+
#: admin/db-backup-security/db-backup-security.php:553
|
3417 |
+
#: admin/login/login.php:435 admin/login/login.php:464
|
3418 |
+
#: admin/login/login.php:536 admin/login/login.php:565
|
3419 |
msgid "Delete"
|
3420 |
msgstr ""
|
3421 |
|
3422 |
+
#: admin/db-backup-security/db-backup-security.php:321
|
3423 |
+
#: admin/db-backup-security/db-backup-security.php:351
|
3424 |
msgid "Run"
|
3425 |
msgstr ""
|
3426 |
|
3427 |
+
#: admin/db-backup-security/db-backup-security.php:322
|
3428 |
msgid "Job Type"
|
3429 |
msgstr ""
|
3430 |
|
3431 |
+
#: admin/db-backup-security/db-backup-security.php:323
|
3432 |
msgid "Frequency"
|
3433 |
msgstr ""
|
3434 |
|
3435 |
+
#: admin/db-backup-security/db-backup-security.php:324
|
3436 |
msgid "Last Backup"
|
3437 |
msgstr ""
|
3438 |
|
3439 |
+
#: admin/db-backup-security/db-backup-security.php:325
|
3440 |
msgid "Next Backup"
|
3441 |
msgstr ""
|
3442 |
|
3443 |
+
#: admin/db-backup-security/db-backup-security.php:326
|
3444 |
msgid "Email Backup"
|
3445 |
msgstr ""
|
3446 |
|
3447 |
+
#: admin/db-backup-security/db-backup-security.php:327
|
3448 |
msgid "Job Created"
|
3449 |
msgstr ""
|
3450 |
|
3451 |
+
#: admin/db-backup-security/db-backup-security.php:334
|
3452 |
msgid "No Backup Jobs have been created yet."
|
3453 |
msgstr ""
|
3454 |
|
3455 |
+
#: admin/db-backup-security/db-backup-security.php:369
|
3456 |
msgid "Yes & Delete"
|
3457 |
msgstr ""
|
3458 |
|
3459 |
+
#: admin/db-backup-security/db-backup-security.php:371
|
3460 |
msgid "Send Email Only"
|
3461 |
msgstr ""
|
3462 |
|
3463 |
+
#: admin/db-backup-security/db-backup-security.php:430
|
3464 |
msgid "Run Job|Delete Job"
|
3465 |
msgstr ""
|
3466 |
|
3467 |
+
#: admin/db-backup-security/db-backup-security.php:462
|
3468 |
+
#: admin/db-backup-security/db-backup-security.php:496
|
3469 |
msgid "Backup Job: "
|
3470 |
msgstr ""
|
3471 |
|
3472 |
+
#: admin/db-backup-security/db-backup-security.php:462
|
3473 |
+
#: admin/db-backup-security/db-backup-security.php:645
|
3474 |
msgid " has been deleted successfully."
|
3475 |
msgstr ""
|
3476 |
|
3477 |
+
#: admin/db-backup-security/db-backup-security.php:496
|
3478 |
msgid " has completed."
|
3479 |
msgstr ""
|
3480 |
|
3481 |
+
#: admin/db-backup-security/db-backup-security.php:496
|
3482 |
msgid ""
|
3483 |
"Your DB Backup Log contains the Backup Job Completion Time, Total Memory "
|
3484 |
"Used and other information about this Backup."
|
3485 |
msgstr ""
|
3486 |
|
3487 |
+
#: admin/db-backup-security/db-backup-security.php:496
|
3488 |
msgid ""
|
3489 |
"Click the Refresh Status button below to refresh the DB Backup Timestamp."
|
3490 |
msgstr ""
|
3491 |
|
3492 |
+
#: admin/db-backup-security/db-backup-security.php:513
|
3493 |
msgid "Backup Files ~ Download|Delete"
|
3494 |
msgstr ""
|
3495 |
|
3496 |
+
#: admin/db-backup-security/db-backup-security.php:534
|
3497 |
msgid "Backup Filename"
|
3498 |
msgstr ""
|
3499 |
|
3500 |
+
#: admin/db-backup-security/db-backup-security.php:536
|
3501 |
+
#: admin/db-backup-security/db-backup-security.php:554
|
3502 |
msgid "Download"
|
3503 |
msgstr ""
|
3504 |
|
3505 |
+
#: admin/db-backup-security/db-backup-security.php:537
|
3506 |
msgid "Backup Folder"
|
3507 |
msgstr ""
|
3508 |
|
3509 |
+
#: admin/db-backup-security/db-backup-security.php:538
|
3510 |
msgid "Size"
|
3511 |
msgstr ""
|
3512 |
|
3513 |
+
#: admin/db-backup-security/db-backup-security.php:539
|
3514 |
msgid "Date|Time"
|
3515 |
msgstr ""
|
3516 |
|
3517 |
+
#: admin/db-backup-security/db-backup-security.php:569
|
3518 |
msgid "No Backup Jobs have been Run yet. No Files in Backup."
|
3519 |
msgstr ""
|
3520 |
|
3521 |
+
#: admin/db-backup-security/db-backup-security.php:585
|
3522 |
msgid "Click OK to Delete Backup File(s) or click Cancel"
|
3523 |
msgstr ""
|
3524 |
|
3525 |
+
#: admin/db-backup-security/db-backup-security.php:622
|
3526 |
msgid "Delete Files"
|
3527 |
msgstr ""
|
3528 |
|
3529 |
+
#: admin/db-backup-security/db-backup-security.php:645
|
3530 |
msgid "Backup File: "
|
3531 |
msgstr ""
|
3532 |
|
3533 |
+
#: admin/db-backup-security/db-backup-security.php:659
|
3534 |
msgid "Create Backup Jobs"
|
3535 |
msgstr ""
|
3536 |
|
3537 |
+
#: admin/db-backup-security/db-backup-security.php:678
|
3538 |
msgid "Database Tables "
|
3539 |
msgstr ""
|
3540 |
|
3541 |
+
#: admin/db-backup-security/db-backup-security.php:679
|
3542 |
msgid "Backup Job Settings|Independent Options"
|
3543 |
msgstr ""
|
3544 |
|
3545 |
+
#: admin/db-backup-security/db-backup-security.php:692
|
3546 |
msgid "All"
|
3547 |
msgstr ""
|
3548 |
|
3549 |
+
#: admin/db-backup-security/db-backup-security.php:693
|
3550 |
+
#: admin/db-backup-security/db-backup-security.php:1589
|
3551 |
msgid "DB Table Name"
|
3552 |
msgstr ""
|
3553 |
|
3554 |
+
#: admin/db-backup-security/db-backup-security.php:720
|
3555 |
msgid "Description|Backup Job Name:"
|
3556 |
msgstr ""
|
3557 |
|
3558 |
+
#: admin/db-backup-security/db-backup-security.php:724
|
3559 |
msgid "DB Backup Folder Location:"
|
3560 |
msgstr ""
|
3561 |
|
3562 |
+
#: admin/db-backup-security/db-backup-security.php:725
|
3563 |
msgid "Recommended: Use The Default Obfuscated & Secure BPS Backup Folder"
|
3564 |
msgstr ""
|
3565 |
|
3566 |
+
#: admin/db-backup-security/db-backup-security.php:728
|
3567 |
msgid "DB Backup File Download Link|URL:"
|
3568 |
msgstr ""
|
3569 |
|
3570 |
+
#: admin/db-backup-security/db-backup-security.php:729
|
3571 |
msgid ""
|
3572 |
"Note: If you see 404 errors when trying to download zip files or if you have"
|
3573 |
msgstr ""
|
3574 |
|
3575 |
+
#: admin/db-backup-security/db-backup-security.php:730
|
3576 |
msgid ""
|
3577 |
"changed the DB Backup Folder Location above, click the Read Me help button."
|
3578 |
msgstr ""
|
3579 |
|
3580 |
+
#: admin/db-backup-security/db-backup-security.php:734
|
3581 |
msgid "Backup Job Type: Manual or Scheduled"
|
3582 |
msgstr ""
|
3583 |
|
3584 |
+
#: admin/db-backup-security/db-backup-security.php:736
|
3585 |
msgid "Manual DB Backup Job"
|
3586 |
msgstr ""
|
3587 |
|
3588 |
+
#: admin/db-backup-security/db-backup-security.php:737
|
3589 |
msgid "Scheduled DB Backup Job"
|
3590 |
msgstr ""
|
3591 |
|
3592 |
+
#: admin/db-backup-security/db-backup-security.php:740
|
3593 |
msgid "Frequency of Scheduled Backup Job (recurring)"
|
3594 |
msgstr ""
|
3595 |
|
3596 |
+
#: admin/db-backup-security/db-backup-security.php:742
|
3597 |
+
#: admin/db-backup-security/db-backup-security.php:751
|
3598 |
+
#: admin/db-backup-security/db-backup-security.php:780
|
3599 |
+
#: admin/db-backup-security/db-backup-security.php:792
|
3600 |
msgid "N/A"
|
3601 |
msgstr ""
|
3602 |
|
3603 |
+
#: admin/db-backup-security/db-backup-security.php:743
|
3604 |
msgid "Hourly Scheduled DB Backup Job"
|
3605 |
msgstr ""
|
3606 |
|
3607 |
+
#: admin/db-backup-security/db-backup-security.php:744
|
3608 |
msgid "Daily Scheduled DB Backup Job"
|
3609 |
msgstr ""
|
3610 |
|
3611 |
+
#: admin/db-backup-security/db-backup-security.php:745
|
3612 |
msgid "Weekly Scheduled DB Backup Job"
|
3613 |
msgstr ""
|
3614 |
|
3615 |
+
#: admin/db-backup-security/db-backup-security.php:746
|
3616 |
msgid "Monthly Scheduled DB Backup Job"
|
3617 |
msgstr ""
|
3618 |
|
3619 |
+
#: admin/db-backup-security/db-backup-security.php:749
|
3620 |
msgid "Hour When Scheduled Backup is Run (recurring)"
|
3621 |
msgstr ""
|
3622 |
|
3623 |
+
#: admin/db-backup-security/db-backup-security.php:752
|
3624 |
msgid "12AM"
|
3625 |
msgstr ""
|
3626 |
|
3627 |
+
#: admin/db-backup-security/db-backup-security.php:753
|
3628 |
msgid "1AM"
|
3629 |
msgstr ""
|
3630 |
|
3631 |
+
#: admin/db-backup-security/db-backup-security.php:754
|
3632 |
msgid "2AM"
|
3633 |
msgstr ""
|
3634 |
|
3635 |
+
#: admin/db-backup-security/db-backup-security.php:755
|
3636 |
msgid "3AM"
|
3637 |
msgstr ""
|
3638 |
|
3639 |
+
#: admin/db-backup-security/db-backup-security.php:756
|
3640 |
msgid "4AM"
|
3641 |
msgstr ""
|
3642 |
|
3643 |
+
#: admin/db-backup-security/db-backup-security.php:757
|
3644 |
msgid "5AM"
|
3645 |
msgstr ""
|
3646 |
|
3647 |
+
#: admin/db-backup-security/db-backup-security.php:758
|
3648 |
msgid "6AM"
|
3649 |
msgstr ""
|
3650 |
|
3651 |
+
#: admin/db-backup-security/db-backup-security.php:759
|
3652 |
msgid "7AM"
|
3653 |
msgstr ""
|
3654 |
|
3655 |
+
#: admin/db-backup-security/db-backup-security.php:760
|
3656 |
msgid "8AM"
|
3657 |
msgstr ""
|
3658 |
|
3659 |
+
#: admin/db-backup-security/db-backup-security.php:761
|
3660 |
msgid "9AM"
|
3661 |
msgstr ""
|
3662 |
|
3663 |
+
#: admin/db-backup-security/db-backup-security.php:762
|
3664 |
msgid "10AM"
|
3665 |
msgstr ""
|
3666 |
|
3667 |
+
#: admin/db-backup-security/db-backup-security.php:763
|
3668 |
msgid "11AM"
|
3669 |
msgstr ""
|
3670 |
|
3671 |
+
#: admin/db-backup-security/db-backup-security.php:764
|
3672 |
msgid "12PM"
|
3673 |
msgstr ""
|
3674 |
|
3675 |
+
#: admin/db-backup-security/db-backup-security.php:765
|
3676 |
msgid "1PM"
|
3677 |
msgstr ""
|
3678 |
|
3679 |
+
#: admin/db-backup-security/db-backup-security.php:766
|
3680 |
msgid "2PM"
|
3681 |
msgstr ""
|
3682 |
|
3683 |
+
#: admin/db-backup-security/db-backup-security.php:767
|
3684 |
msgid "3PM"
|
3685 |
msgstr ""
|
3686 |
|
3687 |
+
#: admin/db-backup-security/db-backup-security.php:768
|
3688 |
msgid "4PM"
|
3689 |
msgstr ""
|
3690 |
|
3691 |
+
#: admin/db-backup-security/db-backup-security.php:769
|
3692 |
msgid "5PM"
|
3693 |
msgstr ""
|
3694 |
|
3695 |
+
#: admin/db-backup-security/db-backup-security.php:770
|
3696 |
msgid "6PM"
|
3697 |
msgstr ""
|
3698 |
|
3699 |
+
#: admin/db-backup-security/db-backup-security.php:771
|
3700 |
msgid "7PM"
|
3701 |
msgstr ""
|
3702 |
|
3703 |
+
#: admin/db-backup-security/db-backup-security.php:772
|
3704 |
msgid "8PM"
|
3705 |
msgstr ""
|
3706 |
|
3707 |
+
#: admin/db-backup-security/db-backup-security.php:773
|
3708 |
msgid "9PM"
|
3709 |
msgstr ""
|
3710 |
|
3711 |
+
#: admin/db-backup-security/db-backup-security.php:774
|
3712 |
msgid "10PM"
|
3713 |
msgstr ""
|
3714 |
|
3715 |
+
#: admin/db-backup-security/db-backup-security.php:775
|
3716 |
msgid "11PM"
|
3717 |
msgstr ""
|
3718 |
|
3719 |
+
#: admin/db-backup-security/db-backup-security.php:778
|
3720 |
msgid "Day of Week When Scheduled Backup is Run (recurring)"
|
3721 |
msgstr ""
|
3722 |
|
3723 |
+
#: admin/db-backup-security/db-backup-security.php:781
|
3724 |
msgid "Sunday"
|
3725 |
msgstr ""
|
3726 |
|
3727 |
+
#: admin/db-backup-security/db-backup-security.php:782
|
3728 |
msgid "Monday"
|
3729 |
msgstr ""
|
3730 |
|
3731 |
+
#: admin/db-backup-security/db-backup-security.php:783
|
3732 |
msgid "Tuesday"
|
3733 |
msgstr ""
|
3734 |
|
3735 |
+
#: admin/db-backup-security/db-backup-security.php:784
|
3736 |
msgid "Wednesday"
|
3737 |
msgstr ""
|
3738 |
|
3739 |
+
#: admin/db-backup-security/db-backup-security.php:785
|
3740 |
msgid "Thursday"
|
3741 |
msgstr ""
|
3742 |
|
3743 |
+
#: admin/db-backup-security/db-backup-security.php:786
|
3744 |
msgid "Friday"
|
3745 |
msgstr ""
|
3746 |
|
3747 |
+
#: admin/db-backup-security/db-backup-security.php:787
|
3748 |
msgid "Saturday"
|
3749 |
msgstr ""
|
3750 |
|
3751 |
+
#: admin/db-backup-security/db-backup-security.php:790
|
3752 |
msgid "Day of Month When Scheduled Backup is Run (recurring)"
|
3753 |
msgstr ""
|
3754 |
|
3755 |
+
#: admin/db-backup-security/db-backup-security.php:793
|
3756 |
msgid "1st"
|
3757 |
msgstr ""
|
3758 |
|
3759 |
+
#: admin/db-backup-security/db-backup-security.php:794
|
3760 |
msgid "2nd"
|
3761 |
msgstr ""
|
3762 |
|
3763 |
+
#: admin/db-backup-security/db-backup-security.php:795
|
3764 |
msgid "3rd"
|
3765 |
msgstr ""
|
3766 |
|
3767 |
+
#: admin/db-backup-security/db-backup-security.php:796
|
3768 |
msgid "4th"
|
3769 |
msgstr ""
|
3770 |
|
3771 |
+
#: admin/db-backup-security/db-backup-security.php:797
|
3772 |
msgid "5th"
|
3773 |
msgstr ""
|
3774 |
|
3775 |
+
#: admin/db-backup-security/db-backup-security.php:798
|
3776 |
msgid "6th"
|
3777 |
msgstr ""
|
3778 |
|
3779 |
+
#: admin/db-backup-security/db-backup-security.php:799
|
3780 |
msgid "7th"
|
3781 |
msgstr ""
|
3782 |
|
3783 |
+
#: admin/db-backup-security/db-backup-security.php:800
|
3784 |
msgid "8th"
|
3785 |
msgstr ""
|
3786 |
|
3787 |
+
#: admin/db-backup-security/db-backup-security.php:801
|
3788 |
msgid "9th"
|
3789 |
msgstr ""
|
3790 |
|
3791 |
+
#: admin/db-backup-security/db-backup-security.php:802
|
3792 |
msgid "10th"
|
3793 |
msgstr ""
|
3794 |
|
3795 |
+
#: admin/db-backup-security/db-backup-security.php:803
|
3796 |
msgid "11th"
|
3797 |
msgstr ""
|
3798 |
|
3799 |
+
#: admin/db-backup-security/db-backup-security.php:804
|
3800 |
msgid "12th"
|
3801 |
msgstr ""
|
3802 |
|
3803 |
+
#: admin/db-backup-security/db-backup-security.php:805
|
3804 |
msgid "13th"
|
3805 |
msgstr ""
|
3806 |
|
3807 |
+
#: admin/db-backup-security/db-backup-security.php:806
|
3808 |
msgid "14th"
|
3809 |
msgstr ""
|
3810 |
|
3811 |
+
#: admin/db-backup-security/db-backup-security.php:807
|
3812 |
msgid "15th"
|
3813 |
msgstr ""
|
3814 |
|
3815 |
+
#: admin/db-backup-security/db-backup-security.php:808
|
3816 |
msgid "16th"
|
3817 |
msgstr ""
|
3818 |
|
3819 |
+
#: admin/db-backup-security/db-backup-security.php:809
|
3820 |
msgid "17th"
|
3821 |
msgstr ""
|
3822 |
|
3823 |
+
#: admin/db-backup-security/db-backup-security.php:810
|
3824 |
msgid "18th"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
+
#: admin/db-backup-security/db-backup-security.php:811
|
3828 |
msgid "19th"
|
3829 |
msgstr ""
|
3830 |
|
3831 |
+
#: admin/db-backup-security/db-backup-security.php:812
|
3832 |
msgid "20th"
|
3833 |
msgstr ""
|
3834 |
|
3835 |
+
#: admin/db-backup-security/db-backup-security.php:813
|
3836 |
msgid "21st"
|
3837 |
msgstr ""
|
3838 |
|
3839 |
+
#: admin/db-backup-security/db-backup-security.php:814
|
3840 |
msgid "22nd"
|
3841 |
msgstr ""
|
3842 |
|
3843 |
+
#: admin/db-backup-security/db-backup-security.php:815
|
3844 |
msgid "23rd"
|
3845 |
msgstr ""
|
3846 |
|
3847 |
+
#: admin/db-backup-security/db-backup-security.php:816
|
3848 |
msgid "24th"
|
3849 |
msgstr ""
|
3850 |
|
3851 |
+
#: admin/db-backup-security/db-backup-security.php:817
|
3852 |
msgid "25th"
|
3853 |
msgstr ""
|
3854 |
|
3855 |
+
#: admin/db-backup-security/db-backup-security.php:818
|
3856 |
msgid "26th"
|
3857 |
msgstr ""
|
3858 |
|
3859 |
+
#: admin/db-backup-security/db-backup-security.php:819
|
3860 |
msgid "27th"
|
3861 |
msgstr ""
|
3862 |
|
3863 |
+
#: admin/db-backup-security/db-backup-security.php:820
|
3864 |
msgid "28th"
|
3865 |
msgstr ""
|
3866 |
|
3867 |
+
#: admin/db-backup-security/db-backup-security.php:821
|
3868 |
msgid "29th"
|
3869 |
msgstr ""
|
3870 |
|
3871 |
+
#: admin/db-backup-security/db-backup-security.php:822
|
3872 |
msgid "30th"
|
3873 |
msgstr ""
|
3874 |
|
3875 |
+
#: admin/db-backup-security/db-backup-security.php:825
|
3876 |
msgid "Send Scheduled Backup Zip File Via Email or Just Email Only:"
|
3877 |
msgstr ""
|
3878 |
|
3879 |
+
#: admin/db-backup-security/db-backup-security.php:826
|
3880 |
msgid ""
|
3881 |
"Note: Check with your email provider for the maximum<br>file attachment size "
|
3882 |
"limit that is allowed by your Mail Server"
|
3883 |
msgstr ""
|
3884 |
|
3885 |
+
#: admin/db-backup-security/db-backup-security.php:828
|
3886 |
msgid "Do Not Email Zip Backup File"
|
3887 |
msgstr ""
|
3888 |
|
3889 |
+
#: admin/db-backup-security/db-backup-security.php:829
|
3890 |
msgid "Email & Delete Zip Backup File"
|
3891 |
msgstr ""
|
3892 |
|
3893 |
+
#: admin/db-backup-security/db-backup-security.php:830
|
3894 |
msgid "Email Zip Backup File"
|
3895 |
msgstr ""
|
3896 |
|
3897 |
+
#: admin/db-backup-security/db-backup-security.php:831
|
3898 |
msgid "Send Email Only & Not Zip Backup File"
|
3899 |
msgstr ""
|
3900 |
|
3901 |
+
#: admin/db-backup-security/db-backup-security.php:834
|
3902 |
msgid "Automatically Delete Old Backup Files:"
|
3903 |
msgstr ""
|
3904 |
|
3905 |
+
#: admin/db-backup-security/db-backup-security.php:835
|
3906 |
+
#: admin/db-backup-security/db-backup-security.php:849
|
3907 |
msgid "Independent Option:"
|
3908 |
msgstr ""
|
3909 |
|
3910 |
+
#: admin/db-backup-security/db-backup-security.php:837
|
3911 |
msgid "Never Delete Old Backup Files"
|
3912 |
msgstr ""
|
3913 |
|
3914 |
+
#: admin/db-backup-security/db-backup-security.php:838
|
3915 |
msgid "Delete Backup Files Older Than 1 Day"
|
3916 |
msgstr ""
|
3917 |
|
3918 |
+
#: admin/db-backup-security/db-backup-security.php:839
|
3919 |
msgid "Delete Backup Files Older Than 5 Days"
|
3920 |
msgstr ""
|
3921 |
|
3922 |
+
#: admin/db-backup-security/db-backup-security.php:840
|
3923 |
msgid "Delete Backup Files Older Than 10 Days"
|
3924 |
msgstr ""
|
3925 |
|
3926 |
+
#: admin/db-backup-security/db-backup-security.php:841
|
3927 |
msgid "Delete Backup Files Older Than 15 Days"
|
3928 |
msgstr ""
|
3929 |
|
3930 |
+
#: admin/db-backup-security/db-backup-security.php:842
|
3931 |
msgid "Delete Backup Files Older Than 30 Days"
|
3932 |
msgstr ""
|
3933 |
|
3934 |
+
#: admin/db-backup-security/db-backup-security.php:843
|
3935 |
msgid "Delete Backup Files Older Than 60 Days"
|
3936 |
msgstr ""
|
3937 |
|
3938 |
+
#: admin/db-backup-security/db-backup-security.php:844
|
3939 |
msgid "Delete Backup Files Older Than 90 Days"
|
3940 |
msgstr ""
|
3941 |
|
3942 |
+
#: admin/db-backup-security/db-backup-security.php:845
|
3943 |
msgid "Delete Backup Files Older Than 180 Days"
|
3944 |
msgstr ""
|
3945 |
|
3946 |
+
#: admin/db-backup-security/db-backup-security.php:848
|
3947 |
msgid "Turn On|Off All Scheduled Backups (Override):"
|
3948 |
msgstr ""
|
3949 |
|
3950 |
+
#: admin/db-backup-security/db-backup-security.php:851
|
3951 |
msgid "All Scheduled Backups On"
|
3952 |
msgstr ""
|
3953 |
|
3954 |
+
#: admin/db-backup-security/db-backup-security.php:852
|
3955 |
msgid "All Scheduled Backups Off"
|
3956 |
msgstr ""
|
3957 |
|
3958 |
+
#: admin/db-backup-security/db-backup-security.php:855
|
3959 |
msgid "Create Backup Job|Save Settings"
|
3960 |
msgstr ""
|
3961 |
|
3962 |
+
#: admin/db-backup-security/db-backup-security.php:855
|
3963 |
msgid "Click OK to Create this Backup Job or click Cancel"
|
3964 |
msgstr ""
|
3965 |
|
3966 |
+
#: admin/db-backup-security/db-backup-security.php:874
|
3967 |
msgid "Rename|Create|Reset DB Backup Folder Name:"
|
3968 |
msgstr ""
|
3969 |
|
3970 |
+
#: admin/db-backup-security/db-backup-security.php:875
|
3971 |
msgid "Randomly Generated New DB Backup Folder Name."
|
3972 |
msgstr ""
|
3973 |
|
3974 |
+
#: admin/db-backup-security/db-backup-security.php:876
|
3975 |
msgid "Valid Folder Naming Characters: a-z A-Z 0-9 - _"
|
3976 |
msgstr ""
|
3977 |
|
3978 |
+
#: admin/db-backup-security/db-backup-security.php:879
|
3979 |
msgid ""
|
3980 |
"The Rename|Create|Reset Tool renames the DB Backup folder if it already "
|
3981 |
"exists or creates a new DB Backup folder if it does not already exist.\\n"
|
3987 |
"OK to proceed or click Cancel"
|
3988 |
msgstr ""
|
3989 |
|
3990 |
+
#: admin/db-backup-security/db-backup-security.php:998
|
3991 |
msgid ""
|
3992 |
"Error: You did not select any DB Tables to backup. Backup Job was not "
|
3993 |
"created."
|
3994 |
msgstr ""
|
3995 |
|
3996 |
+
#: admin/db-backup-security/db-backup-security.php:1104
|
3997 |
msgid "Backup Job "
|
3998 |
msgstr ""
|
3999 |
|
4000 |
+
#: admin/db-backup-security/db-backup-security.php:1104
|
4001 |
msgid " Created Successfully."
|
4002 |
msgstr ""
|
4003 |
|
4004 |
+
#: admin/db-backup-security/db-backup-security.php:1106
|
4005 |
msgid "Backup Job Settings Logged successfully in the DB Backup Log"
|
4006 |
msgstr ""
|
4007 |
|
4008 |
+
#: admin/db-backup-security/db-backup-security.php:1134
|
4009 |
msgid "DB Backup Log ~ "
|
4010 |
msgstr ""
|
4011 |
|
4012 |
+
#: admin/db-backup-security/db-backup-security.php:1134
|
4013 |
msgid ""
|
4014 |
"Logs Backup Job Settings, Completion Time, Memory Usage, Zip Backup File "
|
4015 |
"Name, Timestamp..."
|
4016 |
msgstr ""
|
4017 |
|
4018 |
+
#: admin/db-backup-security/db-backup-security.php:1156
|
4019 |
+
#: admin/db-backup-security/db-backup-security.php:1159
|
4020 |
msgid "DB Backup Log File Size: "
|
4021 |
msgstr ""
|
4022 |
|
4023 |
+
#: admin/db-backup-security/db-backup-security.php:1159
|
4024 |
msgid "The Email Logging options will only send log files up to 2MB in size."
|
4025 |
msgstr ""
|
4026 |
|
4027 |
+
#: admin/db-backup-security/db-backup-security.php:1159
|
4028 |
msgid ""
|
4029 |
"Copy and paste the DB Backup Log file contents into a Notepad text file on "
|
4030 |
"your computer and save it."
|
4031 |
msgstr ""
|
4032 |
|
4033 |
+
#: admin/db-backup-security/db-backup-security.php:1159
|
4034 |
msgid ""
|
4035 |
"Then click the Delete Log button to delete the contents of this Log file."
|
4036 |
msgstr ""
|
4037 |
|
4038 |
+
#: admin/db-backup-security/db-backup-security.php:1174
|
4039 |
msgid "DB Backup Log Last Modified Time: "
|
4040 |
msgstr ""
|
4041 |
|
4042 |
+
#: admin/db-backup-security/db-backup-security.php:1190
|
4043 |
+
#: admin/login/login.php:302 admin/security-log/security-log.php:453
|
4044 |
msgid "Send Email Alerts & Log Files To:"
|
4045 |
msgstr ""
|
4046 |
|
4047 |
+
#: admin/db-backup-security/db-backup-security.php:1194
|
4048 |
+
#: admin/login/login.php:306 admin/security-log/security-log.php:457
|
4049 |
msgid "Send Email Alerts & Log Files From:"
|
4050 |
msgstr ""
|
4051 |
|
4052 |
+
#: admin/db-backup-security/db-backup-security.php:1198
|
4053 |
+
#: admin/login/login.php:310 admin/security-log/security-log.php:461
|
4054 |
msgid "Send Email Alerts & Log Files Cc:"
|
4055 |
msgstr ""
|
4056 |
|
4057 |
+
#: admin/db-backup-security/db-backup-security.php:1202
|
4058 |
+
#: admin/login/login.php:314 admin/security-log/security-log.php:465
|
4059 |
msgid "Send Email Alerts & Log Files Bcc:"
|
4060 |
msgstr ""
|
4061 |
|
4062 |
+
#: admin/db-backup-security/db-backup-security.php:1210
|
4063 |
+
#: admin/login/login.php:322 admin/security-log/security-log.php:473
|
4064 |
msgid "Login Security: Send Login Security Email Alert When..."
|
4065 |
msgstr ""
|
4066 |
|
4067 |
+
#: admin/db-backup-security/db-backup-security.php:1212
|
4068 |
+
#: admin/login/login.php:324 admin/security-log/security-log.php:475
|
4069 |
msgid "A User Account Is Locked Out"
|
4070 |
msgstr ""
|
4071 |
|
4072 |
+
#: admin/db-backup-security/db-backup-security.php:1213
|
4073 |
+
#: admin/login/login.php:325 admin/security-log/security-log.php:476
|
4074 |
msgid "An Administrator Logs In"
|
4075 |
msgstr ""
|
4076 |
|
4077 |
+
#: admin/db-backup-security/db-backup-security.php:1214
|
4078 |
+
#: admin/login/login.php:326 admin/security-log/security-log.php:477
|
4079 |
msgid "An Administrator Logs In & A User Account is Locked Out"
|
4080 |
msgstr ""
|
4081 |
|
4082 |
+
#: admin/db-backup-security/db-backup-security.php:1215
|
4083 |
+
#: admin/login/login.php:327 admin/security-log/security-log.php:478
|
4084 |
msgid "Any User Logs In & A User Account is Locked Out"
|
4085 |
msgstr ""
|
4086 |
|
4087 |
+
#: admin/db-backup-security/db-backup-security.php:1216
|
4088 |
+
#: admin/login/login.php:328 admin/security-log/security-log.php:479
|
4089 |
msgid "Do Not Send Email Alerts"
|
4090 |
msgstr ""
|
4091 |
|
4092 |
+
#: admin/db-backup-security/db-backup-security.php:1220
|
4093 |
+
#: admin/login/login.php:332 admin/security-log/security-log.php:483
|
4094 |
msgid "Security Log: Email|Delete Security Log File When..."
|
4095 |
msgstr ""
|
4096 |
|
4097 |
+
#: admin/db-backup-security/db-backup-security.php:1222
|
4098 |
+
#: admin/db-backup-security/db-backup-security.php:1234
|
4099 |
+
#: admin/login/login.php:334 admin/login/login.php:346
|
4100 |
+
#: admin/security-log/security-log.php:485
|
4101 |
+
#: admin/security-log/security-log.php:497
|
4102 |
msgid "500KB"
|
4103 |
msgstr ""
|
4104 |
|
4105 |
+
#: admin/db-backup-security/db-backup-security.php:1223
|
4106 |
+
#: admin/db-backup-security/db-backup-security.php:1235
|
4107 |
+
#: admin/login/login.php:335 admin/login/login.php:347
|
4108 |
+
#: admin/security-log/security-log.php:486
|
4109 |
+
#: admin/security-log/security-log.php:498
|
4110 |
msgid "256KB"
|
4111 |
msgstr ""
|
4112 |
|
4113 |
+
#: admin/db-backup-security/db-backup-security.php:1224
|
4114 |
+
#: admin/db-backup-security/db-backup-security.php:1236
|
4115 |
+
#: admin/login/login.php:336 admin/login/login.php:348
|
4116 |
+
#: admin/security-log/security-log.php:487
|
4117 |
+
#: admin/security-log/security-log.php:499
|
4118 |
msgid "1MB"
|
4119 |
msgstr ""
|
4120 |
|
4121 |
+
#: admin/db-backup-security/db-backup-security.php:1227
|
4122 |
+
#: admin/db-backup-security/db-backup-security.php:1239
|
4123 |
+
#: admin/login/login.php:339 admin/login/login.php:351
|
4124 |
+
#: admin/security-log/security-log.php:490
|
4125 |
+
#: admin/security-log/security-log.php:502
|
4126 |
msgid "Email Log & Then Delete Log File"
|
4127 |
msgstr ""
|
4128 |
|
4129 |
+
#: admin/db-backup-security/db-backup-security.php:1228
|
4130 |
+
#: admin/db-backup-security/db-backup-security.php:1240
|
4131 |
+
#: admin/login/login.php:340 admin/login/login.php:352
|
4132 |
+
#: admin/security-log/security-log.php:491
|
4133 |
+
#: admin/security-log/security-log.php:503
|
4134 |
msgid "Delete Log File"
|
4135 |
msgstr ""
|
4136 |
|
4137 |
+
#: admin/db-backup-security/db-backup-security.php:1232
|
4138 |
+
#: admin/login/login.php:344 admin/security-log/security-log.php:495
|
4139 |
msgid "DB Backup Log: Email|Delete DB Backup Log File When..."
|
4140 |
msgstr ""
|
4141 |
|
4142 |
+
#: admin/db-backup-security/db-backup-security.php:1265
|
4143 |
msgid ""
|
4144 |
"Success! Your DB Backup Log file has been deleted and replaced with a new "
|
4145 |
"blank DB Backup Log file."
|
4146 |
msgstr ""
|
4147 |
|
4148 |
+
#: admin/db-backup-security/db-backup-security.php:1275
|
4149 |
msgid "Clicking OK will delete the contents of your DB Backup Log file."
|
4150 |
msgstr ""
|
4151 |
|
4152 |
+
#: admin/db-backup-security/db-backup-security.php:1275
|
4153 |
+
#: admin/security-log/security-log.php:584
|
4154 |
msgid "Click OK to Delete the Log file contents or click Cancel."
|
4155 |
msgstr ""
|
4156 |
|
4157 |
+
#: admin/db-backup-security/db-backup-security.php:1295
|
4158 |
msgid ""
|
4159 |
"The DB Backup Log File Was Not Found! Check that the file really exists here "
|
4160 |
"- /"
|
4161 |
msgstr ""
|
4162 |
|
4163 |
+
#: admin/db-backup-security/db-backup-security.php:1295
|
4164 |
msgid "/bps-backup/logs/db_backup_log.txt and is named correctly."
|
4165 |
msgstr ""
|
4166 |
|
4167 |
+
#: admin/db-backup-security/db-backup-security.php:1314
|
4168 |
msgid ""
|
4169 |
"File Open and Write test successful! Your DB Backup Log file is writable."
|
4170 |
msgstr ""
|
4171 |
|
4172 |
+
#: admin/db-backup-security/db-backup-security.php:1326
|
4173 |
msgid "Success! Your DB Backup Log file has been updated."
|
4174 |
msgstr ""
|
4175 |
|
4176 |
+
#: admin/db-backup-security/db-backup-security.php:1370
|
4177 |
msgid "DB Table Prefix Changer ~ "
|
4178 |
msgstr ""
|
4179 |
|
4180 |
+
#: admin/db-backup-security/db-backup-security.php:1370
|
4181 |
msgid "Tools to change & check your WordPress Database Table Prefix"
|
4182 |
msgstr ""
|
4183 |
|
4184 |
+
#: admin/db-backup-security/db-backup-security.php:1386
|
4185 |
msgid "Your current WordPress Database Table Prefix is: "
|
4186 |
msgstr ""
|
4187 |
|
4188 |
+
#: admin/db-backup-security/db-backup-security.php:1386
|
4189 |
msgid "NOTES: "
|
4190 |
msgstr ""
|
4191 |
|
4192 |
+
#: admin/db-backup-security/db-backup-security.php:1386
|
4193 |
msgid ""
|
4194 |
"1. It is recommended that you backup your database before using this tool."
|
4195 |
msgstr ""
|
4196 |
|
4197 |
+
#: admin/db-backup-security/db-backup-security.php:1386
|
4198 |
msgid ""
|
4199 |
"2. If you want to create your own DB Table Prefix name or add additional "
|
4200 |
"characters to the randomly generated DB Table Prefix name below then ONLY "
|
4201 |
"use lowercase letters, numbers and underscores in your DB Table Prefix name."
|
4202 |
msgstr ""
|
4203 |
|
4204 |
+
#: admin/db-backup-security/db-backup-security.php:1386
|
4205 |
msgid ""
|
4206 |
"3. The maximum length limitation of a DB Table name, including the table "
|
4207 |
"prefix is 64 characters. See the DB Table Names & Character Length Table to "
|
4208 |
"the right."
|
4209 |
msgstr ""
|
4210 |
|
4211 |
+
#: admin/db-backup-security/db-backup-security.php:1386
|
4212 |
msgid ""
|
4213 |
"4. To change your DB Table Prefix name back to the WordPress default DB "
|
4214 |
"Table Prefix name, enter wp_ for the DB Table Prefix name."
|
4215 |
msgstr ""
|
4216 |
|
4217 |
+
#: admin/db-backup-security/db-backup-security.php:1400
|
4218 |
msgid ""
|
4219 |
"ERROR: The DB Table Prefix name can only contain numbers, lowercase letters, "
|
4220 |
"and underscores."
|
4221 |
msgstr ""
|
4222 |
|
4223 |
+
#: admin/db-backup-security/db-backup-security.php:1414
|
4224 |
msgid "A wp-config.php file was NOT found in your website root folder."
|
4225 |
msgstr ""
|
4226 |
|
4227 |
+
#: admin/db-backup-security/db-backup-security.php:1414
|
4228 |
msgid ""
|
4229 |
"Your DB Table Prefix was not changed. If you have moved your wp-config.php "
|
4230 |
"file to a another Server folder then you can use this tool to change your DB "
|
4232 |
"file back to the default location: your WordPress website root folder."
|
4233 |
msgstr ""
|
4234 |
|
4235 |
+
#: admin/db-backup-security/db-backup-security.php:1434
|
4236 |
msgid ""
|
4237 |
"Error: The wp-config.php file is not writable. Unable to write to the wp-"
|
4238 |
"config.php file."
|
4239 |
msgstr ""
|
4240 |
|
4241 |
+
#: admin/db-backup-security/db-backup-security.php:1434
|
4242 |
msgid ""
|
4243 |
"Your DB Table Prefix was not changed. You will need to make the wp-config."
|
4244 |
"php file writable first by changing either the file permissions or Ownership "
|
4246 |
"DB Table Prefix Changer tool to change your DB Table Prefix."
|
4247 |
msgstr ""
|
4248 |
|
4249 |
+
#: admin/db-backup-security/db-backup-security.php:1479
|
4250 |
msgid ""
|
4251 |
"DB Table Prefix Name change completed. Click the Load|Refresh Table button "
|
4252 |
"to load/refresh the DB Table Names & Character Length Table if you would "
|
4253 |
"like to check the new DB Table Prefix Name Changes."
|
4254 |
msgstr ""
|
4255 |
|
4256 |
+
#: admin/db-backup-security/db-backup-security.php:1486
|
4257 |
msgid ""
|
4258 |
"Click the Update Site User Roles button to complete the DB Table Prefix Name "
|
4259 |
"change."
|
4260 |
msgstr ""
|
4261 |
|
4262 |
+
#: admin/db-backup-security/db-backup-security.php:1512
|
4263 |
msgid "Randomly Generated DB Table Prefix"
|
4264 |
msgstr ""
|
4265 |
|
4266 |
+
#: admin/db-backup-security/db-backup-security.php:1549
|
4267 |
msgid ""
|
4268 |
"DB Table Prefix Name change completed. Click the Load|Refresh Table button "
|
4269 |
"to load/refresh the DB Table Names & Character Length Table if you would "
|
4272 |
"new DB Table names."
|
4273 |
msgstr ""
|
4274 |
|
4275 |
+
#: admin/db-backup-security/db-backup-security.php:1561
|
4276 |
msgid ""
|
4277 |
"This button must be clicked AFTER clicking the Change DB Table Prefix button "
|
4278 |
"above."
|
4279 |
msgstr ""
|
4280 |
|
4281 |
+
#: admin/db-backup-security/db-backup-security.php:1590
|
4282 |
msgid "Length"
|
4283 |
msgstr ""
|
4284 |
|
4285 |
+
#: admin/db-backup-security/db-backup-security.php:1614
|
4286 |
msgid "DB Table Name|Column"
|
4287 |
msgstr ""
|
4288 |
|
4289 |
+
#: admin/db-backup-security/db-backup-security.php:1615
|
4290 |
msgid "Other Prefix Changes"
|
4291 |
msgstr ""
|
4292 |
|
4293 |
+
#: admin/db-backup-security/db-backup-security.php:1682
|
4294 |
msgid "DB Table Names & Character Length Table"
|
4295 |
msgstr ""
|
4296 |
|
4297 |
+
#: admin/db-backup-security/db-backup-security.php:1683
|
4298 |
msgid ""
|
4299 |
"Displays your Current DB Table Names & Length Including The DB Table Prefix"
|
4300 |
msgstr ""
|
4301 |
|
4302 |
+
#: admin/db-backup-security/db-backup-security.php:1737
|
4303 |
+
#: admin/theme-skin/theme-skin.php:220
|
4304 |
msgid "BPS Pro Features & Version Release Dates"
|
4305 |
msgstr ""
|
4306 |
|
4307 |
+
#: admin/db-backup-security/db-backup-security.php:1738
|
4308 |
+
#: admin/theme-skin/theme-skin.php:221
|
4309 |
msgid "Video Tutorials"
|
4310 |
msgstr ""
|
4311 |
|
4312 |
+
#: admin/db-backup-security/db-backup-security.php:1739
|
4313 |
msgid "DB Backup & Security Guide & Troubleshooting"
|
4314 |
msgstr ""
|
4315 |
|
4316 |
+
#: admin/includes/admin.php:230
|
4317 |
msgid "BulletProof Security Settings"
|
4318 |
msgstr ""
|
4319 |
|
4320 |
+
#: admin/includes/admin.php:230 admin/includes/admin.php:245
|
4321 |
msgid "BPS Security"
|
4322 |
msgstr ""
|
4323 |
|
4324 |
+
#: admin/includes/admin.php:231 admin/includes/admin.php:247
|
4325 |
msgid "Login Security"
|
4326 |
msgstr ""
|
4327 |
|
4328 |
+
#: admin/includes/admin.php:237 admin/includes/admin.php:256
|
4329 |
#: admin/maintenance/maintenance.php:163 admin/maintenance/maintenance.php:195
|
4330 |
#: admin/maintenance/maintenance.php:197
|
4331 |
msgid "Maintenance Mode"
|
4332 |
msgstr ""
|
4333 |
|
4334 |
+
#: admin/includes/admin.php:240 admin/includes/admin.php:259
|
4335 |
#: admin/system-info/system-info.php:88
|
4336 |
msgid "System Info"
|
4337 |
msgstr ""
|
4338 |
|
4339 |
+
#: admin/includes/admin.php:241 admin/includes/admin.php:260
|
4340 |
#: admin/theme-skin/theme-skin.php:91 admin/theme-skin/theme-skin.php:107
|
4341 |
#: admin/theme-skin/theme-skin.php:109
|
4342 |
msgid "UI|UX Settings"
|
4343 |
msgstr ""
|
4344 |
|
4345 |
+
#: admin/includes/admin.php:246
|
4346 |
msgid "htaccess Core"
|
4347 |
msgstr ""
|
4348 |
|
4349 |
+
#: admin/includes/admin.php:247 admin/includes/admin.php:248
|
4350 |
msgid "Login Security ~ ISL ~ ACE"
|
4351 |
msgstr ""
|
4352 |
|
4353 |
+
#: admin/includes/admin.php:248
|
4354 |
msgid "Idle Session Logout<br>Cookie Expiration"
|
4355 |
msgstr ""
|
4356 |
|
4357 |
+
#: admin/includes/admin.php:249
|
4358 |
msgid "DB Backup & Security"
|
4359 |
msgstr ""
|
4360 |
|
4361 |
+
#: admin/includes/admin.php:250 admin/security-log/security-log.php:226
|
4362 |
+
#: admin/security-log/security-log.php:241
|
4363 |
+
#: admin/security-log/security-log.php:243
|
4364 |
msgid "Security Log"
|
4365 |
msgstr ""
|
4366 |
|
4367 |
+
#: admin/includes/admin.php:261 admin/wizard/wizard.php:848
|
4368 |
+
#: admin/wizard/wizard.php:878 admin/wizard/wizard.php:880
|
4369 |
#: bulletproof-security.php:98 bulletproof-security.php:101
|
4370 |
msgid "Setup Wizard"
|
4371 |
msgstr ""
|
4372 |
|
4373 |
+
#: admin/includes/admin.php:264 admin/includes/admin.php:272
|
4374 |
#: admin/includes/uninstall.php:45
|
4375 |
msgid "BPS Plugin Uninstall Options"
|
4376 |
msgstr ""
|
4377 |
|
4378 |
+
#: admin/includes/admin.php:307
|
4379 |
msgid "BPS UI|UX Debug: SLF css Scripts Nulled"
|
4380 |
msgstr ""
|
4381 |
|
4382 |
+
#: admin/includes/admin.php:314
|
4383 |
msgid "BPS UI|UX Debug: SLF css Scripts Not Nulled|Allowed"
|
4384 |
msgstr ""
|
4385 |
|
4386 |
+
#: admin/includes/admin.php:343
|
4387 |
msgid "BPS UI|UX Debug: SLF js Scripts Nulled"
|
4388 |
msgstr ""
|
4389 |
|
4390 |
+
#: admin/includes/admin.php:350
|
4391 |
msgid "BPS UI|UX Debug: SLF js Scripts Not Nulled|Allowed"
|
4392 |
msgstr ""
|
4393 |
|
4394 |
+
#: admin/includes/admin.php:420
|
4395 |
msgid "BPS UI|UX Debug: Scripts|Styles Dequeued"
|
4396 |
msgstr ""
|
4397 |
|
4398 |
+
#: admin/includes/admin.php:432
|
4399 |
msgid "Script Dequeued: "
|
4400 |
msgstr ""
|
4401 |
|
4402 |
+
#: admin/includes/admin.php:438
|
4403 |
msgid ""
|
4404 |
"No plugin or theme Scripts were Dequeued (prevented) from loading in BPS "
|
4405 |
"plugin pages"
|
4406 |
msgstr ""
|
4407 |
|
4408 |
+
#: admin/includes/admin.php:450
|
4409 |
msgid "Style Dequeued: "
|
4410 |
msgstr ""
|
4411 |
|
4412 |
+
#: admin/includes/admin.php:456
|
4413 |
msgid ""
|
4414 |
"No plugin or theme Styles were Dequeued (prevented) from loading in BPS "
|
4415 |
"plugin pages"
|
4416 |
msgstr ""
|
4417 |
|
4418 |
+
#: admin/includes/admin.php:494 admin/includes/admin.php:527
|
4419 |
msgid "BPS UI|UX Debug: WP Toolbar nodes|menu items Removed"
|
4420 |
msgstr ""
|
4421 |
|
4422 |
+
#: admin/includes/admin.php:506 admin/includes/admin.php:539
|
4423 |
msgid "WP Toolbar node|menu item Removed: "
|
4424 |
msgstr ""
|
4425 |
|
4426 |
+
#: admin/includes/admin.php:514 admin/includes/admin.php:547
|
4427 |
msgid "No WP Toolbar nodes|menu items were Removed in BPS plugin pages"
|
4428 |
msgstr ""
|
4429 |
|
4463 |
msgid "BulletProof Security ~ Login Security & Monitoring"
|
4464 |
msgstr ""
|
4465 |
|
4466 |
+
#: admin/login/login.php:157 admin/login/login.php:186
|
4467 |
+
#: admin/login/login.php:188
|
4468 |
msgid "Login Security & Monitoring"
|
4469 |
msgstr ""
|
4470 |
|
4471 |
+
#: admin/login/login.php:161 admin/login/login.php:877
|
4472 |
+
#: admin/login/login.php:879
|
4473 |
msgid "Idle Session Logout|Auth Cookie Expiration"
|
4474 |
msgstr ""
|
4475 |
|
4476 |
+
#: admin/login/login.php:172 admin/maintenance/maintenance.php:173
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4477 |
msgid "Notice: "
|
4478 |
msgstr ""
|
4479 |
|
4480 |
+
#: admin/login/login.php:172 admin/maintenance/maintenance.php:173
|
4481 |
msgid "You have disabled wp-admin BulletProof Mode on the Security Modes page."
|
4482 |
msgstr ""
|
4483 |
|
4484 |
+
#: admin/login/login.php:172 admin/maintenance/maintenance.php:173
|
4485 |
msgid "If you have Go Daddy \"Managed WordPress Hosting\" click this link: "
|
4486 |
msgstr ""
|
4487 |
|
4488 |
+
#: admin/login/login.php:172 admin/maintenance/maintenance.php:173
|
4489 |
msgid "Go Daddy Managed WordPress Hosting"
|
4490 |
msgstr ""
|
4491 |
|
4492 |
+
#: admin/login/login.php:180
|
4493 |
+
msgid "Login Security & Monitoring (LSM) ~ "
|
4494 |
+
msgstr ""
|
4495 |
+
|
4496 |
+
#: admin/login/login.php:180
|
4497 |
+
msgid ""
|
4498 |
+
"Log All Account Logins or Log Only Account Lockouts ~ Brute Force Login "
|
4499 |
+
"Protection"
|
4500 |
+
msgstr ""
|
4501 |
+
|
4502 |
+
#: admin/login/login.php:180
|
4503 |
+
msgid ""
|
4504 |
+
"Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-"
|
4505 |
+
"posting, auto-commenting) & User Account Lockouts: "
|
4506 |
+
msgstr ""
|
4507 |
+
|
4508 |
+
#: admin/login/login.php:208
|
4509 |
msgid "Max Login Attempts:"
|
4510 |
msgstr ""
|
4511 |
|
4512 |
+
#: admin/login/login.php:213
|
4513 |
msgid "Automatic Lockout Time:"
|
4514 |
msgstr ""
|
4515 |
|
4516 |
+
#: admin/login/login.php:215 admin/login/login.php:220
|
4517 |
msgid "Minutes"
|
4518 |
msgstr ""
|
4519 |
|
4520 |
+
#: admin/login/login.php:218
|
4521 |
msgid "Manual Lockout Time:"
|
4522 |
msgstr ""
|
4523 |
|
4524 |
+
#: admin/login/login.php:223
|
4525 |
msgid "Max DB Rows To Show:"
|
4526 |
msgstr ""
|
4527 |
|
4528 |
+
#: admin/login/login.php:225
|
4529 |
msgid "Blank = Show All Rows"
|
4530 |
msgstr ""
|
4531 |
|
4532 |
+
#: admin/login/login.php:230
|
4533 |
msgid " Enable Login Security for WooCommerce"
|
4534 |
msgstr ""
|
4535 |
|
4536 |
+
#: admin/login/login.php:235 admin/login/login.php:986
|
4537 |
+
#: admin/login/login.php:1156 admin/login/lsm-help-text.php:13
|
4538 |
msgid "Turn On|Turn Off:"
|
4539 |
msgstr ""
|
4540 |
|
4541 |
+
#: admin/login/login.php:237
|
4542 |
msgid "Login Security On"
|
4543 |
msgstr ""
|
4544 |
|
4545 |
+
#: admin/login/login.php:238
|
4546 |
msgid "Login Security Off"
|
4547 |
msgstr ""
|
4548 |
|
4549 |
+
#: admin/login/login.php:239
|
4550 |
msgid "Login Security Off|Use Password Reset Option ONLY"
|
4551 |
msgstr ""
|
4552 |
|
4553 |
+
#: admin/login/login.php:244
|
4554 |
msgid "Logging Options:"
|
4555 |
msgstr ""
|
4556 |
|
4557 |
+
#: admin/login/login.php:246
|
4558 |
msgid "Log Only Account Lockouts"
|
4559 |
msgstr ""
|
4560 |
|
4561 |
+
#: admin/login/login.php:247
|
4562 |
msgid "Log All Account Logins"
|
4563 |
msgstr ""
|
4564 |
|
4565 |
+
#: admin/login/login.php:252
|
4566 |
msgid "Error Messages:"
|
4567 |
msgstr ""
|
4568 |
|
4569 |
+
#: admin/login/login.php:254
|
4570 |
msgid "Standard WP Login Errors"
|
4571 |
msgstr ""
|
4572 |
|
4573 |
+
#: admin/login/login.php:255
|
4574 |
msgid "User|Pass Invalid Entry Error"
|
4575 |
msgstr ""
|
4576 |
|
4577 |
+
#: admin/login/login.php:256
|
4578 |
msgid "User|Pass|Lock Invalid Entry Error"
|
4579 |
msgstr ""
|
4580 |
|
4581 |
+
#: admin/login/login.php:261
|
4582 |
msgid "Attempts Remaining:"
|
4583 |
msgstr ""
|
4584 |
|
4585 |
+
#: admin/login/login.php:263
|
4586 |
msgid "Show Login Attempts Remaining"
|
4587 |
msgstr ""
|
4588 |
|
4589 |
+
#: admin/login/login.php:264
|
4590 |
msgid "Do Not Show Login Attempts Remaining"
|
4591 |
msgstr ""
|
4592 |
|
4593 |
+
#: admin/login/login.php:269
|
4594 |
msgid "Password Reset:"
|
4595 |
msgstr ""
|
4596 |
|
4597 |
+
#: admin/login/login.php:271
|
4598 |
msgid "Enable Password Reset"
|
4599 |
msgstr ""
|
4600 |
|
4601 |
+
#: admin/login/login.php:272
|
4602 |
msgid "Disable Password Reset Frontend Only"
|
4603 |
msgstr ""
|
4604 |
|
4605 |
+
#: admin/login/login.php:273
|
4606 |
msgid "Disable Password Reset Frontend & Backend"
|
4607 |
msgstr ""
|
4608 |
|
4609 |
+
#: admin/login/login.php:278
|
4610 |
msgid "Sort DB Rows:"
|
4611 |
msgstr ""
|
4612 |
|
4613 |
+
#: admin/login/login.php:280
|
4614 |
msgid "Ascending - Show Oldest Login First"
|
4615 |
msgstr ""
|
4616 |
|
4617 |
+
#: admin/login/login.php:281
|
4618 |
msgid "Descending - Show Newest Login First"
|
4619 |
msgstr ""
|
4620 |
|
4621 |
+
#: admin/login/login.php:375
|
4622 |
msgid ""
|
4623 |
"Clicking OK will Export (copy) the Login Security Table into the lsm-master."
|
4624 |
"csv file, which you can then download to your computer by clicking the "
|
4626 |
"success message."
|
4627 |
msgstr ""
|
4628 |
|
4629 |
+
#: admin/login/login.php:375
|
4630 |
msgid "Click OK to Export the Login Security Table or click Cancel."
|
4631 |
msgstr ""
|
4632 |
|
4633 |
+
#: admin/login/login.php:403
|
4634 |
msgid " out of "
|
4635 |
msgstr ""
|
4636 |
|
4637 |
+
#: admin/login/login.php:403
|
4638 |
msgid " Database Rows are currently being displayed"
|
4639 |
msgstr ""
|
4640 |
|
4641 |
+
#: admin/login/login.php:406
|
4642 |
msgid "Total number of Database Rows is: "
|
4643 |
msgstr ""
|
4644 |
|
4645 |
+
#: admin/login/login.php:432 admin/login/login.php:533
|
4646 |
msgid "Login Status"
|
4647 |
msgstr ""
|
4648 |
|
4649 |
+
#: admin/login/login.php:433 admin/login/login.php:462
|
4650 |
+
#: admin/login/login.php:534 admin/login/login.php:563
|
4651 |
msgid "Lock"
|
4652 |
msgstr ""
|
4653 |
|
4654 |
+
#: admin/login/login.php:434 admin/login/login.php:463
|
4655 |
+
#: admin/login/login.php:535 admin/login/login.php:564
|
4656 |
msgid "Unlock"
|
4657 |
msgstr ""
|
4658 |
|
4659 |
+
#: admin/login/login.php:436 admin/login/login.php:537
|
4660 |
msgid "User ID"
|
4661 |
msgstr ""
|
4662 |
|
4663 |
+
#: admin/login/login.php:437 admin/login/login.php:538
|
4664 |
msgid "Username"
|
4665 |
msgstr ""
|
4666 |
|
4667 |
+
#: admin/login/login.php:438 admin/login/login.php:539
|
4668 |
msgid "Display Name"
|
4669 |
msgstr ""
|
4670 |
|
4671 |
+
#: admin/login/login.php:439 admin/login/login.php:540
|
4672 |
msgid "Email"
|
4673 |
msgstr ""
|
4674 |
|
4675 |
+
#: admin/login/login.php:440 admin/login/login.php:541
|
4676 |
msgid "Role"
|
4677 |
msgstr ""
|
4678 |
|
4679 |
+
#: admin/login/login.php:441 admin/login/login.php:542
|
4680 |
msgid "Login Time"
|
4681 |
msgstr ""
|
4682 |
|
4683 |
+
#: admin/login/login.php:442 admin/login/login.php:543
|
4684 |
msgid "Lockout Expires"
|
4685 |
msgstr ""
|
4686 |
|
4687 |
+
#: admin/login/login.php:443 admin/login/login.php:544
|
4688 |
msgid "IP Address"
|
4689 |
msgstr ""
|
4690 |
|
4691 |
+
#: admin/login/login.php:444 admin/login/login.php:545
|
4692 |
msgid "Hostname"
|
4693 |
msgstr ""
|
4694 |
|
4695 |
+
#: admin/login/login.php:445 admin/login/login.php:546
|
4696 |
msgid "Request URI"
|
4697 |
msgstr ""
|
4698 |
|
4699 |
+
#: admin/login/login.php:473 admin/login/login.php:574
|
4700 |
msgid "NA"
|
4701 |
msgstr ""
|
4702 |
|
4703 |
+
#: admin/login/login.php:485 admin/login/login.php:586
|
4704 |
msgid "No Logins|Locked"
|
4705 |
msgstr ""
|
4706 |
|
4707 |
+
#: admin/login/login.php:502 admin/login/login.php:603
|
4708 |
+
#: admin/login/login.php:668 admin/login/login.php:768
|
4709 |
msgid "Submit"
|
4710 |
msgstr ""
|
4711 |
|
4712 |
+
#: admin/login/login.php:502 admin/login/login.php:603
|
4713 |
msgid ""
|
4714 |
"Locking and Unlocking a User is reversible, but Deleting a User is not.\\n"
|
4715 |
"\\n-------------------------------------------------------------\\n\\nWhen "
|
4722 |
"OK to proceed or click Cancel"
|
4723 |
msgstr ""
|
4724 |
|
4725 |
+
#: admin/login/login.php:502 admin/login/login.php:603
|
4726 |
msgid "Clear|Refresh"
|
4727 |
msgstr ""
|
4728 |
|
4729 |
+
#: admin/login/login.php:702 admin/login/login.php:802
|
4730 |
msgid " has been deleted from the Login Security Database Table."
|
4731 |
msgstr ""
|
4732 |
|
4733 |
+
#: admin/login/login.php:725 admin/login/login.php:825
|
4734 |
msgid " has been Unlocked."
|
4735 |
msgstr ""
|
4736 |
|
4737 |
+
#: admin/login/login.php:749 admin/login/login.php:849
|
4738 |
msgid " has been Locked."
|
4739 |
msgstr ""
|
4740 |
|
4741 |
+
#: admin/login/login.php:872
|
4742 |
msgid "Idle Session Logout (ISL) ~ "
|
4743 |
msgstr ""
|
4744 |
|
4745 |
+
#: admin/login/login.php:872
|
4746 |
msgid "Automatically Logout Idle/Inactive User Accounts"
|
4747 |
msgstr ""
|
4748 |
|
4749 |
+
#: admin/login/login.php:872
|
4750 |
msgid "Auth Cookie Expiration (ACE) ~ "
|
4751 |
msgstr ""
|
4752 |
|
4753 |
+
#: admin/login/login.php:872
|
4754 |
msgid "Change the WordPress Authentication Cookie Expiration Time"
|
4755 |
msgstr ""
|
4756 |
|
4757 |
+
#: admin/login/login.php:893
|
4758 |
msgid "ISL and ACE Forum Topic"
|
4759 |
msgstr ""
|
4760 |
|
4761 |
+
#: admin/login/login.php:897
|
4762 |
msgid "The Help & FAQ tab pages contain help links."
|
4763 |
msgstr ""
|
4764 |
|
4765 |
+
#: admin/login/login.php:917 admin/login/login.php:1098
|
4766 |
msgid "Save Options"
|
4767 |
msgstr ""
|
4768 |
|
4769 |
+
#: admin/login/login.php:963
|
4770 |
msgid "Settings Saved. ISL has been turned On."
|
4771 |
msgstr ""
|
4772 |
|
4773 |
+
#: admin/login/login.php:969
|
4774 |
msgid "Settings Saved. ISL has been turned Off."
|
4775 |
msgstr ""
|
4776 |
|
4777 |
+
#: admin/login/login.php:981
|
4778 |
msgid "Idle Session Logout (ISL) Settings"
|
4779 |
msgstr ""
|
4780 |
|
4781 |
+
#: admin/login/login.php:988
|
4782 |
msgid "ISL On"
|
4783 |
msgstr ""
|
4784 |
|
4785 |
+
#: admin/login/login.php:989
|
4786 |
msgid "ISL Off"
|
4787 |
msgstr ""
|
4788 |
|
4789 |
+
#: admin/login/login.php:995 admin/login/lsm-help-text.php:13
|
4790 |
msgid "Idle Session Logout Time in Minutes:"
|
4791 |
msgstr ""
|
4792 |
|
4793 |
+
#: admin/login/login.php:1001 admin/login/lsm-help-text.php:13
|
4794 |
msgid "Idle Session Logout Page URL:"
|
4795 |
msgstr ""
|
4796 |
|
4797 |
+
#: admin/login/login.php:1007 admin/login/lsm-help-text.php:13
|
4798 |
msgid "Idle Session Logout Page Login URL:"
|
4799 |
msgstr ""
|
4800 |
|
4801 |
+
#: admin/login/login.php:1008
|
4802 |
msgid ""
|
4803 |
"Enter/Type: \"No\" (without quotes) if you do not want a Login URL displayed."
|
4804 |
msgstr ""
|
4805 |
|
4806 |
+
#: admin/login/login.php:1014 admin/login/lsm-help-text.php:13
|
4807 |
msgid "Idle Session Logout Exclude URLs|URIs:"
|
4808 |
msgstr ""
|
4809 |
|
4810 |
+
#: admin/login/login.php:1015
|
4811 |
msgid "Enter URIs separated by a comma and a space: /some-post/, /some-page/"
|
4812 |
msgstr ""
|
4813 |
|
4814 |
+
#: admin/login/login.php:1022 admin/login/lsm-help-text.php:13
|
4815 |
msgid "Idle Session Logout Page Custom Message:"
|
4816 |
msgstr ""
|
4817 |
|
4818 |
+
#: admin/login/login.php:1029 admin/login/lsm-help-text.php:13
|
4819 |
msgid "Idle Session Logout Page Custom CSS Style:"
|
4820 |
msgstr ""
|
4821 |
|
4822 |
+
#: admin/login/login.php:1038 admin/login/login.php:1186
|
4823 |
#: admin/login/lsm-help-text.php:13
|
4824 |
msgid "User Account Exceptions:"
|
4825 |
msgstr ""
|
4826 |
|
4827 |
+
#: admin/login/login.php:1039 admin/login/login.php:1187
|
4828 |
msgid ""
|
4829 |
"Enter User Account names separated by a comma and a space: johnDoe, janeDoe"
|
4830 |
msgstr ""
|
4831 |
|
4832 |
+
#: admin/login/login.php:1040
|
4833 |
msgid "Idle Session Logout Time Will Not Be Applied For These User Accounts."
|
4834 |
msgstr ""
|
4835 |
|
4836 |
+
#: admin/login/login.php:1046
|
4837 |
msgid "Enable|Disable Idle Session Logouts For These User Roles: "
|
4838 |
msgstr ""
|
4839 |
|
4840 |
+
#: admin/login/login.php:1047 admin/login/login.php:1195
|
4841 |
msgid ""
|
4842 |
"Check to Enable. Uncheck to Disable. See the Read Me help button for details."
|
4843 |
msgstr ""
|
4844 |
|
4845 |
+
#: admin/login/login.php:1049 admin/login/login.php:1197
|
4846 |
msgid " Administrator"
|
4847 |
msgstr ""
|
4848 |
|
4849 |
+
#: admin/login/login.php:1050 admin/login/login.php:1198
|
4850 |
msgid " Editor"
|
4851 |
msgstr ""
|
4852 |
|
4853 |
+
#: admin/login/login.php:1051 admin/login/login.php:1199
|
4854 |
msgid " Author"
|
4855 |
msgstr ""
|
4856 |
|
4857 |
+
#: admin/login/login.php:1052 admin/login/login.php:1200
|
4858 |
msgid " Contributor"
|
4859 |
msgstr ""
|
4860 |
|
4861 |
+
#: admin/login/login.php:1053 admin/login/login.php:1201
|
4862 |
msgid " Subscriber"
|
4863 |
msgstr ""
|
4864 |
|
4865 |
+
#: admin/login/login.php:1072
|
4866 |
msgid "Enable|Disable Idle Session Logouts For TinyMCE Editors: "
|
4867 |
msgstr ""
|
4868 |
|
4869 |
+
#: admin/login/login.php:1073 admin/login/login.php:1180
|
4870 |
msgid ""
|
4871 |
"Check to Disable. Uncheck to Enable. See the Read Me help button for details."
|
4872 |
msgstr ""
|
4873 |
|
4874 |
+
#: admin/login/login.php:1074
|
4875 |
msgid " Enable|Disable ISL For TinyMCE Editor"
|
4876 |
msgstr ""
|
4877 |
|
4878 |
+
#: admin/login/login.php:1076 admin/login/login.php:1216
|
4879 |
+
#: admin/security-log/security-log.php:528
|
4880 |
msgid "Click OK to Proceed or click Cancel."
|
4881 |
msgstr ""
|
4882 |
|
4883 |
+
#: admin/login/login.php:1086
|
4884 |
msgid "WordPress Authentication Cookie Expiration (ACE) Settings"
|
4885 |
msgstr ""
|
4886 |
|
4887 |
+
#: admin/login/login.php:1137
|
4888 |
msgid "Settings Saved. ACE has been turned On."
|
4889 |
msgstr ""
|
4890 |
|
4891 |
+
#: admin/login/login.php:1143
|
4892 |
msgid "Settings Saved. ACE has been turned Off."
|
4893 |
msgstr ""
|
4894 |
|
4895 |
+
#: admin/login/login.php:1158
|
4896 |
msgid "ACE On"
|
4897 |
msgstr ""
|
4898 |
|
4899 |
+
#: admin/login/login.php:1159
|
4900 |
msgid "ACE Off"
|
4901 |
msgstr ""
|
4902 |
|
4903 |
+
#: admin/login/login.php:1165 admin/login/lsm-help-text.php:13
|
4904 |
msgid "Auth Cookie Expiration Time in Minutes:"
|
4905 |
msgstr ""
|
4906 |
|
4907 |
+
#: admin/login/login.php:1166
|
4908 |
msgid "WP Default setting is 2880 Minutes/2 Days:"
|
4909 |
msgstr ""
|
4910 |
|
4911 |
+
#: admin/login/login.php:1172 admin/login/lsm-help-text.php:13
|
4912 |
msgid "Remember Me Auth Cookie Expiration Time in Minutes:"
|
4913 |
msgstr ""
|
4914 |
|
4915 |
+
#: admin/login/login.php:1173
|
4916 |
msgid "WP Default setting is 20160 Minutes/14 Days:"
|
4917 |
msgstr ""
|
4918 |
|
4919 |
+
#: admin/login/login.php:1179 admin/login/lsm-help-text.php:13
|
4920 |
msgid "Enable|Disable Remember Me Checkbox:"
|
4921 |
msgstr ""
|
4922 |
|
4923 |
+
#: admin/login/login.php:1181
|
4924 |
msgid " Disable & do not display the Remember Me checkbox"
|
4925 |
msgstr ""
|
4926 |
|
4927 |
+
#: admin/login/login.php:1188
|
4928 |
msgid "Auth Cookie Expiration Time Will Not Be Applied To These User Accounts."
|
4929 |
msgstr ""
|
4930 |
|
4931 |
+
#: admin/login/login.php:1194
|
4932 |
msgid "Enable|Disable Auth Cookie Expiration Time For These User Roles: "
|
4933 |
msgstr ""
|
4934 |
|
4935 |
+
#: admin/login/login.php:1238 admin/security-log/security-log.php:876
|
4936 |
+
#: admin/system-info/system-info.php:1118
|
4937 |
msgid "BulletProof Security Help & FAQ"
|
4938 |
msgstr ""
|
4939 |
|
5534 |
"being successfully turned On while the Oxygen plugin is activated."
|
5535 |
msgstr ""
|
5536 |
|
5537 |
+
#: admin/maintenance/maintenance.php:64 includes/hud-autofix-whitelist.php:744
|
5538 |
msgid "Click this "
|
5539 |
msgstr ""
|
5540 |
|
5556 |
msgid "Maintenance Mode ~ FrontEnd ~ BackEnd"
|
5557 |
msgstr ""
|
5558 |
|
5559 |
+
#: admin/maintenance/maintenance.php:184
|
5560 |
+
msgid "FrontEnd Maintenance Mode Page ~ "
|
5561 |
msgstr ""
|
5562 |
|
5563 |
+
#: admin/maintenance/maintenance.php:184
|
5564 |
+
msgid "Display a website under maintenance page to website visitors"
|
5565 |
+
msgstr ""
|
5566 |
+
|
5567 |
+
#: admin/maintenance/maintenance.php:186
|
5568 |
+
msgid "FrontEnd & BackEnd Maintenance Mode ~ "
|
5569 |
+
msgstr ""
|
5570 |
+
|
5571 |
+
#: admin/maintenance/maintenance.php:186
|
5572 |
msgid ""
|
5573 |
+
"Display a website under maintenance page to website visitors ~ Lock wp-admin "
|
5574 |
+
"BackEnd by IP Address"
|
5575 |
msgstr ""
|
5576 |
|
5577 |
#: admin/maintenance/maintenance.php:206 admin/maintenance/maintenance.php:212
|
5578 |
+
#: admin/maintenance/maintenance.php:2096
|
5579 |
msgid "Maintenance Mode Guide"
|
5580 |
msgstr ""
|
5581 |
|
6394 |
msgid "Logging has been turned On"
|
6395 |
msgstr ""
|
6396 |
|
6397 |
+
#: admin/security-log/security-log.php:235
|
6398 |
msgid "Security Log ~ "
|
6399 |
msgstr ""
|
6400 |
|
6401 |
+
#: admin/security-log/security-log.php:235
|
6402 |
msgid ""
|
6403 |
+
"Logs Blocked Hackers & Spammers ~ HTTP 400, 403, 404, 405 & 410 Logging ~ "
|
6404 |
+
"Troubleshooting Tool"
|
6405 |
msgstr ""
|
6406 |
|
6407 |
+
#: admin/security-log/security-log.php:249
|
6408 |
msgid "Forum Help Links & Bonus Custom Code: "
|
6409 |
msgstr ""
|
6410 |
|
6411 |
+
#: admin/security-log/security-log.php:253
|
6412 |
msgid "POST Request Attack Protection"
|
6413 |
msgstr ""
|
6414 |
|
6415 |
+
#: admin/security-log/security-log.php:255
|
6416 |
msgid "Security Log General Information"
|
6417 |
msgstr ""
|
6418 |
|
6419 |
+
#: admin/security-log/security-log.php:255
|
6420 |
msgid ""
|
6421 |
"Your Security Log file is a plain text static file and not a dynamic file or "
|
6422 |
"dynamic display to keep your website resource usage at a bare minimum and "
|
6425 |
"text file."
|
6426 |
msgstr ""
|
6427 |
|
6428 |
+
#: admin/security-log/security-log.php:255
|
6429 |
msgid ""
|
6430 |
"If a particular User Agent|Bot is generating excessive log entries you can "
|
6431 |
"add it to Add User Agents|Bots to Ignore|Not Log tool and that User Agent|"
|
6433 |
"help section."
|
6434 |
msgstr ""
|
6435 |
|
6436 |
+
#: admin/security-log/security-log.php:255
|
6437 |
msgid ""
|
6438 |
"BPS logs all 403 errors, but a 403 error may not necessarily be caused by "
|
6439 |
"BPS. Use the troubleshooting steps in the BPS Troubleshooting Steps link at "
|
6441 |
"error is being caused by BPS."
|
6442 |
msgstr ""
|
6443 |
|
6444 |
+
#: admin/security-log/security-log.php:255
|
6445 |
msgid ""
|
6446 |
"The Security Log logs 400, 403, 405 and 410 HTTP Response Status Codes by "
|
6447 |
"default. You can also log 404 HTTP Response Status Codes by opening this BPS "
|
6452 |
"the "
|
6453 |
msgstr ""
|
6454 |
|
6455 |
+
#: admin/security-log/security-log.php:255
|
6456 |
+
#: admin/security-log/security-log.php:279
|
6457 |
msgid "Total # of Security Log Entries by Type"
|
6458 |
msgstr ""
|
6459 |
|
6460 |
+
#: admin/security-log/security-log.php:255
|
6461 |
msgid ""
|
6462 |
" help section below for a complete list of BPS Security Log Entry Types."
|
6463 |
msgstr ""
|
6464 |
|
6465 |
+
#: admin/security-log/security-log.php:255
|
6466 |
msgid ""
|
6467 |
"Displays the total number of each type of Security Log Entry in your "
|
6468 |
"Security Log file. The Total # of Security Log Entries by Type is also added "
|
6475 |
"Security Log Entry Types. BPS Pro has a total of 27 Security Log Entry Types."
|
6476 |
msgstr ""
|
6477 |
|
6478 |
+
#: admin/security-log/security-log.php:255
|
6479 |
msgid "HTTP Response Status Codes"
|
6480 |
msgstr ""
|
6481 |
|
6482 |
+
#: admin/security-log/security-log.php:255
|
6483 |
msgid ""
|
6484 |
"400 Bad Request - The request could not be understood by the server due to "
|
6485 |
"malformed syntax."
|
6486 |
msgstr ""
|
6487 |
|
6488 |
+
#: admin/security-log/security-log.php:255
|
6489 |
msgid ""
|
6490 |
"403 Forbidden - The Server understood the request, but is refusing to "
|
6491 |
"fulfill it."
|
6492 |
msgstr ""
|
6493 |
|
6494 |
+
#: admin/security-log/security-log.php:255
|
6495 |
msgid ""
|
6496 |
"404 Not Found - The Server has not found anything matching the Request-URI|"
|
6497 |
"URL. No indication is given of whether the condition is temporary or "
|
6498 |
"permanent."
|
6499 |
msgstr ""
|
6500 |
|
6501 |
+
#: admin/security-log/security-log.php:255
|
6502 |
msgid ""
|
6503 |
"405 Method Not Allowed - The method specified in the Request-Line is not "
|
6504 |
"allowed for the resource identified by the Request-URI. The response MUST "
|
6508 |
"Methods."
|
6509 |
msgstr ""
|
6510 |
|
6511 |
+
#: admin/security-log/security-log.php:255
|
6512 |
msgid ""
|
6513 |
"410 Gone - The requested resource is no longer available at the Server/site "
|
6514 |
"and no forwarding address is known. This condition is expected to be "
|
6515 |
"considered permanent."
|
6516 |
msgstr ""
|
6517 |
|
6518 |
+
#: admin/security-log/security-log.php:255
|
6519 |
msgid "Security Log File Size"
|
6520 |
msgstr ""
|
6521 |
|
6522 |
+
#: admin/security-log/security-log.php:255
|
6523 |
msgid ""
|
6524 |
"Displays the size of your Security Log file. 500KB is the optimum "
|
6525 |
"recommended log file size setting that you should choose for your log file "
|
6527 |
"Log file."
|
6528 |
msgstr ""
|
6529 |
|
6530 |
+
#: admin/security-log/security-log.php:255
|
6531 |
msgid "Security Log Status:"
|
6532 |
msgstr ""
|
6533 |
|
6534 |
+
#: admin/security-log/security-log.php:255
|
6535 |
msgid "Displays either Logging is Turned On or Logging is Turned Off."
|
6536 |
msgstr ""
|
6537 |
|
6538 |
+
#: admin/security-log/security-log.php:255
|
6539 |
msgid "Security Log Last Modified Time:"
|
6540 |
msgstr ""
|
6541 |
|
6542 |
+
#: admin/security-log/security-log.php:255
|
6543 |
msgid "Displays the last time a Security Log entry was logged."
|
6544 |
msgstr ""
|
6545 |
|
6546 |
+
#: admin/security-log/security-log.php:255
|
6547 |
msgid "Turn Off Logging"
|
6548 |
msgstr ""
|
6549 |
|
6550 |
+
#: admin/security-log/security-log.php:255
|
6551 |
msgid "Turns Off HTTP 400, 403, 404, 405 & 410 Security Logging."
|
6552 |
msgstr ""
|
6553 |
|
6554 |
+
#: admin/security-log/security-log.php:255
|
6555 |
msgid "Turn On Logging"
|
6556 |
msgstr ""
|
6557 |
|
6558 |
+
#: admin/security-log/security-log.php:255
|
6559 |
msgid "Turns On HTTP 400, 403, 404, 405 & 410 Security Logging."
|
6560 |
msgstr ""
|
6561 |
|
6562 |
+
#: admin/security-log/security-log.php:255
|
6563 |
msgid ""
|
6564 |
"Clicking the Delete Log button will delete the entire contents of your "
|
6565 |
"Security Log File."
|
6566 |
msgstr ""
|
6567 |
|
6568 |
+
#: admin/security-log/security-log.php:255
|
6569 |
+
#: admin/security-log/security-log.php:524
|
6570 |
msgid "POST Request Body Data"
|
6571 |
msgstr ""
|
6572 |
|
6573 |
+
#: admin/security-log/security-log.php:255
|
6574 |
msgid ""
|
6575 |
"The POST Request Body Data option settings only affect the REQUEST BODY "
|
6576 |
"Security Log field in your Security Log entries when a POST Request is "
|
6581 |
"not all POST Request Attacks will be captured/logged in the Security Log."
|
6582 |
msgstr ""
|
6583 |
|
6584 |
+
#: admin/security-log/security-log.php:255
|
6585 |
msgid ""
|
6586 |
"The default POST Request Body Data option setting is \"Do Not Log POST "
|
6587 |
"Request Body Data (0KB)\", which means do not capture/log the POST Request "
|
6596 |
"Maximum...\" POST Request Body Data option settings."
|
6597 |
msgstr ""
|
6598 |
|
6599 |
+
#: admin/security-log/security-log.php:255
|
6600 |
msgid ""
|
6601 |
"The \"Log Minimum POST Request Body Data (5KB)\" option setting will capture/"
|
6602 |
"log the first 500 characters or 5KB of hacker code used to attack your "
|
6608 |
"field. Hacker scripts typically range in size from 20KB to 100KB on average."
|
6609 |
msgstr ""
|
6610 |
|
6611 |
+
#: admin/security-log/security-log.php:255
|
6612 |
msgid ""
|
6613 |
"If you are using email security protection on your computer then your "
|
6614 |
"automatically zipped and emailed BPS Security Log files may be seen as "
|
6621 |
"option setting instead."
|
6622 |
msgstr ""
|
6623 |
|
6624 |
+
#: admin/security-log/security-log.php:255
|
6625 |
msgid ""
|
6626 |
"Ignoring|Not Logging User Agents|Bots - Allowing|Logging User Agents|Bots"
|
6627 |
msgstr ""
|
6628 |
|
6629 |
+
#: admin/security-log/security-log.php:255
|
6630 |
msgid ""
|
6631 |
"Adding or Removing User Agents|Bots adds or removes User Agents|Bots to your "
|
6632 |
"Database and also writes new code to the 403.php Security Logging template. "
|
6641 |
"file."
|
6642 |
msgstr ""
|
6643 |
|
6644 |
+
#: admin/security-log/security-log.php:255
|
6645 |
msgid ""
|
6646 |
"If a particular User Agent|Bot is being logged excessively in your Security "
|
6647 |
"Log file you can Ignore|Not Log that particular User Agent|Bot based on the "
|
6654 |
"facebook User Agent|Bot."
|
6655 |
msgstr ""
|
6656 |
|
6657 |
+
#: admin/security-log/security-log.php:255
|
6658 |
+
#: admin/security-log/security-log.php:537
|
6659 |
msgid "Add User Agents|Bots to Ignore|Not Log"
|
6660 |
msgstr ""
|
6661 |
|
6662 |
+
#: admin/security-log/security-log.php:255
|
6663 |
msgid ""
|
6664 |
"Add the User Agent|Bot names you would like to Ignore|Not Log in your "
|
6665 |
"Security Log. These code characters are not allowed to be used: "
|
6666 |
msgstr ""
|
6667 |
|
6668 |
+
#: admin/security-log/security-log.php:255
|
6669 |
msgid "Removing User Agents|Bots to Allow|Log"
|
6670 |
msgstr ""
|
6671 |
|
6672 |
+
#: admin/security-log/security-log.php:255
|
6673 |
msgid ""
|
6674 |
"To search for ALL User Agents|Bots to remove/delete from your database leave "
|
6675 |
"the text box blank and click the Remove|Allow button. You will see a "
|
6682 |
"Agents|Bots logged again in your Security Log."
|
6683 |
msgstr ""
|
6684 |
|
6685 |
+
#: admin/security-log/security-log.php:282
|
6686 |
msgid "There are no Security Log Entries yet."
|
6687 |
msgstr ""
|
6688 |
|
6689 |
+
#: admin/security-log/security-log.php:290
|
6690 |
msgid "Total "
|
6691 |
msgstr ""
|
6692 |
|
6693 |
+
#: admin/security-log/security-log.php:290
|
6694 |
msgid " Log Entries: "
|
6695 |
msgstr ""
|
6696 |
|
6697 |
+
#: admin/security-log/security-log.php:308
|
6698 |
+
#: admin/security-log/security-log.php:311
|
6699 |
msgid "Security Log File Size: "
|
6700 |
msgstr ""
|
6701 |
|
6702 |
+
#: admin/security-log/security-log.php:311
|
6703 |
msgid ""
|
6704 |
"Your Security Log file is larger than 2MB. It appears that BPS is unable to "
|
6705 |
"automatically zip, email and delete your Security Log file."
|
6706 |
msgstr ""
|
6707 |
|
6708 |
+
#: admin/security-log/security-log.php:311
|
6709 |
msgid "Check your Email Alerts & Log File Options."
|
6710 |
msgstr ""
|
6711 |
|
6712 |
+
#: admin/security-log/security-log.php:311
|
6713 |
msgid ""
|
6714 |
"You can manually delete the contents of this log file by clicking the Delete "
|
6715 |
"Log button."
|
6716 |
msgstr ""
|
6717 |
|
6718 |
+
#: admin/security-log/security-log.php:325
|
6719 |
+
#: admin/security-log/security-log.php:328
|
6720 |
msgid "Security Log Status: "
|
6721 |
msgstr ""
|
6722 |
|
6723 |
+
#: admin/security-log/security-log.php:325
|
6724 |
msgid "Logging is Turned Off"
|
6725 |
msgstr ""
|
6726 |
|
6727 |
+
#: admin/security-log/security-log.php:328
|
6728 |
msgid "Logging is Turned On"
|
6729 |
msgstr ""
|
6730 |
|
6731 |
+
#: admin/security-log/security-log.php:342
|
6732 |
msgid "Security Log Last Modified Time: "
|
6733 |
msgstr ""
|
6734 |
|
6735 |
+
#: admin/security-log/security-log.php:356
|
6736 |
msgid ""
|
6737 |
"Success! Your Security Log file has been deleted and replaced with a new "
|
6738 |
"blank Security Log file."
|
6739 |
msgstr ""
|
6740 |
|
6741 |
+
#: admin/security-log/security-log.php:376
|
6742 |
msgid "Error: "
|
6743 |
msgstr ""
|
6744 |
|
6745 |
+
#: admin/security-log/security-log.php:376
|
6746 |
msgid ""
|
6747 |
" User Agent|Bot was not successfully added. These code characters are not "
|
6748 |
"allowed to be used: "
|
6749 |
msgstr ""
|
6750 |
|
6751 |
+
#: admin/security-log/security-log.php:376
|
6752 |
msgid " Click the Read Help button for examples of valid User Agent|Bot names."
|
6753 |
msgstr ""
|
6754 |
|
6755 |
+
#: admin/security-log/security-log.php:386
|
6756 |
msgid "Success! "
|
6757 |
msgstr ""
|
6758 |
|
6759 |
+
#: admin/security-log/security-log.php:386
|
6760 |
msgid " User Agent|Bot has been added to your DB. "
|
6761 |
msgstr ""
|
6762 |
|
6763 |
+
#: admin/security-log/security-log.php:393
|
6764 |
msgid ""
|
6765 |
"Error: You did not enter a User Agent|Bot name. User Agent|Bot was not "
|
6766 |
"successfully added."
|
6767 |
msgstr ""
|
6768 |
|
6769 |
+
#: admin/security-log/security-log.php:400
|
6770 |
+
#: admin/security-log/security-log.php:608 admin/wizard/wizard.php:302
|
6771 |
#: admin/wizard/wizard.php:308 admin/wizard/wizard.php:314
|
6772 |
#: admin/wizard/wizard.php:320 admin/wizard/wizard.php:326
|
6773 |
msgid "Error: The "
|
6774 |
msgstr ""
|
6775 |
|
6776 |
+
#: admin/security-log/security-log.php:400
|
6777 |
+
#: admin/security-log/security-log.php:608
|
6778 |
msgid " does not exist."
|
6779 |
msgstr ""
|
6780 |
|
6781 |
+
#: admin/security-log/security-log.php:428
|
6782 |
+
#: admin/security-log/security-log.php:621
|
6783 |
+
#: admin/security-log/security-log.php:685
|
6784 |
msgid "Error: Unable to write to file "
|
6785 |
msgstr ""
|
6786 |
|
6787 |
+
#: admin/security-log/security-log.php:428
|
6788 |
+
#: admin/security-log/security-log.php:621
|
6789 |
+
#: admin/security-log/security-log.php:685
|
6790 |
msgid ""
|
6791 |
". Check that file permissions allow writing to this file. If you have a DSO "
|
6792 |
"Server check file and folder Ownership."
|
6793 |
msgstr ""
|
6794 |
|
6795 |
+
#: admin/security-log/security-log.php:435
|
6796 |
msgid ""
|
6797 |
"Success! The BPS 403.php Security Logging template file has been updated. "
|
6798 |
"This User Agent|Bot will be no longer be logged in your Security Log."
|
6799 |
msgstr ""
|
6800 |
|
6801 |
+
#: admin/security-log/security-log.php:525
|
6802 |
msgid " Do Not Log POST Request Body Data (0KB)"
|
6803 |
msgstr ""
|
6804 |
|
6805 |
+
#: admin/security-log/security-log.php:526
|
6806 |
msgid " Log Minimum POST Request Body Data (5KB)"
|
6807 |
msgstr ""
|
6808 |
|
6809 |
+
#: admin/security-log/security-log.php:527
|
6810 |
msgid " Log Maximum POST Request Body Data (250KB)"
|
6811 |
msgstr ""
|
6812 |
|
6813 |
+
#: admin/security-log/security-log.php:538
|
6814 |
msgid "Click the Read Me Help button for examples"
|
6815 |
msgstr ""
|
6816 |
|
6817 |
+
#: admin/security-log/security-log.php:540
|
6818 |
msgid ""
|
6819 |
"Clicking OK will Add the User Agent|Bot name you have entered to your DB and "
|
6820 |
"the 403.php Security Logging template."
|
6821 |
msgstr ""
|
6822 |
|
6823 |
+
#: admin/security-log/security-log.php:540
|
6824 |
msgid ""
|
6825 |
"Security logging checks are done by the 403.php Security Logging file and "
|
6826 |
"not by DB Queries."
|
6827 |
msgstr ""
|
6828 |
|
6829 |
+
#: admin/security-log/security-log.php:540
|
6830 |
msgid ""
|
6831 |
"To remove User Agents|Bots from being ignored/not logged use the Remove|"
|
6832 |
"Allow tool."
|
6833 |
msgstr ""
|
6834 |
|
6835 |
+
#: admin/security-log/security-log.php:553
|
6836 |
msgid "Remove User Agents|Bots to Allow|Log"
|
6837 |
msgstr ""
|
6838 |
|
6839 |
+
#: admin/security-log/security-log.php:555
|
6840 |
msgid ""
|
6841 |
"Clicking OK will search your database and display User Agent|Bot DB search "
|
6842 |
"results in a Dynamic Radio button Form."
|
6843 |
msgstr ""
|
6844 |
|
6845 |
+
#: admin/security-log/security-log.php:555
|
6846 |
msgid ""
|
6847 |
"To search for ALL User Agents|Bots to remove/delete from your database leave "
|
6848 |
"the text box blank and click the Remove|Allow button."
|
6849 |
msgstr ""
|
6850 |
|
6851 |
+
#: admin/security-log/security-log.php:568
|
6852 |
msgid "Click OK to Turn Off Error Logging or click Cancel."
|
6853 |
msgstr ""
|
6854 |
|
6855 |
+
#: admin/security-log/security-log.php:576
|
6856 |
msgid "Click OK to Turn On Logging or click Cancel."
|
6857 |
msgstr ""
|
6858 |
|
6859 |
+
#: admin/security-log/security-log.php:584
|
6860 |
msgid "Clicking OK will delete the contents of your Security Log file."
|
6861 |
msgstr ""
|
6862 |
|
6863 |
+
#: admin/security-log/security-log.php:642
|
6864 |
+
#: admin/security-log/security-log.php:743
|
6865 |
msgid "Remove"
|
6866 |
msgstr ""
|
6867 |
|
6868 |
+
#: admin/security-log/security-log.php:663
|
6869 |
#, php-format
|
6870 |
msgid "%s unable to delete row from your DB."
|
6871 |
msgstr ""
|
6872 |
|
6873 |
+
#: admin/security-log/security-log.php:665
|
6874 |
#, php-format
|
6875 |
msgid "%s has been deleted from your DB."
|
6876 |
msgstr ""
|
6877 |
|
6878 |
+
#: admin/security-log/security-log.php:700
|
6879 |
msgid ""
|
6880 |
"Success! The BPS 403.php Security Logging template file has been updated. "
|
6881 |
"This User Agent|Bot will be logged again in your Security Log."
|
6882 |
msgstr ""
|
6883 |
|
6884 |
+
#: admin/security-log/security-log.php:728
|
6885 |
msgid "Error: These code characters are not allowed to be used: "
|
6886 |
msgstr ""
|
6887 |
|
6888 |
+
#: admin/security-log/security-log.php:738
|
6889 |
msgid "Search Results For User Agents|Bots To Remove"
|
6890 |
msgstr ""
|
6891 |
|
6892 |
+
#: admin/security-log/security-log.php:742
|
6893 |
msgid "User Agents|Bots in DB"
|
6894 |
msgstr ""
|
6895 |
|
6896 |
+
#: admin/security-log/security-log.php:744
|
6897 |
msgid "Do Not<br>Remove"
|
6898 |
msgstr ""
|
6899 |
|
6900 |
+
#: admin/security-log/security-log.php:745
|
6901 |
msgid "Time Added<br>To DB"
|
6902 |
msgstr ""
|
6903 |
|
6904 |
+
#: admin/security-log/security-log.php:763
|
6905 |
msgid ""
|
6906 |
"Your DB Search Results For User Agents|Bots To Remove are displayed below "
|
6907 |
"the Remove|Allow Search tool."
|
6908 |
msgstr ""
|
6909 |
|
6910 |
+
#: admin/security-log/security-log.php:767
|
6911 |
msgid ""
|
6912 |
"You do not have any User Agents|Bots in your DB To Remove. An empty/blank "
|
6913 |
"dynamic radio button form is displayed below the Remove|Allow Search tool "
|
6914 |
"since you do not have any User Agents|Bot to remove."
|
6915 |
msgstr ""
|
6916 |
|
6917 |
+
#: admin/security-log/security-log.php:773
|
6918 |
msgid ""
|
6919 |
"Clicking OK will Remove the User Agent|Bot DB entries for any Remove Radio "
|
6920 |
"button selections you have made. User Agents|Bots will also be removed from "
|
6921 |
"the 403.php Security Logging template."
|
6922 |
msgstr ""
|
6923 |
|
6924 |
+
#: admin/security-log/security-log.php:773
|
6925 |
msgid "To add a User Agent|Bot, use the Add|Ignore tool."
|
6926 |
msgstr ""
|
6927 |
|
6928 |
+
#: admin/security-log/security-log.php:802
|
6929 |
msgid ""
|
6930 |
"The Security Log File Was Not Found! Check that the file really exists here "
|
6931 |
"- /"
|
6932 |
msgstr ""
|
6933 |
|
6934 |
+
#: admin/security-log/security-log.php:802
|
6935 |
msgid "/bps-backup/logs/http_error_log.txt and is named correctly."
|
6936 |
msgstr ""
|
6937 |
|
6938 |
+
#: admin/security-log/security-log.php:820
|
6939 |
msgid ""
|
6940 |
"File Open and Write test successful! Your Security Log file is writable."
|
6941 |
msgstr ""
|
6942 |
|
6943 |
+
#: admin/security-log/security-log.php:831
|
6944 |
+
#: admin/security-log/security-log.php:835
|
6945 |
msgid "Success! Your Security Log file has been updated."
|
6946 |
msgstr ""
|
6947 |
|
7099 |
msgid "Public Internet IP Address (ISP): "
|
7100 |
msgstr ""
|
7101 |
|
7102 |
+
#: admin/system-info/system-info.php:260
|
7103 |
+
msgid "Must-Use Plugins"
|
7104 |
+
msgstr ""
|
7105 |
+
|
7106 |
+
#: admin/system-info/system-info.php:270
|
7107 |
+
msgid "Installed"
|
7108 |
+
msgstr ""
|
7109 |
+
|
7110 |
+
#: admin/system-info/system-info.php:341
|
7111 |
msgid "Website Root URL"
|
7112 |
msgstr ""
|
7113 |
|
7114 |
+
#: admin/system-info/system-info.php:342
|
7115 |
msgid "Document Root Path"
|
7116 |
msgstr ""
|
7117 |
|
7118 |
+
#: admin/system-info/system-info.php:343
|
7119 |
msgid "WP ABSPATH"
|
7120 |
msgstr ""
|
7121 |
|
7122 |
+
#: admin/system-info/system-info.php:344
|
7123 |
msgid "Parent Directory"
|
7124 |
msgstr ""
|
7125 |
|
7126 |
+
#: admin/system-info/system-info.php:346
|
7127 |
msgid "Host by Address"
|
7128 |
msgstr ""
|
7129 |
|
7130 |
+
#: admin/system-info/system-info.php:347
|
7131 |
msgid "DNS Name Server"
|
7132 |
msgstr ""
|
7133 |
|
7134 |
+
#: admin/system-info/system-info.php:350
|
7135 |
msgid "DNS Name Server Not Available"
|
7136 |
msgstr ""
|
7137 |
|
7138 |
+
#: admin/system-info/system-info.php:363
|
7139 |
msgid "Server Type"
|
7140 |
msgstr ""
|
7141 |
|
7142 |
+
#: admin/system-info/system-info.php:364
|
7143 |
msgid "Operating System"
|
7144 |
msgstr ""
|
7145 |
|
7146 |
+
#: admin/system-info/system-info.php:365
|
7147 |
msgid "WP Filesystem API Method"
|
7148 |
msgstr ""
|
7149 |
|
7150 |
+
#: admin/system-info/system-info.php:367
|
7151 |
msgid "Script Owner ID"
|
7152 |
msgstr ""
|
7153 |
|
7154 |
+
#: admin/system-info/system-info.php:368
|
7155 |
msgid "File Owner ID"
|
7156 |
msgstr ""
|
7157 |
|
7158 |
+
#: admin/system-info/system-info.php:371
|
7159 |
msgid "Script Owner Name"
|
7160 |
msgstr ""
|
7161 |
|
7162 |
+
#: admin/system-info/system-info.php:373
|
7163 |
msgid "Server API"
|
7164 |
msgstr ""
|
7165 |
|
7166 |
+
#: admin/system-info/system-info.php:377
|
7167 |
msgid " CGI Host Server Type"
|
7168 |
msgstr ""
|
7169 |
|
7170 |
+
#: admin/system-info/system-info.php:379
|
7171 |
msgid " DSO Host Server Type"
|
7172 |
msgstr ""
|
7173 |
|
7174 |
+
#: admin/system-info/system-info.php:385
|
7175 |
msgid "cURL"
|
7176 |
msgstr ""
|
7177 |
|
7178 |
+
#: admin/system-info/system-info.php:387
|
7179 |
msgid "cURL Extension is Loaded Version: "
|
7180 |
msgstr ""
|
7181 |
|
7182 |
+
#: admin/system-info/system-info.php:390
|
7183 |
msgid "cURL OpenSSL Version (Used by PayPal, etc.)"
|
7184 |
msgstr ""
|
7185 |
|
7186 |
+
#: admin/system-info/system-info.php:393
|
7187 |
msgid "cURL Extension is Not Loaded"
|
7188 |
msgstr ""
|
7189 |
|
7190 |
+
#: admin/system-info/system-info.php:396
|
7191 |
msgid "OpenSSL Library"
|
7192 |
msgstr ""
|
7193 |
|
7194 |
+
#: admin/system-info/system-info.php:401
|
7195 |
msgid "Zend Engine Version"
|
7196 |
msgstr ""
|
7197 |
|
7198 |
+
#: admin/system-info/system-info.php:402
|
7199 |
msgid "Zend Guard|Optimizer"
|
7200 |
msgstr ""
|
7201 |
|
7202 |
+
#: admin/system-info/system-info.php:404
|
7203 |
msgid "Zend Optimizer+ Extension is Loaded and Enabled"
|
7204 |
msgstr ""
|
7205 |
|
7206 |
+
#: admin/system-info/system-info.php:407
|
7207 |
msgid "Zend Optimizer Extension is Loaded"
|
7208 |
msgstr ""
|
7209 |
|
7210 |
+
#: admin/system-info/system-info.php:410
|
7211 |
msgid "Zend Guard Loader Extension is Loaded"
|
7212 |
msgstr ""
|
7213 |
|
7214 |
+
#: admin/system-info/system-info.php:413
|
7215 |
msgid "A Zend Extension is Not Loaded"
|
7216 |
msgstr ""
|
7217 |
|
7218 |
+
#: admin/system-info/system-info.php:417
|
7219 |
msgid "ionCube Loader"
|
7220 |
msgstr ""
|
7221 |
|
7222 |
+
#: admin/system-info/system-info.php:419
|
7223 |
msgid "ionCube Loader Extension is Loaded "
|
7224 |
msgstr ""
|
7225 |
|
7226 |
+
#: admin/system-info/system-info.php:419 admin/system-info/system-info.php:479
|
7227 |
+
#: admin/system-info/system-info.php:488 admin/system-info/system-info.php:619
|
7228 |
+
#: admin/system-info/system-info.php:631
|
7229 |
msgid "Version: "
|
7230 |
msgstr ""
|
7231 |
|
7232 |
+
#: admin/system-info/system-info.php:421
|
7233 |
msgid "ionCube Loader Extension is Not Loaded"
|
7234 |
msgstr ""
|
7235 |
|
7236 |
+
#: admin/system-info/system-info.php:424
|
7237 |
msgid "Suhosin"
|
7238 |
msgstr ""
|
7239 |
|
7240 |
+
#: admin/system-info/system-info.php:428
|
7241 |
msgid "The Suhosin-Patch is installed"
|
7242 |
msgstr ""
|
7243 |
|
7244 |
+
#: admin/system-info/system-info.php:431
|
7245 |
msgid "Suhosin-Extension is Loaded"
|
7246 |
msgstr ""
|
7247 |
|
7248 |
+
#: admin/system-info/system-info.php:434
|
7249 |
msgid "Suhosin is Not Installed|Loaded"
|
7250 |
msgstr ""
|
7251 |
|
7252 |
+
#: admin/system-info/system-info.php:438
|
7253 |
msgid "APC"
|
7254 |
msgstr ""
|
7255 |
|
7256 |
+
#: admin/system-info/system-info.php:440
|
7257 |
msgid "APC Extension is Loaded and Enabled"
|
7258 |
msgstr ""
|
7259 |
|
7260 |
+
#: admin/system-info/system-info.php:443
|
7261 |
msgid "APC Extension is Loaded but Not Enabled"
|
7262 |
msgstr ""
|
7263 |
|
7264 |
+
#: admin/system-info/system-info.php:445
|
7265 |
msgid "APC Extension is Not Loaded"
|
7266 |
msgstr ""
|
7267 |
|
7268 |
+
#: admin/system-info/system-info.php:448
|
7269 |
msgid "eAccelerator"
|
7270 |
msgstr ""
|
7271 |
|
7272 |
+
#: admin/system-info/system-info.php:450
|
7273 |
msgid "eAccelerator Extension is Loaded and Enabled"
|
7274 |
msgstr ""
|
7275 |
|
7276 |
+
#: admin/system-info/system-info.php:453
|
7277 |
msgid "eAccelerator Extension is Loaded but Not Enabled"
|
7278 |
msgstr ""
|
7279 |
|
7280 |
+
#: admin/system-info/system-info.php:455
|
7281 |
msgid "eAccelerator Extension is Not Loaded"
|
7282 |
msgstr ""
|
7283 |
|
7284 |
+
#: admin/system-info/system-info.php:458
|
7285 |
msgid "XCache"
|
7286 |
msgstr ""
|
7287 |
|
7288 |
+
#: admin/system-info/system-info.php:460
|
7289 |
msgid "XCache Extension is Loaded and Enabled"
|
7290 |
msgstr ""
|
7291 |
|
7292 |
+
#: admin/system-info/system-info.php:463
|
7293 |
msgid "XCache Extension is Loaded but Not Enabled"
|
7294 |
msgstr ""
|
7295 |
|
7296 |
+
#: admin/system-info/system-info.php:465
|
7297 |
msgid "XCache Extension is Not Loaded"
|
7298 |
msgstr ""
|
7299 |
|
7300 |
+
#: admin/system-info/system-info.php:468
|
7301 |
msgid "Varnish"
|
7302 |
msgstr ""
|
7303 |
|
7304 |
+
#: admin/system-info/system-info.php:470
|
7305 |
msgid "Varnish Extension is Loaded"
|
7306 |
msgstr ""
|
7307 |
|
7308 |
+
#: admin/system-info/system-info.php:472
|
7309 |
msgid "Varnish Extension is Not Loaded"
|
7310 |
msgstr ""
|
7311 |
|
7312 |
+
#: admin/system-info/system-info.php:475
|
7313 |
msgid "Memcache"
|
7314 |
msgstr ""
|
7315 |
|
7316 |
+
#: admin/system-info/system-info.php:479
|
7317 |
msgid "Memcache Extension is Loaded - "
|
7318 |
msgstr ""
|
7319 |
|
7320 |
+
#: admin/system-info/system-info.php:481
|
7321 |
msgid "Memcache Extension is Not Loaded"
|
7322 |
msgstr ""
|
7323 |
|
7324 |
+
#: admin/system-info/system-info.php:484
|
7325 |
msgid "Memcached"
|
7326 |
msgstr ""
|
7327 |
|
7328 |
+
#: admin/system-info/system-info.php:488
|
7329 |
msgid "Memcached Extension is Loaded - "
|
7330 |
msgstr ""
|
7331 |
|
7332 |
+
#: admin/system-info/system-info.php:490
|
7333 |
msgid "Memcached Extension is Not Loaded"
|
7334 |
msgstr ""
|
7335 |
|
7336 |
+
#: admin/system-info/system-info.php:503
|
7337 |
msgid "MySQL DB Info is not displayed on Network/Multisite subsites"
|
7338 |
msgstr ""
|
7339 |
|
7340 |
+
#: admin/system-info/system-info.php:524 includes/general-functions.php:283
|
7341 |
msgid "Not Set"
|
7342 |
msgstr ""
|
7343 |
|
7344 |
+
#: admin/system-info/system-info.php:530
|
7345 |
msgid "MySQL Database Server Version: "
|
7346 |
msgstr ""
|
7347 |
|
7348 |
+
#: admin/system-info/system-info.php:530
|
7349 |
msgid "MySQL Client Version: "
|
7350 |
msgstr ""
|
7351 |
|
7352 |
+
#: admin/system-info/system-info.php:530
|
7353 |
msgid "MySQL Database Server: "
|
7354 |
msgstr ""
|
7355 |
|
7356 |
+
#: admin/system-info/system-info.php:530
|
7357 |
msgid "Your MySQL Database: "
|
7358 |
msgstr ""
|
7359 |
|
7360 |
+
#: admin/system-info/system-info.php:530
|
7361 |
msgid "SQL Mode: "
|
7362 |
msgstr ""
|
7363 |
|
7364 |
+
#: admin/system-info/system-info.php:535 admin/system-info/system-info.php:538
|
7365 |
msgid "MySQL Extension: "
|
7366 |
msgstr ""
|
7367 |
|
7368 |
+
#: admin/system-info/system-info.php:535 admin/system-info/system-info.php:543
|
7369 |
msgid "Installed|Enabled"
|
7370 |
msgstr ""
|
7371 |
|
7372 |
+
#: admin/system-info/system-info.php:538 admin/system-info/system-info.php:546
|
7373 |
msgid "NOT Installed|Enabled"
|
7374 |
msgstr ""
|
7375 |
|
7376 |
+
#: admin/system-info/system-info.php:543 admin/system-info/system-info.php:546
|
7377 |
msgid "MySQLi Extension: "
|
7378 |
msgstr ""
|
7379 |
|
7380 |
+
#: admin/system-info/system-info.php:553
|
7381 |
msgid "WordPress Installation Folder"
|
7382 |
msgstr ""
|
7383 |
|
7384 |
+
#: admin/system-info/system-info.php:556
|
7385 |
msgid "WordPress Installation Type"
|
7386 |
msgstr ""
|
7387 |
|
7388 |
+
#: admin/system-info/system-info.php:558
|
7389 |
msgid "Standard|GWIOD Site Type"
|
7390 |
msgstr ""
|
7391 |
|
7392 |
+
#: admin/system-info/system-info.php:560
|
7393 |
msgid "Network|Multisite"
|
7394 |
msgstr ""
|
7395 |
|
7396 |
+
#: admin/system-info/system-info.php:562
|
7397 |
msgid "BuddyPress"
|
7398 |
msgstr ""
|
7399 |
|
7400 |
+
#: admin/system-info/system-info.php:564
|
7401 |
msgid "bbPress"
|
7402 |
msgstr ""
|
7403 |
|
7404 |
+
#: admin/system-info/system-info.php:566
|
|
|
|
|
|
|
|
|
7405 |
msgid "Plugins Folder"
|
7406 |
msgstr ""
|
7407 |
|
7408 |
+
#: admin/system-info/system-info.php:570
|
7409 |
msgid "Uploads Folder"
|
7410 |
msgstr ""
|
7411 |
|
7412 |
+
#: admin/system-info/system-info.php:576
|
7413 |
msgid "UPLOADS Constant"
|
7414 |
msgstr ""
|
7415 |
|
7416 |
+
#: admin/system-info/system-info.php:580
|
7417 |
msgid "WP Permalink Structure"
|
7418 |
msgstr ""
|
7419 |
|
7420 |
+
#: admin/system-info/system-info.php:585 admin/system-info/system-info.php:587
|
7421 |
msgid "DISABLE_WP_CRON constant"
|
7422 |
msgstr ""
|
7423 |
|
7424 |
+
#: admin/system-info/system-info.php:585
|
7425 |
msgid "Standard WP Crons are disabled on your website."
|
7426 |
msgstr ""
|
7427 |
|
7428 |
+
#: admin/system-info/system-info.php:587
|
7429 |
msgid "Standard WP Crons are not disabled on your website."
|
7430 |
msgstr ""
|
7431 |
|
7432 |
+
#: admin/system-info/system-info.php:590
|
7433 |
msgid "Total Plugins Installed"
|
7434 |
msgstr ""
|
7435 |
|
7436 |
+
#: admin/system-info/system-info.php:592
|
7437 |
+
msgid "Total Must-Use Plugins Installed"
|
7438 |
+
msgstr ""
|
7439 |
+
|
7440 |
+
#: admin/system-info/system-info.php:594
|
7441 |
msgid "Total Plugins Activated"
|
7442 |
msgstr ""
|
7443 |
|
7444 |
+
#: admin/system-info/system-info.php:597
|
7445 |
+
msgid "Total Plugins Network Activated"
|
7446 |
+
msgstr ""
|
7447 |
+
|
7448 |
+
#: admin/system-info/system-info.php:603 admin/system-info/system-info.php:605
|
7449 |
msgid "Get Plugins List"
|
7450 |
msgstr ""
|
7451 |
|
7452 |
+
#: admin/system-info/system-info.php:606
|
7453 |
msgid "This window is draggable (top) and resizable (bottom right corner)"
|
7454 |
msgstr ""
|
7455 |
|
7456 |
+
#: admin/system-info/system-info.php:611
|
7457 |
msgid "Browser Compression Supported"
|
7458 |
msgstr ""
|
7459 |
|
7460 |
+
#: admin/system-info/system-info.php:614
|
7461 |
msgid "GD Library"
|
7462 |
msgstr ""
|
7463 |
|
7464 |
+
#: admin/system-info/system-info.php:619
|
7465 |
msgid "GD Extension is Loaded - "
|
7466 |
msgstr ""
|
7467 |
|
7468 |
+
#: admin/system-info/system-info.php:622
|
7469 |
msgid "GD Extension is Not Loaded"
|
7470 |
msgstr ""
|
7471 |
|
7472 |
+
#: admin/system-info/system-info.php:625
|
7473 |
msgid "ImageMagick"
|
7474 |
msgstr ""
|
7475 |
|
7476 |
+
#: admin/system-info/system-info.php:631
|
7477 |
msgid "ImageMagick Extension is Loaded - "
|
7478 |
msgstr ""
|
7479 |
|
7480 |
+
#: admin/system-info/system-info.php:634
|
7481 |
msgid "ImageMagick Extension is Not Loaded"
|
7482 |
msgstr ""
|
7483 |
|
7484 |
+
#: admin/system-info/system-info.php:649
|
7485 |
msgid "PHP Server|PHP.ini Info"
|
7486 |
msgstr ""
|
7487 |
|
7488 |
+
#: admin/system-info/system-info.php:651
|
7489 |
msgid ""
|
7490 |
"File|Folder Permissions (CGI or DSO)|Script Owner User ID (UID)|File Owner "
|
7491 |
"User ID"
|
7492 |
msgstr ""
|
7493 |
|
7494 |
+
#: admin/system-info/system-info.php:659
|
7495 |
msgid "PHP Version"
|
7496 |
msgstr ""
|
7497 |
|
7498 |
+
#: admin/system-info/system-info.php:660
|
7499 |
msgid "PHP Memory Usage"
|
7500 |
msgstr ""
|
7501 |
|
7502 |
+
#: admin/system-info/system-info.php:660
|
7503 |
msgid " MB"
|
7504 |
msgstr ""
|
7505 |
|
7506 |
+
#: admin/system-info/system-info.php:661
|
7507 |
msgid "WordPress Admin Memory Limit"
|
7508 |
msgstr ""
|
7509 |
|
7510 |
+
#: admin/system-info/system-info.php:664
|
7511 |
msgid "WordPress Base Memory Limit"
|
7512 |
msgstr ""
|
7513 |
|
7514 |
+
#: admin/system-info/system-info.php:672 admin/system-info/system-info.php:678
|
7515 |
+
#: admin/system-info/system-info.php:681 admin/system-info/system-info.php:684
|
7516 |
msgid "PHP Actual Configuration Memory Limit: "
|
7517 |
msgstr ""
|
7518 |
|
7519 |
+
#: admin/system-info/system-info.php:672
|
7520 |
msgid "The Memory Limit value is not available from your Server."
|
7521 |
msgstr ""
|
7522 |
|
7523 |
+
#: admin/system-info/system-info.php:681 admin/system-info/system-info.php:684
|
7524 |
msgid " Recommendation: Increase Memory Limit to 128M."
|
7525 |
msgstr ""
|
7526 |
|
7527 |
+
#: admin/system-info/system-info.php:692 admin/system-info/system-info.php:694
|
7528 |
msgid "PHP Configuration File (php.ini)"
|
7529 |
msgstr ""
|
7530 |
|
7531 |
+
#: admin/system-info/system-info.php:694
|
7532 |
msgid "None/Not in use"
|
7533 |
msgstr ""
|
7534 |
|
7535 |
+
#: admin/system-info/system-info.php:707
|
7536 |
msgid "WP Temp Dir: "
|
7537 |
msgstr ""
|
7538 |
|
7539 |
+
#: admin/system-info/system-info.php:710
|
7540 |
msgid "The WP_TEMP_DIR constant is being used in wp-config.php file"
|
7541 |
msgstr ""
|
7542 |
|
7543 |
+
#: admin/system-info/system-info.php:716 admin/system-info/system-info.php:718
|
7544 |
msgid "PHP Temp Dir: "
|
7545 |
msgstr ""
|
7546 |
|
7547 |
+
#: admin/system-info/system-info.php:718 admin/system-info/system-info.php:729
|
7548 |
+
#: admin/system-info/system-info.php:737
|
7549 |
msgid "Not set/defined or directory is not writable"
|
7550 |
msgstr ""
|
7551 |
|
7552 |
+
#: admin/system-info/system-info.php:727 admin/system-info/system-info.php:729
|
7553 |
msgid "PHP Upload Temp Dir: "
|
7554 |
msgstr ""
|
7555 |
|
7556 |
+
#: admin/system-info/system-info.php:735 admin/system-info/system-info.php:737
|
7557 |
msgid "Session Save Path: "
|
7558 |
msgstr ""
|
7559 |
|
7560 |
+
#: admin/system-info/system-info.php:742
|
7561 |
msgid "On | Cycles: "
|
7562 |
msgstr ""
|
7563 |
|
7564 |
+
#: admin/system-info/system-info.php:747
|
7565 |
msgid "Garbage Collector: "
|
7566 |
msgstr ""
|
7567 |
|
7568 |
+
#: admin/system-info/system-info.php:750
|
7569 |
msgid "PHP Max Upload Size"
|
7570 |
msgstr ""
|
7571 |
|
7572 |
+
#: admin/system-info/system-info.php:753
|
7573 |
msgid "PHP Max Post Size"
|
7574 |
msgstr ""
|
7575 |
|
7576 |
+
#: admin/system-info/system-info.php:756
|
7577 |
msgid "PHP Safe Mode"
|
7578 |
msgstr ""
|
7579 |
|
7580 |
+
#: admin/system-info/system-info.php:765
|
7581 |
msgid "PHP Allow URL fopen"
|
7582 |
msgstr ""
|
7583 |
|
7584 |
+
#: admin/system-info/system-info.php:773
|
7585 |
msgid "PHP Allow URL Include"
|
7586 |
msgstr ""
|
7587 |
|
7588 |
+
#: admin/system-info/system-info.php:781
|
7589 |
msgid "PHP Display Errors"
|
7590 |
msgstr ""
|
7591 |
|
7592 |
+
#: admin/system-info/system-info.php:789
|
7593 |
msgid "PHP Display Startup Errors"
|
7594 |
msgstr ""
|
7595 |
|
7596 |
+
#: admin/system-info/system-info.php:797
|
7597 |
msgid "PHP Expose PHP"
|
7598 |
msgstr ""
|
7599 |
|
7600 |
+
#: admin/system-info/system-info.php:805
|
7601 |
msgid "PHP Register Globals"
|
7602 |
msgstr ""
|
7603 |
|
7604 |
+
#: admin/system-info/system-info.php:813
|
7605 |
msgid "PHP MySQL Allow Persistent Connections"
|
7606 |
msgstr ""
|
7607 |
|
7608 |
+
#: admin/system-info/system-info.php:821
|
7609 |
msgid "PHP Output Buffering"
|
7610 |
msgstr ""
|
7611 |
|
7612 |
+
#: admin/system-info/system-info.php:829
|
7613 |
msgid "PHP Max Script Execution Time"
|
7614 |
msgstr ""
|
7615 |
|
7616 |
+
#: admin/system-info/system-info.php:832
|
7617 |
msgid "PHP Magic Quotes GPC"
|
7618 |
msgstr ""
|
7619 |
|
7620 |
+
#: admin/system-info/system-info.php:840
|
7621 |
msgid "PHP open_basedir"
|
7622 |
msgstr ""
|
7623 |
|
7624 |
+
#: admin/system-info/system-info.php:845
|
7625 |
msgid "Off/Not in use"
|
7626 |
msgstr ""
|
7627 |
|
7628 |
+
#: admin/system-info/system-info.php:847
|
7629 |
msgid "PHP XML Support"
|
7630 |
msgstr ""
|
7631 |
|
7632 |
+
#: admin/system-info/system-info.php:849 admin/system-info/system-info.php:857
|
7633 |
+
#: admin/system-info/system-info.php:865
|
7634 |
msgid "Yes"
|
7635 |
msgstr ""
|
7636 |
|
7637 |
+
#: admin/system-info/system-info.php:852 admin/system-info/system-info.php:860
|
7638 |
+
#: admin/system-info/system-info.php:868
|
7639 |
msgid "No"
|
7640 |
msgstr ""
|
7641 |
|
7642 |
+
#: admin/system-info/system-info.php:855
|
7643 |
msgid "PHP IPTC Support"
|
7644 |
msgstr ""
|
7645 |
|
7646 |
+
#: admin/system-info/system-info.php:863
|
7647 |
msgid "PHP Exif Support"
|
7648 |
msgstr ""
|
7649 |
|
7650 |
+
#: admin/system-info/system-info.php:889
|
7651 |
msgid "CGI File and Folder Permissions|Recommendations"
|
7652 |
msgstr ""
|
7653 |
|
7654 |
+
#: admin/system-info/system-info.php:892 admin/system-info/system-info.php:925
|
7655 |
msgid "File Path"
|
7656 |
msgstr ""
|
7657 |
|
7658 |
+
#: admin/system-info/system-info.php:892 admin/system-info/system-info.php:925
|
7659 |
msgid "Folder Path"
|
7660 |
msgstr ""
|
7661 |
|
7662 |
+
#: admin/system-info/system-info.php:893 admin/system-info/system-info.php:926
|
7663 |
msgid "Recommended"
|
7664 |
msgstr ""
|
7665 |
|
7666 |
+
#: admin/system-info/system-info.php:893 admin/system-info/system-info.php:894
|
7667 |
+
#: admin/system-info/system-info.php:926 admin/system-info/system-info.php:927
|
7668 |
msgid "Permissions"
|
7669 |
msgstr ""
|
7670 |
|
7671 |
+
#: admin/system-info/system-info.php:894 admin/system-info/system-info.php:927
|
7672 |
msgid "Current"
|
7673 |
msgstr ""
|
7674 |
|
7675 |
+
#: admin/system-info/system-info.php:895 admin/system-info/system-info.php:928
|
7676 |
msgid "Script Owner"
|
7677 |
msgstr ""
|
7678 |
|
7679 |
+
#: admin/system-info/system-info.php:895 admin/system-info/system-info.php:928
|
7680 |
msgid " User ID (UID)"
|
7681 |
msgstr ""
|
7682 |
|
7683 |
+
#: admin/system-info/system-info.php:896 admin/system-info/system-info.php:929
|
7684 |
msgid "File Owner"
|
7685 |
msgstr ""
|
7686 |
|
7687 |
+
#: admin/system-info/system-info.php:896 admin/system-info/system-info.php:929
|
7688 |
msgid " User ID"
|
7689 |
msgstr ""
|
7690 |
|
7691 |
+
#: admin/system-info/system-info.php:922
|
7692 |
msgid "DSO File and Folder Permissions|Recommendations"
|
7693 |
msgstr ""
|
7694 |
|
7695 |
+
#: admin/system-info/system-info.php:957
|
7696 |
msgid "System Info Processing Completion Time: "
|
7697 |
msgstr ""
|
7698 |
|
7699 |
+
#: admin/system-info/system-info.php:990
|
7700 |
msgid "Website Headers Check Tool ~ "
|
7701 |
msgstr ""
|
7702 |
|
7703 |
+
#: admin/system-info/system-info.php:990
|
7704 |
msgid ""
|
7705 |
"Check your website Headers or another website's Headers by making a GET or "
|
7706 |
"HEAD Request"
|
7707 |
msgstr ""
|
7708 |
|
7709 |
+
#: admin/system-info/system-info.php:997
|
7710 |
msgid ""
|
7711 |
"Check your website Headers or another website's Headers by making a GET "
|
7712 |
"Request"
|
7713 |
msgstr ""
|
7714 |
|
7715 |
+
#: admin/system-info/system-info.php:1014
|
7716 |
msgid "GET Request Headers: "
|
7717 |
msgstr ""
|
7718 |
|
7719 |
+
#: admin/system-info/system-info.php:1029
|
7720 |
msgid ""
|
7721 |
"Error: The WordPress wp_remote_get function is not available or is blocked "
|
7722 |
"on your website/server."
|
7723 |
msgstr ""
|
7724 |
|
7725 |
+
#: admin/system-info/system-info.php:1039
|
7726 |
+
#: admin/system-info/system-info.php:1100
|
7727 |
msgid "Enter a Website URL - Example: "
|
7728 |
msgstr ""
|
7729 |
|
7730 |
+
#: admin/system-info/system-info.php:1042
|
7731 |
msgid ""
|
7732 |
"This Headers check makes a GET Request using the WordPress wp_remote_get "
|
7733 |
"function."
|
7734 |
msgstr ""
|
7735 |
|
7736 |
+
#: admin/system-info/system-info.php:1042
|
7737 |
msgid ""
|
7738 |
"You can use the Check Headers HEAD Request tool to check headers using HEAD "
|
7739 |
"instead of GET."
|
7740 |
msgstr ""
|
7741 |
|
7742 |
+
#: admin/system-info/system-info.php:1048
|
7743 |
msgid ""
|
7744 |
"Check your website Headers or another website's Headers by making a HEAD "
|
7745 |
"Request"
|
7746 |
msgstr ""
|
7747 |
|
7748 |
+
#: admin/system-info/system-info.php:1081
|
7749 |
msgid "HEAD Request Headers: "
|
7750 |
msgstr ""
|
7751 |
|
7752 |
+
#: admin/system-info/system-info.php:1090
|
7753 |
msgid ""
|
7754 |
"Error: The cURL Headers Check does not work on your website. Either the cURL "
|
7755 |
"Extension is not loaded or one of these functions is disabled in your php."
|
7756 |
"ini file: curl_init, curl_exec and/or curl_setopt."
|
7757 |
msgstr ""
|
7758 |
|
7759 |
+
#: admin/system-info/system-info.php:1103
|
7760 |
msgid ""
|
7761 |
"This cURL Headers check makes a HEAD Request and you will see HTTP/1.1 403 "
|
7762 |
"Forbidden displayed if you are blocking HEAD Requests in your BPS root ."
|
7763 |
"htaccess file on your website."
|
7764 |
msgstr ""
|
7765 |
|
7766 |
+
#: admin/system-info/system-info.php:1103
|
7767 |
msgid ""
|
7768 |
"Use the Check Headers GET Request tool to check your headers using GET "
|
7769 |
"instead of HEAD. This tool can also be used to check that your Security Log "
|
7776 |
msgid "BulletProof Security ~ UI|UX Settings"
|
7777 |
msgstr ""
|
7778 |
|
7779 |
+
#: admin/theme-skin/theme-skin.php:101
|
7780 |
msgid "UI|UX Settings ~ "
|
7781 |
msgstr ""
|
7782 |
|
7783 |
+
#: admin/theme-skin/theme-skin.php:101
|
7784 |
msgid "Change UI|UX visual preferences & functionality"
|
7785 |
msgstr ""
|
7786 |
|
7799 |
"are not displaying correctly, Refresh your Browser."
|
7800 |
msgstr ""
|
7801 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7802 |
#: admin/theme-skin/theme-skin.php:110
|
7803 |
msgid "Inpage Status Display"
|
7804 |
msgstr ""
|
8778 |
|
8779 |
#: admin/wizard/wizard-functions.php:607 admin/wizard/wizard-functions.php:616
|
8780 |
#: admin/wizard/wizard-functions.php:815 admin/wizard/wizard.php:593
|
8781 |
+
#: admin/wizard/wizard.php:612 admin/wizard/wizard.php:670
|
8782 |
+
#: admin/wizard/wizard.php:706
|
8783 |
msgid " DB Option created or updated Successfully!"
|
8784 |
msgstr ""
|
8785 |
|
8942 |
"maximum memory limit setting allowed by your Host."
|
8943 |
msgstr ""
|
8944 |
|
8945 |
+
#: admin/wizard/wizard.php:267 includes/functions.php:1078
|
8946 |
msgid ""
|
8947 |
"mod_authz_core is Loaded|Order, Allow, Deny directives are supported|BC: Yes|"
|
8948 |
"IfModule: Yes"
|
8954 |
"htaccess files will be created."
|
8955 |
msgstr ""
|
8956 |
|
8957 |
+
#: admin/wizard/wizard.php:276 includes/functions.php:1063
|
8958 |
msgid ""
|
8959 |
"mod_access_compat is Loaded|Order, Allow, Deny directives are supported|"
|
8960 |
"IfModule: No"
|
9033 |
"Tutorials to watch."
|
9034 |
msgstr ""
|
9035 |
|
9036 |
+
#: admin/wizard/wizard.php:389 admin/wizard/wizard.php:964
|
9037 |
msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup)"
|
9038 |
msgstr ""
|
9039 |
|
9078 |
msgid "BulletProof Security Security Log User Agent Filter Setup"
|
9079 |
msgstr ""
|
9080 |
|
9081 |
+
#: admin/wizard/wizard.php:666
|
9082 |
msgid "BulletProof Security Email Alerting & Log File Options Setup"
|
9083 |
msgstr ""
|
9084 |
|
9085 |
+
#: admin/wizard/wizard.php:703
|
9086 |
msgid "BulletProof Security Login Security & Monitoring Options Setup"
|
9087 |
msgstr ""
|
9088 |
|
9089 |
+
#: admin/wizard/wizard.php:772
|
9090 |
msgid "The Setup Wizard has completed BPS Setup."
|
9091 |
msgstr ""
|
9092 |
|
9093 |
+
#: admin/wizard/wizard.php:772
|
9094 |
msgid ""
|
9095 |
"Check the \"BPS Setup Verification & Error Checks\" section below for any "
|
9096 |
"errors in Red Font."
|
9097 |
msgstr ""
|
9098 |
|
9099 |
+
#: admin/wizard/wizard.php:778
|
9100 |
msgid "Setup Wizard Completion Time: "
|
9101 |
msgstr ""
|
9102 |
|
9103 |
+
#: admin/wizard/wizard.php:795
|
9104 |
msgid "BulletProof Security ~ Setup Wizard"
|
9105 |
msgstr ""
|
9106 |
|
9107 |
+
#: admin/wizard/wizard.php:860
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9108 |
msgid "htaccess Files Disabled Notice: "
|
9109 |
msgstr ""
|
9110 |
|
9111 |
+
#: admin/wizard/wizard.php:860
|
9112 |
msgid ""
|
9113 |
"BPS has detected that htaccess files cannot be used on your website/server. "
|
9114 |
"Click this "
|
9115 |
msgstr ""
|
9116 |
|
9117 |
+
#: admin/wizard/wizard.php:860
|
9118 |
msgid "htaccess Files Disabled Forum Topic"
|
9119 |
msgstr ""
|
9120 |
|
9121 |
+
#: admin/wizard/wizard.php:860
|
9122 |
msgid " link for more information before running the Wizards."
|
9123 |
msgstr ""
|
9124 |
|
9125 |
+
#: admin/wizard/wizard.php:872
|
9126 |
+
msgid "Setup Wizard ~ "
|
9127 |
+
msgstr ""
|
9128 |
+
|
9129 |
+
#: admin/wizard/wizard.php:872
|
9130 |
+
msgid "One-Click Complete Setup"
|
9131 |
+
msgstr ""
|
9132 |
+
|
9133 |
+
#: admin/wizard/wizard.php:889
|
9134 |
msgid "Recommended Video Tutorials: "
|
9135 |
msgstr ""
|
9136 |
|
9137 |
+
#: admin/wizard/wizard.php:894
|
9138 |
msgid "Security Log Video Tutorial"
|
9139 |
msgstr ""
|
9140 |
|
9141 |
+
#: admin/wizard/wizard.php:897
|
9142 |
msgid "Setup Wizard Steps: "
|
9143 |
msgstr ""
|
9144 |
|
9145 |
+
#: admin/wizard/wizard.php:897
|
9146 |
msgid "1. Click the Setup Wizard button."
|
9147 |
msgstr ""
|
9148 |
|
9149 |
+
#: admin/wizard/wizard.php:901
|
9150 |
msgid ""
|
9151 |
"Setup Wizard Pre-Installation Checks are automatically performed and "
|
9152 |
"displayed on the Setup Wizard page. Green font messages mean everything is "
|
9157 |
"to be fixed before running the Setup Wizard."
|
9158 |
msgstr ""
|
9159 |
|
9160 |
+
#: admin/wizard/wizard.php:901
|
9161 |
msgid ""
|
9162 |
"You can re-run the Setup Wizard again at any time. Your existing settings "
|
9163 |
"will NOT be overwritten and will be re-saved. Any new or additional settings "
|
9164 |
"that the Setup Wizard finds on your website will be saved/setup."
|
9165 |
msgstr ""
|
9166 |
|
9167 |
+
#: admin/wizard/wizard.php:901
|
9168 |
msgid ""
|
9169 |
"When the Setup Wizard has completed you will see \"The Setup Wizard has "
|
9170 |
"completed BPS Setup.\""
|
9171 |
msgstr ""
|
9172 |
|
9173 |
+
#: admin/wizard/wizard.php:901
|
9174 |
msgid ""
|
9175 |
"Your existing Root and wp-admin htaccess files are backed up before new Root "
|
9176 |
"and wp-admin htaccess files are created by the Setup Wizard. The BPS backup "
|
9177 |
"folder is here: "
|
9178 |
msgstr ""
|
9179 |
|
9180 |
+
#: admin/wizard/wizard.php:904
|
9181 |
msgid ""
|
9182 |
" and the backed up htaccess file names are: root.htaccess and wpadmin."
|
9183 |
"htaccess."
|
9184 |
msgstr ""
|
9185 |
|
9186 |
+
#: admin/wizard/wizard.php:914
|
9187 |
msgid "Setup Wizard & Overview Video Tutorial"
|
9188 |
msgstr ""
|
9189 |
|
9190 |
+
#: admin/wizard/wizard.php:941
|
9191 |
msgid "Setup Wizard Options ~ "
|
9192 |
msgstr ""
|
9193 |
|
9194 |
+
#: admin/wizard/wizard.php:941
|
9195 |
msgid ""
|
9196 |
"Click the Setup Wizard Options Read Me help button for help info about each "
|
9197 |
"option setting"
|
9198 |
msgstr ""
|
9199 |
|
9200 |
+
#: admin/wizard/wizard.php:955
|
9201 |
msgid "Forum Help Links:"
|
9202 |
msgstr ""
|
9203 |
|
9204 |
+
#: admin/wizard/wizard.php:959
|
9205 |
msgid "Go Daddy Managed WordPress Hosting (GDMW)"
|
9206 |
msgstr ""
|
9207 |
|
9208 |
+
#: admin/wizard/wizard.php:960 admin/wizard/wizard.php:964
|
9209 |
msgid "Enable|Disable htaccess Files"
|
9210 |
msgstr ""
|
9211 |
|
9212 |
+
#: admin/wizard/wizard.php:961
|
9213 |
msgid "AutoFix Forum Topic"
|
9214 |
msgstr ""
|
9215 |
|
9216 |
+
#: admin/wizard/wizard.php:964
|
9217 |
msgid ""
|
9218 |
"Setup Wizard AutoFix is turned On by default. When AutoFix is turned On the "
|
9219 |
"Setup Wizard will automatically create htaccess whitelist rules in BPS "
|
9234 |
"AutoFix Debug information so that we can figure out what the problem is."
|
9235 |
msgstr ""
|
9236 |
|
9237 |
+
#: admin/wizard/wizard.php:964 admin/wizard/wizard.php:989
|
9238 |
msgid "Go Daddy Managed WordPress Hosting (GDMW):"
|
9239 |
msgstr ""
|
9240 |
|
9241 |
+
#: admin/wizard/wizard.php:964
|
9242 |
msgid ""
|
9243 |
"This option is ONLY for a special type of Go Daddy Hosting account called "
|
9244 |
"\"Managed WordPress Hosting\" and is NOT for regular/standard Go Daddy "
|
9247 |
"section above for more information."
|
9248 |
msgstr ""
|
9249 |
|
9250 |
+
#: admin/wizard/wizard.php:964 admin/wizard/wizard.php:1001
|
9251 |
msgid "Enable|Disable htaccess Files:"
|
9252 |
msgstr ""
|
9253 |
|
9254 |
+
#: admin/wizard/wizard.php:964
|
9255 |
msgid "Before changing this option setting, click the "
|
9256 |
msgstr ""
|
9257 |
|
9258 |
+
#: admin/wizard/wizard.php:964
|
9259 |
msgid ""
|
9260 |
" Forum Help Link at the top of this Read Me help window to find out exactly "
|
9261 |
"what this option setting does and when it should or should not be used. "
|
9263 |
"htaccess Files Enabled: Will enable all BPS htaccess freatures and files."
|
9264 |
msgstr ""
|
9265 |
|
9266 |
+
#: admin/wizard/wizard.php:964
|
9267 |
msgid "Enable|Disable wp-admin BulletProof Mode"
|
9268 |
msgstr ""
|
9269 |
|
9270 |
+
#: admin/wizard/wizard.php:964
|
9271 |
msgid ""
|
9272 |
"The default setting is already set to: wp-admin BulletProof Mode Enabled. If "
|
9273 |
"you would like to disable wp-admin BulletProof Mode select wp-admin "
|
9274 |
"BulletProof Mode Disabled."
|
9275 |
msgstr ""
|
9276 |
|
9277 |
+
#: admin/wizard/wizard.php:964 admin/wizard/wizard.php:1025
|
9278 |
msgid "Zip File Download Fix (Incapsula, Proxy, Other Cause):"
|
9279 |
msgstr ""
|
9280 |
|
9281 |
+
#: admin/wizard/wizard.php:964
|
9282 |
msgid ""
|
9283 |
"This option should only be set to On if you are seeing a 403 error and/or "
|
9284 |
"unable to download these Zip files: Custom Code Export Zip file, Login "
|
9294 |
"Firewall again."
|
9295 |
msgstr ""
|
9296 |
|
9297 |
+
#: admin/wizard/wizard.php:964 admin/wizard/wizard.php:1036
|
9298 |
msgid "Network|Multisite Sitewide Login Security Settings"
|
9299 |
msgstr ""
|
9300 |
|
9301 |
+
#: admin/wizard/wizard.php:964
|
9302 |
msgid ""
|
9303 |
"This option is for Network|Multisite sites ONLY. This is an independent "
|
9304 |
"option Form that creates and saves Login Security DB option settings for all "
|
9315 |
"Reset, Sort DB Rows: Ascending - Show Oldest Login First."
|
9316 |
msgstr ""
|
9317 |
|
9318 |
+
#: admin/wizard/wizard.php:977
|
9319 |
msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup):"
|
9320 |
msgstr ""
|
9321 |
|
9322 |
+
#: admin/wizard/wizard.php:979
|
9323 |
msgid "AutoFix On"
|
9324 |
msgstr ""
|
9325 |
|
9326 |
+
#: admin/wizard/wizard.php:980
|
9327 |
msgid "AutoFix Off"
|
9328 |
msgstr ""
|
9329 |
|
9330 |
+
#: admin/wizard/wizard.php:991
|
9331 |
msgid "No (default setting)"
|
9332 |
msgstr ""
|
9333 |
|
9334 |
+
#: admin/wizard/wizard.php:992
|
9335 |
msgid "Yes (ONLY if you have Managed WordPress Hosting)"
|
9336 |
msgstr ""
|
9337 |
|
9338 |
+
#: admin/wizard/wizard.php:1002
|
9339 |
msgid ""
|
9340 |
"CAUTION: Click the Read Me help button before changing this option setting"
|
9341 |
msgstr ""
|
9342 |
|
9343 |
+
#: admin/wizard/wizard.php:1004
|
9344 |
msgid "htaccess Files Enabled"
|
9345 |
msgstr ""
|
9346 |
|
9347 |
+
#: admin/wizard/wizard.php:1005
|
9348 |
msgid "htaccess Files Disabled"
|
9349 |
msgstr ""
|
9350 |
|
9351 |
+
#: admin/wizard/wizard.php:1013
|
9352 |
msgid "Enable|Disable wp-admin BulletProof Mode:"
|
9353 |
msgstr ""
|
9354 |
|
9355 |
+
#: admin/wizard/wizard.php:1015
|
9356 |
msgid "wp-admin BulletProof Mode Enabled"
|
9357 |
msgstr ""
|
9358 |
|
9359 |
+
#: admin/wizard/wizard.php:1016
|
9360 |
msgid "wp-admin BulletProof Mode Disabled"
|
9361 |
msgstr ""
|
9362 |
|
9363 |
+
#: admin/wizard/wizard.php:1027
|
9364 |
msgid "Zip File Download Fix Off"
|
9365 |
msgstr ""
|
9366 |
|
9367 |
+
#: admin/wizard/wizard.php:1028
|
9368 |
msgid "Zip File Download Fix On"
|
9369 |
msgstr ""
|
9370 |
|
9371 |
+
#: admin/wizard/wizard.php:1067
|
9372 |
msgid ""
|
9373 |
"The Zip File Download Fix option is set to On. This option should only be "
|
9374 |
"set to On if you are unable to download these Zip files: Custom Code Export "
|
9376 |
"htaccess file backup Zip file."
|
9377 |
msgstr ""
|
9378 |
|
9379 |
+
#: admin/wizard/wizard.php:1080
|
9380 |
msgid "The Zip File Download Fix option is set to Off."
|
9381 |
msgstr ""
|
9382 |
|
9383 |
+
#: admin/wizard/wizard.php:1094
|
9384 |
msgid ""
|
9385 |
"Error: Your Network site exceeds the default WP criteria for a large network "
|
9386 |
"site. Either you have more than 10,000 users or more than 10,000 sites. "
|
9388 |
"org for assistance."
|
9389 |
msgstr ""
|
9390 |
|
9391 |
+
#: admin/wizard/wizard.php:1101
|
9392 |
msgid " LSM DB Options created or updated Successfully!"
|
9393 |
msgstr ""
|
9394 |
|
9416 |
msgid "The BPS Status Display is set to Off by default on the System Info page"
|
9417 |
msgstr ""
|
9418 |
|
9419 |
+
#: includes/functions.php:317
|
9420 |
msgid "BPS "
|
9421 |
msgstr ""
|
9422 |
|
9423 |
+
#: includes/functions.php:323 includes/functions.php:348
|
9424 |
msgid "BPS Setup Wizard Notification"
|
9425 |
msgstr ""
|
9426 |
|
9427 |
+
#: includes/functions.php:323 includes/functions.php:348
|
9428 |
msgid ""
|
9429 |
" to go to the BPS Setup Wizard page and click the Setup Wizard button to "
|
9430 |
"setup the BPS plugin."
|
9431 |
msgstr ""
|
9432 |
|
9433 |
+
#: includes/functions.php:328
|
9434 |
msgid "BPS Alert! An htaccess file was NOT found in your WordPress root folder"
|
9435 |
msgstr ""
|
9436 |
|
9437 |
+
#: includes/functions.php:328
|
9438 |
msgid ""
|
9439 |
"If you have deleted the root htaccess file for troubleshooting purposes you "
|
9440 |
"can disregard this Alert."
|
9441 |
msgstr ""
|
9442 |
|
9443 |
+
#: includes/functions.php:328 includes/functions.php:549
|
9444 |
+
#: includes/functions.php:606 includes/hud-autofix-setup.php:68
|
9445 |
#: includes/hud-dismiss-functions.php:592
|
9446 |
msgid "Go to the "
|
9447 |
msgstr ""
|
9448 |
|
9449 |
+
#: includes/functions.php:328 includes/functions.php:549
|
9450 |
msgid " and click the Root Folder BulletProof Mode Activate button."
|
9451 |
msgstr ""
|
9452 |
|
9453 |
+
#: includes/functions.php:353
|
9454 |
msgid "BPS Alert! Your site may not be protected by BulletProof Security"
|
9455 |
msgstr ""
|
9456 |
|
9457 |
+
#: includes/functions.php:353
|
9458 |
msgid ""
|
9459 |
"The BPS version: BULLETPROOF x.x SECURE .HTACCESS line of code was not found "
|
9460 |
"at the top of your Root htaccess file."
|
9461 |
msgstr ""
|
9462 |
|
9463 |
+
#: includes/functions.php:353
|
9464 |
msgid ""
|
9465 |
"The BPS version line of code MUST be at the very top of your Root htaccess "
|
9466 |
"file."
|
9467 |
msgstr ""
|
9468 |
|
9469 |
+
#: includes/functions.php:353 includes/functions.php:628
|
9470 |
msgid ""
|
9471 |
" to go to the BPS Setup Wizard page and click the Setup Wizard button to "
|
9472 |
"setup the BPS plugin again."
|
9473 |
msgstr ""
|
9474 |
|
9475 |
+
#: includes/functions.php:353
|
9476 |
msgid ""
|
9477 |
"Important Note: If you manually added other htaccess code above the BPS "
|
9478 |
"version line of code in your root htaccess file, you can copy that code to "
|
9480 |
"BPS root htaccess file. "
|
9481 |
msgstr ""
|
9482 |
|
9483 |
+
#: includes/functions.php:353
|
9484 |
msgid ""
|
9485 |
" to go to the BPS Custom Code page, add your Root custom htaccess code in an "
|
9486 |
"appropriate Root Custom Code text box and click the Save Root Custom Code "
|
9487 |
"button before running the Setup Wizard again."
|
9488 |
msgstr ""
|
9489 |
|
9490 |
+
#: includes/functions.php:525
|
9491 |
msgid "The BPS Automatic htaccess File Update Completed Successfully!"
|
9492 |
msgstr ""
|
9493 |
|
9494 |
+
#: includes/functions.php:538
|
9495 |
msgid "RBM"
|
9496 |
msgstr ""
|
9497 |
|
9498 |
+
#: includes/functions.php:549
|
9499 |
msgid ""
|
9500 |
"BPS Alert! Your site does not appear to be protected by BulletProof Security"
|
9501 |
msgstr ""
|
9502 |
|
9503 |
+
#: includes/functions.php:606
|
9504 |
msgid ""
|
9505 |
"BPS Alert! An htaccess file was NOT found in your WordPress wp-admin folder"
|
9506 |
msgstr ""
|
9507 |
|
9508 |
+
#: includes/functions.php:606
|
9509 |
msgid ""
|
9510 |
"If you have deleted the wp-admin htaccess file for troubleshooting purposes "
|
9511 |
"you can disregard this Alert."
|
9512 |
msgstr ""
|
9513 |
|
9514 |
+
#: includes/functions.php:606
|
9515 |
msgid " and click the wp-admin Folder BulletProof Mode Activate button."
|
9516 |
msgstr ""
|
9517 |
|
9518 |
+
#: includes/functions.php:628
|
9519 |
msgid ""
|
9520 |
"BPS Alert! Your wp-admin folder may not be protected by BulletProof Security"
|
9521 |
msgstr ""
|
9522 |
|
9523 |
+
#: includes/functions.php:628
|
9524 |
msgid ""
|
9525 |
"The BPS version: BULLETPROOF .xx.x WP-ADMIN SECURE .HTACCESS line of code "
|
9526 |
"was not found at the top of your wp-admin htaccess file."
|
9527 |
msgstr ""
|
9528 |
|
9529 |
+
#: includes/functions.php:628
|
9530 |
msgid ""
|
9531 |
"The BPS version line of code MUST be at the very top of your wp-admin "
|
9532 |
"htaccess file."
|
9533 |
msgstr ""
|
9534 |
|
9535 |
+
#: includes/functions.php:628
|
9536 |
msgid ""
|
9537 |
"Important Note: If you manually added other htaccess code above the BPS "
|
9538 |
"version line of code in your wp-admin htaccess file, you can copy that code "
|
9540 |
"in the BPS wp-admin htaccess file. "
|
9541 |
msgstr ""
|
9542 |
|
9543 |
+
#: includes/functions.php:628
|
9544 |
msgid ""
|
9545 |
" to go to the BPS Custom Code page, add your wp-admin custom htaccess code "
|
9546 |
"in an appropriate wp-admin Custom Code text box and click the Save wp-admin "
|
9547 |
"Custom Code button before running the Setup Wizard again."
|
9548 |
msgstr ""
|
9549 |
|
9550 |
+
#: includes/functions.php:713
|
9551 |
msgid "WBM"
|
9552 |
msgstr ""
|
9553 |
|
9554 |
+
#: includes/functions.php:724
|
9555 |
msgid ""
|
9556 |
"BPS Alert! A valid BPS htaccess file was NOT found in your wp-admin folder"
|
9557 |
msgstr ""
|
9558 |
|
9559 |
+
#: includes/functions.php:724
|
9560 |
msgid ""
|
9561 |
"BulletProof Mode for the wp-admin folder should also be activated when you "
|
9562 |
"have BulletProof Mode activated for the Root folder."
|
9563 |
msgstr ""
|
9564 |
|
9565 |
+
#: includes/functions.php:765
|
9566 |
msgid "LSM"
|
9567 |
msgstr ""
|
9568 |
|
9569 |
+
#: includes/functions.php:814
|
9570 |
msgid "No DB Backups"
|
9571 |
msgstr ""
|
9572 |
|
9573 |
+
#: includes/functions.php:819
|
9574 |
msgid "Backup Job Created"
|
9575 |
msgstr ""
|
9576 |
|
9577 |
+
#: includes/functions.php:872 includes/functions.php:878
|
9578 |
msgid "ISL"
|
9579 |
msgstr ""
|
9580 |
|
9581 |
+
#: includes/functions.php:918 includes/functions.php:924
|
9582 |
msgid "ACE"
|
9583 |
msgstr ""
|
9584 |
|
9585 |
+
#: includes/functions.php:982
|
9586 |
msgid ""
|
9587 |
"Apache Modules|Directives|Backward Compatibility(Yes|No)|IfModule(Yes|No): "
|
9588 |
msgstr ""
|
9589 |
|
9590 |
+
#: includes/functions.php:1028
|
9591 |
msgid ""
|
9592 |
"ERROR: wp_remote_get() function is blocked or unable to get the URL path"
|
9593 |
msgstr ""
|
9594 |
|
9595 |
+
#: includes/functions.php:1046
|
9596 |
msgid "mod_access_compat and mod_authz_core or mod_rewrite is NOT Loaded"
|
9597 |
msgstr ""
|
9598 |
|
9599 |
+
#: includes/functions.php:1056
|
9600 |
msgid ""
|
9601 |
"mod_access_compat is Loaded|Order, Allow, Deny directives are supported|"
|
9602 |
"IfModule: Yes"
|
9603 |
msgstr ""
|
9604 |
|
9605 |
+
#: includes/functions.php:1070
|
9606 |
msgid "mod_access_compat is Loaded"
|
9607 |
msgstr ""
|
9608 |
|
9609 |
+
#: includes/functions.php:1083
|
9610 |
msgid ""
|
9611 |
"mod_authz_core is Loaded|Order, Allow, Deny directives are NOT supported|BC: "
|
9612 |
"No|IfModule: Yes"
|
9613 |
msgstr ""
|
9614 |
|
9615 |
+
#: includes/functions.php:1088
|
9616 |
msgid "mod_authz_core is Loaded|IfModule: No"
|
9617 |
msgstr ""
|
9618 |
|
9619 |
+
#: includes/functions.php:1093
|
9620 |
msgid "mod_authz_core is NOT Loaded|IfModule: Yes"
|
9621 |
msgstr ""
|
9622 |
|
9623 |
+
#: includes/functions.php:1099
|
9624 |
msgid "mod_authz_core is NOT Loaded"
|
9625 |
msgstr ""
|
9626 |
|
9627 |
+
#: includes/functions.php:1106
|
9628 |
msgid ""
|
9629 |
"mod_authz_host is Loaded|Order, Allow, Deny directives are supported|BC: Yes|"
|
9630 |
"IfModule: Yes"
|
9631 |
msgstr ""
|
9632 |
|
9633 |
+
#: includes/functions.php:1111
|
9634 |
msgid ""
|
9635 |
"mod_authz_host is Loaded|Order, Allow, Deny directives are NOT supported|BC: "
|
9636 |
"No|IfModule: Yes"
|
9637 |
msgstr ""
|
9638 |
|
9639 |
+
#: includes/functions.php:1116
|
9640 |
msgid "mod_authz_host is Loaded|IfModule: No"
|
9641 |
msgstr ""
|
9642 |
|
9643 |
+
#: includes/functions.php:1121
|
9644 |
msgid "mod_authz_host is NOT Loaded|IfModule: Yes"
|
9645 |
msgstr ""
|
9646 |
|
9647 |
+
#: includes/functions.php:1126
|
9648 |
msgid "mod_authz_host is NOT Loaded"
|
9649 |
msgstr ""
|
9650 |
|
9651 |
+
#: includes/functions.php:1133
|
9652 |
msgid "mod_rewrite Module is Loaded"
|
9653 |
msgstr ""
|
9654 |
|
9655 |
+
#: includes/functions.php:1138
|
9656 |
msgid "mod_rewrite Inconclusive: Status is not 200, 301, 302, 403 or 404"
|
9657 |
msgstr ""
|
9658 |
|
10358 |
msgid " after you have uninstalled/deleted the WP Rocket plugin."
|
10359 |
msgstr ""
|
10360 |
|
10361 |
+
#: includes/hud-autofix-whitelist.php:73
|
10362 |
msgid ""
|
10363 |
"CC Root Text Box 9: Allow HEAD Requests General Rule for Jetpack, Marmoset "
|
10364 |
"Viewer, BackWPup, MailPoet Newsletters (wysija newsletters), "
|
10365 |
"BackUpWordPress, Broken Link Checker, MailChimp for WordPress Plugins"
|
10366 |
msgstr ""
|
10367 |
|
10368 |
+
#: includes/hud-autofix-whitelist.php:121
|
10369 |
msgid "CC Root Text Box 10: WooCommerce Plugin"
|
10370 |
msgstr ""
|
10371 |
|
10372 |
+
#: includes/hud-autofix-whitelist.php:127
|
10373 |
msgid "CC Root Text Box 10: Simple Lightbox Plugin"
|
10374 |
msgstr ""
|
10375 |
|
10376 |
+
#: includes/hud-autofix-whitelist.php:133
|
10377 |
msgid "CC Root Text Box 10: WPBakery Visual Composer Plugin"
|
10378 |
msgstr ""
|
10379 |
|
10380 |
+
#: includes/hud-autofix-whitelist.php:139
|
10381 |
msgid "CC Root Text Box 10: Event Espresso Attendee Mover Plugin"
|
10382 |
msgstr ""
|
10383 |
|
10384 |
+
#: includes/hud-autofix-whitelist.php:145
|
10385 |
msgid "CC Root Text Box 10: WP Rocket Plugin"
|
10386 |
msgstr ""
|
10387 |
|
10388 |
+
#: includes/hud-autofix-whitelist.php:151
|
10389 |
msgid "CC Root Text Box 10: Easy Media Gallery Pro Plugin"
|
10390 |
msgstr ""
|
10391 |
|
10392 |
+
#: includes/hud-autofix-whitelist.php:157
|
10393 |
msgid "CC Root Text Box 10: Nextend Facebook Connect Plugin"
|
10394 |
msgstr ""
|
10395 |
|
10396 |
+
#: includes/hud-autofix-whitelist.php:163
|
10397 |
msgid "CC Root Text Box 10: Shashin Plugin"
|
10398 |
msgstr ""
|
10399 |
|
10400 |
+
#: includes/hud-autofix-whitelist.php:169
|
10401 |
msgid "CC Root Text Box 10: Nocturnal Theme"
|
10402 |
msgstr ""
|
10403 |
|
10404 |
+
#: includes/hud-autofix-whitelist.php:175
|
10405 |
msgid "CC Root Text Box 10: Shopp Plugin"
|
10406 |
msgstr ""
|
10407 |
|
10408 |
+
#: includes/hud-autofix-whitelist.php:181
|
10409 |
msgid "CC Root Text Box 10: WP-Invoice - Web Invoice and Billing Plugin"
|
10410 |
msgstr ""
|
10411 |
|
10412 |
+
#: includes/hud-autofix-whitelist.php:187
|
10413 |
msgid "CC Root Text Box 10: wp-greet Plugin"
|
10414 |
msgstr ""
|
10415 |
|
10416 |
+
#: includes/hud-autofix-whitelist.php:193
|
10417 |
msgid "CC Root Text Box 10: WP-Juicebox Plugin"
|
10418 |
msgstr ""
|
10419 |
|
10420 |
+
#: includes/hud-autofix-whitelist.php:199
|
10421 |
msgid "CC Root Text Box 10: Prayer Engine Plugin"
|
10422 |
msgstr ""
|
10423 |
|
10424 |
+
#: includes/hud-autofix-whitelist.php:205
|
10425 |
msgid "CC Root Text Box 10: Appointment Calendar Plugin"
|
10426 |
msgstr ""
|
10427 |
|
10428 |
+
#: includes/hud-autofix-whitelist.php:211
|
10429 |
msgid "CC Root Text Box 10: ThirstyAffiliates Plugin"
|
10430 |
msgstr ""
|
10431 |
|
10432 |
+
#: includes/hud-autofix-whitelist.php:217
|
10433 |
msgid "CC Root Text Box 10: WooCommerce Ogone Payment Gateway Plugin"
|
10434 |
msgstr ""
|
10435 |
|
10436 |
+
#: includes/hud-autofix-whitelist.php:223
|
10437 |
msgid "CC Root Text Box 10: OIOpublisher Ad Manager Plugin"
|
10438 |
msgstr ""
|
10439 |
|
10440 |
+
#: includes/hud-autofix-whitelist.php:254
|
10441 |
msgid "CC Root Text Box 11: PDF Viewer (Envigeek Web Services) Plugin"
|
10442 |
msgstr ""
|
10443 |
|
10444 |
+
#: includes/hud-autofix-whitelist.php:260
|
10445 |
msgid "CC Root Text Box 11: Marmoset Viewer Plugin"
|
10446 |
msgstr ""
|
10447 |
|
10448 |
+
#: includes/hud-autofix-whitelist.php:266
|
10449 |
msgid ""
|
10450 |
"CC Root Text Box 11: PDF viewer for WordPress (ThemeNcode code canyon) Plugin"
|
10451 |
msgstr ""
|
10452 |
|
10453 |
+
#: includes/hud-autofix-whitelist.php:272
|
10454 |
msgid "CC Root Text Box 11: jupdf pdf viewer Plugin"
|
10455 |
msgstr ""
|
10456 |
|
10457 |
+
#: includes/hud-autofix-whitelist.php:278
|
10458 |
msgid "CC Root Text Box 11: UserPro (code canyon) Plugin"
|
10459 |
msgstr ""
|
10460 |
|
10461 |
+
#: includes/hud-autofix-whitelist.php:284
|
10462 |
msgid "CC Root Text Box 11: NativeChurch Theme"
|
10463 |
msgstr ""
|
10464 |
|
10465 |
+
#: includes/hud-autofix-whitelist.php:290
|
10466 |
msgid "CC Root Text Box 11: User Avatar (CTLT DEV) Plugin"
|
10467 |
msgstr ""
|
10468 |
|
10469 |
+
#: includes/hud-autofix-whitelist.php:296
|
10470 |
msgid "CC Root Text Box 11: OIOpublisher Ad Manager Plugin"
|
10471 |
msgstr ""
|
10472 |
|
10473 |
+
#: includes/hud-autofix-whitelist.php:302
|
10474 |
msgid "CC Root Text Box 11: Digital Access Pass (DAP) Plugin"
|
10475 |
msgstr ""
|
10476 |
|
10477 |
+
#: includes/hud-autofix-whitelist.php:308
|
10478 |
msgid "CC Root Text Box 11: Easy Pagination (code canyon) Plugin"
|
10479 |
msgstr ""
|
10480 |
|
10481 |
+
#: includes/hud-autofix-whitelist.php:314
|
10482 |
msgid "CC Root Text Box 11: iTheme2 Theme"
|
10483 |
msgstr ""
|
10484 |
|
10485 |
+
#: includes/hud-autofix-whitelist.php:320
|
10486 |
msgid "CC Root Text Box 11: SmoothV4.1 Theme"
|
10487 |
msgstr ""
|
10488 |
|
10489 |
+
#: includes/hud-autofix-whitelist.php:393
|
10490 |
msgid "CC Root Text Box 12: WooCommerce PagSeguro Plugin"
|
10491 |
msgstr ""
|
10492 |
|
10493 |
+
#: includes/hud-autofix-whitelist.php:399
|
10494 |
msgid "CC Root Text Box 12: Event Espresso Plugin"
|
10495 |
msgstr ""
|
10496 |
|
10497 |
+
#: includes/hud-autofix-whitelist.php:405
|
10498 |
msgid "CC Root Text Box 12: WooCommerce Serial Key Plugin"
|
10499 |
msgstr ""
|
10500 |
|
10501 |
+
#: includes/hud-autofix-whitelist.php:411
|
10502 |
msgid "CC Root Text Box 12: WooCommerce WorldPay Extension"
|
10503 |
msgstr ""
|
10504 |
|
10505 |
+
#: includes/hud-autofix-whitelist.php:417
|
10506 |
msgid "CC Root Text Box 12: Kama Click Counter Plugin"
|
10507 |
msgstr ""
|
10508 |
|
10509 |
+
#: includes/hud-autofix-whitelist.php:423
|
10510 |
msgid "CC Root Text Box 12: Riva Slider Pro Plugin"
|
10511 |
msgstr ""
|
10512 |
|
10513 |
+
#: includes/hud-autofix-whitelist.php:429
|
10514 |
msgid "CC Root Text Box 12: WordPress Auto Spinner Plugin"
|
10515 |
msgstr ""
|
10516 |
|
10517 |
+
#: includes/hud-autofix-whitelist.php:435
|
10518 |
msgid "CC Root Text Box 12: AgriTurismo Theme"
|
10519 |
msgstr ""
|
10520 |
|
10521 |
+
#: includes/hud-autofix-whitelist.php:441
|
10522 |
msgid "CC Root Text Box 12: WP Content Copy Protection Plugin"
|
10523 |
msgstr ""
|
10524 |
|
10525 |
+
#: includes/hud-autofix-whitelist.php:447
|
10526 |
msgid "CC Root Text Box 12: PanoPress Plugin"
|
10527 |
msgstr ""
|
10528 |
|
10529 |
+
#: includes/hud-autofix-whitelist.php:453
|
10530 |
msgid "CC Root Text Box 12: Easy Social Share Buttons (Code Canyon) Plugin"
|
10531 |
msgstr ""
|
10532 |
|
10533 |
+
#: includes/hud-autofix-whitelist.php:459
|
10534 |
msgid "CC Root Text Box 12: MainWP Plugin"
|
10535 |
msgstr ""
|
10536 |
|
10537 |
+
#: includes/hud-autofix-whitelist.php:465
|
10538 |
msgid "CC Root Text Box 12: Clever Course Theme"
|
10539 |
msgstr ""
|
10540 |
|
10541 |
+
#: includes/hud-autofix-whitelist.php:471
|
10542 |
msgid "CC Root Text Box 12: WP eStore (WP Cart for Digital Products) Plugin"
|
10543 |
msgstr ""
|
10544 |
|
10545 |
+
#: includes/hud-autofix-whitelist.php:477
|
10546 |
msgid "CC Root Text Box 12: WP eMember Plugin"
|
10547 |
msgstr ""
|
10548 |
|
10549 |
+
#: includes/hud-autofix-whitelist.php:483
|
10550 |
msgid "CC Root Text Box 12: Easy Digital Downloads Plugin"
|
10551 |
msgstr ""
|
10552 |
|
10553 |
+
#: includes/hud-autofix-whitelist.php:489
|
10554 |
msgid "CC Root Text Box 12: MailPoet Newsletters (wysija newsletters) Plugin"
|
10555 |
msgstr ""
|
10556 |
|
10557 |
+
#: includes/hud-autofix-whitelist.php:495
|
10558 |
msgid "CC Root Text Box 12: MailChimp for WordPress Plugin"
|
10559 |
msgstr ""
|
10560 |
|
10561 |
+
#: includes/hud-autofix-whitelist.php:501
|
10562 |
msgid "CC Root Text Box 12: Digital Access Pass (DAP) Plugin"
|
10563 |
msgstr ""
|
10564 |
|
10565 |
+
#: includes/hud-autofix-whitelist.php:507
|
10566 |
msgid "CC Root Text Box 12: WordPress Newsletter (tribulant) Plugin"
|
10567 |
msgstr ""
|
10568 |
|
10569 |
+
#: includes/hud-autofix-whitelist.php:565
|
10570 |
msgid "CC wp-admin Text Box 3: WooCommerce Product Feed Pro Plugin"
|
10571 |
msgstr ""
|
10572 |
|
10573 |
+
#: includes/hud-autofix-whitelist.php:571
|
10574 |
msgid "CC wp-admin Text Box 3: WPBakery Visual Composer Plugin"
|
10575 |
msgstr ""
|
10576 |
|
10577 |
+
#: includes/hud-autofix-whitelist.php:577
|
10578 |
msgid "CC wp-admin Text Box 3: Bookly Booking Plugin"
|
10579 |
msgstr ""
|
10580 |
|
10581 |
+
#: includes/hud-autofix-whitelist.php:583
|
10582 |
msgid "CC wp-admin Text Box 3: Easy Media Gallery Pro Plugin"
|
10583 |
msgstr ""
|
10584 |
|
10585 |
+
#: includes/hud-autofix-whitelist.php:589
|
10586 |
msgid "CC wp-admin Text Box 3: NextGen Gallery Plugin"
|
10587 |
msgstr ""
|
10588 |
|
10589 |
+
#: includes/hud-autofix-whitelist.php:595
|
10590 |
msgid "CC wp-admin Text Box 3: OptimizePress Theme"
|
10591 |
msgstr ""
|
10592 |
|
10593 |
+
#: includes/hud-autofix-whitelist.php:601
|
10594 |
msgid "CC wp-admin Text Box 3: tribulant Shopping Cart (WP Checkout) Plugin"
|
10595 |
msgstr ""
|
10596 |
|
10597 |
+
#: includes/hud-autofix-whitelist.php:607
|
10598 |
msgid "CC wp-admin Text Box 3: ithemes Video Showcase Plugin"
|
10599 |
msgstr ""
|
10600 |
|
10601 |
+
#: includes/hud-autofix-whitelist.php:613
|
10602 |
msgid "CC wp-admin Text Box 3: WP-Invoice - Web Invoice and Billing Plugin"
|
10603 |
msgstr ""
|
10604 |
|
10605 |
+
#: includes/hud-autofix-whitelist.php:619
|
10606 |
msgid "CC wp-admin Text Box 3: Yoast SEO Plugin"
|
10607 |
msgstr ""
|
10608 |
|
10609 |
+
#: includes/hud-autofix-whitelist.php:625
|
10610 |
msgid "CC wp-admin Text Box 3: Formidable Pro Plugin"
|
10611 |
msgstr ""
|
10612 |
|
10613 |
+
#: includes/hud-autofix-whitelist.php:631
|
10614 |
msgid "CC wp-admin Text Box 3: Google Typography Plugin"
|
10615 |
msgstr ""
|
10616 |
|
10617 |
+
#: includes/hud-autofix-whitelist.php:637
|
10618 |
msgid "CC wp-admin Text Box 3: Flare Plugin"
|
10619 |
msgstr ""
|
10620 |
|
10621 |
+
#: includes/hud-autofix-whitelist.php:643
|
10622 |
msgid "CC wp-admin Text Box 3: bbPress Plugin"
|
10623 |
msgstr ""
|
10624 |
|
10625 |
+
#: includes/hud-autofix-whitelist.php:649
|
10626 |
msgid ""
|
10627 |
"CC wp-admin Text Box 3: Spider Event Calendar (WordPress Event Calendar) "
|
10628 |
"Plugin"
|
10629 |
msgstr ""
|
10630 |
|
10631 |
+
#: includes/hud-autofix-whitelist.php:658
|
10632 |
msgid "CC wp-admin Text Box 3: BuddyPress Plugin"
|
10633 |
msgstr ""
|
10634 |
|
10635 |
+
#: includes/hud-autofix-whitelist.php:666
|
10636 |
msgid "CC wp-admin Text Box 3: WPML Translation Management Plugin"
|
10637 |
msgstr ""
|
10638 |
|
10639 |
+
#: includes/hud-autofix-whitelist.php:672
|
10640 |
msgid "CC wp-admin Text Box 3: Events Manager Plugin"
|
10641 |
msgstr ""
|
10642 |
|
10643 |
+
#: includes/hud-autofix-whitelist.php:678
|
10644 |
msgid ""
|
10645 |
"CC wp-admin Text Box 3: MailPoet Newsletters (wysija newsletters) Plugin"
|
10646 |
msgstr ""
|
10647 |
|
10648 |
+
#: includes/hud-autofix-whitelist.php:684
|
10649 |
msgid "CC wp-admin Text Box 3: Event Espresso Plugin"
|
10650 |
msgstr ""
|
10651 |
|
10652 |
+
#: includes/hud-autofix-whitelist.php:690
|
10653 |
msgid "CC wp-admin Text Box 3: Content Egg (Free and Pro) Plugin"
|
10654 |
msgstr ""
|
10655 |
|
10656 |
+
#: includes/hud-autofix-whitelist.php:718
|
10657 |
msgid "CC wp-admin Text Box 4: Content Egg (Free and Pro) Plugin"
|
10658 |
msgstr ""
|
10659 |
|
10660 |
+
#: includes/hud-autofix-whitelist.php:724
|
10661 |
msgid "CC wp-admin Text Box 4: Event Espresso Plugin"
|
10662 |
msgstr ""
|
10663 |
|
10664 |
+
#: includes/hud-autofix-whitelist.php:731
|
10665 |
msgid "CC wp-admin Text Box 4: Open Web Analytics (github) Plugin"
|
10666 |
msgstr ""
|
10667 |
|
10668 |
+
#: includes/hud-autofix-whitelist.php:738
|
10669 |
msgid "CC wp-admin Text Box 4: UberGrid (code canyon) Plugin"
|
10670 |
msgstr ""
|
10671 |
|
10672 |
+
#: includes/hud-autofix-whitelist.php:744
|
10673 |
msgid "BPS Setup Wizard AutoFix (AutoWhitelist|AutoSetup|AutoCleanup) Notice"
|
10674 |
msgstr ""
|
10675 |
|
10676 |
+
#: includes/hud-autofix-whitelist.php:744
|
10677 |
msgid ""
|
10678 |
"One or more of your plugins or your theme requires a BPS Custom Code "
|
10679 |
"whitelist rule to be automatically created by the Setup Wizard."
|
10680 |
msgstr ""
|
10681 |
|
10682 |
+
#: includes/hud-autofix-whitelist.php:744
|
10683 |
msgid "Setup Wizard link"
|
10684 |
msgstr ""
|
10685 |
|
10686 |
+
#: includes/hud-autofix-whitelist.php:744
|
10687 |
msgid ""
|
10688 |
" and click the Setup Wizard button to automatically create BPS Custom Code "
|
10689 |
"whitelist rules."
|
10690 |
msgstr ""
|
10691 |
|
10692 |
+
#: includes/hud-autofix-whitelist.php:744
|
10693 |
msgid "This BPS AutoFix check can be turned Off on the "
|
10694 |
msgstr ""
|
10695 |
|
10696 |
+
#: includes/hud-autofix-whitelist.php:744
|
10697 |
msgid ""
|
10698 |
" page if you do not want BPS to check for any plugin or theme whitelist "
|
10699 |
"rules."
|
10700 |
msgstr ""
|
10701 |
|
10702 |
+
#: includes/hud-autofix-whitelist.php:753
|
10703 |
msgid "BPS AutoFix Debug: Custom Code Text Box Number and Plugin or Theme Name"
|
10704 |
msgstr ""
|
10705 |
|
10706 |
+
#: includes/hud-autofix-whitelist.php:756
|
10707 |
msgid "No Plugin or Theme AutoFix Custom Code Whitelist Rules were found"
|
10708 |
msgstr ""
|
10709 |
|
11092 |
msgid " and click the BPS MU Tools Enable BPS Plugin AutoUpdates link."
|
11093 |
msgstr ""
|
11094 |
|
11095 |
+
#: includes/login-security.php:90 includes/login-security.php:96
|
11096 |
+
#: includes/login-security.php:293 includes/login-security.php:423
|
11097 |
+
#: includes/login-security.php:429 includes/login-security.php:539
|
11098 |
+
#: includes/login-security.php:662 includes/login-security.php:668
|
11099 |
+
#: includes/login-security.php:672 includes/login-security.php:678
|
11100 |
+
#: includes/login-security.php:682 includes/login-security.php:692
|
11101 |
+
#: includes/login-security.php:700 includes/login-security.php:704
|
11102 |
+
#: includes/login-security.php:711 includes/login-security.php:715
|
11103 |
+
#: includes/login-security.php:725 includes/login-security.php:729
|
11104 |
+
#: includes/login-security.php:738 includes/login-security.php:742
|
11105 |
msgid "ERROR:"
|
11106 |
msgstr ""
|
11107 |
|
11108 |
+
#: includes/login-security.php:90 includes/login-security.php:293
|
11109 |
+
#: includes/login-security.php:423 includes/login-security.php:539
|
11110 |
msgid " This user account has been locked until "
|
11111 |
msgstr ""
|
11112 |
|
11113 |
+
#: includes/login-security.php:90 includes/login-security.php:293
|
11114 |
+
#: includes/login-security.php:423 includes/login-security.php:539
|
11115 |
msgid ""
|
11116 |
" due to too many failed login attempts. You can login again after the "
|
11117 |
"Lockout Time above has expired."
|
11118 |
msgstr ""
|
11119 |
|
11120 |
+
#: includes/login-security.php:96 includes/login-security.php:429
|
11121 |
+
#: includes/login-security.php:678 includes/login-security.php:682
|
11122 |
+
#: includes/login-security.php:725 includes/login-security.php:729
|
11123 |
+
#: includes/login-security.php:738 includes/login-security.php:742
|
11124 |
msgid " Invalid Entry."
|
11125 |
msgstr ""
|
11126 |
|
11127 |
+
#: includes/login-security.php:96 includes/login-security.php:429
|
11128 |
+
#: includes/login-security.php:662 includes/login-security.php:668
|
11129 |
+
#: includes/login-security.php:672 includes/login-security.php:678
|
11130 |
+
#: includes/login-security.php:682 includes/login-security.php:692
|
11131 |
+
#: includes/login-security.php:700 includes/login-security.php:704
|
11132 |
+
#: includes/login-security.php:711 includes/login-security.php:715
|
11133 |
+
#: includes/login-security.php:725 includes/login-security.php:729
|
11134 |
+
#: includes/login-security.php:738 includes/login-security.php:742
|
11135 |
msgid "Lost your password?"
|
11136 |
msgstr ""
|
11137 |
|
11138 |
+
#: includes/login-security.php:114 includes/login-security.php:253
|
11139 |
+
#: includes/login-security.php:497
|
11140 |
msgid "A User has logged in on website: "
|
11141 |
msgstr ""
|
11142 |
|
11143 |
+
#: includes/login-security.php:115 includes/login-security.php:131
|
11144 |
+
#: includes/login-security.php:162 includes/login-security.php:178
|
11145 |
+
#: includes/login-security.php:254 includes/login-security.php:270
|
11146 |
+
#: includes/login-security.php:498 includes/login-security.php:515
|
11147 |
msgid ""
|
11148 |
"To take further action go to the Login Security page. If you do not want to "
|
11149 |
"receive further email alerts change or turn off Login Security Email Alerts."
|
11150 |
msgstr ""
|
11151 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11152 |
#: includes/login-security.php:116 includes/login-security.php:132
|
11153 |
#: includes/login-security.php:163 includes/login-security.php:179
|
11154 |
#: includes/login-security.php:213 includes/login-security.php:255
|
11155 |
#: includes/login-security.php:271 includes/login-security.php:367
|
11156 |
#: includes/login-security.php:452 includes/login-security.php:500
|
11157 |
#: includes/login-security.php:517 includes/login-security.php:613
|
11158 |
+
msgid "Username:"
|
11159 |
msgstr ""
|
11160 |
|
11161 |
#: includes/login-security.php:117 includes/login-security.php:133
|
11164 |
#: includes/login-security.php:272 includes/login-security.php:368
|
11165 |
#: includes/login-security.php:453 includes/login-security.php:501
|
11166 |
#: includes/login-security.php:518 includes/login-security.php:614
|
11167 |
+
msgid "Status:"
|
11168 |
msgstr ""
|
11169 |
|
11170 |
#: includes/login-security.php:118 includes/login-security.php:134
|
11173 |
#: includes/login-security.php:273 includes/login-security.php:369
|
11174 |
#: includes/login-security.php:454 includes/login-security.php:502
|
11175 |
#: includes/login-security.php:519 includes/login-security.php:615
|
11176 |
+
msgid "User Role:"
|
11177 |
msgstr ""
|
11178 |
|
11179 |
#: includes/login-security.php:119 includes/login-security.php:135
|
11180 |
#: includes/login-security.php:166 includes/login-security.php:182
|
11181 |
+
#: includes/login-security.php:216 includes/login-security.php:258
|
11182 |
+
#: includes/login-security.php:274 includes/login-security.php:370
|
11183 |
+
#: includes/login-security.php:455 includes/login-security.php:503
|
11184 |
+
#: includes/login-security.php:520 includes/login-security.php:616
|
11185 |
+
msgid "Email:"
|
11186 |
msgstr ""
|
11187 |
|
11188 |
#: includes/login-security.php:120 includes/login-security.php:136
|
11191 |
#: includes/login-security.php:275 includes/login-security.php:373
|
11192 |
#: includes/login-security.php:458 includes/login-security.php:504
|
11193 |
#: includes/login-security.php:521 includes/login-security.php:619
|
11194 |
+
msgid "User IP Address:"
|
11195 |
msgstr ""
|
11196 |
|
11197 |
#: includes/login-security.php:121 includes/login-security.php:137
|
11200 |
#: includes/login-security.php:276 includes/login-security.php:374
|
11201 |
#: includes/login-security.php:459 includes/login-security.php:505
|
11202 |
#: includes/login-security.php:522 includes/login-security.php:620
|
11203 |
+
msgid "User Hostname:"
|
11204 |
msgstr ""
|
11205 |
|
11206 |
#: includes/login-security.php:122 includes/login-security.php:138
|
11209 |
#: includes/login-security.php:277 includes/login-security.php:375
|
11210 |
#: includes/login-security.php:460 includes/login-security.php:506
|
11211 |
#: includes/login-security.php:523 includes/login-security.php:621
|
11212 |
+
msgid "Request URI:"
|
11213 |
+
msgstr ""
|
11214 |
+
|
11215 |
+
#: includes/login-security.php:123 includes/login-security.php:139
|
11216 |
+
#: includes/login-security.php:170 includes/login-security.php:186
|
11217 |
+
#: includes/login-security.php:222 includes/login-security.php:262
|
11218 |
+
#: includes/login-security.php:278 includes/login-security.php:376
|
11219 |
+
#: includes/login-security.php:461 includes/login-security.php:507
|
11220 |
+
#: includes/login-security.php:524 includes/login-security.php:622
|
11221 |
msgid "Website:"
|
11222 |
msgstr ""
|
11223 |
|
11224 |
+
#: includes/login-security.php:130 includes/login-security.php:177
|
11225 |
+
#: includes/login-security.php:269 includes/login-security.php:514
|
11226 |
msgid "An Administrator has logged in on website: "
|
11227 |
msgstr ""
|
11228 |
|
11229 |
+
#: includes/login-security.php:161
|
11230 |
msgid "Test A User has logged in on website: "
|
11231 |
msgstr ""
|
11232 |
|
11233 |
+
#: includes/login-security.php:208 includes/login-security.php:362
|
11234 |
+
#: includes/login-security.php:447 includes/login-security.php:608
|
11235 |
msgid "A User Account has been locked on website: "
|
11236 |
msgstr ""
|
11237 |
|
11238 |
+
#: includes/login-security.php:209 includes/login-security.php:363
|
11239 |
+
#: includes/login-security.php:448 includes/login-security.php:609
|
11240 |
msgid ""
|
11241 |
"To take further action go to the Login Security page. If no action is taken "
|
11242 |
"then the User will be able to try and login again after the Lockout Time has "
|
11244 |
"off Login Security Email Alerts."
|
11245 |
msgstr ""
|
11246 |
|
11247 |
+
#: includes/login-security.php:210 includes/login-security.php:364
|
11248 |
+
#: includes/login-security.php:449 includes/login-security.php:610
|
11249 |
msgid ""
|
11250 |
"What to do if your User Account is locked and you are unable to login to "
|
11251 |
"your website:"
|
11252 |
msgstr ""
|
11253 |
|
11254 |
+
#: includes/login-security.php:210 includes/login-security.php:364
|
11255 |
+
#: includes/login-security.php:449 includes/login-security.php:610
|
11256 |
msgid ""
|
11257 |
" Use FTP or your web host control panel file manager and rename the /"
|
11258 |
"bulletproof-security plugin folder name to /_bulletproof-security. Log into "
|
11261 |
"Account."
|
11262 |
msgstr ""
|
11263 |
|
11264 |
+
#: includes/login-security.php:211 includes/login-security.php:365
|
11265 |
+
#: includes/login-security.php:450 includes/login-security.php:611
|
11266 |
msgid "What to do if your User Account is being locked repeatedly:"
|
11267 |
msgstr ""
|
11268 |
|
11269 |
+
#: includes/login-security.php:211 includes/login-security.php:365
|
11270 |
+
#: includes/login-security.php:450 includes/login-security.php:611
|
11271 |
msgid ""
|
11272 |
" Additional things that you can do to protect publicly displayed usernames, "
|
11273 |
"not exposing author names/user account names, etc."
|
11274 |
msgstr ""
|
11275 |
|
11276 |
+
#: includes/login-security.php:217 includes/login-security.php:371
|
11277 |
+
#: includes/login-security.php:456 includes/login-security.php:617
|
11278 |
msgid "Lockout Time:"
|
11279 |
msgstr ""
|
11280 |
|
11281 |
+
#: includes/login-security.php:218 includes/login-security.php:372
|
11282 |
+
#: includes/login-security.php:457 includes/login-security.php:618
|
11283 |
msgid "Lockout Time Expires:"
|
11284 |
msgstr ""
|
11285 |
|
11286 |
+
#: includes/login-security.php:662 includes/login-security.php:672
|
11287 |
msgid " Invalid username."
|
11288 |
msgstr ""
|
11289 |
|
11290 |
+
#: includes/login-security.php:668
|
11291 |
msgid " Invalid email address."
|
11292 |
msgstr ""
|
11293 |
|
11294 |
+
#: includes/login-security.php:692 includes/login-security.php:704
|
11295 |
+
#: includes/login-security.php:715
|
11296 |
msgid " The password you entered for the username "
|
11297 |
msgstr ""
|
11298 |
|
11299 |
+
#: includes/login-security.php:692 includes/login-security.php:700
|
11300 |
+
#: includes/login-security.php:704 includes/login-security.php:711
|
11301 |
+
#: includes/login-security.php:715
|
11302 |
msgid " is incorrect. "
|
11303 |
msgstr ""
|
11304 |
|
11305 |
+
#: includes/login-security.php:700 includes/login-security.php:711
|
11306 |
msgid " The password you entered for the email address "
|
11307 |
msgstr ""
|
11308 |
|
11309 |
+
#: includes/login-security.php:700 includes/login-security.php:704
|
11310 |
+
#: includes/login-security.php:725 includes/login-security.php:738
|
11311 |
msgid " Login Attempts Remaining "
|
11312 |
msgstr ""
|
11313 |
|
readme.txt
CHANGED
@@ -2,17 +2,17 @@
|
|
2 |
Contributors: AITpro
|
3 |
Donate link: https://wordpress.org/support/view/plugin-reviews/bulletproof-security?rate=5#postform
|
4 |
Tags: security, secure, security plugin, wordpress security, login, firewall, malware, bruteforce, backup, exploit, infection, login security, protection, virus, antivirus, logout, spam
|
5 |
-
Requires at least: 3.
|
6 |
Tested up to: 4.8
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
|
16 |
|
17 |
= BulletProof Security Feature Highlights =
|
18 |
|
2 |
Contributors: AITpro
|
3 |
Donate link: https://wordpress.org/support/view/plugin-reviews/bulletproof-security?rate=5#postform
|
4 |
Tags: security, secure, security plugin, wordpress security, login, firewall, malware, bruteforce, backup, exploit, infection, login security, protection, virus, antivirus, logout, spam
|
5 |
+
Requires at least: 3.8
|
6 |
Tested up to: 4.8
|
7 |
+
Stable tag: 2.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Automated user friendly Security Plugin: Firewall Security, Login Security, Database Security & Backup & much more...
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
Automated user friendly Security Plugin: Firewall Security, Login Security, Database Security & Backup & much more... View Security feature highlights below. View BulletProof Security feature details for specific details about security features. Secure your WordPress website even further by adding additional BulletProof Security Bonus Custom Code (See the BulletProof Security Bonus Custom Code help section). Effective, Reliable & Easy to use WordPress Security Plugin.
|
16 |
|
17 |
= BulletProof Security Feature Highlights =
|
18 |
|