The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Problem with Custom Page
Hey,
I read the very well-written tutorial here: https://vborg.vbsupport.ru/showthread.php?t=98009, but I am not having much success... Pretty much, I have written a custom uploading script here: www.whatever.com/upload But the forums are here: www.whatever.com/forums The PHP parser stops (and I mean stops, no error or anything) at the line: Code:
require_once('./global.php'); Thanks, David |
#2
|
||||
|
||||
Try using,
include(DIR . '/forums/global.php'); I have used it for my own needs more then once and it has yet to fail me. You may need to set it up to point right, but as far as I recall it should do that automatically with a basic php install. May work, may not. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|