自动选择最快镜像
2008/10/03 15:47
教程
这段代码对于网站有镜像,又没有启用智能解析的人有帮助。
<html><head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> <meta http-equiv="refresh" content="4" > <title>Boro</title></head> <body> <center> <p> </p> <p> </p> <p> </p> <p><b><font color="#008000">请稍后</font></b></p> <p><b><font color="#008000">正在为您连接最快镜像</font></b></p> <p><b><font color="#008000">?Boro</font></b></p> <p> <script language="Javascript"> <!-- function killErrors(){ return true; } window.onerror = killErrors; --> </script>? <script> i=1 var autourl=new Array() autourl[1]=http://boluo.org autourl[2]=https://fengli.su function auto(url) { if(i) { i=0; self.location=url }} function run() { for(var i=1; i<autourl.length;i++) document.write("<img src="+autourl[i]+" width=1 height=1 onerror=auto(+autourl[i]+)>") } run() </script> </p> </body></html>
留言评论