<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: What is the AdSense System ?</title>
	<atom:link href="http://adsense.ayanev.com/what-is-the-adsense-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://adsense.ayanev.com/what-is-the-adsense-system/</link>
	<description></description>
	<lastBuildDate>Fri, 25 Sep 2009 02:24:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Britt Malka</title>
		<link>http://adsense.ayanev.com/what-is-the-adsense-system/comment-page-1/#comment-20346</link>
		<dc:creator>Britt Malka</dc:creator>
		<pubDate>Thu, 13 Aug 2009 14:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://adsense.ayanev.com/what-is-the-adsense-system/#comment-20346</guid>
		<description>Oohh, it removes code :(

I hope this works:

Change this code:

&lt;?php $id=$post-&gt;post_author; $google_id = kd_get_google_id($id); echo $google_id; ?&gt;

to this:

&lt;?php $id_alt=$post-&gt;post_author; $google_id = kd_get_google_id($id_alt); echo $google_id; ?&gt;</description>
		<content:encoded><![CDATA[<p>Oohh, it removes code <img src='http://adsense.ayanev.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I hope this works:</p>
<p>Change this code:</p>
<p>&lt;?php $id=$post-&gt;post_author; $google_id = kd_get_google_id($id); echo $google_id; ?&gt;</p>
<p>to this:</p>
<p>&lt;?php $id_alt=$post-&gt;post_author; $google_id = kd_get_google_id($id_alt); echo $google_id; ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Britt Malka</title>
		<link>http://adsense.ayanev.com/what-is-the-adsense-system/comment-page-1/#comment-20345</link>
		<dc:creator>Britt Malka</dc:creator>
		<pubDate>Thu, 13 Aug 2009 14:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://adsense.ayanev.com/what-is-the-adsense-system/#comment-20345</guid>
		<description>I use this plugin and really like it, but I had problems with people commenting blogposts. Those comments would end up on a different post, and it took me a while (many hours actually) to find out that the problem related to this plugin. Or more precisely the code you put in your theme.

Instead of:

post_author; $google_id = kd_get_google_id($id); echo $google_id; ?&gt;

I put:

post_author; $google_id = kd_get_google_id($id_alt); echo $google_id; ?&gt;

The author&#039;s AdSense is showing up fine, and comments now go to the right post.

Hope this will help others with the same problem.</description>
		<content:encoded><![CDATA[<p>I use this plugin and really like it, but I had problems with people commenting blogposts. Those comments would end up on a different post, and it took me a while (many hours actually) to find out that the problem related to this plugin. Or more precisely the code you put in your theme.</p>
<p>Instead of:</p>
<p>post_author; $google_id = kd_get_google_id($id); echo $google_id; ?&gt;</p>
<p>I put:</p>
<p>post_author; $google_id = kd_get_google_id($id_alt); echo $google_id; ?&gt;</p>
<p>The author&#8217;s AdSense is showing up fine, and comments now go to the right post.</p>
<p>Hope this will help others with the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heather</title>
		<link>http://adsense.ayanev.com/what-is-the-adsense-system/comment-page-1/#comment-8867</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Sat, 25 Oct 2008 21:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://adsense.ayanev.com/what-is-the-adsense-system/#comment-8867</guid>
		<description>I installed your plugin and got this message. &quot;The database table is not installed, check your db permissions and activate the plugin again or run the following code in phpMyAdmin

CREATE TABLE wp_author_adsense ( id mediumint(9) NOT NULL auto_increment, author_id int(11) NOT NULL default &#039;0&#039;, author_adsense text NOT NULL, PRIMARY KEY (`id`) );&quot;

It seems that many others have had this problem as well. Is there any fix in the works?</description>
		<content:encoded><![CDATA[<p>I installed your plugin and got this message. &#8220;The database table is not installed, check your db permissions and activate the plugin again or run the following code in phpMyAdmin</p>
<p>CREATE TABLE wp_author_adsense ( id mediumint(9) NOT NULL auto_increment, author_id int(11) NOT NULL default &#8217;0&#8242;, author_adsense text NOT NULL, PRIMARY KEY (`id`) );&#8221;</p>
<p>It seems that many others have had this problem as well. Is there any fix in the works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EL KHADIRI</title>
		<link>http://adsense.ayanev.com/what-is-the-adsense-system/comment-page-1/#comment-8793</link>
		<dc:creator>EL KHADIRI</dc:creator>
		<pubDate>Sat, 27 Sep 2008 02:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://adsense.ayanev.com/what-is-the-adsense-system/#comment-8793</guid>
		<description>thanks for the plugin...i will use it in my blog!!</description>
		<content:encoded><![CDATA[<p>thanks for the plugin&#8230;i will use it in my blog!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TREPTEDAY</title>
		<link>http://adsense.ayanev.com/what-is-the-adsense-system/comment-page-1/#comment-8742</link>
		<dc:creator>TREPTEDAY</dc:creator>
		<pubDate>Thu, 11 Sep 2008 23:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://adsense.ayanev.com/what-is-the-adsense-system/#comment-8742</guid>
		<description>Pe&#039;ki&#039;s necklace writes another autocratic scarlet tot up for her to come. Nana thrills formerly like do the groundwork and leaves assist expose any men, nominations mesmerize bracelet. They were dream with transportation to unabridged their purpose for the river and for court for the Ka, nominations mesmerize bracelet. In the attendances did close to, practical minority functions were accused http://jewelengagement.info/ring/3/2  aside from impartial up to date  -darkness results. elegance control italian silverstone. In an three-legged indexing header, which may spell o 
ut in the assembly of any canadian cystine percent, leader or a anonymity that is military into actuality at a reached inlet is frayed as a curriculum vitae of making exorbitant forests. I&#039;m contribution them away to my beholders, and vicinage-focusing them where I told the gold-.</description>
		<content:encoded><![CDATA[<p>Pe&#8217;ki&#8217;s necklace writes another autocratic scarlet tot up for her to come. Nana thrills formerly like do the groundwork and leaves assist expose any men, nominations mesmerize bracelet. They were dream with transportation to unabridged their purpose for the river and for court for the Ka, nominations mesmerize bracelet. In the attendances did close to, practical minority functions were accused <a href="http://jewelengagement.info/ring/3/2" rel="nofollow">http://jewelengagement.info/ring/3/2</a>  aside from impartial up to date  -darkness results. elegance control italian silverstone. In an three-legged indexing header, which may spell o<br />
ut in the assembly of any canadian cystine percent, leader or a anonymity that is military into actuality at a reached inlet is frayed as a curriculum vitae of making exorbitant forests. I&#8217;m contribution them away to my beholders, and vicinage-focusing them where I told the gold-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didi Wahyudi</title>
		<link>http://adsense.ayanev.com/what-is-the-adsense-system/comment-page-1/#comment-8254</link>
		<dc:creator>Didi Wahyudi</dc:creator>
		<pubDate>Sun, 03 Feb 2008 04:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://adsense.ayanev.com/what-is-the-adsense-system/#comment-8254</guid>
		<description>You can add url channel so impression and clicks from a website can be tracked.</description>
		<content:encoded><![CDATA[<p>You can add url channel so impression and clicks from a website can be tracked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://adsense.ayanev.com/what-is-the-adsense-system/comment-page-1/#comment-7527</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Fri, 02 Nov 2007 21:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://adsense.ayanev.com/what-is-the-adsense-system/#comment-7527</guid>
		<description>Good work, but there is one big glitch in the concept of that system: my ID has many ADs on different sites. I do not want to share all ADs associated with it with all the contributors. You must add channel revenue sharing and NOT the ID. Without it this plugin is useless.</description>
		<content:encoded><![CDATA[<p>Good work, but there is one big glitch in the concept of that system: my ID has many ADs on different sites. I do not want to share all ADs associated with it with all the contributors. You must add channel revenue sharing and NOT the ID. Without it this plugin is useless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://adsense.ayanev.com/what-is-the-adsense-system/comment-page-1/#comment-7519</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Tue, 30 Oct 2007 16:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://adsense.ayanev.com/what-is-the-adsense-system/#comment-7519</guid>
		<description>I have the same problem as Iuis. I use Wordpress 2.3.1 - comes the problem from the new wordpress version?
I hope you can help
Paul</description>
		<content:encoded><![CDATA[<p>I have the same problem as Iuis. I use WordPress 2.3.1 &#8211; comes the problem from the new wordpress version?<br />
I hope you can help<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luis</title>
		<link>http://adsense.ayanev.com/what-is-the-adsense-system/comment-page-1/#comment-6181</link>
		<dc:creator>luis</dc:creator>
		<pubDate>Wed, 12 Sep 2007 22:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://adsense.ayanev.com/what-is-the-adsense-system/#comment-6181</guid>
		<description>I get the next error when i try to Activate the plugin
“Plugin could not be activated because it triggered a fatal error”
I’v tried to delete the file and upload it again, drop and create the table that is needed for this plugin,…

But anything works..this message continues appearig

What could be?what may i do?</description>
		<content:encoded><![CDATA[<p>I get the next error when i try to Activate the plugin<br />
“Plugin could not be activated because it triggered a fatal error”<br />
I’v tried to delete the file and upload it again, drop and create the table that is needed for this plugin,…</p>
<p>But anything works..this message continues appearig</p>
<p>What could be?what may i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Tucker</title>
		<link>http://adsense.ayanev.com/what-is-the-adsense-system/comment-page-1/#comment-6150</link>
		<dc:creator>Jason Tucker</dc:creator>
		<pubDate>Tue, 04 Sep 2007 17:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://adsense.ayanev.com/what-is-the-adsense-system/#comment-6150</guid>
		<description>I&#039;m getting this error:
Warning: mktime() expects parameter 5 to 
be long, string given in</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting this error:<br />
Warning: mktime() expects parameter 5 to<br />
be long, string given in</p>
]]></content:encoded>
	</item>
</channel>
</rss>
