Topic: Problem: error, the posts pf my forum doesn't appear outside of my for
I need help. Hello and thank you in advice.
I have a PunBB forum in this URL: http://www.eldiariodelpueblo.com/foros/
and I'm trying to show the posts of the Noticias forum ( http://www.eldiariodelpueblo.com/foros/ … m.php?id=2 ) in my website (outside the forum). This is the URL of the website: http://www.eldiariodelpueblo.com/GAMEFAN.php
but this is the error that appears:
Warning: main(): URL file-access is disabled in the server configuration in /home/.landis/eldiario/eldiariodelpueblo.com/GAMEFAN.php on line 37
Warning: main(http://www.eldiariodelpueblo.com/foros/ … &fid=2): failed to open stream: no suitable wrapper could be found in /home/.landis/eldiario/eldiariodelpueblo.com/GAMEFAN.php on line 37
Warning: main(): Failed opening 'http://www.eldiariodelpueblo.com/foros/ … &fid=2' for inclusion (include_path='.:/usr/local/lib/php') in /home/.landis/eldiario/eldiariodelpueblo.com/GAMEFAN.php on line 37
Can anyone help me? I don`t know how to fix that.. Maybe opening that "URL file-access"? How can I do that?
Oh, and this is the code that I put on the website:
<?
include('http://www.eldiariodelpueblo.com/foros/extern.php?action=new&show=15&fid=2');
?>
Is that OK?
Thank you a lot in advice.