Site Analiz Scripti Js Kod Hatası
14
●1.579
- 13-01-2015, 16:54:35Üyeliği durduruldusoulmy adlı üyeden alıntı: mesajı görüntüle
<?php class google{ functiongetResult($kelime,$yer){ $url="http://ajax.googleapis.com/ajax/services/search/".$yer."&q=".urlencode($kelime)."&rsz=large&hl=tr"; $ch=curl_init(); curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); curl_setopt($ch,CURLOPT_REFERER,"http://www.ayazoglu.org/"); $cikti=curl_exec($ch); curl_close($ch); return$json=json_decode($cikti); } functiongetIndex($kelime){ $yer='web?v=1.0'; $json=$this->getResult($kelime,$yer); return$json->responseData->cursor->resultCount; } functiongetImages($kelime){ $yer='images?v=1.0'; $json=$this->getResult($kelime,$yer); return$json->responseData->cursor->estimatedResultCount; } functiongetBacklink($kelime){ $yer='web?v=1.0'; $json = $this->getResult($kelime,$yer); return $json->responseData->cursor->resultCount; }} ?>Bu şekildemi hocam ? - 13-01-2015, 17:11:20Üyeliği durdurulduIsrarla Bu Hatayısoulmy adlı üyeden alıntı: mesajı görüntüle
/analiz/google.class.php on line 3
Vermeye Devam Ediyor.