• 14-09-2012, 01:13:18
    #1
    Merhaba arkadaşlar acilen çalışan google images botu lazım. Kodların şifreli olmaması lazım çünkü kendi özel scriptime uyarlayacağım
  • 14-09-2012, 01:20:45
    #2
    Detaylı Pm Gönderildi
  • 14-09-2012, 02:24:12
    #3
    Hallettim

    --R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 02:24:12 -->-> Daha önceki mesaj 02:09:08 --

    Hatta arayanlar için bir kıyak geçeyim,

    <form action="" method="get" >
    <input name="iso" type="text" value="Aranacak Kelime" />
    <input name="submit" type="submit" value="ARA" /></form>
            <span class="style1">
    <? $iso=$_GET['iso'];
    		 if ($iso!="")
    		 {
    		
            $start = array(0, 4, 8, 12, 16, 20, 24, 28);
    foreach ($start as &$p) {
      // Use your IP and your own query term (q)
      $jsrc = "https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=$iso&userip=12.345.67.890&start=$p";
          $json = file_get_contents($jsrc);
          $jset = json_decode($json, true);
        for($i=0;$i<4;$i=$i+1) {
        $image = $jset['responseData']['results'][$i]['url'];
        $ImagesArray[] = $image;
       }
    }
    
    // Print the Image array
    foreach ($ImagesArray as $idz) {
    
    			?> 
    <img border=0 class=thumb src="<?=$idz?>" width=144 height=174 alt=" Wallpapers" >
     	 <? 
    	}}
    		?>
    Not: Kodlar internetten araştırılarak bulunmuştur. Hiç kimseden satın alınmamıştır.