返回列表 发帖

TOP

用了以后,我们学校bt服务器信息平台不能正常显示,网址是bt.sdkd.net.cn:6969校外的可能不能上  版本 是 POWERED BY MyBT B 3.0 Copyright © 2005 一鹤软件 www.yhhe.net

TOP

网易首页http://www.163.com/ 依然不能完全拦截广告~侧边栏还是有广告啊~
有时候不能听太多人意见,这样会迷失自我
http://hi.baidu.com/nhualiu

TOP

原帖由 <i>elkay</i> 于 2007-1-21 16:21 发表<br />

<br />

<br />
不行的,你试试就知道了,呵呵<br />
<br />
<br />
你直接过滤掉*/js_adslist.js

怪了,也不知道TW的正则兼容的是什么语法,Perl?
http://read.xhxsw.com/files/article/html/61/61528/index.html
这样的广告用GB过滤*.js,后根本就是干干净净。我看上面的正则,不管怎么弄都有大大的广告。

TOP

http://www.ubox.com.cn/
首页出现的最大的广告无法过滤...

TOP

谢谢楼主的广告过滤,哈哈

http://bbs.fhzw.net/
看看这个网址,有个弹出广告好像是新出的,还不错的效果,

[ 本帖最后由 sbyguli 于 2007-1-22 02:40 编辑 ]

TOP

http://bbs.btbbt.com/forum-62-1.html

    的广告全部过滤不了~!!

TOP

使用
  1. /\/article\/(indextop|pagetop|indexhead|indexbottom)?\.(j)?/
复制代码

后有5个.js文件:indexbottom2.js、indexbottom.js、indexhead.js、pagetop1.js、indextop.js

使用了
  1. /\/article\/(indextop|pagetop|indexhead|indexbottom)?\.(js)?/
复制代码

后只剩下两个:pagetop1.js、indexbottom2.js

使用了
  1. /\/article\/(indextop|pagetop|indexhead|indexbottom)?(.)?\.(js)?(.)?/
复制代码

后没有.js文件了

[ 本帖最后由 pw4321 于 2007-1-22 09:02 编辑 ]

TOP

不会吧,你找另外一台机器试一下呢,或者其他朋友看到这个帖子帮忙测试一下,因为我这里确实没有广告了

TOP

修改过滤条件后重启TW,结果还是有.js文件,不知是否和系统有关,我的系统是精简系统

清空缓存后再试,源文件中还是有5个.js文件,还是有广告

[ 本帖最后由 pw4321 于 2007-1-21 20:57 编辑 ]

TOP

回复 #142 pw4321 的帖子

你过滤之后看页面源码仍然能看到广告下载么?具体就是几个javascript文件(.js)
或者你再试试我141楼里面这个呢
  1. /\/article\/(indextop|pagetop|indexhead|indexbottom)(\d)?\.(j)?/
复制代码

TOP

回复 #141 elkay 的帖子

奇怪了,这是为什么?

我用的tw是 2.0.1.0 , IE 版本 6.00.2900.2180 , XPSP2 版本 5.1.2600

黑名单过滤条件是

  1. /(\.|\/|_)(ad|adimage|adimg|adgif|adgraph|adinfo|adlog|adpic|adsfile|aliunion|all4ad|allyes|banner|cpc|cpro|gg|ggao|guanggao|mygg|newhuagg|p4p|pfp|sms|sponsor|themis|usmsweb|xc|union|unionsky|unionsys)(s)?(\d)*(\.|\/|_)/
  2. /[\W_]ad(?!=&)(banner|click|flow|frame|ima?ge?|log|serv(er|e)?|stream|type|view|vert(ising|isement)?|trix|xchange|wrapper)?s?[\W\d_]/
  3. /(\.|\/|_)(soft|hot)?ad(s..|img|vert|rotator|view|bot|c_|client|council|gif|graph|images|info|log|pic)?(\.|\/|_)/
  4. /(\d){2,3}x(\d){2,3}\.(swf|gif|jpg|jpeg)/
  5. /(union|un)(s)?\.(265)\.(com)/
  6. /\/article\/(indextop|pagetop|indexhead|indexbottom)?\.(j)?/
  7. /\.(zichen)\.(com)(\/)(head1|head2|gad)(s)?(\.|\/|_)/
  8. /\/Images\/(a-d-s|chinabank|sms)(s)?(\.|\/|_)/
  9. /\.(zol)\.(com)\.(cn)(\/)((\d)*|dealer)(\/)/
  10. /(\.|\/|_)(adcode|adslist|adssite|spcode)(\.|\/)/
复制代码


TheWorld.ini 内的 [filter] 为
  1. url0=/(\.|\/|_)(ad|adimage|adimg|adgif|adgraph|adinfo|adlog|adpic|adsfile|aliunion|all4ad|allyes|banner|cpc|cpro|gg|ggao|guanggao|mygg|newhuagg|p4p|pfp|sms|sponsor|themis|usmsweb|xc|union|unionsky|unionsys)(s)?(\d)*(\.|\/|_)/
  2. url1=/[\W_]ad(?!=&)(banner|click|flow|frame|ima?ge?|log|serv(er|e)?|stream|type|view|vert(ising|isement)?|trix|xchange|wrapper)?s?[\W\d_]/
  3. url2=/(\.|\/|_)(soft|hot)?ad(s..|img|vert|rotator|view|bot|c_|client|council|gif|graph|images|info|log|pic)?(\.|\/|_)/
  4. url3=/(\d){2,3}x(\d){2,3}\.(swf|gif|jpg|jpeg)/
  5. url4=/(union|un)(s)?\.(265)\.(com)/
  6. url5=/\/article\/(indextop|pagetop|indexhead|indexbottom)?\.(j)?/
  7. url6=/\.(zichen)\.(com)(\/)(head1|head2|gad)(s)?(\.|\/|_)/
  8. url7=/\/Images\/(a-d-s|chinabank|sms)(s)?(\.|\/|_)/
  9. url8=/\.(zol)\.(com)\.(cn)(\/)((\d)*|dealer)(\/)/
  10. url9=/(\.|\/|_)(adcode|adslist|adssite|spcode)(\.|\/)/
复制代码

[ 本帖最后由 pw4321 于 2007-1-21 20:14 编辑 ]
附件: 您需要登录才可以下载或查看附件。没有帐号?加入 我们

TOP

返回列表