Merhaba arkadaşlar ; http://gdataonline.com/seekhash.php bu sayfaya md5 postluyorum aşağıdaki kodlar ile, Ama Please disable any ad-blocking software you currently have activated in order to help keep GDataOnline.com a free service. yazan bir sayfaya yönlendiriyor. acaba nasıl aşabiliriz bu sorunu

<?
$ch = curl_init(); // oturum başlat
//POST  adresi
curl_setopt($ch, CURLOPT_URL,"http://gdataonline.com/seekhash.php");
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION , 0);  
curl_setopt($ch,CURLOPT_REFERER,"ceviz.net");
curl_setopt($ch, CURLOPT_POSTFIELDS,"hash=93e601638b4c144ca7ebd2541b14f4fe");
curl_exec ($ch);
curl_close ($ch);
?>