User Groups mod would be good, put paid members in one group and other members in another. You would need to add code at the top of pages to secure them, it think there is an IsGroupMember function so
so
If Not IsGroupMember(MemberID, IdForSecureGroupHere) then
put message here to say page cannot be viewed
Response.End
End If