The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Including a File Help
I get this error
Warning: Unknown(): stream does not support seeking in /home/game/public_html/global.php(386) : eval()'d code on line 8 When i try to include a file with the phpinclude_start template and putting the variable in the header template |
#2
|
|||
|
|||
What code are you using to include the file?
|
#3
|
|||
|
|||
ob_start();
require("http://evirant.com/networkmenu/networkmenu.php"); $menu = ob_get_contents(); ob_end_clean(); in the phpinclude_start template and $menu in the header template see it here: http://forum4games.com I use the same method at http://programforum.com and it works there. Any ideas? Thanks. |
#4
|
|||
|
|||
It is possible that your installation of php dose not support including from other sites. I would upload networkmenu.php to the vbulletin root directory then use this code:
PHP Code:
|
#5
|
|||
|
|||
thanks I think ill just HTML it in, jw where do you go to check if it is supported or not?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|