$cwd = getcwd();$vbpath = $_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH');chdir($vbpath);require_once('./global.php');chdir($cwd);require_once($vbpath . '/includes/class_bbcode.php'); $bbcode =& new vB_BbCodeParser($vbulletin, fetch_tag_list());