⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 r_check.asp

📁 一个漂亮的网络工作室源码 后台地址:/admin 用户名:admin 密码:admin888
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
<!--#include file="inc/ubbcode.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>虚拟主机 域名注册 建站套餐--南北互联服务网站</title>
<link href="images/style.css" rel="stylesheet" type="text/css">
<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">

	<table border="0" width="100%" cellspacing="0" cellpadding="0">
	  <tr>
		<td width="180">
                  <table border="0" width="100%" cellspacing="0" cellpadding="0">
                    <tr>
                      <td width="100%" height="34" background="images/left_pic_1.gif" class="p11" style="padding-left:20px;color:white;padding-bottom:8px;" valign="bottom">系统信息&nbsp;</td>
                    </tr>
                    <tr>
                      <td width="100%" background="images/left_pic_2.gif"><img border="0" src="/images/cn/uufriend_bar/left_pic_2.gif" width="4" height="4"></td>
                    </tr>
                  </table>
		</td>
		<td align="left" height="38" background="images/top_bg.gif" style="padding-left:100px;">
		</td>
	  </tr>
	</table>
<table border="0" width="100%" height="200" align="center" valign="middle" cellspacing="0" cellpadding="0">
  <tr>
    <td width="100%" >
<%
dim rs,RegUserName
RegUserName=trim(request("UserName"))
set rs=server.CreateObject("Adodb.recordset")
rs.open  "select * from users where userid='"&trim(request("username"))&"'",conn,1,3
'userid=rs("userid")
'if rs.bof and rs.eof then
if not(rs.bof and rs.eof) then
response.write "<table border=0 width=355 cellspacing=0 cellpadding=0 valign=middle align=center><tr><td width=67 valign=top style=padding-top:10px;><img border=0 src=images/shibai_logo.gif width=67 height=65></td><td width=288 class=td1 valign=top><font color=#FF6600><b>很遗憾!<br></b></font>您的用户名<font color=red>" & RegUserName & "</font>已经被注册,请您选择一个新的用户名注册,谢谢!<br><br><b>[&nbsp;<a onclick=self.close() style=cursor:hand>关闭</a>&nbsp;]</b></td></tr></table>"
else
response.write "<table border=0 width=355 cellspacing=0 cellpadding=0 align=center><tr><td width=67 valign=top style=padding-top:10px;><img border=0 src=images/success_logo.gif width=67 height=65></td><td width=288 valign=top><font color=#FF6600><b>恭喜您!<br></b></font>恭喜您,您选择的用户名<font color=red>" & RegUserName & "</font>可以注册!<br><br><b>[&nbsp;<a onclick=self.close() style=cursor:hand>关闭</a>&nbsp;]</b></td></tr></table>"
end if
%></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -