Don't know what you mean by the first question... I don't think Snitz allows reuse of name and password...
For the second question I believe something like this should help:
<% if mlev < 1 then
Response.Redirect "default.asp"
end if
%>
You can add it at the top of members.asp, just after the last <!--INCLUDE...--> statement, around line 42
This will redirect guests to default.asp when they try to access members.asp.
-------------------------------------------------
Installation Guide | Do's and Dont's | MODs