ini ada di guna untuk scan google, jadi kita tidak perlu mebuka www.google.com untuk seach bug atau search yang lain nya kita hanya perlu upload code berikut ini dalam file php lalu kita upload ke dalam web atau site yang medukung php. berikut code nya: -------------------------------------------------------------------------------- cut here --------------------------------------------------------------------------------------- "; } return $rSITES; } for ($n = 0;$n < 900;$n+=10) { $URL = "www.google.com"; $PORT = "80"; $TIMEOUT = 30; // Padr?o /* N?o modifique isso */ $Q = $_GET['q']; $GET = '/custom?q='.urlencode($Q).'+&hl=en&lr=&ie=UTF-8&cof=BGC:%23FFFFFF%3BT:%23000000%3BLC:%230000CC%3BVLC:%230000CC%3BALC:%230000CC%3BGALT:%23008000%3BGFNT:%23000000%3BGIMP:%23000000%3BDIV:%230000CC%3BLBGC:%23FFFFFF%3B&start='.$n.'&sa=N'; $fp = fsockopen($URL, $PORT, $errno, $errstr, $TIMEOUT); if (!$fp) { echo "$errstr ($errno)
\n"; } else { $out = "GET $GET HTTP/1.1\r\n"; $out .= "Host: $URL\r\n"; $out .= "Connection: Close\r\n\r\n"; fwrite($fp, $out); $buffer = ''; while (!feof($fp)) { $buffer .= fgets($fp, 128); } fclose($fp); echo filter($buffer); } } ?> ------------------------------------------------------------------------------------------------- eof -------------------------------------------------------------------------------------------------------------------------------- nah save code di atas dalam bentuk php ex: google.php lalu upload ke dalam web yang mendukung php atau bisa juga dalam komputer kamu yang udah terinstall apache dan phpraid. lalu buka web nya ex: http://localhost/google.php?q=[string nya] http://www.site.com/google.php?q=[string nya] yang di maksud string di sini adalah keyword kamu. terserah seperti biasa kamu gunakan di google. ex: powered by phpbb2 atau powered by phpnuke, terserah keperluan kamu. ok selamat mencoba, bila mendapat kesulitan silahkan hubungi olibekas@gmail.com thank to member of gigachat, renzokuzen, skulmatic, weleh dan semua #papmahackerlink crew. by OLiBekaS