make sure your hitcounterplus template looks like this
PHP Code:
{htmldoctype}
<html>
<head>
<title>$bbtitle - Hit Counter Plus Statistics</title>
$headinclude
</head>
<body>
$header
<table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td width="100%"><img src="{imagesfolder}/vb_bullet.gif" alt="" border="0" align="absmiddle"><normalfont><b><a href="index.php?s=$session[sessionhash]">$bbtitle</a> > Hit Counter Plus Statistics</b></normalfont></td>
</tr>
</table>
<br>
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{categorybackcolor}" align="center" colspan="$colspan"><smallfont color="{categoryfontcolor}"><b>You are currently viewing Page Number (<i>$pagenumber</i> / <i>$totalpages</i>) | There has been a total overall number of <i>$totalhit</i> hits since this hack was installed.</b></smallfont></td>
</tr>
</table>
</td></tr></table>
<br>
<smallfont>$pagenav</smallfont>
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{categorybackcolor}" align="center" colspan="$colspan"><normalfont color="{categoryfontcolor}"><b>$bbtitle Hit Counter Plus Statistics</b></normalfont></td>
</tr>
<tr>
<td bgcolor="{tableheadbgcolor}" align="center"><a href="$sorturl&sortorder=desc&sortfield=viewid"><smallfont color="{tableheadtextcolor}"><b>Hit ID $sortarrow[viewid]</b></smallfont></a></td>
<td bgcolor="{tableheadbgcolor}" align="center"><a href="$sorturl&sortorder=desc&sortfield=userid"><smallfont color="{tableheadtextcolor}"><b>User ID $sortarrow[userid]</b></smallfont></a></td>
<td bgcolor="{tableheadbgcolor}" align="center"><a href="$sorturl&sortorder=desc&sortfield=username"><smallfont color="{tableheadtextcolor}"><b>Username $sortarrow[username]</b></smallfont></a></td>
<td bgcolor="{tableheadbgcolor}" align="center"><a href="$sorturl&sortorder=desc&sortfield=dateline"><smallfont color="{tableheadtextcolor}"><b>Date Viewed $sortarrow[dateline]</b></smallfont></a></td>
<td bgcolor="{tableheadbgcolor}" align="center"><a href="$sorturl&sortorder=desc&sortfield=dateline"><smallfont color="{tableheadtextcolor}"><b>Time Viewed $sortarrow[dateline]</b></smallfont></a></td>
<td bgcolor="{tableheadbgcolor}" align="center" nowrap><smallfont color="{tableheadtextcolor}"><b>Private Message</b></smallfont></td>
$scripthead
$actionhead
$iphead
$resoliphead
</tr>
$counterplusbits
<tr>
<td bgcolor="{categorybackcolor}" align="center" colspan="$colspan"><smallfont color="{categoryfontcolor}"><b>These are the stats of all the hits on the forumhome page since this hack was installed</b></smallfont></td>
</tr>
</table>
</td></tr></table>
$footer
</body>
</html>
and the hitcounterplusbit template looks like this
PHP Code:
<tr>
<td bgcolor="{firstaltcolor}" align="center"><smallfont><b>$viewid</b></smallfont></td>
<td bgcolor="{secondaltcolor}" align="center"><smallfont><b>$userid</b></smallfont></td>
<td bgcolor="{firstaltcolor}" align="center"><smallfont><b>$username</b></smallfont></td>
<td bgcolor="{secondaltcolor}" align="center"><smallfont><b>$viewdate</b></smallfont></td>
<td bgcolor="{firstaltcolor}" align="center"><smallfont><b>$viewtime</b></smallfont></td>
<td bgcolor="{secondaltcolor}" align="center"><smallfont><b>$pm</b></smallfont></td>
$scriptbit
$actionbit
$ipbit
$resolipbit
</tr>