Somebody trying to hack your forums or something?
Re-upload your original global.php in ascii mode, because I'm running vb 3.7.2 pl1 which is the latest version and my global.php has no more then 1081 lines.
If yours is over 200 lines bigger, something must be wrong in there. The mod runs fine here.
Ah wait I see also 612 in there, that is the hook line in the global.php:
Code:
($hook = vBulletinHook::fetch_hook('parse_templates')) ? eval($hook) : false;
Could be a conflict with another mod too.