Anti DoS en Wikipedia?

Iniciado por [u]nsigned, 4 Noviembre 2010, 06:00 AM

0 Miembros y 1 Visitante están viendo este tema.

[u]nsigned

Código (php) [Seleccionar]
<?php
$page
=fopen("http://es.wikipedia.org/wiki/Especial:Aleatoria""r");
if(
$page){
$texto="";
while(!feof($page)){
$texto .= fgets($page512);
}
echo $texto;
}
?>


No funciona, debo usar curl por el 'filtro' anti bots de la wiki, verdad?  >:(

No hay atajo ante la duda, el misterio se hace aquí...
Se hace carne en cada uno, el misterio es existir!