Tôi chỉ nhận ra rằng không ai từng trả lời câu hỏi này, vì vậy đây là giải pháp của riêng tôi:
#grab global.php to access vbuls user systems
chdir("../forum/");
require("./global.php");
require_once('includes/functions_login.php');
#sanatize all variables for easier use
$username = $vbulletin->userinfo['username'];
$userid = $vbulletin->userinfo['userid'];
$loggouthash = $vbulletin->userinfo['logouthash'];
chdir("../dev/");
Điều này sắp xếp nó rất hay, tôi biết tôi KHÔNG CẦN phải làm sạch các biến như vậy, nhưng đó là một sở thích cá nhân.