Quote:
Originally Posted by Ghostsuit
Simple and effective. Oh and anyone that has VB3 MicroStats hack installed will not be able to find
Code:
if (DB_QUERIES)
{
$pageendtime = microtime();
so place it before
Code:
if (DB_QUERIES)
{
$ms = '';
Thats should do the job.
|
Actually, this is wrong.. Buro stated to add the code ABOVE this:
Code:
$pageendtime = microtime();
Otherwise, the page loading time will be inaccurate.