The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
The simplest way would be to create a symlink in moo to global.php and to forums/admin.
Or: PHP Code:
|
#12
|
||||
|
||||
So i put that line before requiring global.php right? ^^
|
#13
|
|||
|
|||
I don't know if that will work, but worth a shot.
I thought changing the include path would work, (ie ini_set('include_path', '.:/path/to/script/here/'); but on *nix boxes apparently is doesn't work with files included within an include. |
#14
|
||||
|
||||
$vbpath ="/path/to/folder/with/global/in/it";
chdir($vbpath); require_once("global.php"); or like NTLDR said |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|