The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
PHP in vB4 template
Hey,
I want to include a php file which generates a list (/Forum/statsinner.php) at the bottom of a custom vbulletin page (/Forum/database5yr.php). To do this I have added an includephp plugin (in global start): Code:
ob_start();
include('/Forum/statsinner.php');
$includedphp = ob_get_contents();
ob_end_clean();
However - this doesn't seem to be working. Have I done something crazy here? This has really got me stumped, any help would be very much appreciated. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|