" />

久久无码高潮喷水抽搐,极品馒头泬19p,久久人人爽精品玩人妻av,精品国产成人国产在线视,精品视频一区二区三区在线观看

  • 紅軟基地:您身邊最放心的安全下載站!
您所在的位置:首頁 > 軟件 > 網(wǎng)絡(luò)工具 > 下載工具 > 115網(wǎng)盤自動續(xù)期工具

115網(wǎng)盤自動續(xù)期工具

軟件類型:
國產(chǎn)軟件
軟件語言:
簡體中文
軟件大。
1 MB
軟件授權(quán):
免費(fèi)軟件
軟件評級:
4
更新時(shí)間:
2017-07-29
應(yīng)用平臺:
WinXP, Win7, WinAll
軟件簡介

115網(wǎng)盤自動續(xù)期工具是一款可對發(fā)布在115網(wǎng)盤上即將要過期的文件進(jìn)行續(xù)期的軟件。網(wǎng)上很多115資源因?yàn)榘l(fā)布者忘記續(xù)期而被115刪除,希望有了這個(gè)工具之后盡量減少這種情況。YlD紅軟基地

軟件功能

今天這款115網(wǎng)盤自動批量續(xù)期的軟件工具就是專門針對此缺點(diǎn)設(shè)計(jì),一鍵續(xù)期快速方便,實(shí)在是115網(wǎng)盤用戶的必備軟件。YlD紅軟基地

軟件特色

115網(wǎng)盤自動續(xù)期工具 兼容更新后的115網(wǎng)盤,修復(fù)了不能登陸和使用的問題。YlD紅軟基地

軟件說明

源碼轉(zhuǎn)帖:YlD紅軟基地
// 導(dǎo)入庫YlD紅軟基地
import inet.http;YlD紅軟基地
import web.url;YlD紅軟基地
// 配置登錄信息YlD紅軟基地
var account = "aautotest"; // 用戶名YlD紅軟基地
var passwd = "asd123"; // 密 碼YlD紅軟基地
io.open();YlD紅軟基地
execute( "color F0" )YlD紅軟基地
execute( "title 115 網(wǎng)盤自動續(xù)期工具 - Built by AAuto Quicker" );YlD紅軟基地
try {YlD紅軟基地
io.print( "正在登錄 115..." );YlD紅軟基地
var http = inet.http();YlD紅軟基地
var data = http.down(YlD紅軟基地
"",YlD紅軟基地
"login[account]=" + web.url.encode(account) + "&" +YlD紅軟基地
"login[passwd]=" + web.url.encode(passwd)YlD紅軟基地
);YlD紅軟基地
data = string.fromto( data );YlD紅軟基地
var account2 = string.match( data, '([^\>]+)的賬號' );YlD紅軟基地
if( !account2 ) {YlD紅軟基地
io.print( "登錄失敗,按下任意鍵結(jié)束" );YlD紅軟基地
execute( "pause > nul" );YlD紅軟基地
io.close();YlD紅軟基地
} else {YlD紅軟基地
io.print( account2 + " 登錄成功,正在獲取文件列表..." );YlD紅軟基地
data = http.down( "" );YlD紅軟基地
data = string.fromto( data );YlD紅軟基地
var pageCount = string.match( data, "\<span\>共 (\d+) 頁\" );YlD紅軟基地
if( !pageCount ) {YlD紅軟基地
pageCount = 1;YlD紅軟基地
}YlD紅軟基地
execute( "cls" );YlD紅軟基地
io.print( '文件列表:\r\nID', "文件名" );YlD紅軟基地
var tblFiles = {};YlD紅軟基地
for (page = 1; pageCount; 1) {YlD紅軟基地
data = http.down( "" + 10 * (page - 1) );YlD紅軟基地
data = string.fromto( data );YlD紅軟基地
for( fileID, fileName in string.gmatch( data, "fileid='(\d+)' filename='([^']+)'" ) ) {YlD紅軟基地
io.print( fileID, fileName );YlD紅軟基地
table.push( tblFiles, fileID );YlD紅軟基地
}YlD紅軟基地
}YlD紅軟基地
var result = "";YlD紅軟基地
while( result != "Y" && result != "N" ) {YlD紅軟基地
io.stdout.write( '\r\n是否進(jìn)行全部續(xù)期(Y/N): ');YlD紅軟基地
result = string.upper( io.stdin.read() );YlD紅軟基地
}YlD紅軟基地
if( result == "Y" ) {YlD紅軟基地
var nCurrect = 0;YlD紅軟基地
for( k, v in tblFiles ) {YlD紅軟基地
execute( "cls" );YlD紅軟基地
nCurrect++;YlD紅軟基地
io.print( "正在續(xù)期第 " + nCurrect + " / " + #tblFiles + " 個(gè)文件..." );YlD紅軟基地
http.down( "+ v );YlD紅軟基地
}YlD紅軟基地
execute( "cls" );YlD紅軟基地
io.print( "續(xù)期完畢,按任意鍵結(jié)束" );YlD紅軟基地
execute( "pause > nul" );YlD紅軟基地
}YlD紅軟基地
io.print( "正在退出..." );YlD紅軟基地
http.down( "t" );YlD紅軟基地
io.close();YlD紅軟基地
}YlD紅軟基地
} catch( e ) {YlD紅軟基地
io.print( "網(wǎng)絡(luò)故障,請稍后再試" );YlD紅軟基地
execute( "pause" )。YlD紅軟基地

軟件截圖

115網(wǎng)盤自動續(xù)期工具YlD紅軟基地

軟件下載地址
115網(wǎng)盤自動續(xù)期工具
軟件推薦
下載排行

精品軟件

熱門關(guān)鍵詞

熱門軟件推薦