'如果时间没到,60秒后再次检测时间到了没有。具体检测频率自定 <meta http-equiv="Refresh" content="60; URL=index.asp"> <%end if%>
///////////////////////////////////////////
/////////////////////////////////////////////// 建立一个 reg1.htm 文档 //////////////////////////////////// '登陆帐号,并在60秒后转到reg2.htm,提交要抢注的域名
<meta http-equiv="Refresh" content="60; URL=reg2.htm"> <html> <head> </head> <title> </title> <frameset rows="0,*" framespacing="0" border="0" frameborder="0"> <frame name="top" noresize scrolling="no"> <frame name="bottom" src="http://安装epppro的路径/login.php?username=帐号名password=帐号密码&x=0&y=0 " noresize scrolling="auto"> <noframes> <body> </body> </noframes> </frameset> </html>
////////////////////////////////////////// /////////////////////////////////////////////// 建立一个 reg2.htm 文档 //////////////////////////////////// '提交要注册的域名,默认为可注,60秒后转到reg3.asp '如果需要提交多个域名,只需把代码中,域名标志的数据部分重复贴即可
<meta http-equiv="Refresh" content="60; URL=reg3.asp"> <html> <head> </head> <title> </title> <frameset rows="0,*" framespacing="0" border="0" frameborder="0"> <frame name="top" noresize scrolling="no"> <frame name="bottom" src="http://安装epppro的路径/member/domainreg23.php?Domain%5B%5D=抢注域名&CheckBox%5B%5D=抢注域名&year%5B%5D=1&Accept=checkbox&Submit=%CF%C2%D2%BB%B2%BD&DomainType=domain.EC&loginflag=login " noresize scrolling="auto"> <noframes> <body> </body> </noframes> </frameset> </html>
////////////////////////////////////////// /////////////////////////////////////////////// 建立一个 reg3.asp 文档 //////////////////////////////////// '判断时间 <% hour200=hour(time()) minute200=minute(time()) second200=second(time()) num200=hour200*10000+minute200*100+second200 %> '4点02分,结束抢注工作,并跳转到指定网址 <%if num200 >40200 then%> <meta http-equiv="Refresh" content="6; URL=http://www.200.net"> <%else%> '如果没有结束,不停提交表单,速度自控 <meta http-equiv="Refresh" content=" 速度(秒); URL=reg3.asp"> <html> <head> </head> <title> </title> <frameset rows="0,*" framespacing="0" border="0" frameborder="0"> <frame name="top" noresize scrolling="no"> <frame name="bottom" src="http://安装epppro的路径/member/domainreg4.php?M1=280.00&fs=9999720&fs=280&CompanyZH=公司中文名&CompanyEN=公司英文名&Trade=1&Country=1&Province=3&CityZH=城市中文名&CityEN=城市英文名&StreetZH=中文住址&StreetEN=英文住址&Postcode=邮编&NameZH=注册人姓名&NameEN=注册人英文名&PhoneCountry=86&PhoneArea=0&PhoneNumber=传真号码&PhoneExt=0&FaxCountry=86&FaxArea=0&FaxNumber=传真号码&FaxExt=0&Email=联系邮箱&DomainType=&B1=%B5%BD%CF%C2%D2%BB%B2%BD " noresize scrolling="auto"> <noframes> <body> </body> </noframes> </frameset> </html> <%end if%>
'具体根据表单提交时的数据要求做修改
//////////////////////////////////////////////////
到此,一个简单的自动提交程序就搞定了。不用每天晚上蹲在计算机前盯着域名掉下来啦。当然一切才刚刚开始,好戏还在后头:)
抢注域名,是一个很有挑战性的游戏。他不仅仅是在比谁更快,还在比谁更有头脑。 举个例子,有两个人同时在使用同一个注册商的接口。 我们假设该注册接口,每处理一个表单需要耗费 0.01秒,当提交速度超过0.1秒时就会被封。于是甲和乙都采用了两个安全的速度来提交注册。 甲每1秒提交一次表单,乙每0.2秒提交一次表单。 但每一次都是甲注册到了域名,乙却注册不到,大家猜猜这是为什么? 从速度上来说,乙的速度是甲的5倍,怎么说成功率也要高些吧,但甲却领先一步。因为甲比乙多掌握了另外一个技巧。 还是以 新网互联 为例 dns.com.cn 的代理商们,对epp这个东东是否熟悉呢。 大家先来做个实验,首先登陆 www.200.net/epp/domain.htm 任意选择一个未注册的域名,按里边的提示一直到提交完成。 ok,大家再到dns.com.cn查询一下,刚才这个未注册域名,在新网互联的系统中已经被屏蔽掉了,除了刚才这个epp对应的代理商,其它人都无法注册。但实际上这个域名还没有正式注册。大家可以随便到中频查查,这个域名在别的注册商依然是允许注册的。
责任编辑:米尊 |