I keep getting 5 PHP errors when i'm opening and reading two files:
Warning: fopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/flaio/public_html/more/index.php on line 21
Warning: fopen(http://flaio.com/ver.html): failed to open stream: Permission denied in /home/flaio/public_html/more/index.php on line 21
Warning: fgets(): supplied argument is not a valid stream resource in /home/flaio/public_html/more/index.php on line 23
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/flaio/public_html/more/index.php on line 36
Warning: file_get_contents(http://flaio.com/index.php?act=rss&feed=titles): failed to open stream: Permission denied in /home/flaio/public_html/more/index.php on line 36
On my localhost, running PHP 5.0.3 it works perfectly fine. However, when I put it on my server, which is running PHP 4.3.11, I get the 5 above errors. Can someone explain to me what they mean/how to fix them?
EDIT: I know that the files are broken, but I changed them for security. They are not broken in real life.