Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/1534260/cwd/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/>