- 听众
- 收听
- 积分
- 345
- 主题
- 回帖
- 0
- 精华
注册时间2008-1-14
最后登录1970-1-1
该用户从未签到
|
发表于 2008-2-9 20:47:30
|
显示全部楼层
我杂用快车一下就这东西???
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>提取文件: Bigrice.wmv|{-z7ab30?jmj3;;h448煘藵aT?- QQ邮箱</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link rel="stylesheet" type="text/css" href="http://res_css.mail.qq.com/zh_CN/htmledition20080131/style/qqmail.css" />
<link rel="stylesheet" type="text/css" href="http://res_css.mail.qq.com/zh_CN/htmledition20080131/style/skin0.css"/>
<link rel="stylesheet" type="text/css" href="http://res_css.mail.qq.com/zh_CN/htmledition20080131/style/filetrans.css"/>
<script type="text/javascript" src="http://res_js.mail.qq.com/zh_CN/htmledition20080131/js/all.js"></script>
<script type="text/javascript" src="http://res_js.mail.qq.com/zh_CN/htmledition20080131/js/filetransporter.js"></script>
<script type="text/javascript">
//need Prototype:bind Method
try{window.document.domain ="qq.com";}catch(e){}
var Ui = new function(){
this.alert = function( msg )
{
alert( msg );
};
};
var Agent = function( url, fileName, description, referUrl, cookie )
{
this.url = url ? url : "";
this.fileName = fileName ? fileName : "";
this.description = description ? description : "";
this.referUrl = referUrl ? referUrl : "";
this.cookie = cookie ? cookie : "";
this.fileSize = "";
this.expiredDate = "";
this.linkContainer = "";
this.enabled = false;
this.objectName = "";
this.objectCLSID = false;
this.activeClassName= "txt_title";
this.templateDesc = "%_fileName_% \r\n\r\n文件大小:%_fileSize_% \r\n\r\n过期时间:%_expiredDate_% \r\n\r\n下载地址:%_referUrl_%\r\n\r\nQQ邮箱文件中转站";
this.msg = {
oldVersion: ""
};
this.state = {
create : false,
addLink : false,
launch : false
};
};
Agent.prototype.checkAvailable = function()
{
var _objectId = this.objectCLSID.split("|");
for( var j = 0 ; j < _objectId.length ; j++ )
{
try{
var _tmpObject = new ActiveXObject( _objectId[j] );
this.enabled = _objectId[j] ;
delete _tmpObject;
break;
}
catch(e)
{
continue;
}
}
}
Agent.prototype.activate = function()
{
this.checkAvailable();
if( this.enabled )
{
this.parseDescription();
S( this.linkContainer ).className = S( this.linkContainer ).className + " " + this.activeClassName;
S( this.linkContainer ).title = this.msg.enabledTitle;
S( this.linkContainer ).onclick = this.start.bind(this);
Show( this.linkContainer , true );
Show( "containerDownloadAgents" , true );
Show( "containerDownloadSuggestion" , false );
}
else
{
S( this.linkContainer ).title = this.msg.disabledTitle;
Show( this.linkContainer , false );
}
};
Agent.prototype.parseDescription = function()
{
var _desc = this.templateDesc;
_desc = _desc.replace( /%_fileName_%/ig, this.fileName );
_desc = _desc.replace( /%_fileSize_%/ig, this.fileSize );
_desc = _desc.replace( /%_expiredDate_%/ig, this.expiredDate );
_desc = _desc.replace( /%_referUrl_%/ig, this.referUrl );
this.description = _desc;
}
var Thunder = function()
{
Agent.apply( this, arguments );
this.msg.oldVersion = "您的迅雷版本过低,请下载最新版本。";
this.msg.enabledTitle = "使用迅雷下载本文件。";
this.msg.disabledTitle = "您还未安装迅雷。";
this.objectName = "Thunder";
this.objectCLSID = "ThunderAgent.Agent|ThunderAgent.Agent.1|ThunderServer.WebThunder.1";
};
Thunder.prototype = new Agent();
Thunder.prototype.start = function( )
{
if( !this.enabled )
{
return false;
}
this.agent = new ActiveXObject( this.enabled );
this.state[ "create" ] = true;
var tryAddTask = [
function(a) { a.agent.AddTask5( a.url, a.fileName, "", a.description, a.referUrl, 1, 0, -1, a.cookie, "", "", 1, "", -1 ) },
function(a) { a.agent.AddTask4( a.url, a.fileName, "", a.description, a.referUrl, 1, 0, -1, a.cookie, "" ) },
function(a) { a.agent.AddTask3( a.url, a.fileName, "", a.description, a.referUrl, 1, 0, -1, a.cookie ) },
function(a) { a.agent.CallAddTask2( a.url, a.description, a.referUrl, 1, 0, -1, a.cookie); }
];
var tryCommitTasks = [
function(a) {a.agent.CommitTasks2(1) },
function(a) {a.agent.CommitTasks(1) }
];
for ( var i = 0 ; i < tryAddTask.length ; i ++ )
{
try {
tryAddTask(this);
this.state[ "addLink" ] = true;
break;
}
catch(e)
{
}
}
if( !this.state[ "addLink" ] )
{
Ui.alert( this.msg.oldVersion );
return false;
}
for ( var i = 0 ; i < tryCommitTasks.length ; i ++ )
{
if( this.enabled == "ThunderServer.WebThunder.1" )
{
this.state[ "launch" ] = true;
Show( "container_descStart" , true );
break;
}
else
{
try {
tryCommitTasks(this);
this.state[ "launch" ] = true;
Show( "container_descStart" , true );
break;
}
catch(e)
{
continue;
}
}
}
};
var FlashGet = function()
{
Agent.apply( this, arguments );
this.msg.oldVersion = "您的快车版本过低,请下载最新版本。";
this.msg.enabledTitle = "使用快车下载本文件。";
this.msg.disabledTitle = "您还未安装快车。";
this.objectName = "FlashGet";
this.objectCLSID = "FG2CatchUrl.Netscape|JetCar.Netscape";
};
FlashGet.prototype = new Agent();
FlashGet.prototype.start = function()
{
if( !this.enabled )
{
return false;
}
this.agent = new ActiveXObject( this.enabled );
this.agent.AddUrl( this.url, this.description, this.referUrl );
Show( "container_descStart" , true );
};
var QQDownload = function()
{
Agent.apply( this, arguments );
this.msg.oldVersion = "您的旋风版本过低,请下载最新版本。";
this.msg.enabledTitle = "使用QQ超级旋风下载本文件。";
this.msg.disabledTitle = "您还未安装QQ超级旋风。";
this.objectName = "QQDownload";
this.objectCLSID = "QQIEHelper.QQRightClick.2";
this.templateDesc = "%_fileName_%";
};
QQDownload.prototype = new Agent();
QQDownload.prototype.start = function()
{
if( !this.enabled )
{
return false;
}
this.agent = new ActiveXObject( this.enabled );
var ver = this.agent.GetVersion().split(".");
if(parseInt(ver[3]) >= 127)
{
this.agent.SendUrl2(this.url,this.referUrl,this.description, this.cookie, 0, 10001);
Show( "container_descStart" , true );
}
else if(parseInt(ver[3]) > 65)
{
this.agent.SendUrl(this.url,this.referUrl,this.description, this.cookie);
Show( "container_descStart" , true );
}
else
{
Ui.alert( this.msg.oldVersion );
}
};
function createDownloadAgents( url, fileName, referUrl, cookie, fileSize, expiredDate )
{
if( !gIsIE )
{
return false;
}
var _agents = {
//thunder : new Thunder(),
qqDownload : new QQDownload()
//flashGet : new FlashGet()
}
for( var i in _agents )
{
_agents.url = url;
_agents.fileName = fileName;
_agents.referUrl = referUrl;
_agents.cookie = cookie;
_agents.fileSize = fileSize;
_agents.expiredDate = expiredDate;
_agents.linkContainer = "container_" + i;
_agents.activate();
}
//Show( "containerDownloadAgents" , true );
}
</script>
<script type="text/javascript">
var fileServerUrl = "t.exs.mail.qq.com";
var formActionUrl = "http://t.exs.mail.qq.com/cgi-bin/downloadfilepart/svrid31/Bigrice.wmv|{-z7ab30?jmj3;;h448煘藵aT?svrid=31&fid=ab303faf805f99523f0476a7de72606b4be5f2b1dd825c47&&txf_fid=&&txf_sid=164af36c56acd9a4581bcc77da5313b29d431e29";
Global.serverTime = 1202561214;
location.getParams();
window.onload = function(){ try{S("fc").focus();}catch(e){} };
</script>
<style type="text/css">
.infobar { margin-right:10px; }
.content { padding-right:0; }
.txt_title { cursor:pointer; text-decoration:underline;padding-left:16px;background:url( ) no-repeat 0 0; };
.agentLink { font-size:12px;display:block;float:left;font-size:12px;margin-right:20px;line-height:120%; }
</style>
</head>
<body>
<div class="container">
<div class="header">
<a href="http://mail.qq.com"><img src="http://res_css.mail.qq.com/zh_CN/htmledition20080131/images/spacer.gif" class="logo" alt="" /></a>
<div class="topNavigation readmailinfo" style="border-bottom:0px solid #fff;">
<h1 style="display:block;">提取文件</h1>
<div class="naviBar">
<!--<a href="/cgi-bin/loginpage">进入邮箱</a>-->
</div>
</div>
<hr />
</div>
<div class="content">
<div class="downloadFileContainer" style="display:block;" id="getFileInfo">
<div id="msgError" class="infobar infobarProcess" style="">
正在获取文件信息……
</div>
</div>
<div class="downloadFileContainer" style="display:none;" id="msgExpired2">
<div id="msgError" class="infobar infobarProcess" style="">
您提取的文件已过期。
</div>
</div>
<div class="downloadFileContainer" style="display:none;" id="fileDeleted">
<div id="msgError" class="infobar infobarProcess" style="">
您提取的文件不存在或已被删除。
</div>
</div>
<div class="downloadFileContainer" style="display:none;" id="downloadFileContainer">
<h1>提取文件</h1>
<hr />
<p class="addrtitle">您要提取的文件:</p>
<h2 style="float:none;font-size:16px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;" title="Bigrice.wmv|{-z7ab30?jmj3;;h448煘藵aT?>Bigrice.wmv|{-z7ab30?jmj3;;h448煘藵aT?/h2>
<p><span class="" style="font-size:12px;">文件大小:490.43MB</span></p>
<p><span class="" style="font-size:12px;">有效时间:<span id="atime" ><span class="addrtitle">正在获取…</span></span></span></p>
<div id="msgExpired" class="infobar infobarProcess" style="display:none;">
您提取的文件已过期。
</div>
<div style="margin-top:6px;">
</div>
<div class="downloadContainer" id="downloadContainer" style="word-wrap:break-word;word-break:break-all;white-space:normal;line-height:160%;">
<div class="" style="display:none;margin-right:16px;">
<span class="addrtitle">点击以下链接开始下载:</span><br/>
<script type="text/javascript">
var _url = "";
if( !gIsIE ) _url += "<div style='padding:10px;border:1px solid #ccc;background:#fff;overflow:auto;overflow-y:none;'>";
_url += "<a href='http://t.exs.mail.qq.com/cgi-bin/downloadfilepart/svrid31/Bigrice.wmv|{-z7ab30?jmj3;;h448煘藵aT?svrid=31&fid=ab303faf805f99523f0476a7de72606b4be5f2b1dd825c47&&txf_fid=&&txf_sid=164af36c56acd9a4581bcc77da5313b29d431e29&fn=Bigrice.wmv|{-z7ab30?jmj3;;h448煘藵aT? style='word-wrap:break-word;word-break:break-all;white-space:normal;line-height:160%;width:100%;display:block;' >http://t.exs.mail.qq.com/cgi-bin/downloadfilepart/svrid31/Bigrice.wmv|{-z7ab30?jmj3;;h448煘藵aT?svrid=31&fid=ab303faf805f99523f0476a7de72606b4be5f2b1dd825c47&&txf_fid=&&txf_sid=164af36c56acd9a4581bcc77da5313b29d431e29&fn=Bigrice.wmv|{-z7ab30?jmj3;;h448煘藵aT?/a>";
if( !gIsIE ) _url += "</div>";
</script>
<div style="margin:20px 0 0 0;display:none;" id="containerDownloadAgents">
<p class="addrtitle" style="clear:both;margin-bottom:6px;"> </p>
<span id="container_qQDownload" class="addrtitle agentLink" style="" title="">用QQ超级旋风下载本文件</span>
<!-- <span id="container_thunder" class="addrtitle agentLink" title="">用迅雷下载</span> -->
<!--<span id="container_flashGet" class="addrtitle agentLink" title="" >用快车下载</span>-->
<p id="container_descStart" class="addrtitle" style="display:none;clear:both;"></p>
<p class="addrtitle" style="clear:both;">如使用其他软件下载,请使用较新版本以防止出现无法正确下载的情况。</p>
</div>
<div style="margin:20px 0 0 0;display:none;" id="containerDownloadSuggestion">
<p class="addrtitle" style="clear:both;margin-bottom:6px;"><img src="http://res_css.mail.qq.com/zh_CN/htmledition20080131/images/spacer.gif" style="background:url(/zh_CN/htmledition/images/ico.gif) -40px -227px no-repeat;width:15px;height:14px;border:none;margin:0 4px 0 0;vertical-align:middle;" />推荐您安装 <a href="http://im.qq.com/cyclone/download.shtml" title="超级旋风是一款下载软件,支持多个任务同时进行,每个任务使用多地址下载、多线程、断点续传、线程连续调度优化,下载速度快,无广告,无流氓插件,完全免费。 " target="_blank" >超级旋风</a> 高速稳定地进行下载本文件。</p>
<p class="addrtitle">如使用其他软件下载,请使用较新版本以防止出现无法正确下载的情况。</p>
</div>
</div>
<div style="display:block;" >
<form id="getFile" name="getFile" method="post" action="/cgi-bin/exs_download" onsubmit="S('fc').value = Trim( S('fc').value );" >
<label for="fc" class="addrtitle">请填写文件的提取码获取下载地址:</label><br/>
<input type="text" autocomplete="off" name="code" id="fc" cols="45" rows="5" /> <input type="hidden" name="flag" value="1" /><input type="submit" name="btn_submit" id="btn_submit" class="btn" value=" 确定 " style="line-height:120%!important;" />
<input type="hidden" name="fid" value="ab303faf805f99523f0476a7de72606b4be5f2b1dd825c47" />
<input type="hidden" name="uin" value="455633986" />
<input type="hidden" name="svrid" value="31" />
</form>
</div>
</div>
</div>
<div class="downloadAdContainer">
<div style="padding:0 10px 0 20px;">
<p style="font-size:12px;margin-top:0px;">此文件来自QQ邮箱“文件中转站”。</p>
<p class="addrtitle">几百M的照片包、设计图,用QQ邮箱也可以发了。<a href="http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=35&&no=243" target="_blank">了解“超大附件”</a></p>
<p class="addrtitle">拥有G级存储空间,能上传1G的文件。<a href="http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=35&&no=244" target="_blank">了解“文件中转站”</a></p>
</div>
</div>
<div class="downloadFileContainer" style="display: none">
<div id="msgError" class="infobar infobarProcess" style="">
您提取的文件不存在或已被删除。
</div>
</div>
<script type="text/javascript">
try{
S("fc").value = ( "" != "" ? "" : "" );
checkExpiredDate( "1202510124", "7" );
}
catch(e){}
var fileName = "Bigrice.wmv|{-z7ab30?jmj3;;h448煘藵aT?;
var url = "http://t.exs.mail.qq.com/cgi-bin/downloadfilepart/svrid31/Bigrice.wmv|{-z7ab30?jmj3;;h448煘藵aT?svrid=31&fid=ab303faf805f99523f0476a7de72606b4be5f2b1dd825c47&&txf_fid=&&txf_sid=164af36c56acd9a4581bcc77da5313b29d431e29";
var fileSize = "490.43MB";
var uin = "455633986";
var referUrl = location.href + "?uin=455633986&svrid=31&fid=ab303faf805f99523f0476a7de72606b4be5f2b1dd825c47";
var expiredDate = 1202510124;
if( gIsIE )
{
Show( "containerDownloadSuggestion" , true );
}
</script>
</div>
<div class="footer">
<hr />
<span>
© 1998 - 2008 Tencent Inc. All Rights Reserved
</span>
</div>
</div>
<script type="text/javascript">
function updateFileDate()
{
var _target = S( "getFileData" ).contentWindow;
var _uploadCompleteData =_target.uploadCompleteDate;
var _fileExpriedDays = _target.fileExpriedDays;
if( _uploadCompleteData && _fileExpriedDays )
{
if( _uploadCompleteData != -1 )
{
S( "atime" ).innerHTML = getAvailableTime( _uploadCompleteData, _fileExpriedDays );
Show( "getFileInfo" , false );
Show( "downloadFileContainer" , true );
}
else if( _uploadCompleteData != -2 )
{
Show( "getFileInfo" , false );
Show( "downloadFileContainer" , true );
}
else
{
Show( "getFileInfo" , false );
Show( "msgExpired2" , true );
}
}
}
</script>
<div id="ab303faf805f99523f0476a7de72606b4be5f2b1dd825c47_dl" style="display:none;">0</div>
<iframe id="static" src="" width="1" height="1" frameborder="0" scrolling="no"></iframe>
<iframe id="getFileData" src="http://t.exs.mail.qq.com/cgi-bin/downloadfilepart?svrid=31&fun=getinfo&fid=ab303faf805f99523f0476a7de72606b4be5f2b1dd825c47" width="1" height="1" frameborder="0" scrolling="no" onload="updateFileDate();" style="display:none;"></iframe>
<!--t.exs.mail.qq.com-->
</body>
</html> |
|