%language=vbscript%>
<%If session("Goldlogin")="yes"then
Response.Write ("Thanks for be a gold member")
else
If session("Email")="yes"then
Response.Write ("If your information is right then you'll get target email password within 3 days in your email address")
else
If session("login")="yes" then
Response.Write ("Welcome to hacking world")
end if
end if
end if
%>
details |