home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 May
/
PCWorld_2008-05_cd.bin
/
komunikace
/
bitcomet
/
bitcomet_setup.exe
/
scripts
/
refer_pchome.lua
< prev
next >
Wrap
Text File
|
2007-05-08
|
380b
|
13 lines
local function f(url)
local url_pattern = "http://download%.pchome%.net/php/tdownload2%.php"
local cookie = "ddddPcdsxPchome=1; PChomeTrackId=6873605; PChomeTrackFirstTime=1178607019609; PChomeTrackReturnTime=1178607019609"
if nil == string.find(url, url_pattern) then
return nil, nil
else
return nil, cookie
end
end
referer_table["refer_pchome.lua"] = f