home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 May
/
PCWorld_2008-05_cd.bin
/
komunikace
/
bitcomet
/
bitcomet_setup.exe
/
scripts
/
refer_crsky.lua
< prev
next >
Wrap
Text File
|
2007-05-08
|
347b
|
13 lines
local function f(url)
local url_pattern = "%s*http://count%.crsky%.com/view_down%.asp%?down_url"
local rand = math.random(1, 5000);
local cookie = nil
if nil == string.find(url, url_pattern) then
return nil, cookie
else
return "http://crsky.com/soft/".. rand .. ".html", cookie
end
end
referer_table["refer_crsky.lua"] = f