Engellemişler gibi, proxy kullanıp useragent değişip dene hocam.
<?php
error_reporting(E_ALL);
$ch = curl_init("site adresi");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_VERBOSE, 1);
curl_setopt($ch, CURLOPT_NOBODY, 0);
$zer = curl_exec($ch);
preg_match_all('@<span class="flag-img"><img height="21" width="21" src="(.*?)"></span>@si',$zer,$ncek);
preg_match_all('@<li class="col-3">(.*?)</li>@si',$zer,$ncek2);
preg_match_all('@<li class="col-4 (.*?)"><i class="fas (.*?)"></i></li>@si',$zer,$ncek3);
preg_match_all('@<li class="col-5 (.*?)">(.*?)</li>@si',$zer,$ncek4);
curl_close($ch);
?>
bu kodlara proxy nasıl ekleyebilirim