kelebek hocam aşağıdakinin refererden farkı nedir ikisi tam anlamıyla nedir bilginiz varsa paylaşabilir misiniz?
Bu:
$userAgent = $_SERVER['HTTP_USER_AGENT'];
curl_setopt( $ch, CURLOPT_USERAGENT, $userAgent );
bu:
curl_setopt($ch, CURLOPT_REFERER, 'http://www.google.com');