Server IP : 15.235.198.142 / Your IP : 216.73.216.190 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/yme/wp-content/plugins/duplicator/views/tools/diagnostics/ |
Upload File : |
<?php use Duplicator\Libs\Snap\SnapUtil; defined('ABSPATH') || defined('DUPXABSPATH') || exit; ob_start(); SnapUtil::phpinfo(); $serverinfo = ob_get_contents(); ob_end_clean(); if (strlen($serverinfo) < 100) { $serverinfo = 'The <a href="https://www.php.net/manual/en/function.phpinfo.php" target="_blank">phpinfo function</a> is not supported on this server, ' . 'for more details contact your hosting provider.'; } else { $serverinfo = preg_replace('%^.*<body>(.*)</body>.*$%ms', '$1', $serverinfo); $serverinfo = preg_replace('%^.*<title>(.*)</title>.*$%ms', '$1', $serverinfo); } ?> <!-- ============================== PHP INFORMATION --> <div class="dup-box"> <div class="dup-box-title"> <i class="fa fa-info-circle"></i> <?php esc_html_e("PHP Information", 'duplicator'); ?> <div class="dup-box-arrow"></div> </div> <div class="dup-box-panel" style="display:none"> <div id="dup-phpinfo" style="width:95%"> <?php echo "<div id='dup-server-info-area'>{$serverinfo}</div>"; $serverinfo = null; ?> </div><br/> </div> </div> <br/>