学习js之百度⽹盘动态获取邮箱验证码(完整源码)今天使⽤某多多购买百度⽹盘SVIP会员,由于登录需要邮箱验证码验证,故学习该⽹页源码。
即将分段学习(js完整源码)
<html xmlns="/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<title>邮箱监控</title>
<style type="text/css">
#Text1
{
width:190px;
height:32;
}
</style>
<script language="javascript" type="text/javascript">
function Submit1_onclick(){
var ElementById('Text1');
var ElementById('Submit1');
window.location.href='172.27.123.14:80/index.htm?d='+a.value;
}
</script>
<script type="text/javascript">
function replaceSpace(obj)
{
obj.value = place(/\s/gi,'')
}
function copyLink()
{
var ElementById("m1").innerText;
var oInput = ateElement('input');
oInput.value = Url2.match(/\d{6}/);
document.body.appendChild(oInput);
oInput.select();// 选择对象
oInput.className ='oInput';
oInput.style.display='none';
alert('复制成功');
}
s=10;
function showtime()
{
var str,time;
time=new Date();
String()+"秒后⾃动获取验证码";
s--;
if(s<=0)
{
clearInterval(myvar);
}
}
var myvar;
if(s>0){
myvar=setInterval("showtime()",1000);}
</script>
</head>
<body >
<form id="form1" method="post" action="/">
<div >
公告:所有客户进来,⼀定要低版本,在下⾯链接有,不下的话,你会出现申诉状态</div>
<p>
<input id="Text1" name="d" type="text" placeholder="请在这⾥输⼊百度号"  onBlur="replaceSpace(this)"/>
<input id="Submit1" type="submit" value="获取验证码" onclick="showtime()"/>
<input id="Submit2" type="button" value="复制验证码" onclick="copyLink()"/>
<input name="action" type="hidden" value="search"/>
</p>
<table border =1;
align="center">
<tr><td id='m1' >
亲爱的⽤户:
您好!感谢您使⽤百度服务,您的账号(nhbb89)正在进⾏邮箱验证,本次请求的验证码为:
922047(为了保障您帐号的安全性,请在1⼩时内完成验证。)
百度帐号团队
2020年12⽉23⽇
绑定百度帐号管家,收取验证码不再等待!
赶紧扫描下载吧
</td><td>2020-12-2309:45:00</td></tr><tr><td id='m2' >
亲爱的⽤户:
您好!感谢您使⽤百度服务,您的账号(nh***89)正在进⾏邮箱验证,本次请求的验证码为:
922047(为了保障您帐号的安全性,请在1⼩时内完成验证。)
百度帐号团队
2020年12⽉23⽇
绑定百度帐号管家,收取验证码不再等待!
赶紧扫描下载吧
</td><td>2020-12-2309:42:13</td></tr>
</table>
</form>
<div >
<button type="button"class="yongyin"  onclick="location='wwx.lanzoux/b00bj7zeh '">电脑出现申诉:点我下载低版本</button>
</div>
<div >
<button type="button"class="yongyin"  onclick="location='udao/noteshare? id=e1673b1e1f1a176fb97a0f95651fc9b9'">⼿机出现申诉:点我下载低版本</button>
</div>
<div >
<button type="button"class="yongyin"  onclick="location='wwx.lanzoux/b0ceqdbcj '">限速的话点我:下载KD配合超级会员</button>
</div>
<div >
<button type="button"class="yongyin"  onclick="location='119.45.48.43:8889/ck'">查询COOKIE:配合KD的</button>
</div>
<div >
<button type="button"class="yongyin"  onclick="location='8.131.78.226/index3.html'">K D下载:点我下载KD</button>
</div>
</body>
</html>
head部分
<head>
<meta http-equiv="Content-Type"content="text/html;charset=utf-8">
<meta name="viewport"content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <title>邮箱监控</title>
<style type="text/css">
#Text1
{
width: 190px;
height:32;
}
</style>
<script language="javascript"type="text/javascript">
function Submit1_onclick(){
var ElementById('Text1');
var ElementById('Submit1');
window.location.href='172.27.123.14:80/index.htm?d='+a.value;
}
</script>
<script type="text/javascript">
function replaceSpace(obj)
{
obj.value = place(/\s/gi,'')
}
function copyLink()
{
var ElementById("m1").innerText;
var oInput = ateElement('input');
oInput.value = Url2.match(/\d{6}/);
document.body.appendChild(oInput);
oInput.select();// 选择对象
input绑定onblur事件
oInput.className ='oInput';
oInput.style.display='none';
alert('复制成功');
}
s=10;
function showtime()
{
var str,time;
time=new Date();
String()+"秒后⾃动获取验证码";
s--;
if(s<=0)
{
clearInterval(myvar);
}
}
var myvar;
if(s>0){
myvar=setInterval("showtime()",1000);}
</script>
</head>
body部分
<body >
<form id="form1"method="post"action="/">
<div >
公告:所有客户进来,⼀定要低版本,在下⾯链接有,不下的话,你会出现申诉状态</div>
<p>
<input id="Text1"name="d"type="text"placeholder="请在这⾥输⼊百度号"onblur="replaceSpace(this)">
<input id="Submit1" type="submit"value="获取验证码"onclick="showtime()">
<input id="Submit2" type="button"value="复制验证码"onclick="copyLink()">
<input name="action"type="hidden"value="search">
</p>
<table border="1;" align="center">
<tbody><tr><td id="m1" >
亲爱的⽤户:
您好!感谢您使⽤百度服务,您的账号(nhbb89)正在进⾏邮箱验证,本次请求的验证码为:
922047(为了保障您帐号的安全性,请在1⼩时内完成验证。)
百度帐号团队
2020年12⽉23⽇
绑定百度帐号管家,收取验证码不再等待!
赶紧扫描下载吧
</td><td>2020-12-23 09:45:00</td></tr><tr><td id="m2" >
亲爱的⽤户:
您好!感谢您使⽤百度服务,您的账号(nh***89)正在进⾏邮箱验证,本次请求的验证码为:
922047(为了保障您帐号的安全性,请在1⼩时内完成验证。)
百度帐号团队
2020年12⽉23⽇
绑定百度帐号管家,收取验证码不再等待!
赶紧扫描下载吧
</td><td>2020-12-23 09:42:13</td></tr>
</tbody></table>
</form>
<div >
<button type="button"class="yongyin" onclick="location='wwx.lanzoux/b00bj7zeh' ">电脑出现申诉:点我下载低版本</button>
</div>
<div >
<button type="button"class="yongyin" onclick="location='udao/noteshare?i d=e1673b1e1f1a176fb97a0f95651fc9b9'">⼿机出现申诉:点我下载低版本</button>
</div>
<div >
<button type="button"class="yongyin" onclick="location='wwx.lanzoux/b0ceqdbcj' ">限速的话点我:下载KD配合超级会员</button>
</div>
<div >
<button type="button"class="yongyin" onclick="location='119.45.48.43:8889/ck'">查询C OOKIE:配合KD的</button>
</div>
<div >
<button type="button"class="yongyin" onclick="location='8.131.78.226/index3.html'">K D下载:点我下载KD</button>
</div>
</body>

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。