Current Path: > home > transcarter > > www > wp-content > plugins > wp-optimize > templates > database
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
optimizations-table.php | File | 7489 bytes | July 17 2025 21:05:49. | |
optimize-table.php | File | 2754 bytes | July 17 2025 21:05:49. | |
settings-auto-cleanup.php | File | 2942 bytes | July 17 2025 21:05:49. | |
settings-general.php | File | 2660 bytes | July 17 2025 21:05:49. | |
settings.php | File | 1309 bytes | July 17 2025 21:05:49. | |
status-box-contents.php | File | 4966 bytes | July 17 2025 21:05:49. | |
table-analysis.php | File | 1294 bytes | July 17 2025 21:05:49. | |
tables-body.php | File | 5976 bytes | July 17 2025 21:05:49. | |
tables-list-after.php | File | 2949 bytes | July 17 2025 21:05:49. | |
tables.php | File | 3296 bytes | July 17 2025 21:05:49. |
<?php if (!defined('WPO_VERSION')) die('No direct access allowed'); ?> <div class="wpo_shade hidden"> <div class="wpo_shade_inner"> <span class="dashicons dashicons-update-alt wpo-rotate"></span> <h4><?php esc_html_e('Loading data...', 'wp-optimize'); ?></h4> </div> </div> <div class="wpo_section wpo_group"> <?php if (!empty($optimization_results)) { echo '<div id="message" class="updated below-h2"><strong>'; foreach ($optimization_results as $optimization_result) { if (!empty($optimization_result->output)) { foreach ($optimization_result->output as $line) { echo wp_kses_post($line)."<br>"; } } } echo '</strong></div>'; } ?> <?php WP_Optimize()->include_template('database/status-box-contents.php', false, array('optimize_db' => false)); ?> <?php $message = __('Warning: This operation is permanent.', 'wp-optimize'); $message .= ' '; $message .= __('Continue?', 'wp-optimize'); ?> <form onsubmit="return confirm('<?php echo esc_js($message); ?>')" action="#" method="post" enctype="multipart/form-data" name="optimize_form" id="optimize_form"> <?php wp_nonce_field('wpo_optimization'); ?> <h3><?php esc_html_e('Optimizations', 'wp-optimize'); ?></h3> <div class="wpo-run-optimizations__container"> <?php $button_caption = apply_filters('wpo_run_button_caption', __('Run all selected optimizations', 'wp-optimize')); ?> <input class="button button-primary button-large" type="submit" id="wp-optimize" name="wp-optimize" value="<?php echo esc_attr($button_caption); ?>"><?php WP_Optimize()->include_template('take-a-backup.php', false, array('checkbox_name' => 'enable-auto-backup')); ?> </div> <?php do_action('wpo_additional_options'); ?> <?php if ($load_data) { WP_Optimize()->include_template('database/optimizations-table.php', false, array('does_server_allows_table_optimization' => $does_server_allows_table_optimization)); } else { ?> <div class="wp-optimize-optimizations-table-placeholder"> </div> <?php } ?> <p class="wp-optimize-sensitive-tables-warning"> <span style="color: #E07575;"> <span class="dashicons dashicons-warning"></span> <?php esc_html_e('Warning:', 'wp-optimize'); ?> </span> <?php $message = __('Items marked with this icon perform more intensive database operations.', 'wp-optimize'); $message .= ' '; $message .= __('In very rare cases, if your database server happened to crash or be forcibly powered down at the same time as an optimization operation was running, data might be corrupted.', 'wp-optimize'); $message .= ' '; $message .= __('You may wish to run a backup before optimizing.', 'wp-optimize'); echo esc_html($message); ?> </p> </form> </div>
SILENT KILLER Tool