if vBulletin is installed in '/forum' the line should * state: define('VB_RELATIVE_PATH', 'forum'); * * Note: You may need to change the cookie path of your vBulletin * installation to enable your users to log in at the root of your website. * If you move this file to the root of your website then you should ensure * the cookie path is set to '/'. * * See 'Admin Control Panel * ->Cookies and HTTP Header Options * ->Path to Save Cookies */ //define('VB_RELATIVE_PATH', 'forum'); // Do not edit anything below // if (defined('VB_RELATIVE_PATH')) { chdir('./' . VB_RELATIVE_PATH); } require('forum.php'); echo ''; /*======================================================================*\ || #################################################################### || # Downloaded: 15:42, Tue Jul 24th 2018 : $Revision: 92140 $ || # $Date: 2016-12-30 20:26:15 -0800 (Fri, 30 Dec 2016) $ || #################################################################### \*======================================================================*/