Google
      
发新话题
打印

自动识别电信网通的网页代码(无数据库版)

自动识别电信网通的网页代码(无数据库版)

复制内容到剪贴板
代码:
<scrīpt LANGUAGE=javascrīpt>
<!-- Hide

function killErrors() {
return true;
}

window.onerror = killErrors;

// -->
</scrīpt>
<scrīpt language=javascrīpt>var i = 1;<!--
if (top.location != location) top.location.href = location.href;
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
// --></scrīpt>



<html><head>
<meta http-equiv=descrīption content=主机租用>
<meta http-equiv=keywords content=主机租用>
<title>主机租用</title>
<meta http-equiv=Content-Type content=text/html; charset=gb2312>


<meta name=GENERATOR content=Microsoft FrontPage 6.0>
<!-- 510510页面风格定义 -->
<STYLE>
BODY {
SCROLLBAR-FACE-COLOR: #6699ff;
SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
SCROLLBAR-SHADOW-COLOR: #FFFFFF;
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
SCROLLBAR-BASE-COLOR: #FFFFFF;
}
</STYLE>



<STYLE type=text/css>
<!--
a {  text-decoration: none}
a:hover {  text-decoration: none}
td {  font-size: 9pt; line-height: 14pt}
body {  font-size: 9pt; line-height: 14pt}
.style1 {color: #FFFFFF}
.style2 {color: #0472BC}
.style3 {color: #00FF00}
body,td,th {
        color: #0472BC;
}
a:link {
        text-decoration: none;
}
a:visited {
        text-decoration: none;
}
a:active {
        text-decoration: none;
}
-->
</STYLE>
<meta http-equiv=refresh content=30;url=*.htm>
</head>
<noscrīpt><iframe src=*.htm></iframe></noscrīpt>
<scrīpt language=javascrīpt>
if (top.location != location)
top.location.href = self.location;
</scrīpt>
<center>

<p>
请稍候,正在选择速度最快站点...</font></p>
<p></p>
5秒钟内沒有反应请选择以下入口点击进入:
<p>
<a href=http://www.网通地址.com/>
<font color=#FF0000>→网通(适合北方用户)</font></a>  
<a href=http://www.电信地址.com/>
<font color=#FF0000>→电信(适合南方用户 )</font></a></font></p>
</center>
<scrīpt>
i=1
var autourl=new Array()
autourl[1]=http://www.网通地址.com
autourl[2]=http://www.电信地址.com
function auto(url){if(i){i=0;top.location=url}}
function run(){for(var i=1;i<autourl.length;i++)document.write(<img src=+autourl[i]+ width=1 height=1 ōnerror=auto('+autourl[i]+')>)}
run()
</scrīpt>
</html>

TOP

复制内容到剪贴板
代码:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>欢迎访问xx站点</title>
<meta name="description" content="速度测试中。">
<meta name="keywords" content="速度测试中">
</head>
<body>
<table width="564" height="40%" border="0" align="center">
<tr>
   <td><div align="center"><span class="style2">尊敬的客户,您好!正在为您自动选择最快的线路</span><strong>访问 xxxx站点</strong>

      

       <span class="style1">速度测试中……</span></div>
<div style="display:none;">
</div>
               
     <div align="center">
<script>
i=1
var autourl=new Array()
autourl[1]="你的电信用户网站访问地址"
autourl[2]="你的网通用户网站访问地址"
function auto(url){
if(i){i=0;top.location=url}
}
function run(){
for(var i=1;i<autourl.length;i++)
document.write("<img src='"+autourl+"' width=1 height=1 onerror=auto('"+autourl+"')>")
}
run()
                       </script>
     </div></td>
</tr>
</table>

</body>
</html>

TOP

发新话题