The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Plugin Error
I am trying to register a variable and use data from a php file to display
hook location: init_startup forumhome > {vb:raw shoutstats} PHP Code:
PHP Warning: require_once(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in ..../includes/init.php(351) : eval()'d code on line 4 I have disabled the plugin right now but i would like to get this to work. Ive also tried PHP Code:
PHP Warning: include(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in ..../includes/class_bootstrap.php(103) : eval()'d code on line 2 |
#2
|
|||
|
|||
You should not use the include/require functions to get data from a remote file.
If you want to get data from a remote file, use file_get_contents: PHP Code:
If the file is on your local server, use: PHP Code:
|
Благодарность от: | ||
Lynne |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|