The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I upgraded from 3.0.7 to 3.6.4
I had info in there for an ad banner Code:
include ('ad_network_405.php');
|
|
#2
|
||||
|
||||
|
PHP_include has been replaced with the plugin system
go to admincp -> Plugin System -> Add New Plugin Hook Location: Global Start Title: Whatever PHP Code: Your code here |
|
#3
|
|||
|
|||
|
Like this
Code:
ob_start();
include('path to/forums/ad_network_405.php');
$includedphp = ob_get_contents();
ob_end_clean();
include('public_html/forums/ad_network_405.php'); and it didn't work no such directory. How do I figure out my path to? |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|