In case you still want to view it in profiles as well, find:
Code:
<tr>
<td bgcolor="#1C5780"><normalfont><b>Total Posts:</b></normalfont></td>
<td bgcolor="#1C5780"><normalfont>$userinfo[posts] ($postsperday posts per day)</normalfont></td>
</tr>
And add after that:
Code:
<tr>
<td bgcolor="#1C5780"><normalfont><b>Total Views:</b></normalfont></td>
<td bgcolor="#1C5780"><normalfont>$userinfo[views]</normalfont></td>
</tr>
This has already been added to the hack text file, so no need to do this if you downloaded after this was posted.