PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/uccorpor/public_html/urynx.com/support/main.php on line 1
Warning: include(http://forum.uccorporation.org/support_urynx_news.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/uccorpor/public_html/urynx.com/support/main.php on line 1
Warning: include() [function.include]: Failed opening 'http://forum.uccorporation.org/support_urynx_news.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/uccorpor/public_html/urynx.com/support/main.php on line 1
First, please give descriptive titles to your posts. You are getting free advice from volunteers here.
Second, have you looked inside of events_urynx_news.php ? It looks from the error messages that code inside that script is attempting to include those URLs.
in /home/uccorpor/public_html/urynx.com/support/main.php. allow_url_include is disabled in your php.ini -- if you can change it, php will shut up about it, but if the file you're trying to include is on a remote server, you're not going to be including php code, just the output of a parsed php file.