<?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 for Monetizr</title>
	<atom:link href="http://www.monetizr.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.monetizr.net</link>
	<description>Monetize your website</description>
	<pubDate>Wed, 07 Jan 2009 16:57:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Commission Junction Module for ALinks by Sheryl</title>
		<link>http://www.monetizr.net/make-money/commission-junction-module-for-alinks/comment-page-1/#comment-5418</link>
		<dc:creator>Sheryl</dc:creator>
		<pubDate>Tue, 11 Nov 2008 21:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.monetizr.net/make-money/commission-junction-module-for-alinks/#comment-5418</guid>
		<description>Did you ever figure out the fix to the white space after the links?</description>
		<content:encoded><![CDATA[<p>Did you ever figure out the fix to the white space after the links?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Commission Junction Module for ALinks by alinks modules</title>
		<link>http://www.monetizr.net/make-money/commission-junction-module-for-alinks/comment-page-1/#comment-2092</link>
		<dc:creator>alinks modules</dc:creator>
		<pubDate>Wed, 13 Aug 2008 21:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.monetizr.net/make-money/commission-junction-module-for-alinks/#comment-2092</guid>
		<description>[...] Comm&#38;#105ss&#38;#105on &#38;#74unct&#38;#105on [...]</description>
		<content:encoded><![CDATA[<p>[...] Comm&amp;#105ss&amp;#105on &amp;#74unct&amp;#105on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Commission Junction Module for ALinks by Jon</title>
		<link>http://www.monetizr.net/make-money/commission-junction-module-for-alinks/comment-page-1/#comment-983</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 27 Jun 2008 13:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.monetizr.net/make-money/commission-junction-module-for-alinks/#comment-983</guid>
		<description>To fix:
open mod.php in WordPad

change the two lines:
var $requiredDefines = array('img');
var $requiredDefines = array('url');

to:
var $requiredDefines = array('img', 'url');

upload mod.php and mod.xml to your directory, ..../alinks/modules/cj/</description>
		<content:encoded><![CDATA[<p>To fix:<br />
open mod.php in WordPad</p>
<p>change the two lines:<br />
var $requiredDefines = array(&#8217;img&#8217;);<br />
var $requiredDefines = array(&#8217;url&#8217;);</p>
<p>to:<br />
var $requiredDefines = array(&#8217;img&#8217;, &#8216;url&#8217;);</p>
<p>upload mod.php and mod.xml to your directory, &#8230;./alinks/modules/cj/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Commission Junction Module for ALinks by ChuckMcB</title>
		<link>http://www.monetizr.net/make-money/commission-junction-module-for-alinks/comment-page-1/#comment-873</link>
		<dc:creator>ChuckMcB</dc:creator>
		<pubDate>Wed, 14 May 2008 12:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.monetizr.net/make-money/commission-junction-module-for-alinks/#comment-873</guid>
		<description>Got the same error myself. The fix seems to be to open the .zip file and edit the file mod.php with a text editor.

Change these lines:

	var $name = 'cj';
	var $requiredDefines = array('img');
	var $requiredDefines = array('url');

To read:

	var $name = 'cj';
	var $requiredDefines = array('img','url');

Then all seems fine.

HTH

(ps. couldn't press the "Sumbit Comment" button here in firefox, IE worked fine)</description>
		<content:encoded><![CDATA[<p>Got the same error myself. The fix seems to be to open the .zip file and edit the file mod.php with a text editor.</p>
<p>Change these lines:</p>
<p>	var $name = &#8216;cj&#8217;;<br />
	var $requiredDefines = array(&#8217;img&#8217;);<br />
	var $requiredDefines = array(&#8217;url&#8217;);</p>
<p>To read:</p>
<p>	var $name = &#8216;cj&#8217;;<br />
	var $requiredDefines = array(&#8217;img&#8217;,'url&#8217;);</p>
<p>Then all seems fine.</p>
<p>HTH</p>
<p>(ps. couldn&#8217;t press the &#8220;Sumbit Comment&#8221; button here in firefox, IE worked fine)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Commission Junction Module for ALinks by ChuckMcB</title>
		<link>http://www.monetizr.net/make-money/commission-junction-module-for-alinks/comment-page-1/#comment-870</link>
		<dc:creator>ChuckMcB</dc:creator>
		<pubDate>Wed, 14 May 2008 12:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.monetizr.net/make-money/commission-junction-module-for-alinks/#comment-870</guid>
		<description>Got the same error myself. The fix seems to be to open the .zip file and edit the file mod.php with a text editor.

Change these lines:

	var $name = 'cj';
	var $requiredDefines = array('img');
	var $requiredDefines = array('url');

To read:

	var $name = 'cj';
	var $requiredDefines = array('img','url');

Then all seems fine.

HTH</description>
		<content:encoded><![CDATA[<p>Got the same error myself. The fix seems to be to open the .zip file and edit the file mod.php with a text editor.</p>
<p>Change these lines:</p>
<p>	var $name = &#8216;cj&#8217;;<br />
	var $requiredDefines = array(&#8217;img&#8217;);<br />
	var $requiredDefines = array(&#8217;url&#8217;);</p>
<p>To read:</p>
<p>	var $name = &#8216;cj&#8217;;<br />
	var $requiredDefines = array(&#8217;img&#8217;,'url&#8217;);</p>
<p>Then all seems fine.</p>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Commission Junction Module for ALinks by kch</title>
		<link>http://www.monetizr.net/make-money/commission-junction-module-for-alinks/comment-page-1/#comment-646</link>
		<dc:creator>kch</dc:creator>
		<pubDate>Sun, 06 Apr 2008 21:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.monetizr.net/make-money/commission-junction-module-for-alinks/#comment-646</guid>
		<description>I'm having the same problem...other modules install correctly, but not this one.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same problem&#8230;other modules install correctly, but not this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Commission Junction Module for ALinks by linking, alinks</title>
		<link>http://www.monetizr.net/make-money/commission-junction-module-for-alinks/comment-page-1/#comment-580</link>
		<dc:creator>linking, alinks</dc:creator>
		<pubDate>Wed, 27 Feb 2008 16:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.monetizr.net/make-money/commission-junction-module-for-alinks/#comment-580</guid>
		<description>[...] are other aLinks modules available, including a module that allows you to link to your Commission Junction merchants. If you are a savvy programmer, you might be able to come up with your own module. If you do so, [...]</description>
		<content:encoded><![CDATA[<p>[...] are other aLinks modules available, including a module that allows you to link to your Commission Junction merchants. If you are a savvy programmer, you might be able to come up with your own module. If you do so, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use Onlywire to drive traffic to your site by Mohan</title>
		<link>http://www.monetizr.net/drive-traffic/use-onlywire-to-drive-traffic-to-your-site/comment-page-1/#comment-531</link>
		<dc:creator>Mohan</dc:creator>
		<pubDate>Sat, 09 Feb 2008 03:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.monetizr.net/drive-traffic/use-onlywire-to-drive-traffic-to-your-site/#comment-531</guid>
		<description>I tried to find if any procedure is given by OnlyWire. It all looks confusing to me. I will wait and see if i get any links. So far no success!</description>
		<content:encoded><![CDATA[<p>I tried to find if any procedure is given by OnlyWire. It all looks confusing to me. I will wait and see if i get any links. So far no success!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Commission Junction Module for ALinks by Sean</title>
		<link>http://www.monetizr.net/make-money/commission-junction-module-for-alinks/comment-page-1/#comment-299</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 31 Dec 2007 16:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.monetizr.net/make-money/commission-junction-module-for-alinks/#comment-299</guid>
		<description>I took a look at the mod.php code, and it needs to be changed a bit to fix the fatal error. In the /cj/mod.php script, you will see this:

var $name = 'cj';
var $requiredDefines = array('img');
var $requiredDefines = array('url');

It needs to be changed to:

var $name = 'cj';
var $requiredDefines = array('img', 'url');</description>
		<content:encoded><![CDATA[<p>I took a look at the mod.php code, and it needs to be changed a bit to fix the fatal error. In the /cj/mod.php script, you will see this:</p>
<p>var $name = &#8216;cj&#8217;;<br />
var $requiredDefines = array(&#8217;img&#8217;);<br />
var $requiredDefines = array(&#8217;url&#8217;);</p>
<p>It needs to be changed to:</p>
<p>var $name = &#8216;cj&#8217;;<br />
var $requiredDefines = array(&#8217;img&#8217;, &#8216;url&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Commission Junction Module for ALinks by Sean</title>
		<link>http://www.monetizr.net/make-money/commission-junction-module-for-alinks/comment-page-1/#comment-298</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 31 Dec 2007 16:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.monetizr.net/make-money/commission-junction-module-for-alinks/#comment-298</guid>
		<description>I took a look at the mod.php code, and it needs to be changed a bit to fix the fatal error. In the /cj/mod.php script, you will see this:

var $name = 'cj';
var $requiredDefines = array('img');
var $requiredDefines = array('url');

It needs to be changed to:

var $name = 'cj';
var $requiredDefines = array('img', 'url');</description>
		<content:encoded><![CDATA[<p>I took a look at the mod.php code, and it needs to be changed a bit to fix the fatal error. In the /cj/mod.php script, you will see this:</p>
<p>var $name = &#8216;cj&#8217;;<br />
var $requiredDefines = array(&#8217;img&#8217;);<br />
var $requiredDefines = array(&#8217;url&#8217;);</p>
<p>It needs to be changed to:</p>
<p>var $name = &#8216;cj&#8217;;<br />
var $requiredDefines = array(&#8217;img&#8217;, &#8216;url&#8217;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
