Quote:
Originally Posted by OUTL4W
Would like to see it on ForumHome and vbadvanced.
i don't own the vb3 server and the owner is always traveling....I tried creating a plugin pointing to my site:
PHP Code:
ob_start();
include('http://mysite.com/status/consolestatus2.php');
$console = ob_get_contents();
ob_end_clean();
but I get:
PHP Code:
HP User Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in ..../global.php(400) : eval()'d code on line 401
PHP User Warning: include(http://mysite.com/status/consolestatus2.php) [function.include]: failed to open stream: no suitable wrapper could be found in ..../global.php(400) : eval()'d code on line 401
PHP User Warning: include() [function.include]: Failed opening 'http://mysite.com/status/consolestatus2.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in ..../global.php(400) : eval()'d code on line 401
So I'm thinking its a server configuration issue.....
|
Are your sites on separate servers?