⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.148
Server IP:
172.67.195.75
Server:
Linux mpgrup.4286.w4261.php8 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
pma
/
View File Name :
server_status_queries.php
getHeader(); $scripts = $header->getScripts(); // for charting $scripts->addFile('chart.js'); $scripts->addFile('vendor/jqplot/jquery.jqplot.js'); $scripts->addFile('vendor/jqplot/plugins/jqplot.pieRenderer.js'); $scripts->addFile('vendor/jqplot/plugins/jqplot.highlighter.js'); $scripts->addFile('vendor/jqplot/plugins/jqplot.enhancedPieLegendRenderer.js'); $scripts->addFile('vendor/jquery/jquery.tablesorter.js'); $scripts->addFile('server_status_sorter.js'); $scripts->addFile('server_status_queries.js'); // Add the html content to the response $response->addHTML('
'); $response->addHTML($serverStatusData->getMenuHtml()); if ($serverStatusData->dataLoaded) { $response->addHTML(Queries::getHtmlForQueryStatistics($serverStatusData)); } else { $response->addHTML( Message::error( __('Not enough privilege to view query statistics.') )->getDisplay() ); } $response->addHTML('
'); exit;