Файловый менеджер - Редактировать - /home/lexlmvtu/public_html/wp-content/plugins/backup-backup/includes/dashboard/chapter/other_config.php
Назад
<?php // Namespace namespace BMI\Plugin\Dashboard; // Exit on direct access if (!defined('ABSPATH')) { exit; } $pros = false; if (defined('BMI_BACKUP_PRO') && BMI_BACKUP_PRO == 1) { $pros = true; } // Tooltips $deinstalled_info = __('This will be triggered on plugin removal via WordPress plugins tab', 'backup-backup'); $experimental_info = __('It will change some fundamental logics of the plugin', 'backup-backup'); $experimental_info_1 = __('Use this option if you have full access to your server and you know how to make basic configuration of the server. Wrong configuration may give you hick-ups without error due to e.g. web server server timeout (for small sites below 300 MB this is the best option).', 'backup-backup'); $experimental_info_2 = __('Use this option before the third one, it should work fine on SSD/NVMe hostings even for huge backups - but still may timeout if you are running on slow drive high I/O.', 'backup-backup'); $experimental_info_3 = __('This option will require you to not close the backup window since it will use your connection to keep the backup in parts, it will disable automatic backups. Use this only if all of the above does not work. Recommended for huge sites +100k files / 5+ GB.', 'backup-backup'); $db_query_info = __('Lower value means slower process but more stable restore, higher value means quicker backup and restore but it may be unstable (depends on database server performance). Default value: 300.', 'backup-backup'); $sqlsplitting = __('This will split the SQL files (before migration or restore) into parts, which should make the process more stable and also allows to track the progress more precisely.', 'backup-backup'); $deprecatedsinglefile = __('It will force to use V1 engine (first export function of this plugin), it is usually much quicker but search & replace may not work well for recursively santisized data - but may be recommended for not complex sites.', 'backup-backup'); $cleanupbeforerestore = __('Advanced details: It will remove all plugins (excluding backup migration) and themes before performing migration. These files during migration will be kept in directory wp-content/backup-migration/clean-ups. If you want to keep them after migration you can use wp-config.php constant BMI_KEEP_CLEANUPS set to TRUE.', 'backup-backup'); $disabledspacechecking = __('This option will disable validation of free space on your server i.e. if there is enough space to make the backup. Use it only when you are 100% sure that you have enough space, otherwise backup process may fail with fatal error. In corner cases, if there will not be enough space it may make your site slow or even limit functionality.', 'backup-backup'); $dbbatching = __('This option will enable batching for database table export (backup). It will affect only non-default methods of the backup. It will significantly slow down the backup process, but it will make it much more stable.', 'backup-backup'); $basicMessageHidePromos = __('%sHide the carousel at the bottom of the plugin page, and all plugin’s messages in the Dashboard area.%s', 'backup-backup'); if (!$pros) { $bmiHidePromos = $basicMessageHidePromos . __('%sUpgrade to %sPremium%s today%s%s%sWe made it really affordable!%s', 'backup-backup'); $bmiHidePromos = sprintf($bmiHidePromos, '<div class="bmi-center-text">', '<br>', '<a href="' . BMI_AUTHOR_URI . '" target="_blank">', '<span class="bmi-premium-bg-stars">', '</span>', '</a>', '<br>', '<b>', '</b>', '</div>'); } else { $bmiHidePromos = $basicMessageHidePromos; $bmiHidePromos = sprintf($bmiHidePromos, '', ''); } ?> <div class="mt mb f18 lh30"> <!-- --> <div class="mm"> <div class="fo-title bold mbll"> <?php _e('Email notifications', 'backup-backup'); ?> (#1) </div> </div> <div class="mm mbl"> <div class="mm mm-border"> <!-- --> <div class="cf"> <div class="left mw250 lh65"> <?php _e('Email address:', 'backup-backup'); ?> </div> <div class="left"> <div class=""> <?php $ee = sanitize_text_field(bmi_get_config('OTHER:EMAIL')); if (strlen($ee) <= 1) { $ee = get_bloginfo('admin_email'); } ?> <input type="text" id="email-for-notices" class="bmi-text-input small" value="<?php echo $ee; ?>" autocomplete="off" readonly onfocus="this.removeAttribute('readonly');" /> </div> <div class="f16"> <?php _e('This is where the log files will be sent to. You can enter several email addresses, separated by comma.', 'backup-backup'); ?> </div> </div> </div> <!-- --> <div class="cf mbl"> <div class="left mw250 lh65"> <?php _e('From field:', 'backup-backup'); ?> </div> <div class="left"> <div class=""> <input type="text" id="email-title-for-notices" class="bmi-text-input small" value="<?php echo sanitize_text_field(bmi_get_config('OTHER:EMAIL:TITLE')); ?>" /> </div> <div class="f16"> <?php _e('This will show up as sender of the emails', 'backup-backup'); ?> </div> </div> </div> <!-- --> <div class="cf mbl"> <div class="left mw250 lh50" style="line-height: 145px;"> <?php _e("You'll get an email if...", 'backup-backup'); ?> </div> <div class="left lh40"> <table> <tbody> <tr> <td> <label class="premium-wrapper"> <input type="checkbox" disabled> <span><?php _e("Backups was created successfully", 'backup-backup'); ?></span> <span class="premium premium-img premium-ntt"></span> </label> </td> <td> <label class="premium-wrapper"> <input type="checkbox" disabled> <span><?php _e("Backup creation failed", 'backup-backup'); ?></span> <span class="premium premium-img premium-ntt"></span> </label> </td> </tr> <tr> <td> <label class="premium-wrapper"> <input type="checkbox" disabled> <span><?php _e("Restore succeeded", 'backup-backup'); ?></span> <span class="premium premium-img premium-ntt"></span> </label> </td> <td> <label class="premium-wrapper"> <input type="checkbox" disabled> <span><?php _e("Restore failed", 'backup-backup'); ?></span> <span class="premium premium-img premium-ntt"></span> </label> </td> </tr> <tr> <td colspan="2"> <label for="scheduled-issues"> <input type="checkbox" id="scheduled-issues"<?php bmi_try_checked('OTHER:EMAIL:NOTIS'); ?>> <span> <?php _e("There are (new) issues with scheduling (creating automatic backups)", 'backup-backup'); ?><br> <span class="f14"> <?php _e("(Make sure that your hosting does not block mail functions, otherwise you have to configure SMTP mail.)", 'backup-backup'); ?> </span> </span> </label> </td> </tr> </tbody> </table> </div> </div> <!-- --> <div> <div class="cf"> <div class="left mr20"> <?php _e("Add logs to emails?", 'backup-backup'); ?> </div> <div class="left"> <div class="left d-flex mr60 ia-center"> <label class="container-radio"> <?php _e("No", 'backup-backup'); ?> <input type="radio" checked name="add_logs_email"> <span class="checkmark-radio"></span> </label> <div class="inline premium-wrapper cf"> <label class="left container-radio ml25 not-allowed"> <?php _e("Yes", 'backup-backup'); ?> <input type="radio" disabled name="add_logs_email"> <span class="checkmark-radio"></span> </label> <span class="left premium premium-img premium-nt mtf3"></span> </div> </div> </div> </div> <div class="f16 mtll"> <?php _e("If you want to also receive the backup file as attachment of the email (for backup notifications), please set this in chapter Where will backups be stored?.", 'backup-backup'); ?> </div> </div> </div> </div> <hr> <!-- --> <div class="mm mtl mbll"> <div class="fo-title bold"> <?php _e("Backup triggers", 'backup-backup'); ?> (#2) </div> <div class="f16"> <?php _e('At the top of the plugin you can create a backup instantly ("Create backup now" - button), or schedule them. Here are more options which trigger the backup creation:', 'backup-backup'); ?> </div> </div> <!-- --> <div class="mbl overlayed"> <?php include BMI_INCLUDES . '/dashboard/templates/premium-overlay.php'; ?> <!-- It is intended to use double .mm --> <div class="mm mbl"> <div class="mm mm-border"> <div> <div class="cf"> <div class="left"> <div class="f20 bold mr20 premium-wrapper"> <?php _e("Before updates", 'backup-backup'); ?> <span class="premium premium-img premium-ntt"></span> </div> </div> <div class="left"> <label for="before-updates-switch" class="bmi-switch"> <input type="checkbox" disabled checked id="before-updates-switch"> <div class="bmi-switch-slider round"> <span class="on"><?php _e("On", 'backup-backup'); ?></span> <span class="off"><?php _e("Off", 'backup-backup'); ?></span> </div> </label> </div> </div> </div> <div> <div class="mtll f16"> <?php _e("Activate this so that a backup is created before there are automatic WordPress updates (WordPress core, plugins, themes, or language files).", 'backup-backup'); ?> </div> </div> <table> <tbody> <tr> <td style="vertical-align: top;"> <div class="f20 bold mw250 lh65 premium-wrapper"> <?php _e("Trigger by URI", 'backup-backup'); ?> <span class="premium premium-img premium-ntt"></span> </div> </td> <td> <div class=""> <div class="cf"> <div class="left mr20"> <input type="text" class="bmi-text-input small" id="trigger-input1" /> </div> <div class="left"> <a href="#" class="btn inline btn-with-img btn-img-low-pad btn-pad left bmi-copper othersec mm30" data-copy="trigger-input1"> <div class="text"> <img src="<?php echo $this->get_asset('images', 'copy-icon.png'); ?>" alt="copy-img"> <div class="f18 semibold"><?php _e('Copy', 'backup-backup') ?></div> </div> </a> </div> </div> <div class="f16 mtlll"> <?php _e("Copy & paste this url into a browser and press enter to trigger the backup creation.", 'backup-backup'); ?><br> <?php _e("Make sure you keep this url a secret. For safety reasons this only works once per hour & you’ll get emailed when it used.", 'backup-backup'); ?> </div> <div class="mtll cf"> <div class="left lh60 mr20"><?php _e("Key:", 'backup-backup'); ?></div> <div class="left mr20"> <input type="text" class="bmi-text-input small" /> </div> <div class="left"> <a href="#" class="btn mm30 othersec"><?php _e("Save", 'backup-backup'); ?></a> </div> </div> <div class="f16 mtlll"> <?php _e("Change the key (which is part of above url) if you suspect an unauthorized person got access to it.", 'backup-backup'); ?> </div> </div> </td> </tr> </tbody> </table> </div> </div> </div> <!-- --> <div class="mbl mtl overlayed" style="display: none;"> <?php include BMI_INCLUDES . '/dashboard/templates/premium-overlay.php'; ?> <div class="mm fo-title bold premium-wrapper"> <?php _e("WP CLI", 'backup-backup'); ?> <span class="premium premium-img premium-ntt"></span> </div> <div class="mm mtll f16"> <?php _e('Trigger backups via WP CLI.', 'backup-backup'); ?> </div> <div class="mm mtll"> <?php _e('If you selected the "schedule backups" - option at the top of the plugin, and backups are not created, then please check out the Cron settings. Or just ask us in the forum.', 'backup-backup'); ?> </div> </div> <hr> <!-- --> <div class="mm mbl mtl"> <div class="fo-title mbll bold"> <?php _e("Change functionality of the plugin", 'backup-backup'); ?> (#3) </div> <div class="mm mm-border"> <div> <span class="relative"> <?php _e("Some", 'backup-backup'); ?> <b><?php _e("experimental", 'backup-backup'); ?></b> <?php _e("features", 'backup-backup'); ?>: <span class="bmi-info-icon tooltip" tooltip="<?php echo $experimental_info; ?>"></span> </span> </div> <div class="lh40"> <label for="normal-timeout" class="container-radio"> <input type="radio" name="experimental_features" id="normal-timeout"<?php bmi_try_checked('OTHER:USE:TIMEOUT:NORMAL'); ?> /> <span class="f18"> <?php _e("Do not change the default plugin functions - it may require to adjust your server for stable backup", 'backup-backup'); ?> <span class="bmi-info-icon tooltip" tooltip="<?php echo $experimental_info_1; ?>"></span> </span> <span class="checkmark-radio" style="margin-top: 2px;"></span> </label> </div> <div class="lh40"> <label for="experimental-timeout" class="container-radio"> <input type="radio" name="experimental_features" id="experimental-timeout"<?php bmi_try_checked('OTHER:EXPERIMENT:TIMEOUT'); ?> /> <span class="f18"> <?php _e("Bypass web server timeout directive - backup process may be slower", 'backup-backup'); ?> <span class="bmi-info-icon tooltip" tooltip="<?php echo $experimental_info_2; ?>"></span> </span> <span class="checkmark-radio" style="margin-top: 2px;"></span> </label> </div> <div class="lh40"> <label for="experimental-hard-timeout" class="container-radio"> <input type="radio" name="experimental_features" id="experimental-hard-timeout"<?php bmi_try_checked('OTHER:EXPERIMENT:TIMEOUT:HARD'); ?> /> <span class="f18"> <?php _e("Bypass web server limits - it will disable automatic backup and possibility to run it in the background", 'backup-backup'); ?> <span class="bmi-info-icon tooltip" tooltip="<?php echo $experimental_info_3; ?>"></span> </span> <span class="checkmark-radio" style="margin-top: 2px;"></span> </label> </div> </div> </div> <hr> <!-- --> <div class="mbl mtl"> <div class="mm fo-title mbll bold"> <?php _e("Backup & Restore – PHP CLI Settings (advanced)", 'backup-backup'); ?> (#4) </div> <div class="mm"> <div class="mm mm-border"> <div class="cf"> <div class="left mw250 lh65"> <?php _e('PHP CLI executable path:', 'backup-backup'); ?> </div> <div class="left"> <div class=""> <?php $cli_path = sanitize_text_field(bmi_get_config('OTHER:CLI:PATH')); ?> <input type="text" id="cli-manual-path" class="bmi-text-input small" value="<?php echo $cli_path; ?>" placeholder="<?php _e("Automatic", 'backup-backup'); ?>" /> </div> <div class="f16"> <?php _e('This field has no effect if PHP CLI is not available on the server or it is disabled due to settings.', 'backup-backup'); ?><br> <?php _e('Please leave it empty if you do not know what you are doing, unless our support told you what it does.', 'backup-backup'); ?> </div> </div> </div> <div class="lh40"> <label for="cli-disable-others"> <input type="checkbox" id="cli-disable-others"<?php bmi_try_checked('OTHER:CLI:DISABLE'); ?> /> <span><?php _e("Disable PHP CLI Checking, try to use alternate methods.", 'backup-backup'); ?></span> </label> </div> </div> </div> </div> <hr> <!-- --> <div class="mm mbl mtl"> <div class="fo-title mbll bold"> <?php _e("Change basic functions of the plugin", 'backup-backup'); ?> (#5) </div> <div class="mm mm-border"> <div> <span class="relative"> <?php printf(__("Backup %sdownloading%s technique", 'backup-backup'), '<b>', '</b>'); ?>: </span> </div> <div class="lh40"> <label for="download-technique"> <input type="checkbox" id="download-technique"<?php bmi_try_checked('OTHER:DOWNLOAD:DIRECT'); ?> /> <span><?php _e("Use direct downloading - that will remove .htaccess protection right before download (can solve download issues).", 'backup-backup'); ?></span> </label> </div> <div class="mtll"> <span class="relative"> <?php _e("Additional actions during", 'backup-backup'); ?> <b><?php _e("restoration", 'backup-backup'); ?></b>: </span> </div> <div class="lh40"> <label for="remove-assets-before-restore"> <input type="checkbox" id="remove-assets-before-restore"<?php bmi_try_checked('OTHER:RESTORE:BEFORE:CLEANUP'); ?> /> <span class="relative"><?php _e("Remove existing plugins and themes before migration.", 'backup-backup'); ?><span class="bmi-info-icon tooltip" tooltip="<?php echo $cleanupbeforerestore; ?>"></span></span> </label> </div> <div class="mtll"> <span class="relative"> <?php _e("Display settings", 'backup-backup'); ?>: </span> </div> <div class="lh40"> <label for="hide-promotional-bmi-banners"> <input type="checkbox"<?php echo ($pros) ? "" : ' class="not-allowed" disabled' ?> id="hide-promotional-bmi-banners"<?php bmi_try_checked('OTHER:PROMOTIONAL:DISPLAY'); ?> /> <span class="relative<?php echo ($pros) ? "" : ' not-allowed' ?>"><?php _e("Hide promotional banners and carrousel.", 'backup-backup'); ?> <span class="inline premium-wrapper" tooltip="<?php echo esc_attr( $bmiHidePromos ); ?>"> <span class="premium premium-img premium-ntt"></span> </span> </span> </label> </div> </div> </div> <hr> <!-- --> <div class="mm mbl mtl"> <div class="fo-title bold"> <?php _e("Database import/export settings", 'backup-backup'); ?> (#6) </div> <div class="mbll"> <span class="relative"> <?php _e("Adjust queries amount per batch for your ", 'backup-backup'); ?> <b><?php _e("database", 'backup-backup'); ?></b> <span class="bmi-info-icon tooltip" tooltip="<?php echo $db_query_info; ?>"></span> </span><br> </div> <div class="mm mm-border"> <div class="lh40 cf"> <div class="left mw250 lh65"> <?php _e("Queries per batch for import/export: ", 'backup-backup'); ?> </div> <div class="left"> <?php $query_amount = sanitize_text_field(bmi_get_config('OTHER:DB:QUERIES')); ?> <label for="db_queries_amount"> <input type="number" id="db_queries_amount" class="bmi-text-input small" value="<?php echo $query_amount; ?>" placeholder="2000" min="15" max="15000" /> </label> </div> </div> <div class="lh40 cf"> <div class="left mw250 lh65"> <?php _e("Search & Replace max Page Size: ", 'backup-backup'); ?> </div> <div class="left"> <?php $sr_max_amount = sanitize_text_field(bmi_get_config('OTHER:DB:SEARCHREPLACE:MAX')); ?> <label for="db_search_replace_max"> <input type="number" id="db_search_replace_max" class="bmi-text-input small" value="<?php echo $sr_max_amount; ?>" placeholder="300" min="10" max="30000" /> </label> </div> </div> <div class="lh40 cf"> <div class="left mw250 lh65"> <?php _e("File limit for extraction batching (set \"auto\" for automatic choice): ", 'backup-backup'); ?> </div> <div class="left"> <?php $fel_max_amount = sanitize_text_field(bmi_get_config('OTHER:FILE:EXTRACT:MAX')); ?> <label for="file_limit_extraction_max"> <input type="text" id="file_limit_extraction_max" class="bmi-text-input small" value="<?php echo $fel_max_amount; ?>" placeholder="auto" min="50" max="20000" /> </label> </div> </div> <div class="lh40"> <label for="bmi-restore-splitting"> <input type="checkbox" id="bmi-restore-splitting"<?php bmi_try_checked('OTHER:RESTORE:SPLITTING'); ?> /> <span class="relative"><?php _e("Enable SQL-Splitting for migration process.", 'backup-backup'); ?> <span class="bmi-info-icon tooltip" tooltip="<?php echo $sqlsplitting; ?>"></span></span> </label> </div> <div class="lh40"> <label for="bmi-db-v3-restore-engine"> <input type="checkbox" id="bmi-db-v3-restore-engine"<?php bmi_try_checked('OTHER:RESTORE:DB:V3'); ?> /> <span><?php _e("Restoration: Perform new Search & Replace after database import.", 'backup-backup'); ?></span> </label> </div> <div class="lh40"> <label for="bmi-db-batching-backup"> <input type="checkbox" id="bmi-db-batching-backup"<?php bmi_try_checked('OTHER:BACKUP:DB:BATCHING'); ?> /> <span class="relative"> <?php _e("Use batching technique for database export (backup).", 'backup-backup'); ?> <span class="bmi-info-icon tooltip" tooltip="<?php echo $dbbatching; ?>"></span> </span> </label> </div> <div class="lh40"> <label for="bmi-db-single-file-backup"> <input type="checkbox" id="bmi-db-single-file-backup"<?php bmi_try_checked('OTHER:BACKUP:DB:SINGLE:FILE'); ?> /> <span class="relative"> <?php _e("Deprecated: Force the plugin to backup all tables into one file.", 'backup-backup'); ?> <span class="bmi-info-icon tooltip" tooltip="<?php echo $deprecatedsinglefile; ?>"></span> </span> </label> </div> </div> </div> <hr> <!-- --> <div class="mm mbl mtl"> <div class="fo-title mbll bold"> <?php _e("Trust settings", 'backup-backup'); ?> (#7) </div> <div class="mm mm-border"> <div class="lh40"> <label for="bmi-do-not-check-free-space-backup"> <input type="checkbox" id="bmi-do-not-check-free-space-backup"<?php bmi_try_checked('OTHER:BACKUP:SPACE:CHECKING'); ?> /> <span class="relative"> <?php _e("Disable space checking during backup process - please read additional info.", 'backup-backup'); ?> <span class="bmi-info-icon tooltip" tooltip="<?php echo $disabledspacechecking; ?>"></span> </span> </label> </div> </div> </div> <hr> <!-- --> <div class="mm mbl mtl"> <div class="fo-title bold"> <?php _e("Clean-ups", 'backup-backup'); ?> (#8) </div> <div class="mbll"> <span class="relative"> <?php _e("When this plugins is", 'backup-backup'); ?> <b><?php _e("de-installed:", 'backup-backup'); ?></b> <span class="bmi-info-icon tooltip" tooltip="<?php echo $deinstalled_info; ?>"></span> </span><br> </div> <div class="mm mm-border"> <div class="lh40"> <label for="uninstalling-configs"> <input type="checkbox" id="uninstalling-configs"<?php bmi_try_checked('OTHER:UNINSTALL:CONFIGS'); ?> /> <span><?php _e("Delete all plugins settings (this means if you install it again, you have to configure it again)", 'backup-backup'); ?></span> </label> </div> <div class="lh40"> <label for="uninstalling-backups"> <input type="checkbox" id="uninstalling-backups"<?php bmi_try_checked('OTHER:UNINSTALL:BACKUPS'); ?> /> <span><?php _e("Delete all backups (created by this plugin)", 'backup-backup'); ?></span> </label> </div> </div> </div> <hr> <!-- --> <div class="mm mtll"> <?php _e("If you're looking for other options not listed above, check out the", 'backup-backup'); ?> <a href="#" class="secondary hoverable nodec collapser-openner" data-el="#troubleshooting-chapter"><?php _e("troubleshooting", 'backup-backup'); ?></a> <?php _e("chapter as they might be there.", 'backup-backup'); ?> </div> </div> <?php include BMI_INCLUDES . '/dashboard/chapter/save-button.php'; ?>
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка