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

📄 domain_reg_newer.asp

📁 蓝芒3.0A最新所有功能完整破解版
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<% ModuleCode="M0910" %>
<!--#include file="../../../Include/Reference.asp"-->
<%
Call PrintPageHead
%>
<!--#include file="../domain_reg_class.asp"-->
<%
'dim tail,temp_item_id
tail=request("domain_tail")
select case tail
case ".info" temp_item_id=805
case ".biz" temp_item_id=800
end select 


PY1=request("PY")
PN1=request("PN")
p1=0
dim reg
set reg = new reg_domain
'dim tail,temp_item_id
tail=request("domain_tail")
strSQL="Select a.ProdCode,a.ProdName,a.ProdPrice,a.ProdInfo,a.ProdStat,a.STCode,a.TypeCode,a.DomainType,a.SiteType,a.SiteSize,a.MailType,a.MailSize,a.MailUser,b.ProdPrice as MyPrice from v_ProdInfo a, T_DNS_ProdPrice b where a.ProdCode=b.ProdCode and b.ProdYear=" & PY1 & "  and a.STCode='1' and a.ProdStat<>'3' and b.LevelCode='" & Session("UserLevel")& "' and a.ProdCode='" & request("id") & "'"
Set Rs1=Server.CreateObject("ADODB.Recordset")
Rs1.open strSQL,Cn
if  not Rs1.eof then
	p1=Cstr(Cint(rs1("MyPrice"))*Cint(PN1))
end if
rs1.close
set rs1=nothing
'取初始信息
strSQL="Select * from T_DNS_UserInfo where  UserID=" & Session("UserID")
Set Rs9=Server.CreateObject("ADODB.Recordset")
Rs9.open strSQL,Cn
if not Rs9.eof then
	reg.reg_name=rs9("EUserName")
	reg.reg_name_m=rs9("UserName")
	reg.reg_org=rs9("EUserName")
	reg.reg_org_m=rs9("UserName")
	reg.reg_sp=rs9("EProvince")
	reg.reg_city=rs9("ECity")
	reg.reg_street1=rs9("EAddr")
	reg.reg_street2=rs9("EAddr")
	reg.reg_pc=rs9("PostCode")
	reg.reg_voice=rs9("Tel")
	reg.reg_fax=rs9("Fax")
	reg.reg_email=rs9("EMail")
end if
rs9.close
set rs9=nothing
set Rs2=Cn.Execute("SP_CheckMoney "& session("UserID") & "," & p1 )
if rs2("result")="0" then
	response.write "<br><br>&nbsp;&nbsp;<font color=red>会员 "&session("UserID") & " ,此产品总价格 " &p1& " 元 " &rs2("msg") & "</font>&nbsp; <a href='../agent/ipay.asp'>在线充值</a> <br>"
else
%>
<form name="form9" method="post" action="BuyRe.asp">
<input type="hidden" name="PType" value="D">
<input type="hidden" name="domaintype" value="<%=temp_item_id%>">
<input type="hidden" name="domaintail" value="<%=request("domain_tail")%>">
<left><font color="red">说明:你所注册的域名年限必须是2年以上,否则无法注册成功</font></left>
<center>
<table class="uss" align=center  width="80%" >
	<tr>
		<td nowrap bgcolor="<%=Opt_TD_BGColor2%>">域名:</td>
		<td bgcolor="<%=Opt_TD_BGColor1%>"><%=request("domain")%></td>
			<input type="hidden" size="30" name="domain_tail" value=<%=request("domain_tail")%>>
			<input type="hidden" size="30" name="domain" value=<%=request("domain")%>><br>

		<input type="hidden" name="PY" value="<%=CStr(Cint(PY1)*Cint(PN1))%>">
		<td nowrap bgcolor="<%=Opt_TD_BGColor2%>">价格:</td>
		<td bgcolor="<%=Opt_TD_BGColor1%>"><font color=red><%=p1%></font>&nbsp;元</td>
	</tr>
	<tr>
		<td nowrap bgcolor="<%=Opt_TD_BGColor2%>">DNS1:</td>
		<td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  size="20" name="dns1" value="<%=Sys_Opt_DNS1_Name%>"></td>
		<td nowrap bgcolor="<%=Opt_TD_BGColor2%>">DNS2:</td>
		<td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  size="20" name="dns2" value="<%=Sys_Opt_DNS2_Name%>"></td>
	</tr>
	<tr>
		<td nowrap bgcolor="<%=Opt_TD_BGColor2%>">输入密码:</td>
		<td bgcolor="<%=Opt_TD_BGColor1%>"><input type="password" size="20" name="pwd1"></td>
		<td nowrap bgcolor="<%=Opt_TD_BGColor2%>">确认密码:</td>
		<td bgcolor="<%=Opt_TD_BGColor1%>"><input type="password" size="20" name="pwd2"></td>
	</tr>
</table>
(密码长度必须大于等于8位)<br><font color="red" ><b>以下为四个联系人信息:</b></font>
<table class="uss" align=center  width="80%" >
	<caption><left>域名注册人表</left><br></caption>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">名字*:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  name="reg_name" value=<%=reg.reg_name%>></td></tr>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">组织*:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  name="reg_org" value=<%=reg.reg_org%>></td></tr>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">国家、地区*:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><%prt_country("reg_country")%></td></tr>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">所在省份*:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  name="reg_state" value=<%=reg.reg_sp%>></td></tr>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">所在城市*:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  name="reg_city" value=<%=reg.reg_city%>></td></tr>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">街道1*:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  name="reg_street1" value=<%=reg.reg_street1%>></td></tr>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">街道2:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  name="reg_street2" value=<%=reg.reg_street2%>></td></tr>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">邮政编码*:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  name="reg_pc" value=<%=reg.reg_pc%>></td></tr>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">联系电话*:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  name="reg_tel" value=<%=reg.reg_voice%>>(如:+86.5925161011)</td></tr>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">传真*:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  name="reg_fax" value=<%=reg.reg_fax%>>(如:+86.5925161011)</td></tr>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">联系E-MAIL*:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  name="reg_email" value=<%=reg.reg_email%>></td></tr>
</table>

<input type=button name='copy_r2a'  class="button" value='复制注册人信息到管理联系人表' onclick='
document.form9.admin_name.value=document.form9.reg_name.value;
document.form9.admin_org.value=document.form9.reg_org.value;



document.form9.admin_country.value=document.form9.reg_country.options[document.form9.reg_country.selectedIndex].value;
document.form9.admin_state.value=document.form9.reg_state.value;
document.form9.admin_city.value=document.form9.reg_city.value;
document.form9.admin_street1.value=document.form9.reg_street1.value;
document.form9.admin_street2.value=document.form9.reg_street2.value;
document.form9.admin_pc.value=document.form9.reg_pc.value;
document.form9.admin_fax.value=document.form9.reg_fax.value;
document.form9.admin_email.value=document.form9.reg_email.value;
document.form9.admin_tel.value=document.form9.reg_tel.value;

'>
<table class="uss" align=center width="80%" >
	<caption><left>域名管理联系人表</left><br></caption>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">名字*:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  name="admin_name" value=<%=reg.reg_name%>></td></tr>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">组织*:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  name="admin_org" value=<%=reg.reg_org%>></td></tr>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">国家、地区*:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><%prt_country("admin_country")%></td></tr>
	<tr><td bgcolor="<%=Opt_TD_BGColor2%>">所在省份*:</td><td bgcolor="<%=Opt_TD_BGColor1%>"><input type="text" class="input"  name="admin_state" value=<%=reg.reg_sp%>></td></tr>

⌨️ 快捷键说明

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