Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/mets.corals.io/wp-content/plugins/updraftplus/templates/wp-admin/advanced/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mets.corals.io/wp-content/plugins/updraftplus/templates/wp-admin/advanced/db-size.php
<?php
if (!defined('UPDRAFTPLUS_DIR')) {
	die('No direct access allowed');
}

$search_placeholder = __('Search for table', 'updraftplus');
?>
<div class="advanced_tools db_size">
	<p>
		<strong><?php _e('Total Size', 'updraftplus'); ?>: <span class="total-size"></span></strong>
	</p>

	<p>
		<input type="text" class="db-search" placeholder="<?php echo $search_placeholder; ?>" title="<?php echo $search_placeholder; ?>" aria-label="<?php echo $search_placeholder; ?>"/>
		<a href="#" class="button db-search-clear"><?php _e('Clear', 'updraftplus'); ?></a>
		<a href="#" class="button-primary db-size-refresh"><?php _e('Refresh', 'updraftplus'); ?></a>
	</p>

	<table class="wp-list-table widefat striped">
		<thead>
			<tr>
				<th><strong><?php _e('Table name', 'updraftplus'); ?></strong></th>
				<th><strong><?php _e('Records', 'updraftplus'); ?></strong></th>
				<th><strong><?php _e('Data size', 'updraftplus'); ?></strong></th>
				<th><strong><?php _e('Index size', 'updraftplus'); ?></strong></th>
				<th><strong><?php _e('Type', 'updraftplus'); ?></strong></th>
			</tr>
		</thead>

		<tbody class="db-size-content"></tbody>
	</table>
</div>

Spamworldpro Mini