Kyojii
02-17-2011, 08:55 PM
I'm trying to make a custom index and use vBulletin to authenticate users there and such. However including the following code it seems global.php is returning "file not found" errors when it looks for it's includes. How would I do this correctly?
<?php
// ######################### REQUIRE BACK-END ###########################
require_once('./forums/global.php');
require_once('./forums/includes/functions_bigthree.php');
require_once('./forums/includes/functions_forumlist.php');
?>
<?php
// ######################### REQUIRE BACK-END ###########################
require_once('./forums/global.php');
require_once('./forums/includes/functions_bigthree.php');
require_once('./forums/includes/functions_forumlist.php');
?>