For the people who can't get it working. This is what it should look like in the posbit_attachment template.
PHP Code:
<p><normalfont><img src="{imagesfolder}/attach/$post[attachmentextension].gif" width="16" height="16" border="0" alt="">Attachment: <a href="attachment.php?s=$session[sessionhash]&postid=$post[postid]=$newpagelink" target="_blank">$post[filename]</a></normalfont><br>
<smallfont>This has been downloaded $post[counter] time(s).</smallfont></p>
This should help clear up some confusion. Take out the target="_blank" if you want it to open in the same window.