Please I Need This Pronto

As it's your first post i will over look the typing in caps & the word pronto in the title

Requesting with the word pronto, quick or other such words will result in the thread being lock for 24 hours.

All threads are filled as soon as possible, members real lives permitting

Please remember this & read the rules in my sig
 
Read this


NOTE TO ALL USERS WHO are using vB version < 3.6.6
This hack uses a hook that was not put into vB until version 3.6.6. You can follow the following steps to get this hack working on your forum.


Open file global.php

Find:

PHP:
if (!empty($db->explain))
Place BEFORE:

PHP:
($hook = vBulletinHook::fetch_hook('global_setup_complete')) ? eval($hook) : false;
Save file.


Open file includes/xml/hooks_vbulletin.xml

Find:

PHP:
<hook>global_start</hook>
Place BEFORE:

PHP:
<hook>global_setup_complete</hook>
Save file.
 
Back
Top