<?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>FreshClicks &#187; Syndicated Content and RSS</title>
	<atom:link href="http://www.freshclicks.net/category/syndicated-content-and-rss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freshclicks.net</link>
	<description>Marketing and Web Analytics Strategies</description>
	<lastBuildDate>Sun, 05 Feb 2012 00:40:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mosso &#8211; How to fix comment IP addresses in WordPress 2.7</title>
		<link>http://www.freshclicks.net/syndicated-content-and-rss/mosso-how-to-fix-comment-ip-addresses-in-wordpress-27/</link>
		<comments>http://www.freshclicks.net/syndicated-content-and-rss/mosso-how-to-fix-comment-ip-addresses-in-wordpress-27/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 18:18:48 +0000</pubDate>
		<dc:creator>Lary Stucker</dc:creator>
				<category><![CDATA[Syndicated Content and RSS]]></category>
		<category><![CDATA[IP address]]></category>
		<category><![CDATA[Mosso]]></category>
		<category><![CDATA[wordpress 2.7]]></category>

		<guid isPermaLink="false">http://www.freshclicks.net/?p=269</guid>
		<description><![CDATA[I enjoy using Mosso servers to host my marketing blog and many other client sites. I started using their &#8220;hosting cloud&#8221; technology shortly after they launched and with only a few hiccups in the beginning, they have performed amazingly well.¬† Since Mosso is on a cluster (Cloud server) I do occasionally run into problems. One [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-282" title="wordpress 2.7 mosso" src="http://www.freshclicks.net/wp-content/images/2009/01/wp27mosso.jpg" alt="wordpress 2.7 mosso" width="312" height="145" />I enjoy using <a href="http://www.mosso.com">Mosso</a> servers to host my <a href="http://www.freshclicks.net">marketing blog</a> and many other client sites. I started using their &#8220;hosting cloud&#8221; technology shortly after they launched and with only a few hiccups in the beginning, they have performed amazingly well.¬† Since Mosso is on a cluster (Cloud server) I do occasionally run into problems. One of which I documented regarding how <a href="http://www.freshclicks.net/2008/07/08/syndicated-content-and-rss/mosso-and-wordpress/">Mosso messes up up the comment IP address in WordPress 2.6</a>. Well I updated my blog to WordPress 2.7, which is great but that IP address problem came back. The old solution didn&#8217;t work so I did some digging around and this is what I found. <span id="more-269"></span></p>
<h3>Problem</h3>
<p>Comments come into my blog and they all show that the IP address of the sender is the same. The WordPress application was seeing the IP address of the load balancing technology and not the IP address of the person adding the comment. This happens because Mosso&#8217;s load balancing technology sits in front of the web servers.</p>
<h3>The new solution</h3>
<p>Having tried to implement my old solution I discovered that enough had changed in WordPress 2.7 that my hack no longer worked. Instead I had to change one simple line of code in the wp/include/comment.php directory.</p>
<p>In file wp-includes/comment.php around line 971 change:</p>
<blockquote><p>$_SERVER['HTTP_X_CLUSTER_CLIENT_IP'] );</p></blockquote>
<p>into this:</p>
<blockquote><p>,$_SERVER['HTTP_X_CLUSTER_CLIENT_IP'] );</p></blockquote>
<p>That&#8217;s it! All of the comments will once again record the appropriate IP address associated with the person making the comment and I can start black listing those spam comment at the IP address level. Or catch companies trying to pretend to be their own customers praising their products &#8212; You know who you are!</p>
<p>If you find this article helpful make sure to add a comment and let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshclicks.net/syndicated-content-and-rss/mosso-how-to-fix-comment-ip-addresses-in-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Mosso and WordPress 2.6</title>
		<link>http://www.freshclicks.net/syndicated-content-and-rss/mosso-and-wordpress/</link>
		<comments>http://www.freshclicks.net/syndicated-content-and-rss/mosso-and-wordpress/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 16:00:16 +0000</pubDate>
		<dc:creator>Lary Stucker</dc:creator>
				<category><![CDATA[Syndicated Content and RSS]]></category>
		<category><![CDATA[Mosso]]></category>
		<category><![CDATA[Word Press IP adress]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress comments problem]]></category>

		<guid isPermaLink="false">http://www.freshclicks.net/?p=76</guid>
		<description><![CDATA[*I&#8217;ve update this issue for WordPress 2.7 and Mosso* I use Mosso to host all of my web hosting accounts. They may be more expensive then other hosted servers but Mosso scales automatically (they call it their &#8220;hosting cloud&#8221;) and will keep your site up and running when you get hit by the unexpected spike [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-83" title="wordpress mosso" src="http://www.freshclicks.net/wp-content/images/2008/07/wordpressmosso.png" alt="wordpress mosso" width="300" height="142" align="right" />*I&#8217;ve update this issue for <a href="http://www.freshclicks.net/2009/01/15/syndicated-content-and-rss/mosso-how-to-fix-comment-ip-addresses-in-wordpress-27/">WordPress 2.7 and Mosso</a>*<br />
I use Mosso to host all of my web hosting accounts. They may be more expensive then other hosted servers but Mosso scales automatically (they call it their &#8220;hosting cloud&#8221;) and will keep your site up and running when you get hit by the unexpected spike in traffic do to some stumble-upon or other viral phenomenon.</p>
<h3>The Problem</h3>
<p>I ran into a problem with my installation of WordPress 2.6. I had a couple of comments come into my blog and I noticed something strange. They had the same IP address.  Was someone pretending to be two different people and commenting on my article?  For shame! <span id="more-76"></span>Actually, on closer inspection I noticed that the IP address for ALL of the comments were the same, even my own replies.  It turns out that the WordPress application was seeing the IP address of the load balancers and not the IP address of the person adding the comment.  This happens because Mosso&#8217;s load balancers sit in front of their webservers.</p>
<h3>The Solution</h3>
<p>Luckily the solution was easy.  I just located the comment.php file in the directory of my active theme.<br />
wp-content/themes/[name of theme]/comment.php</p>
<p>Then just searched for:</p>
<blockquote><p>$_SERVER['REMOTE_ADDR'];</p></blockquote>
<p>and replaced it with:</p>
<blockquote><p>$_SERVER['HTTP_X_CLUSTER_CLIENT_IP'];</p></blockquote>
<p>That&#8217;s it!  All of the comments now have the appropriate IP address associated with them and I can start black listing that spam comment at the IP address level!</p>
<p>If you find this article helpful make sure to add a comment and let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshclicks.net/syndicated-content-and-rss/mosso-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>New FeedBurner BuzzBlast Joomla Module</title>
		<link>http://www.freshclicks.net/syndicated-content-and-rss/new-feedburner-buzzblast-joomla-module/</link>
		<comments>http://www.freshclicks.net/syndicated-content-and-rss/new-feedburner-buzzblast-joomla-module/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 20:59:09 +0000</pubDate>
		<dc:creator>Lary Stucker</dc:creator>
				<category><![CDATA[Syndicated Content and RSS]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[buzzblast]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla modules]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.freshclicks.net/?p=52</guid>
		<description><![CDATA[People have many different preferences on how they consume content, so it is important as an eMarketer that you give them options. As an example this blog has an RSS Feed that is syndicated by FeedBurner, you can subscribe to it via RSS or email. I also have a Design and Development website, www.HolsumStudios.com that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-53" title="feedburner_joomla" src="http://www.freshclicks.net/wp-content/images/2008/06/feedburner_joomla-300x142.gif" alt="Feeburner BuzzBlast Joomla Module" width="300" height="142" align="right" />People have many different preferences on how they consume content, so it is important as an eMarketer that you give them options.</p>
<p>As an example this blog has an RSS Feed that is syndicated by FeedBurner, you can subscribe to it via RSS or email. I also have a Design and Development website, <a href="http://www.HolsumStudios.com">www.HolsumStudios.com</a> that is powered by a Joomla CMS. Wanting to give visitors to Holsum Studios the opportunity to view these articles and take part in the blog I developed a Joomla Module for FeedBurner&#8217;s BuzzBlast.<span id="more-52"></span></p>
<p>BuzzBoost republishes your burned feed&#8217;s content as go-anywhere HTML. Want to promote your blog on a Joomla site you manage? The FeedBurner BuzzBoost module allows you to easily publish your blog articles on your Joomla site.</p>
<p>You must have a FeedBurner feed and you have to enable BussBoost from the Publicize section of your Feeds Feedburner account.</p>
<p>You can download the module for free here: <a href="http://holsumstudios.com/downloads/joomla-modules/feedburner-buzzboost-module.html" target="_blank">feedburner buzzboost module</a></p>
<p>I released the software late Sunday night (2 days ago) and it has been downloaded over 500 times. If you download the module and are using it, let me know by posting a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshclicks.net/syndicated-content-and-rss/new-feedburner-buzzblast-joomla-module/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

