xinqidian123 发表于 2010-11-9 17:55:25

web_add_filter问题(已解决)

本帖最后由 msnshow 于 2010-11-12 11:14 编辑

Action.c(47): Warning -27796: Failed to connect to server "faq.comsenz.com:80": Connection timed out         
Action.c(47): Warning -26000: Empty or no response for URL="http://faq.comsenz.com/attachments/2009/09/9_200909271441261E3fW.gif"         
Action.c(47): Warning -27796: Failed to connect to server "faq.comsenz.com:80": Connection timed out         
Action.c(47): Warning -26000: Empty or no response for URL="http://faq.comsenz.com/attachments/2009/09/9_200909111355583f0Ft.gif"         
Action.c(47): Warning -27796: Failed to connect to server "faq.comsenz.com:80": Connection timed out         
Action.c(47): Warning -26000: Empty or no response for URL="http://faq.comsenz.com/attachments/2009/09/9_200909111355584BDQP.gif"         
Action.c(47): Warning -27796: Failed to connect to server "faq.comsenz.com:80": Connection timed out         
Action.c(47): Warning -26000: Empty or no response for URL="http://faq.comsenz.com/attachments/2009/09/9_200909111355585XszF.gif"         


日志中总是有这个警告···我想使用
web_add_filter("Action=Exclude", "URL=http://faq.comsenz.com/attachments/2009/09/", LAST);
过滤掉··但是不起作用

在run time setting --download filter中设置也不起作用···
请问大概是什么问题?谢谢指点。。。

xinqidian123 发表于 2010-11-10 11:24:17

汗。。。没人啊。。。

skyzhu 发表于 2010-11-10 11:42:10

web_add_filter("Action=Exclude", "UrlPrefix=http://faq.comsenz.com/attachments/2009/09/", LAST);
试试,具体的看帮助

xinqidian123 发表于 2010-11-10 14:09:26

web_add_filter("Action=Exclude", "UrlPrefix=http://faq.comsenz.com/attachments/2009/09/", LAST);
试 ...
skyzhu 发表于 2010-11-10 11:42 http://bbs.51testing.com/images/common/back.gif


    ok··解决了··把“URL=”换成“UrlPrefix=”就行了···
   没有理解这个函数各个参数的意义。。。英文文档··看着还是不行啊··理解不深
   谢谢指点了。。。

xinqidian123 发表于 2010-11-11 11:05:08

怎么把帖子设置成已经解决啊 ?

msnshow 发表于 2010-11-12 11:14:16

回复 5# xinqidian123


    直接改标题了,我帮你改下
页: [1]
查看完整版本: web_add_filter问题(已解决)