查看積分策略說明發表回覆
Discuz! 代碼
提示插入
直接插入
說明訊息

插入粗體文本 插入斜體文本 插入下劃線 置中對齊 插入超級連結 插入信件位址 插入圖像 插入 flash 插入代碼 插入引言 插入列表
刪除線 直線分隔線 虛線分隔線
    
添加文字底框
內容 [字數檢查]:

表情符號

更多 Smilies
字型大小 |||
溫馨提示:本區開放遊客瀏覽。


文章關鍵字 : [功能說明]
(關鍵字可加強搜索準確性, 如關鍵字多於一組, 請以 , 作分隔, e.g. : 阿笨,shiuh,第一笨)

 關閉 URL 識別 | html 禁用
 關閉 表情符號 | 表情符號 可用
 關閉 Discuz! 代碼 | Discuz! 代碼 可用
使用個人簽名
接收新回覆信件通知
推薦放檔網絡空間

檔案(Torent, zip等)
  1. freedl
  2. multiupload
  3. btghost
  4. 便當狗
  5. mediafire
  6. pillowangel
圖片(JPG, GIF等)
  1. hotimg
  2. tinypic
  3. mousems2
  4. imageshack
  5. imm.io
>>>歡迎推薦好用空間


最新10篇文章回顧
BBFish

 發表於 2008-3-28 09:27 PM

freegrap可以喔,去載新的腳本就好了or用下面也行,呵呵。
---------------------------
MODULE_NAME = "zshare"
MODULE_VERSION = "0.0.7"
MODULE_REQUIRE_VERSION = "1.2.3.4"
MODULE_AUTHOR = "cwchiu@hotmail.com"
MODULE_LAST_UPDATE = "2008/03/18"
DEFAULT_SAVEPATH = 'D:\\'
-------------------------------------------------------------------------
--local func
-------------------------------------------------------------------------
local function DownFile()
        if not GetHtml() then return false end
        if not Compile("link = 'http://([./%0-9a-zA-Z_-]+)';") then return false end       
        local _,url = What()       
        if url == nil then
                return v_0_0_5();
        else
                return GetFile('http://' .. url );
        end
end

function v_0_0_5()
        if not GetHtml() then return false end
        if not Compile("name=\"download\" type=\"hidden\" id=\"download\" value=\"([^\"]+)\">") then return false end
        local _,download = What()
        if not download then
                UpdateLog("找不到 download 欄位,請檢查紀錄檔")
                CreateLogFile("zshare_download_failed.html")
                return false
        end

        AddFormField("download",download)
        PostForm()

       
        --if not Compile("<meta http-equiv=\"Refresh\".+?URL=([^\"]+)\">") then return false end
        if not Compile("link_enc=new Array\((.*)\);link") then return false end

        local _,url = What()
       
        local link = ''

        for word in string.gmatch(url, "'(.)'") do
                link = link .. word
        end
        url = link;

        if not url then
                if GetUrl():find('404%.html') then
                        UpdateLog("沒有這個檔案 ╭(─╴╴─)╮ ▃▇")
                else
                        UpdateLog("找不到真實路徑,請檢查紀錄檔")
                        CreateLogFile("zshare_download_failed.html")
                end
                return false
        end

        return GetFile(url)
end

-------------------------------------------------------------------------
--main
-------------------------------------------------------------------------
function Download()
       
        local url = GetUrl()
        if url:find( "zshare%.net/download" ) then
                return DownFile()
        else
                UpdateLog("網址有誤")
                return false
        end
end

function Upload()
        if not GetHtml("http://www.zshare.net/") then return false end
        if not Compile("<form name=\"upload\" method=\"POST\" action=\"([^\"]+)\"") then return false end
        local _,action = What()
        if not action then
                UpdateLog("找不到上傳表格,請檢查紀錄檔")
                CreateLogFile("zshare_upload_failed.html")
                return false
        end
       
        AddFormField("TOS","1")
        AddFormFile("file")
        UpdateLog("準備上傳...","info")
        if not UploadFile(action) then return false end
        if not Compile("Direct Link:.+?value=\"(http[^\"]+)\".+?Delete Link:.+?value=\"(http:[^\"]+)\"") then return false end
        local _,u1,u2 = What()
        if not u1 or not u2 then
                UpdateLog("找不到網址1/2,視為失敗,請檢查紀錄檔")
                CreateLogFile("zshare_upload_failed.html")
                return false
        end

        SetUrl(u1,u2)
        UpdateLog("上傳成功,網址1為檔案連結,網址2為刪除連結", "info")
        return true
end
-----------------------

[BBFish 在  2008-3-28 09:28 PM 作了最後編輯]


唉呀呀

 發表於 2008-3-28 09:06 PM

有什麼可以大量下載ZShare免空的軟體嗎?
我試過smartget 1.4 freegrap 都不行
有什麼軟體可以嗎?
感謝! !





所在時區為 GMT+8, 現在時間是 2024-11-26 07:47 PM
清除 Cookies - 連絡我們 - TWed2k © 2001-2046 - 純文字版 - 說明
Discuz! 0.1 | Processed in 0.017602 second(s), 6 queries , Qzip disabled