瀏覽單個文章
chiushiyuan
Amateur Member
 

加入日期: Apr 2005
文章: 43
別地方看到的

原本的腳本:

代碼:
if not Compile("<form name=\"upload\" method=\"POST\" action=\"([^\"]+)\"") then return false end





現在能用的腳本:

代碼:
if not Compile("<form name=\"upload\" id=\"upload\"  method=\"post\" enctype=\"multipart/form-data\"   action=\"([^\"]+)\"") then return false end


綠色改成黃色就行了
舊 2008-09-18, 02:22 AM #3
回應時引用此文章
chiushiyuan離線中