home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 May
/
PCWorld_2008-05_cd.bin
/
komunikace
/
bitcomet
/
bitcomet_setup.exe
/
scripts
/
refer_newhua.lua
< prev
next >
Wrap
Text File
|
2007-05-08
|
428b
|
18 lines
local function f(url)
local url_pattern1 = "%s*http://%a+%.newhua%.com/down/"
local url_pattern2 = "%s*http://%a+%.onlinedown%.net/down/"
local cookie = "Flag=UUIISPoweredByUUSoft"
if nil == string.find(url, url_pattern1) then
if nil == string.find(url, url_pattern2) then
return nil, nil
else
return nil, cookie
end
else
return nil, cookie
end
end
referer_table["refer_newhua.lua"] = f