Código PHP:
$url = "http://twitter.com/statuses/user_timeline.xml?screen_name=$User&count=$Twits";
$result = file_get_contents($url);
Cita:
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.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
Gracias por tomarse el tiempo de leer mi problema