home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 November
/
PCWorld_2007-11_cd.bin
/
temacd
/
bitcomet
/
BitComet_0.93_setup.exe
/
scripts
/
refer_skycn.lua
< prev
next >
Wrap
Text File
|
2007-05-17
|
324b
|
13 lines
local function f(url)
local url_pattern = "%s*http://.-%.skycn%.com/"
local rand = math.random(1, 5000);
local cookie = nil
if nil == string.find(url, url_pattern) then
return nil, cookie
else
return "http://www.skycn.com/soft/".. rand .. ".html", cookie
end
end
referer_table["refer_skycn.lua"] = f