<% Set rs = server. createobject ("adodb. recordset ")
SQL = "select * from info where user = '" & request ("domain2") & "' and password = '" & request ("pass2 ")&"'"
Rs. open SQL, conn, 1, 1
If rs. bof and rs. eof then
Response. write "<br> <font color = black> This domain name (http://msstudio.net/" & request ("domain2") & ") does not exist or the password is incorrect! </Font> <br>"
Rs. close
Else
If request ("newpass2") = request ("newpassagain2") then
If request ("newpass2") = "" and request ("email2") = "" then
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.