Yes, they contain urls from a database in a news portal program called PHP-Nuke.
One of the tests I did was to use the url in the location window of my browser and it did retrieve a page that I downloaded and looked at. It was headlines.
I am behind a linux masq'd and ipchains firewall of my own creation, behind the same one I retrieved the page with the browser with.
The error I get is during the execution of the php script, saying that script line returned a "bad file descriptor". The request for the file is aborted on the statement, $fp = fopen($url, "r");. The variable $fp is not processed. This fails before a request is sent.
Thanks, I'm still going to work on it, any more ideas.