2013-09-12 15:13:58  浏览:1110

明星 女郎 星女郎 职场 破解

寻找职场“星”女郎_腾讯大湘网_腾讯网,这是投票网站,限制一个ip每分钟只能投一次,所以可以交给电脑自己处理,废话不多说,直接上代码

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>投票</title>
<script type="text/javascript" src="http://market.mofing.com/js/jquery-1.8.2.js"></script>
<script type="text/javascript" src="http://market.mofing.com/js/jquery.cookie.js"></script>
<script type="text/javascript">
 	document.domain = 'qq.com';
</script>
</head>
<body>
<a id="test" href="javascript:void(0)">Test</a>
<iframe src="http://hn.qq.com/zt2013/xnl/index.htm" id="qqiframe" width="600px" height="500px"></iframe>
<script type="text/javascript">
//记录请求了多少次
var times=0;
var times_cookie_name="times_cookie_name";
$("#test").click(function(){
	var xuanshou= $("#qqiframe").contents().find(".xuanshou");
	$.each(xuanshou,function(i,n){
		//定位到要点的位置
		if($(n).find("#wzi_19").length>0){
			$(n).find("button#19").click();
			times++;
			$.cookie(times_cookie_name, times);
			setTimeout(refreshwindow,60000);
		}
	});
	return false;
});
//刷新页面
function refreshwindow(){
	location.reload();
}
function clicks2(){
	//屏蔽frame中的alert
	var ifr_window=window.frames["qqiframe"];
    ifr_window.window.alert=function(){
          // alert("屏蔽成功");
    };
	$("#test").click();
}
//初始化方法
$(document).ready(function(){
	 times= $.cookie(times_cookie_name);
    if(!times){
    	times=1;
    }
	 $("#test").html("请求了"+times+"次");
	setTimeout(clicks2,6000);
});
</script>
</body>
</html>



猴急的朋友,你们错啦,就现在这个代码,是不允许刷的,因为是跨站,所以我们要伪造一个.qq.com的网站。

只要电脑上安装了一个类似apache的软件就可以了,我用的是wamp集成环境。

把这个html放到服务空间的跟目录下面,

再修改一下C:WindowsSystem32driversetchosts 文件,在最后面增加一行:127.0.0.1 nb.qq.com


现在我们来测试一下http://nb.qq.com/toupiao.html



哈哈,寻找职场“星”女郎投票破解成功!!




返回首页