The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
global_start Hook: Include External PHP File
In the middle of a vBulletin 3.08 -> vBulletin 3.6 upgrade.
I made this plugin for global_start: Code:
ob_start(); include('C:/Inetpub/vhosts/fullthrottlev6.com/httpdocs/phpadsnew/banners/banners.php'); $BannerCode = ob_get_contents(); ob_end_clean(); That's the exact path on my server, still no luck! |
#2
|
|||
|
|||
If you are making this a global include file. y have the ob? just have
PHP Code:
|
#3
|
|||
|
|||
Just putting that in the plugin, still nothing is happening.
I'm assuming I'm keeping this in global_start. I'm honestly shocked no one has any solutions to this problem. I hate bumping my own threads but this is the last hold up I have to put my forum live. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|