Ok, I have found my own fix to it,
I have included this line in post.asp
if strRqForumID = "" and MemberTitle = "" then response.redirect("")
You just add the correct variables in the ""'s
I made a little asp page like " You cannot post in this topic" works fine for me

<