<?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: Check Your eBay/BANS Affiliate Sites</title>
	<atom:link href="http://www.thenichestorebuilder.com/check-your-ebaybans-affiliate-sites.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thenichestorebuilder.com/check-your-ebaybans-affiliate-sites.htm</link>
	<description>Learn How to Build and Market Niche Websites</description>
	<lastBuildDate>Tue, 18 Oct 2011 17:32:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Everything You Wanted to Know About BANS &#124; Niche Store Builder</title>
		<link>http://www.thenichestorebuilder.com/check-your-ebaybans-affiliate-sites.htm#comment-17952</link>
		<dc:creator>Everything You Wanted to Know About BANS &#124; Niche Store Builder</dc:creator>
		<pubDate>Sat, 30 Jan 2010 20:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/?p=1707#comment-17952</guid>
		<description>[...] Fixed &#8211; BANS Cloaking Issue and the Fix on the BANS Forum &amp; Daves [...]&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;17952&#039;,&#039;Everything You Wanted to Know About BANS &#124; Niche Store Builder&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;17952&#039;,&#039;Everything You Wanted to Know About BANS &#124; Niche Store Builder&#039;,&#039;&#091;...&#093; Fixed &#8211; BANS Cloaking Issue and the Fix on the BANS Forum &amp; Daves &#091;...&#093;&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>[...] Fixed &#8211; BANS Cloaking Issue and the Fix on the BANS Forum &amp; Daves [...]
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('17952','Everything You Wanted to Know About BANS | Niche Store Builder'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('17952','Everything You Wanted to Know About BANS | Niche Store Builder','&amp;#91;...&amp;#93; Fixed &amp;#8211; BANS Cloaking Issue and the Fix on the BANS Forum &amp;amp; Daves &amp;#91;...&amp;#93;'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erick</title>
		<link>http://www.thenichestorebuilder.com/check-your-ebaybans-affiliate-sites.htm#comment-17948</link>
		<dc:creator>Erick</dc:creator>
		<pubDate>Fri, 29 Jan 2010 22:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/?p=1707#comment-17948</guid>
		<description>Tao came up with a fix for those using Bans.

In index.php, you need to find this block of code:


Code:
if(($siteType == &quot;US&quot;) &amp;&amp; ($cloak == &quot;1&quot;)){ 
$front-&gt;sid = str_replace(&quot;%2B&quot;, &quot;+&quot;, $front-&gt;sid);
$link[$counter] = str_replace(&quot;http://rover.ebay.com/rover/1/711-53200-19255-0/1?&quot;, &quot;&quot;.URL_PATH.&quot;/item/&quot;, $link[$counter]); 
$link[$counter] = str_replace(&quot;&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2F&quot;, &quot;&quot;, $link[$counter]);
$link[$counter] = str_replace(&quot;QQcmdZViewItemQQssPageNameZRSS%3AB%3ASRCH%3AUS%3A101&quot;, &quot;&quot;, $link[$counter]);
$link[$counter] = str_replace(&quot;campid=&quot;.CJID.&quot;&quot;, &quot;&quot;, $link[$counter]);
$link[$counter] = str_replace(&quot;&amp;customid=&quot;.$front-&gt;sid.&quot;&quot;, &quot;&quot;, $link[$counter]);
$link[$counter] = str_replace(&quot;&amp;toolid=10005&quot;, &quot;&quot;, $link[$counter]);
}


And you need to replace it with the following:


Code:
if(($siteType == &quot;US&quot;) &amp;&amp; ($cloak == &quot;1&quot;)){ 
$itempos = strpos($link[$counter],&quot;item=&quot;);
$cloakeditem = substr($link[$counter],$itempos+5,12);
$cloakedtitle = preg_replace(&quot;/[^a-zA-Z0-9\s]/&quot;, &quot;&quot;, $title[$counter]);
$link[$counter] = URL_PATH.&#039;/item/&#039;.str_replace(&quot; &quot;,&quot;-&quot;,$cloakedtitle).&quot;_W0QQitemZ&quot;.$cloakeditem;
}
This change also needs to be done in the FrontControl.php file which you will find in the cont folder.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;17948&#039;,&#039;Erick&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;17948&#039;,&#039;Erick&#039;,&#039;Tao came up with a fix for those using Bans.\r\n\r\nIn index.php, you need to find this block of code:\r\n\r\n\r\nCode:\r\nif(($siteType == \&quot;US\&quot;) &amp;&amp; ($cloak == \&quot;1\&quot;)){ \r\n$front-&gt;sid = str_replace(\&quot;%2B\&quot;, \&quot;+\&quot;, $front-&gt;sid);\r\n$link&#091;$counter&#093; = str_replace(\&quot;http:\/\/rover.ebay.com\/rover\/1\/711-53200-19255-0\/1?\&quot;, \&quot;\&quot;.URL_PATH.\&quot;\/item\/\&quot;, $link&#091;$counter&#093;); \r\n$link&#091;$counter&#093; = str_replace(\&quot;&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2F\&quot;, \&quot;\&quot;, $link&#091;$counter&#093;);\r\n$link&#091;$counter&#093; = str_replace(\&quot;QQcmdZViewItemQQssPageNameZRSS%3AB%3ASRCH%3AUS%3A101\&quot;, \&quot;\&quot;, $link&#091;$counter&#093;);\r\n$link&#091;$counter&#093; = str_replace(\&quot;campid=\&quot;.CJID.\&quot;\&quot;, \&quot;\&quot;, $link&#091;$counter&#093;);\r\n$link&#091;$counter&#093; = str_replace(\&quot;&amp;customid=\&quot;.$front-&gt;sid.\&quot;\&quot;, \&quot;\&quot;, $link&#091;$counter&#093;);\r\n$link&#091;$counter&#093; = str_replace(\&quot;&amp;toolid=10005\&quot;, \&quot;\&quot;, $link&#091;$counter&#093;);\r\n}\r\n\r\n\r\nAnd you need to replace it with the following:\r\n\r\n\r\nCode:\r\nif(($siteType == \&quot;US\&quot;) &amp;&amp; ($cloak == \&quot;1\&quot;)){ \r\n$itempos = strpos($link&#091;$counter&#093;,\&quot;item=\&quot;);\r\n$cloakeditem = substr($link&#091;$counter&#093;,$itempos+5,12);\r\n$cloakedtitle = preg_replace(\&quot;\/&#091;^a-zA-Z0-9\s&#093;\/\&quot;, \&quot;\&quot;, $title&#091;$counter&#093;);\r\n$link&#091;$counter&#093; = URL_PATH.\&#039;\/item\/\&#039;.str_replace(\&quot; \&quot;,\&quot;-\&quot;,$cloakedtitle).\&quot;_W0QQitemZ\&quot;.$cloakeditem;\r\n}\r\nThis change also needs to be done in the FrontControl.php file which you will find in the cont folder.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Tao came up with a fix for those using Bans.</p>
<p>In index.php, you need to find this block of code:</p>
<p>Code:<br />
if(($siteType == &#8220;US&#8221;) &amp;&amp; ($cloak == &#8220;1&#8243;)){<br />
$front-&gt;sid = str_replace(&#8220;%2B&#8221;, &#8220;+&#8221;, $front-&gt;sid);<br />
$link[$counter] = str_replace(&#8220;http://rover.ebay.com/rover/1/711-53200-19255-0/1?&#8221;, &#8220;&#8221;.URL_PATH.&#8221;/item/&#8221;, $link[$counter]);<br />
$link[$counter] = str_replace(&#8220;&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2F&#8221;, &#8220;&#8221;, $link[$counter]);<br />
$link[$counter] = str_replace(&#8220;QQcmdZViewItemQQssPageNameZRSS%3AB%3ASRCH%3AUS%3A101&#8243;, &#8220;&#8221;, $link[$counter]);<br />
$link[$counter] = str_replace(&#8220;campid=&#8221;.CJID.&#8221;", &#8220;&#8221;, $link[$counter]);<br />
$link[$counter] = str_replace(&#8220;&amp;customid=&#8221;.$front-&gt;sid.&#8221;", &#8220;&#8221;, $link[$counter]);<br />
$link[$counter] = str_replace(&#8220;&amp;toolid=10005&#8243;, &#8220;&#8221;, $link[$counter]);<br />
}</p>
<p>And you need to replace it with the following:</p>
<p>Code:<br />
if(($siteType == &#8220;US&#8221;) &amp;&amp; ($cloak == &#8220;1&#8243;)){<br />
$itempos = strpos($link[$counter],&#8221;item=&#8221;);<br />
$cloakeditem = substr($link[$counter],$itempos+5,12);<br />
$cloakedtitle = preg_replace(&#8220;/[^a-zA-Z0-9\s]/&#8221;, &#8220;&#8221;, $title[$counter]);<br />
$link[$counter] = URL_PATH.&#8217;/item/&#8217;.str_replace(&#8221; &#8220;,&#8221;-&#8221;,$cloakedtitle).&#8221;_W0QQitemZ&#8221;.$cloakeditem;<br />
}<br />
This change also needs to be done in the FrontControl.php file which you will find in the cont folder.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('17948','Erick'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('17948','Erick','Tao came up with a fix for those using Bans.\r\n\r\nIn index.php, you need to find this block of code:\r\n\r\n\r\nCode:\r\nif(($siteType == \&quot;US\&quot;) &amp;amp;&amp;amp; ($cloak == \&quot;1\&quot;)){ \r\n$front-&amp;gt;sid = str_replace(\&quot;%2B\&quot;, \&quot;+\&quot;, $front-&amp;gt;sid);\r\n$link&amp;#91;$counter&amp;#93; = str_replace(\&quot;http:\/\/rover.ebay.com\/rover\/1\/711-53200-19255-0\/1?\&quot;, \&quot;\&quot;.URL_PATH.\&quot;\/item\/\&quot;, $link&amp;#91;$counter&amp;#93;); \r\n$link&amp;#91;$counter&amp;#93; = str_replace(\&quot;&amp;amp;mpre=http%3A%2F%2Fcgi.ebay.com%2F\&quot;, \&quot;\&quot;, $link&amp;#91;$counter&amp;#93;);\r\n$link&amp;#91;$counter&amp;#93; = str_replace(\&quot;QQcmdZViewItemQQssPageNameZRSS%3AB%3ASRCH%3AUS%3A101\&quot;, \&quot;\&quot;, $link&amp;#91;$counter&amp;#93;);\r\n$link&amp;#91;$counter&amp;#93; = str_replace(\&quot;campid=\&quot;.CJID.\&quot;\&quot;, \&quot;\&quot;, $link&amp;#91;$counter&amp;#93;);\r\n$link&amp;#91;$counter&amp;#93; = str_replace(\&quot;&amp;amp;customid=\&quot;.$front-&amp;gt;sid.\&quot;\&quot;, \&quot;\&quot;, $link&amp;#91;$counter&amp;#93;);\r\n$link&amp;#91;$counter&amp;#93; = str_replace(\&quot;&amp;amp;toolid=10005\&quot;, \&quot;\&quot;, $link&amp;#91;$counter&amp;#93;);\r\n}\r\n\r\n\r\nAnd you need to replace it with the following:\r\n\r\n\r\nCode:\r\nif(($siteType == \&quot;US\&quot;) &amp;amp;&amp;amp; ($cloak == \&quot;1\&quot;)){ \r\n$itempos = strpos($link&amp;#91;$counter&amp;#93;,\&quot;item=\&quot;);\r\n$cloakeditem = substr($link&amp;#91;$counter&amp;#93;,$itempos+5,12);\r\n$cloakedtitle = preg_replace(\&quot;\/&amp;#91;^a-zA-Z0-9\s&amp;#93;\/\&quot;, \&quot;\&quot;, $title&amp;#91;$counter&amp;#93;);\r\n$link&amp;#91;$counter&amp;#93; = URL_PATH.\'\/item\/\'.str_replace(\&quot; \&quot;,\&quot;-\&quot;,$cloakedtitle).\&quot;_W0QQitemZ\&quot;.$cloakeditem;\r\n}\r\nThis change also needs to be done in the FrontControl.php file which you will find in the cont folder.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: T Bishop</title>
		<link>http://www.thenichestorebuilder.com/check-your-ebaybans-affiliate-sites.htm#comment-17940</link>
		<dc:creator>T Bishop</dc:creator>
		<pubDate>Fri, 29 Jan 2010 00:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/?p=1707#comment-17940</guid>
		<description>&lt;a href=&#039;#comment-17929&#039; rel=&quot;nofollow&quot;&gt;@Grant&lt;/a&gt; - 

The enhanced item.php file worked for me.

Thank you,
Tom&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;17940&#039;,&#039;T Bishop&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;17940&#039;,&#039;T Bishop&#039;,&#039;&lt;a href=\&#039;#comment-17929\&#039; rel=\&quot;nofollow\&quot;&gt;@Grant&lt;\/a&gt; - \r\n\r\nThe enhanced item.php file worked for me.\r\n\r\nThank you,\r\nTom&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href='#comment-17929' rel="nofollow">@Grant</a> &#8211; </p>
<p>The enhanced item.php file worked for me.</p>
<p>Thank you,<br />
Tom
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('17940','T Bishop'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('17940','T Bishop','&lt;a href=\'#comment-17929\' rel=\&quot;nofollow\&quot;&gt;@Grant&lt;\/a&gt; - \r\n\r\nThe enhanced item.php file worked for me.\r\n\r\nThank you,\r\nTom'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: LTD Investments</title>
		<link>http://www.thenichestorebuilder.com/check-your-ebaybans-affiliate-sites.htm#comment-17937</link>
		<dc:creator>LTD Investments</dc:creator>
		<pubDate>Thu, 28 Jan 2010 20:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/?p=1707#comment-17937</guid>
		<description>&lt;blockquote&gt;&lt;a href=&#039;#comment-17934&#039; rel=&quot;nofollow&quot;&gt;Originally Posted By Bill&lt;/a&gt;I have at least 1 cloaked BANS site that is working fine.

The rest of my BANS sites I removed the campid anyways so who cares.&lt;/blockquote&gt;

So they don&#039;t make you any money? No campid means EPN cannot associate that click with your account.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;17937&#039;,&#039;LTD Investments&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;17937&#039;,&#039;LTD Investments&#039;,&#039;&lt;blockquote&gt;&lt;a href=\&#039;#comment-17934\&#039; rel=\&quot;nofollow\&quot;&gt;Originally Posted By Bill&lt;\/a&gt;I have at least 1 cloaked BANS site that is working fine.\r\n\r\nThe rest of my BANS sites I removed the campid anyways so who cares.&lt;\/blockquote&gt;\r\n\r\nSo they don\&#039;t make you any money? No campid means EPN cannot associate that click with your account.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<blockquote><p><a href='#comment-17934' rel="nofollow">Originally Posted By Bill</a>I have at least 1 cloaked BANS site that is working fine.</p>
<p>The rest of my BANS sites I removed the campid anyways so who cares.</p></blockquote>
<p>So they don&#8217;t make you any money? No campid means EPN cannot associate that click with your account.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('17937','LTD Investments'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('17937','LTD Investments','&lt;blockquote&gt;&lt;a href=\'#comment-17934\' rel=\&quot;nofollow\&quot;&gt;Originally Posted By Bill&lt;\/a&gt;I have at least 1 cloaked BANS site that is working fine.\r\n\r\nThe rest of my BANS sites I removed the campid anyways so who cares.&lt;\/blockquote&gt;\r\n\r\nSo they don\'t make you any money? No campid means EPN cannot associate that click with your account.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark James</title>
		<link>http://www.thenichestorebuilder.com/check-your-ebaybans-affiliate-sites.htm#comment-17936</link>
		<dc:creator>Mark James</dc:creator>
		<pubDate>Thu, 28 Jan 2010 20:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/?p=1707#comment-17936</guid>
		<description>Thanks Mark, I only have four BANS sites, a couple worked and the other two didn&#039;t.

Just unticked clocking and they&#039;re all fine now.

Mark&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;17936&#039;,&#039;Mark James&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;17936&#039;,&#039;Mark James&#039;,&#039;Thanks Mark, I only have four BANS sites, a couple worked and the other two didn\&#039;t.\r\n\r\nJust unticked clocking and they\&#039;re all fine now.\r\n\r\nMark&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Mark, I only have four BANS sites, a couple worked and the other two didn&#8217;t.</p>
<p>Just unticked clocking and they&#8217;re all fine now.</p>
<p>Mark
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('17936','Mark James'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('17936','Mark James','Thanks Mark, I only have four BANS sites, a couple worked and the other two didn\'t.\r\n\r\nJust unticked clocking and they\'re all fine now.\r\n\r\nMark'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: LTD Investments</title>
		<link>http://www.thenichestorebuilder.com/check-your-ebaybans-affiliate-sites.htm#comment-17935</link>
		<dc:creator>LTD Investments</dc:creator>
		<pubDate>Thu, 28 Jan 2010 20:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/?p=1707#comment-17935</guid>
		<description>It seems to be BANS and McJiffy sites with redirect. I have close to fifty different sites using phpBay for WP, JCE-Tech, Afformatic for WP and a few others on 6 different servers and none have been affected. (Knock on wood)

One person one EPN is having a problem but it is on their end and can seem to see where they are having the problem. Says nothing has changed on their side but their forum post where they are using RSS feeds are different on three different days. One day even had the RSS link roverized through the link generator.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;17935&#039;,&#039;LTD Investments&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;17935&#039;,&#039;LTD Investments&#039;,&#039;It seems to be BANS and McJiffy sites with redirect. I have close to fifty different sites using phpBay for WP, JCE-Tech, Afformatic for WP and a few others on 6 different servers and none have been affected. (Knock on wood)\r\n\r\nOne person one EPN is having a problem but it is on their end and can seem to see where they are having the problem. Says nothing has changed on their side but their forum post where they are using RSS feeds are different on three different days. One day even had the RSS link roverized through the link generator.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>It seems to be BANS and McJiffy sites with redirect. I have close to fifty different sites using phpBay for WP, JCE-Tech, Afformatic for WP and a few others on 6 different servers and none have been affected. (Knock on wood)</p>
<p>One person one EPN is having a problem but it is on their end and can seem to see where they are having the problem. Says nothing has changed on their side but their forum post where they are using RSS feeds are different on three different days. One day even had the RSS link roverized through the link generator.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('17935','LTD Investments'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('17935','LTD Investments','It seems to be BANS and McJiffy sites with redirect. I have close to fifty different sites using phpBay for WP, JCE-Tech, Afformatic for WP and a few others on 6 different servers and none have been affected. (Knock on wood)\r\n\r\nOne person one EPN is having a problem but it is on their end and can seem to see where they are having the problem. Says nothing has changed on their side but their forum post where they are using RSS feeds are different on three different days. One day even had the RSS link roverized through the link generator.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.thenichestorebuilder.com/check-your-ebaybans-affiliate-sites.htm#comment-17934</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Thu, 28 Jan 2010 17:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/?p=1707#comment-17934</guid>
		<description>I have at least 1 cloaked BANS site that is working fine.

The rest of my BANS sites I removed the campid anyways so who cares.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;17934&#039;,&#039;Bill&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;17934&#039;,&#039;Bill&#039;,&#039;I have at least 1 cloaked BANS site that is working fine.\r\n\r\nThe rest of my BANS sites I removed the campid anyways so who cares.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>I have at least 1 cloaked BANS site that is working fine.</p>
<p>The rest of my BANS sites I removed the campid anyways so who cares.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('17934','Bill'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('17934','Bill','I have at least 1 cloaked BANS site that is working fine.\r\n\r\nThe rest of my BANS sites I removed the campid anyways so who cares.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.thenichestorebuilder.com/check-your-ebaybans-affiliate-sites.htm#comment-17933</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 28 Jan 2010 17:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/?p=1707#comment-17933</guid>
		<description>Thank God I&#039;m subscribed to your blog Mark! I just checked my links and they are NOT redirecting.
thank you!&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;17933&#039;,&#039;Chris&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;17933&#039;,&#039;Chris&#039;,&#039;Thank God I\&#039;m subscribed to your blog Mark! I just checked my links and they are NOT redirecting.\r\nthank you!&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Thank God I&#8217;m subscribed to your blog Mark! I just checked my links and they are NOT redirecting.<br />
thank you!
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('17933','Chris'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('17933','Chris','Thank God I\'m subscribed to your blog Mark! I just checked my links and they are NOT redirecting.\r\nthank you!'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Hansen</title>
		<link>http://www.thenichestorebuilder.com/check-your-ebaybans-affiliate-sites.htm#comment-17932</link>
		<dc:creator>Mark Hansen</dc:creator>
		<pubDate>Thu, 28 Jan 2010 17:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/?p=1707#comment-17932</guid>
		<description>&lt;a href=&#039;#comment-17929&#039; rel=&quot;nofollow&quot;&gt;@Grant&lt;/a&gt; - Thanks for the find &amp; fix Grant!!

&lt;a href=&#039;#comment-17931&#039; rel=&quot;nofollow&quot;&gt;@Suzanne Franco&lt;/a&gt; - I have tested several phpbay and other tools and none of the others seem to be affected. BANS only from what I can see.

Good to see ya!! :-)&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;17932&#039;,&#039;Mark Hansen&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;17932&#039;,&#039;Mark Hansen&#039;,&#039;&lt;a href=\&#039;#comment-17929\&#039; rel=\&quot;nofollow\&quot;&gt;@Grant&lt;\/a&gt; - Thanks for the find &amp; fix Grant!!\r\n\r\n&lt;a href=\&#039;#comment-17931\&#039; rel=\&quot;nofollow\&quot;&gt;@Suzanne Franco&lt;\/a&gt; - I have tested several phpbay and other tools and none of the others seem to be affected. BANS only from what I can see.\r\n\r\nGood to see ya!! :-)&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href='#comment-17929' rel="nofollow">@Grant</a> &#8211; Thanks for the find &#038; fix Grant!!</p>
<p><a href='#comment-17931' rel="nofollow">@Suzanne Franco</a> &#8211; I have tested several phpbay and other tools and none of the others seem to be affected. BANS only from what I can see.</p>
<p>Good to see ya!! :-)
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('17932','Mark Hansen'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('17932','Mark Hansen','&lt;a href=\'#comment-17929\' rel=\&quot;nofollow\&quot;&gt;@Grant&lt;\/a&gt; - Thanks for the find &amp; fix Grant!!\r\n\r\n&lt;a href=\'#comment-17931\' rel=\&quot;nofollow\&quot;&gt;@Suzanne Franco&lt;\/a&gt; - I have tested several phpbay and other tools and none of the others seem to be affected. BANS only from what I can see.\r\n\r\nGood to see ya!! :-)'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suzanne Franco</title>
		<link>http://www.thenichestorebuilder.com/check-your-ebaybans-affiliate-sites.htm#comment-17931</link>
		<dc:creator>Suzanne Franco</dc:creator>
		<pubDate>Thu, 28 Jan 2010 16:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/?p=1707#comment-17931</guid>
		<description>Thanks Mark ... was just hearing the buzz *sigh* I don&#039;t see any problems with my other tools (other than BANS) is that correct? Thanks ... *SmiLes* Suzanne&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;17931&#039;,&#039;Suzanne Franco&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;17931&#039;,&#039;Suzanne Franco&#039;,&#039;Thanks Mark ... was just hearing the buzz *sigh* I don\&#039;t see any problems with my other tools (other than BANS) is that correct? Thanks ... *SmiLes* Suzanne&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Mark &#8230; was just hearing the buzz *sigh* I don&#8217;t see any problems with my other tools (other than BANS) is that correct? Thanks &#8230; *SmiLes* Suzanne
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('17931','Suzanne Franco'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('17931','Suzanne Franco','Thanks Mark ... was just hearing the buzz *sigh* I don\'t see any problems with my other tools (other than BANS) is that correct? Thanks ... *SmiLes* Suzanne'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>

