I don't recognize the error:
file(): php_network_getaddresses:
but the code does work. I missed adding in
echo $info;
Go here to see the results of the same code. I placed this forums url in the code and it loads in my site.
<?php
$lines = file('http://www.phpbuilder.com/board/forumdisplay.php?s=&forumid=1');
$info = implode(' ',$lines);
echo $info;
?>
Sample: http://ronfrederick.com/sample.php