merhaba Arkadaşlar V8 scritp kurdum İndex.php de bir sorun yok yanlız admin panelinden video eklerken hep bu hatayı alıyorum 235 de ne var dıyorsanız onuda da söliyim bu ***** işine bot işine yabancıyım yardımcı olursanız sevinirim.

Warning: curl_exec() has been disabled for security reasons in /home/sekersex/public_html/baglan.php on line 235

Komple Satır söle :

return $url;
}
function ****_data($url)
{ $ch = curl_init();
$timeout = 5;

curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_HEADER,true);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout);
curl_setopt($ch,CURLOPT_REFERER,"http://www.pornhub.com");
curl_setopt($ch,CURLOPT_USERAGENT,"googlebot");
$data = curl_exec($ch);

curl_close($ch);
return $data;
}


2335 Satır ise : $data = curl_exec($ch);



Yardımcı olursanız sevinirim Şimdiden Tsk ler.