<?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/"
	>

<channel>
	<title>0plus1 Blog &#187; Communities</title>
	<atom:link href="http://0plus1.com/blog/category/communities/feed/" rel="self" type="application/rss+xml" />
	<link>http://0plus1.com/blog</link>
	<description>Code snippets and programming resources</description>
	<lastBuildDate>Sat, 15 Jan 2011 15:09:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>How to allow ad-sense bot to crawl phpbb3 private forums</title>
		<link>http://0plus1.com/blog/2009/05/how-to-allow-ad-sense-bot-to-crawl-phpbb3-private-forums/</link>
		<comments>http://0plus1.com/blog/2009/05/how-to-allow-ad-sense-bot-to-crawl-phpbb3-private-forums/#comments</comments>
		<pubDate>Fri, 29 May 2009 10:04:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Communities]]></category>
		<category><![CDATA[ad-sense]]></category>
		<category><![CDATA[phpbb3]]></category>
		<category><![CDATA[private forum]]></category>

		<guid isPermaLink="false">http://0plus1.com/blog/?p=26</guid>
		<description><![CDATA[If you operate a forum with private sections and public section, you&#8217;ll find that the ads that ad-sense pushes on your website are created based solely on the public content. If you want more accurate result you may want to look into the ad-sense&#8217; s &#8220;Site Authentication&#8221; feature. Here&#8217;s a small how-to on how to [...]]]></description>
			<content:encoded><![CDATA[<p>If you operate a forum with private sections and public section, you&#8217;ll find that the ads that ad-sense pushes on your website are created based solely on the public content. If you want more accurate result you may want to look into the ad-sense&#8217; s &#8220;<strong>Site Authentication</strong>&#8221; feature. Here&#8217;s a small how-to on how to achieve this:</p>
<p><strong>phpbb3</strong></p>
<ul>
<li>Create a user in the acp (for this example sake let&#8217;s use: adsense as username and adsense as password).</li>
<li>Give him permission based on your forum structure, we advise to give him read-only access on the whole forum.</li>
</ul>
<p><strong>ad-sense</strong></p>
<ul>
<li>go to the <em>AdSense Setup</em> tab, then click on the <em>Site Authentication</em> section.</li>
<li>click on the <em>add a login</em> link</li>
<li>Set it like this:
<ul>
<li><strong>Restricted Directory or URL:</strong> the forum url (example: http://www.example.com/forum)</li>
<li><strong>Authentication URL:</strong> the path to the ucp.php?mode=login file (example: http://www.example.com/forum/ucp.php?mode=login)</li>
<li><strong>Authentication method:</strong> POST</li>
<li><strong>Parameters:</strong> (you have to add them manually)
<ul>
<li>Attribute: login &#8211; Value: Login</li>
<li>Attribute: password &#8211; Value: userpassword (example: adsense)</li>
<li>Attribute: username &#8211; Value: username (example: adsense)</li>
</ul>
</ul>
</li>
<li>Now click on: Test My Authentication URL to check if everything went ok</li>
<ul>
<p>Hope this will help you</p>
]]></content:encoded>
			<wfw:commentRss>http://0plus1.com/blog/2009/05/how-to-allow-ad-sense-bot-to-crawl-phpbb3-private-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

