返回列表 发帖

回复 #128 pw4321 的帖子

可能是字母s的问题,先改成下面的一样效果,呵呵
  1. /\/article\/(indextop|pagetop|indexhead|indexbottom)?\.(j)?/
复制代码

TOP

回复 #127 elkay 的帖子

查看该页原码,发现内有以下本该被过滤的内容

  1. /article/indexbottom2.js
  2. /article/indexbottom.js
  3. /article/indexhead.js
  4. /article/pagetop1.js
  5. /article/indextop.js
复制代码


是不是这句表达式有问题呢?

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

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

TOP

回复 #126 pw4321 的帖子

嗯,知道了,很奇怪过滤没起作用,我会想办法的了

TOP

回复 #125 elkay 的帖子

http://read.xhxsw.com/files/article/html/61/61528/index.html
这个地址最要命的广告没有过滤

我这儿等半分钟左右会出现一个大大的广告,能把半屏正文给遮住

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

TOP

是的,理论上可以过滤indexbottom2这样的

http://bbs.jujumao.com/index.asp
这个网站有2个没有过滤,记下了,呵呵

TOP

回复 #122 Amelia 的帖子

后面的 "?" 就是1.2.....了

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

TOP

http://bbs.jujumao.com/index.asp

大部分过滤不了

TOP

原帖由 pw4321 于 1/20/2007 19:39 发表
http://read.xhxsw.com/files/article/html/61/61528/index.html
你说的是这个?
http://read.xhxsw.com/configs/article/indexbottom2.js

根本就不一样嘛~~

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

根本不包括indexbottom2,你哪只眼睛看见表达式里有个2了?

[ 本帖最后由 Amelia 于 2007-1-20 19:51 编辑 ]

TOP

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

上面的规则应该能过滤下列内容吧?
  1. /article/indexbottom2.js
  2. /article/indexbottom.js
  3. /article/indexhead.js
  4. /article/pagetop1.js
  5. /article/indextop.js
复制代码

但显然没有过滤下面的网址
http://read.xhxsw.com/files/article/html/61/61528/index.html

TOP

原帖由 Amelia 于 2007-1-20 19:23 发表
/(\d){2,3}x(\d){2,3}\.(swf|gif|jpg|jpeg)/
这条会把800x600.jpg(800分辨率壁纸)过滤掉。


嗯,了解,会修正的

TOP

  1. /(\d){2,3}x(\d){2,3}\.(swf|gif|jpg|jpeg)/
复制代码

这条会把800x600.jpg(800分辨率壁纸)过滤掉。

TOP

说具体点,或则截个图啊,我这里163早就没有广告了

TOP

返回列表