Log in

View Full Version : How to track vB steps


sturdevk
08-05-2008, 02:50 PM
Hi,

Is there any way we can track vB steps, I mean step by step log statements...what are the quiries executed and which script has run like that.

Thanks in advance.

calorie
08-05-2008, 03:16 PM
If you place the following after the <?php in the vB config.php file, you will see some extra information about the page in the footer area:

// 123.123.123.123 is your IP address
if ($_SERVER['REMOTE_ADDR'] == '123.123.123.123')
{
$config['Misc']['debug'] = true;
}