![]() |
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 |
What code are you using to include the file?
|
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. |
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:
|
thanks I think ill just HTML it in, jw where do you go to check if it is supported or not?
|
All times are GMT. The time now is 01:42 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|