Bonjour, herkes javascript etkin olmamış gibi davranan bir örümcek yaratmanın bir yolu biliyor mu?
PHP-Kodu:
file_get_contents("http://www.google.co.uk/search?hl=en&q=".$keyword."&start=".($x*10)."&sa=N")
it would retrieve the output of that page. If you used, PHP-Kodu:
file_get_contents("http://www.facebook.com/something/something.something.php")
(im not sure i just know face book is a good example)
bu tahmin im çizgisinde bir şey içerir, hangi trhe çıktı dönecekti o (erişilebilir değil) bir javascript işletilen site çünkü "sen javascript devam etkin olmalıdır".
EDIT: PHP-Kodu: Just checked
$link = "http://www.facebook.com/index.php";
$contents = file_get_contents($link);
echo $contents;
returns: You are using an incompatible web browser.
Üzgünüz, tarayıcınızı desteklemek için yeterince serin değildi. Aşağıdaki tarayıcılardan biri ile gerçek saklayın:
* Mozilla Firefox
* Safari
* Microsoft Internet Explorer
which i tested through all the above browsers ?