Hi,

what happens when you add a few test printouts?
Code:
<?
echo "starting<br>";
$content = file_get_contents("http://....");
echo "after reading<br>";
echo $content;
?>
BTW: I have tried the above link with a few likely names, and always get nice xml saying "page does not exist"