I prefer the layout or aspect of pages not to change. If there are white spaces, perhaps empty frames, I'm happy because I know the blocker worked.
Same here :) I rather enjoy it when there's an "Advertisement" box (with the word still displayed) and just an empty white space :)) Get your known ad site zone file from here: http://pgl.yoyo.org/adservers/ Create your named.conf.adsites zone file: zone "101com.com" { type master; notify no; file "/etc/bind/adsites.zone"; }; zone "101order.com" { type master; notify no; file "/etc/bind/adsites.zone"; }; zone "103bees.com" { type master; notify no; file "/etc/bind/adsites.zone"; }; zone "123found.com" { type master; notify no; file "/etc/bind/adsites.zone"; }; zone "123pagerank.com" { type master; notify no; file "/etc/bind/adsites.zone"; }; zone "180hits.de" { type master; notify no; file "/etc/bind/adsites.zone"; }; ...2520 more lines adsites.zone file: $TTL 86400 ; one day @ IN SOA server.domain. root.server.domain. ( 2014120401 ; serial number YYMMDDNN 28800 ; refresh 8 hours 7200 ; retry 2 hours 864000 ; expire 10 days 86400 ) ; min ttl 1 day NS server1.domain. NS server2.domain. A 192.168.1.2 * IN A 192.168.1.2 .htaccess on 192.168.1.2: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> contents of index.php: . [[literally, a period]] Works beautifully, whether they're requesting an image, HTML page, or whatever :D -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org