It's got to be something very simple, but it's going to be a pain to find. You have to start from square one, go through the instructions again, retracing each and every step, one by one. That's what I would do in this case.
I used the template version. Created a template called home_microstats. It's in the default style because I don't have more than one. This template has the following in it:
Code:
<center>Page generated in $trimmedtime seconds ($percentphp - $percentsql) with $query_count queries.
$adminstats </center>
Then place a variable
in your footer template. This is what the end of my footer template looks like, with the variable call near the end
Code:
<!-- Do not remove this copyright notice -->
Powered by: vBulletin Version $templateversion<br>
Copyright ©2000, 2001, Jelsoft Enterprises Limited.<br>
<!-- Do not remove this copyright notice -->
$copyrighttext
</smallfont></p>
$themefooter
<smallfont>{getmicrostats}</smallfont>
<!-- End -->
hope this helps.