Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/10/2009, 18:04
Avatar de Sergestux
Sergestux
 
Fecha de Ingreso: agosto-2007
Ubicación: Tapachula
Mensajes: 1.218
Antigüedad: 16 años, 8 meses
Puntos: 20
Alguna alternativa a ile_get_contents

Lo que sucede que al correr las siguientes instrucciones en mi hosting:
Código PHP:
$url "http://twitter.com/statuses/user_timeline.xml?screen_name=$User&count=$Twits";
$result file_get_contents($url); 
Me arroja el siguiente error:
Cita:
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in .../public_html/beta/scripts/twitter.php on line 7
De lo cual deduzco que en el servidor esta deshabilitada esa funcion. Ya les mande un correo de soporte a los del hosting, pero antes me gustaria saber si alguien ha sorteado este inconveniente con alguna funcion de reemplazo.

Gracias por tomarse el tiempo de leer mi problema