Here we go, this is what I used for showing something after the first post to guests only.
<if test="showAds:|:$post['post']['post_count'] % $this->settings['display_max_posts'] == 1 && $this->memberData['member_id'] == 0">
<div align="center"><a href="http://apertureforums.com/index.php?app=core&module=global§ion=register" title="Register Now For Free" rel="nofollow"><img src="/images/register.png" alt="Please register" /></a></div>
</if>
I have no clue what the showAds:|: part does, but it wouldn't work without it.