home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 December (DVD)
/
PCWorld_2007-12_DVD.iso
/
komunikace
/
bitcomet
/
bitcomet_setup.exe
/
scripts
/
refer_crsky.lua
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-05-08
|
347 b
|
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