家谱网上传文件我没找到,所以我就把原文件发上来,家人有需要的自己把代码复制到电脑的记事本里。保存为“网络风云站强制QQ聊天系统家族版.htm”一定要是htm的文件。本程序没有病毒,家人请放心使用,有意见请给我发邮件:juguofu2008@163.com
如果怕麻烦我可以给你发过去。
代码如下::<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title> 网络风云站强制聊天系统家族版</title>
<BODY></BODY></HTML>
<div class="box viewthread specialthread faq">
<table summary="" cellpadding="0" cellspacing="0">
<tr>
<td class="postcontent">
<h1>QQ强制聊天</h1>
<div class="postmessage"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>QQ强制聊天</TITLE>
</HEAD>
<BODY>
<FORM name="f" action="/s">
输入QQ号码:<input type=text id="idqq" value="1000000">
<input type="button" onclick='window.open("http://wpa.qq.com/msgrd?V=1&Uin="+document.getElementById("idqq").value+"&Site=客户服务&Menu=yes","_blank","")' value="强制聊天"></FORM>
<br>
</BODY>
</HTML></div>
</td>
<td valign="top" style="width: 260px; border: none;">
<div class="box" style="margin: 8px; border: none;">
</div>
</td>
</tr>
</table>
</div>
<HTML>
<HEAD>
<TITLE>QQ强制聊天</TITLE>
</HEAD>
<BODY>
<FORM name="f" action="/s">
在线QQ电台:<iframe width="255" height="30" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" src="</iframe></div'>http://fm.qq.com/02"></iframe></div>
</div>
</FORM>
<br>
</BODY>
</HTML></div>
</html>
本程序由网络风云站独家开发,本程序可放心使用.</div>
欢迎您的使用.有意见和建议请给我们发邮件.</div>
网络风云站邮箱:juguofu2008@163.com
<FORM name=mailForm onsubmit="return check(this)" method=post target=_self>
<TABLE>
<TBODY>
<TR>
<TD align=middle height=96>
<P align=left><SELECT style="COLOR: #666666" size=1 name=mailSelect> <OPTION selected select> 请选择免费邮箱 </OPTION> <OPTION value=webmail.21cn.com/NULL/NULL/NULL/NULL/NULL/SignIn.gen;LoginName;passwd;post>21CN.COM邮局</OPTION> <OPTION value=mail.sina.com.cn/cgi-bin/login;u;psw>新浪(sina.com)</OPTION> <OPTION value=freemail.china.com/extend/gb/NULL/NULL/NULL/SignIn.gen;LoginName;passwd;post>中华网china.com</OPTION> <OPTION value=login.mail.sohu.com/chkpwd.php;UserName;Password;post;hidden;url;/>搜狐(sohu.com)</OPTION> <OPTION value=reg.163.com/CheckUser.jsp;username;password;post>网易163.com</OPTION> <OPTION value=login.yahoo.com/config/login?;login;passwd;post>中文yahoo.com.cn</OPTION> <OPTION value=login.cn.yahoo.com/config/mail?.intl=cn;login;passwd;post>英文yahoo.com</OPTION> <OPTION value=lc1.law13.hotmail.passport.com/cgi-bin/dologin;login;passwd;post>hotmail1.com</OPTION> <OPTION value=webmail.263.net/xmweb;usr;func;pass;post>263.net首都在线</OPTION> <OPTION value=mw1.elong.com/cgi-bin/weblogon.cgi;username;password;post>e龙(elong)</OPTION> <OPTION value=web.netease.com/cgi/login;user;pass;post>网易netease.com</OPTION> <OPTION value=www.126.com/cgi/login;user;pass;post>网易126.com</OPTION> </SELECT><BR><FONT color=#000000>帐号 </FONT><FONT color=#666666><INPUT class=textinput2 style="WIDTH: 112px; HEIGHT: 18px" onfocus=this.select() size=1 name=name><BR><!--<INPUT style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"--></FONT><FONT color=#000000>密码 </FONT><FONT color=#666666><INPUT class=textinput2 style="WIDTH: 112px; HEIGHT: 18px" onfocus=this.select() type=password size=2 name=password></FONT><BR><INPUT class=button2 style="WIDTH: 68px; HEIGHT: 24px" type=submit size=17 value="登 录" name=submit> <INPUT class=button2 style="WIDTH: 73px; HEIGHT: 24px" type=reset size=9 value="清 空" name=reset> <!--<input type=submit value="申请" name=apply class="button2">-->
<SCRIPT language=javascript>
function check(input){
if(input.mailSelect.options.selectedIndex==0){alert("您忘了选择邮箱类型!");return false;}
if(input.name.value==""){alert("您忘了填写账号!"); input.name.focus(); return false;} //if(input.password.value=="" || //input.password.value.length<3){alert("您的密码长度小于3字符吗?还是重新填写吧!");input.password.focus();return false;}
if(input.password.value==""){alert("您的密码为空?请重新填写!");input.password.focus();return false;} else{go();return false;}}
function makeURL()
{
var objForm=document.mailForm;
var intIndex=objForm.mailSelect.options.selectedIndex;
var varInfo=objForm.mailSelect.options[intIndex].value; /*获取的表单中邮件服务器及用户账号和密码信息*/
var arrayInfo=varInfo.split(';'); /*将以上获取的信息进行分割,并赋给数组变量*/
var strName=objForm.name.value,varPasswd=objForm.password.value;
var length=arrayInfo.length,strProvider=arrayInfo[0],strIdName=arrayInfo[1],varPassName=arrayInfo[2]; if(length==3)
{var strUrl='http://'+strProvider+'?'+strIdName+'='+strName+'&'+varPassName+'='+varPasswd;
/*合并字符串,得到形如“http://mail.sina.com.cn/cgi-bin/log...”的字符串型URL*/
if (intIndex==10){var strUrl='http://'+strProvider+'?&'+strIdName+'='+strName+'&'+varPassName+'='+varPasswd;}
/*对于第10个YNMAIL采用地址后加入&符合的办法,可直接登陆*/
if (intIndex==24){var strUrl='http://'+strProvider+'&'+strIdName+'='+strName+'&'+varPassName+'='+varPasswd;}
/*对于第24个炎黄在线采用地址后加入&符合的办法,可直接登陆*/
}
else{
var strUrl='<form name="tmpForm" action="http://'+strProvider+'" method="post"><input type="hidden" name="'+strIdName+'" value="'+strName+'"><input type="hidden" name="'+varPassName+'" value="'+varPasswd+'">';
if(arrayInfo[4]=='hidden') strUrl+='<input type="hidden" name="'+arrayInfo[5]+'" value="'+arrayInfo[6]+'">';
strUrl+='</form>';}
return strUrl;
}
function go()
{
var strLocation=makeURL();
if(strLocation.indexOf('<form name="tmpForm"')!=-1)
{/*对于只能用“post”来获取表单数据的邮箱使用自动提交的临时表单*/
outWin=window.open('','','menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes');
doc=outWin.document;
doc.open('text/HTMl'); doc.write('<HTMl><head><meta http-equiv="Content-Type" content="text/HTMl; charset=gb2312"><title>邮箱登录</title></head><body onload="document.tmpForm.submit()">'); doc.write('<p align="center"><font color="red" size="20">欢迎使用<br><a href="(此处填您的网址)">(此处填您的网站名称)</a><br>免费电子邮箱快速登录系统,<br>请稍候……</p></font>'+strLocation+'</body></HTMl>'); doc.close();
}
else window.open(strLocation,'','menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes');
}
//--></SCRIPT>
</P></TD></TR></TBODY></TABLE></FORM>
进入本站:<a href="http://wlfy.5d6d.com" target="_blank">网络风云站</a></div>
家族网站:<a href="http://www.jsjpw.com" target="_blank">鞠氏家谱网</a>
版权有网络风云站所有。
最新
邮政大客户中心邮政小包价格