<?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: Recover From Your ePN Termination In Minutes!</title>
	<atom:link href="http://www.themilitantaffiliate.com/recover-from-epn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themilitantaffiliate.com/recover-from-epn/</link>
	<description>Want to Make Money? Get Aggressive!</description>
	<lastBuildDate>Thu, 17 Jun 2010 22:00:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Militant</title>
		<link>http://www.themilitantaffiliate.com/recover-from-epn/comment-page-1/#comment-234</link>
		<dc:creator>Militant</dc:creator>
		<pubDate>Wed, 09 Jun 2010 16:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.themilitantaffiliate.com/?p=377#comment-234</guid>
		<description>AdSense code doesn&#039;t go in your phpBay file. I goes in your WP post where-ever you want it to display. You may want to search the WP plugin page for the &quot;WhyDoWork Adsense&quot; plugin.</description>
		<content:encoded><![CDATA[<p>AdSense code doesn&#8217;t go in your phpBay file. I goes in your WP post where-ever you want it to display. You may want to search the WP plugin page for the &#8220;WhyDoWork Adsense&#8221; plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rg</title>
		<link>http://www.themilitantaffiliate.com/recover-from-epn/comment-page-1/#comment-233</link>
		<dc:creator>rg</dc:creator>
		<pubDate>Wed, 09 Jun 2010 16:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.themilitantaffiliate.com/?p=377#comment-233</guid>
		<description>wouldnt let me add code you can find here

http://www.google.co.uk/support/forum/p/AdSense/thread?tid=1eab9b59d652767a&amp;hl=en</description>
		<content:encoded><![CDATA[<p>wouldnt let me add code you can find here</p>
<p><a href="http://www.google.co.uk/support/forum/p/AdSense/thread?tid=1eab9b59d652767a&amp;hl=en" rel="nofollow">http://www.google.co.uk/support/forum/p/AdSense/thread?tid=1eab9b59d652767a&amp;hl=en</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Militant</title>
		<link>http://www.themilitantaffiliate.com/recover-from-epn/comment-page-1/#comment-231</link>
		<dc:creator>Militant</dc:creator>
		<pubDate>Wed, 09 Jun 2010 10:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.themilitantaffiliate.com/?p=377#comment-231</guid>
		<description>Hi, 

The code you sent me is altered properly. On the website in question, go to your phpBay control panel, then turn the SEO URLs feature ON. The redirect caused by auction.php only works with SEO URLs turned on. Make sure to also copy/paste the .htaccess code phpBay generates for you in the control panel.

M.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>The code you sent me is altered properly. On the website in question, go to your phpBay control panel, then turn the SEO URLs feature ON. The redirect caused by auction.php only works with SEO URLs turned on. Make sure to also copy/paste the .htaccess code phpBay generates for you in the control panel.</p>
<p>M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rg</title>
		<link>http://www.themilitantaffiliate.com/recover-from-epn/comment-page-1/#comment-230</link>
		<dc:creator>rg</dc:creator>
		<pubDate>Wed, 09 Jun 2010 09:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.themilitantaffiliate.com/?p=377#comment-230</guid>
		<description>Hi Militant

I tried what you said with no effect. I have sent you a copy of the code. Would you please be kind enough to have a quick look as i think it may have changed again.

sorry to be a pain

regards
rg</description>
		<content:encoded><![CDATA[<p>Hi Militant</p>
<p>I tried what you said with no effect. I have sent you a copy of the code. Would you please be kind enough to have a quick look as i think it may have changed again.</p>
<p>sorry to be a pain</p>
<p>regards<br />
rg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Militant</title>
		<link>http://www.themilitantaffiliate.com/recover-from-epn/comment-page-1/#comment-229</link>
		<dc:creator>Militant</dc:creator>
		<pubDate>Tue, 08 Jun 2010 22:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.themilitantaffiliate.com/?p=377#comment-229</guid>
		<description>At the very bottom of the auction.php file, find the code that looks like this:

-------------------------------------------------------------
$url = &quot;http://rover.ebay.com/rover/1/&quot; . $rover[&quot;rid&quot;] . &quot;/1?icep_ff3=2&amp;campid=&quot; . $ktv[&quot;pid&quot;] . &quot;&amp;customid=&quot; . $ktv[&quot;cid&quot;] . &quot;&amp;toolid=10005&amp;icep_item=&quot; . $ktv[&quot;item&quot;] . &quot;&amp;ipn=psmain&amp;icep_vectorid=&quot; . $rover[&quot;vid&quot;] . &quot;&amp;kwid=902099&amp;mtid=824&amp;kw=rss&quot;;
--------------------------------------------------------------

Change it to look like this:

$url = &quot;http://www.mysite.com&quot;;</description>
		<content:encoded><![CDATA[<p>At the very bottom of the auction.php file, find the code that looks like this:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
$url = &#8220;http://rover.ebay.com/rover/1/&#8221; . $rover["rid"] . &#8220;/1?icep_ff3=2&#038;campid=&#8221; . $ktv["pid"] . &#8220;&#038;customid=&#8221; . $ktv["cid"] . &#8220;&#038;toolid=10005&#038;icep_item=&#8221; . $ktv["item"] . &#8220;&#038;ipn=psmain&#038;icep_vectorid=&#8221; . $rover["vid"] . &#8220;&#038;kwid=902099&#038;mtid=824&#038;kw=rss&#8221;;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Change it to look like this:</p>
<p>$url = &#8220;http://www.mysite.com&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rg</title>
		<link>http://www.themilitantaffiliate.com/recover-from-epn/comment-page-1/#comment-228</link>
		<dc:creator>rg</dc:creator>
		<pubDate>Tue, 08 Jun 2010 22:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.themilitantaffiliate.com/?p=377#comment-228</guid>
		<description>Hi Militant

Don&#039;t have access to the old script. Sorry to sound a bit dumb but could you please point out which bit of the new script needs changing since the 301 redirect amendment.

regards
RG</description>
		<content:encoded><![CDATA[<p>Hi Militant</p>
<p>Don&#8217;t have access to the old script. Sorry to sound a bit dumb but could you please point out which bit of the new script needs changing since the 301 redirect amendment.</p>
<p>regards<br />
RG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Militant</title>
		<link>http://www.themilitantaffiliate.com/recover-from-epn/comment-page-1/#comment-183</link>
		<dc:creator>Militant</dc:creator>
		<pubDate>Mon, 26 Apr 2010 12:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.themilitantaffiliate.com/?p=377#comment-183</guid>
		<description>@Ian -- Sure, it&#039;s even easier now. In the newest version of phpBay&#039;s auction.php file, there is only one instance of the code that needs changed near the very bottom of the file. 

The phpBay update addressed linking issues with the ePN UK program. If you&#039;re not sending the clicks to eBay anyway, your old auction.php file will still work just fine. :)

M.</description>
		<content:encoded><![CDATA[<p>@Ian &#8212; Sure, it&#8217;s even easier now. In the newest version of phpBay&#8217;s auction.php file, there is only one instance of the code that needs changed near the very bottom of the file. </p>
<p>The phpBay update addressed linking issues with the ePN UK program. If you&#8217;re not sending the clicks to eBay anyway, your old auction.php file will still work just fine. <img src='http://www.themilitantaffiliate.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.themilitantaffiliate.com/recover-from-epn/comment-page-1/#comment-182</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Mon, 26 Apr 2010 12:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.themilitantaffiliate.com/?p=377#comment-182</guid>
		<description>Hi Militant,

Is it still possible to do this with the revised auction.php file that PHPbay now uses following the change Ebay made to the structure of their affiliate links? I&#039;ve noticed that my links no longer forward to my noepn.html and in the new auction.php provided by the makers of PHPbay the text we used to replace in your above example is no longer there!

M</description>
		<content:encoded><![CDATA[<p>Hi Militant,</p>
<p>Is it still possible to do this with the revised auction.php file that PHPbay now uses following the change Ebay made to the structure of their affiliate links? I&#8217;ve noticed that my links no longer forward to my noepn.html and in the new auction.php provided by the makers of PHPbay the text we used to replace in your above example is no longer there!</p>
<p>M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Militant</title>
		<link>http://www.themilitantaffiliate.com/recover-from-epn/comment-page-1/#comment-161</link>
		<dc:creator>Militant</dc:creator>
		<pubDate>Tue, 23 Mar 2010 16:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.themilitantaffiliate.com/?p=377#comment-161</guid>
		<description>Hi Mike,

The new auction.php file put out last month was to compensate for the changes ePN made to their affiliate linking structure in the UK program. If you aren&#039;t sending the clicks to eBay anyway, you don&#039;t need the new auction.php file. Just re-upload the old one (modified) and you&#039;ll be good to go.

M.</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>The new auction.php file put out last month was to compensate for the changes ePN made to their affiliate linking structure in the UK program. If you aren&#8217;t sending the clicks to eBay anyway, you don&#8217;t need the new auction.php file. Just re-upload the old one (modified) and you&#8217;ll be good to go.</p>
<p>M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.themilitantaffiliate.com/recover-from-epn/comment-page-1/#comment-160</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 23 Mar 2010 16:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.themilitantaffiliate.com/?p=377#comment-160</guid>
		<description>Hi Militant,

Is it still possible to do this with the revised auction.php file that PHPbay now uses following the change Ebay made to the structure of their affiliate links? I&#039;ve noticed that my links no longer forward to my noepn.html and in the new auction.php provided by the makers of PHPbay the text we used to replace in your above example is no longer there!

M</description>
		<content:encoded><![CDATA[<p>Hi Militant,</p>
<p>Is it still possible to do this with the revised auction.php file that PHPbay now uses following the change Ebay made to the structure of their affiliate links? I&#8217;ve noticed that my links no longer forward to my noepn.html and in the new auction.php provided by the makers of PHPbay the text we used to replace in your above example is no longer there!</p>
<p>M</p>
]]></content:encoded>
	</item>
</channel>
</rss>
