| Server IP : 208.122.213.31 / Your IP : 216.73.216.185 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/www.superporner.com/porn/admin/ |
Upload File : |
<div style='font-family: Arial, Helvetica, sans-serif; font-size: 12px;'>
<?
echo "<strong>FFMPEG:</strong> ".shell_exec('whereis ffmpeg');
echo "<br>";
echo "<strong>Yamdi:</strong> ".shell_exec('whereis yamdi');
echo "<br>";
echo "<strong>MP4Box:</strong> ".shell_exec('whereis mp4box').' '.shell_exec('whereis MP4Box');
echo "<br>";
echo "<strong>WGET:</strong> ".shell_exec('whereis wget');
echo "<br>";
echo "<strong>PHP CLI:</strong> ".shell_exec('whereis php');
echo "<br>";
echo "<strong>DOC ROOT:</strong> ".$_SERVER[DOCUMENT_ROOT];
echo "<br><br>";
$var = shell_exec('ps aux | grep encoder');
if(stripos($var,'encoder_cron.php')) {
echo "<span style='color: green; font-weight: bold;'>Command 'ps aux | grep encoder' reports encoder is running!</span><br><br>";
}
else {
echo "<span style='color: red; font-weight: bold;'>Command 'ps aux | grep encoder' reports encoder is NOT running!</span><br><br>";
}
echo "<br><BR>";
phpinfo();
?>
</div>