The only change is that I added a footer to the template, like I do with all the other hacks to make them look more streamlined with the forums. I also removed the extra <br> lines before and after the blocks because they were not necessary for me(you'll have to remove those youself if want to). Screenshots are included.
Phrase Manager -> Add New Phrase
Varname: topXstats_footer
Text: Powered by <b>topXstats</b> v1.2.1 by InfiniteWebby
Style Manager -> Choose the Style to Edit -> "topXstats_stats_bit"
Find:
Code:
</tbody>
</table>
<!-- end top statistics box -->
Add Above:
Code:
<tr>
<td class="tcat" align="right" colspan="3"><span class="smallfont">$vbphrase[topXstats_footer]</span></td>
</tr>