After line 235 in post.asp, the code in red was added:case "Reply", "ReplyQuote", "TopicQuote"
if ((blnCStatus = 0) or (blnFStatus = 0) or (blnTStatus = 0)) and (AdminAllowed = 0) then
Go_Result "You have attempted to Reply to a Locked Topic"
end if
if (blnTStatus = 2) then
Go_Result "You have attempted to Reply to a Moderated Topic"
end if
case "Edit"
<