Hey all ( again

).
In my previous topic I was asking you guys for some help when using
webwiz registration form to see members pages" and would like to thank
you all for helping me.
Now, I was thinking if some1 register at my forum then automaticly they
could see member page but I don't want to! So, I decided to add under
User group another group called Super Member which is Non ladder group
and only I as an Admin would grant them premission when they would
apply!
Now I'm asking you, what should I add to my members page that only me as
admin and
Super Members would be able to see these pages??
This is the part that I had to add into my asp page in order to give the premission to all registered users (
thanks to aks427 & dj air )
.
<!--#include file="forum/common.asp"-->
<%
If intGroupID = 2 then
Response.Redirect "forum/insufficient_permission.asp"
End If
%>
Thanks,