Need all codes displayed there.

Open file global.php

Find:
PHP Code:
Code:
if (!empty($db->explain))

Place BEFORE:
PHP Code:
Code:
($hook = vBulletinHook::fetch_hook('global_setup_complete')) ? eval($hook) : false;

Save file.


Open file includes/xml/hooks_vbulletin.xml

Find:
PHP Code:
Code:
<hook>global_start</hook>

Place BEFORE:
PHP Code:
Code:
<hook>global_setup_complete</hook>
Save file.


Re-install the xml product file for this hack.
 
Back
Top