<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss">

<channel>
	<title>www.netsi.dk &#187; block adds</title>
	<atom:link href="http://www.netsi.dk/wordpress/index.php" rel="self" type="application/rss+xml" />
	<link>http://www.netsi.dk/wordpress</link>
	<description>&#34;The internet is just a layer on the real world&#34; (don&#039;t forget that!)</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:52:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom:link rel="next" href="http://www.netsi.dk/wordpress/index.php?page=2" />

		<item>
		<title>Avoiding the advertisement in MSN Live messenger, and many other places (browser for instance).</title>
		<link>http://www.netsi.dk/wordpress/index.php/2010/07/27/avoiding-the-advertisement-in-msn-live-messenger-and-many-other-places-browser-for-instance/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2010/07/27/avoiding-the-advertisement-in-msn-live-messenger-and-many-other-places-browser-for-instance/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 09:35:36 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Idea]]></category>
		<category><![CDATA[inspirovation]]></category>
		<category><![CDATA[ad blocker]]></category>
		<category><![CDATA[block adds]]></category>
		<category><![CDATA[blocking adds]]></category>
		<category><![CDATA[Microsoft Windows Live Messenger]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/index.php/2010/07/27/avoiding-the-advertisement-in-msn-live-messenger-and-many-other-places-browser-for-instance/</guid>
		<description><![CDATA[I don’t know how you feel about having tons and tons of advertisements showing at the bottom of your Windows Live Messenger client (WLM), but it annoys me. But don’t worrie help is on the way! I will give you a WLM specifik fix and a description to avoid many adds in your browser and [...]]]></description>
			<content:encoded><![CDATA[<p><em><img style="margin: 0px 0px 25px 25px; display: inline; border-width: 0px;" title="Notice: No add at the bottom of the MSN Live Messenger client" src="http://www.netsi.dk/wordpress/wp-content/uploads/2010/07/image.png" border="0" alt="Notice: No add at the bottom of the MSN Live Messenger client" width="260" height="228" align="right" /> I don’t know how you feel about having tons and tons of advertisements showing at the bottom of your Windows Live Messenger client (WLM), but it annoys me. But don’t worrie help is on the way! I will give you a WLM specifik fix and a description to avoid many adds in your browser and other places.</em></p>
<p>I had an error showing up <abbr class="datetime" title="2010-07-27">today</abbr> during init of WLM, and so I let the Microsoft Visual Studio debugger start up. Inside that I could locate the address – host name – of the host which deliveres the adds.</p>
<p>I was now ready to follow the advice from a collegue of mine given in another context. The advice was to add an entry to the <strong>hosts</strong> file on your computer which would bind the add server hostname to 127.0.0.1. By doing that you effectively makes it impossibel for the add handling software to show any adds!</p>
<p>So what you need to add to do is:</p>
<ul>
<li>Open the “C:\Windows\System32\drivers\etc\hosts” file in an editor</li>
<li>Add this line: <strong>127.0.0.1 track.adform.net</strong></li>
</ul>
<p>The effect is that any request to “track.adform.net” will be pointing to <em>your</em> own computer – effectively disabling the adds! <img src='http://www.netsi.dk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h3>The next step – disabling any adds inside webpages (or anywhere else) from a list of add servers.</h3>
<p>I have at this time not gone deeper into this step, but a simpel google on “hostnames for add servers” gave me this link: <a title="Find a list of add server hostnames, which you can add to your hosts file" href="http://pgl.yoyo.org/as/" target="_blank">Ad blocking with ad server hostnames and IP addresses</a>. Just choose the “hosts – in host file format”. Here is a <a title="This will give you a list of add server host names ready to past into your hosts file" href="http://pgl.yoyo.org/as/serverlist.php?hostformat=hosts&amp;showintro=0&amp;startdate%5Bday%5D=&amp;startdate%5Bmonth%5D=&amp;startdate%5Byear%5D=" target="_blank">direct link</a> to a test I made. Actually the host mentioned at the start of this post is inside the list <img src='http://www.netsi.dk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Happy add blocking!</p>
<p>Update 8th january 2011</p>
<p>Just wanted to clearify how this way of doing add blocking works, so here is a quote from the website providing the serverlist for your hosts file:</p>
<blockquote><p>From “<a title="http://pgl.yoyo.org/as/" href="http://pgl.yoyo.org/as/">http://pgl.yoyo.org/as/</a>” the page providing serverlists for your hosts file:<br />
<em>The ad banners that you see all over the web are stored on servers. Stopping your computer communicating with another computer can be quite simple. So, if you have a list of the servers used for ad banners, it&#8217;s easy to stop ad banners even getting to your browser.</em></p></blockquote>
<p><strong>Updated 2011-05-20</strong></p>
<p>The program you want to use to change the hosts file with will in windows 7 need to have administrative rights. So you should use the &#8220;Run as administrator&#8230;&#8221; option you get when right clicking on the noteblok. This will allow you to make changes to the hosts file.</p>
<p>Another thing is that after you have added the domains to the hosts file you need to <em>flush the DNS</em>. The local DNS database contains relations between hostnames and IP-addresses, and if you do not flush that, the add servers can still be reached until next time the DNS system need to get a hostname-IP address relation. So open a Run window (press windows-key + R for instance) and enter &#8220;<strong>ipconfig /flushdns&#8221;</strong>. Now there does not exist any relation between any domain and IP-address. The next time a DNS lookup for a addserver hostname is done, an ip address of 127.0.0.1 (your local computer) is returned, making it impossibel for the addserver to get its adds <img src='http://www.netsi.dk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.netsi.dk%2Fwordpress%2Findex.php%2F2010%2F07%2F27%2Favoiding-the-advertisement-in-msn-live-messenger-and-many-other-places-browser-for-instance%2F&amp;title=Avoiding%20the%20advertisement%20in%20MSN%20Live%20messenger%2C%20and%20many%20other%20places%20%28browser%20for%20instance%29." id="wpa2a_2"><img src="http://www.netsi.dk/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.netsi.dk/wordpress/index.php/2010/07/27/avoiding-the-advertisement-in-msn-live-messenger-and-many-other-places-browser-for-instance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

