Quote:
Originally Posted by lukemax
me too, I'm trying to create a page like this 1 directory up from the vbulletin one. When I try, I get a blank page, any ideas?
|
If you get a blank page, it could be one of several reasons. Usually when i get that, it's because I forgot to put a semicolon at the end of a line somewhere in the script. Also, since you're placing the script 1 directory up from forum directory, make sure that you're calling your required files the correct way like this:
PHP Code:
// ################## REQUIRE BACK-END ####
chdir('D:\webppliance\conf\domains\site\Inetpub\wwwroot\forum'); // path to forum dir
require_once('./global.php');
require_once('includes/class_bbcode.php');