The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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. |
|
#2
|
|||
|
|||
|
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:
Code:
// 123.123.123.123 is your IP address
if ($_SERVER['REMOTE_ADDR'] == '123.123.123.123')
{
$config['Misc']['debug'] = true;
}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|