<?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>My Blue Mammoth</title>
	<atom:link href="http://www.mybluemammoth.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mybluemammoth.com</link>
	<description>Graphic &#38; Web Design</description>
	<lastBuildDate>Mon, 30 Apr 2012 17:35:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Anchor CMS</title>
		<link>http://www.mybluemammoth.com/anchor-cms</link>
		<comments>http://www.mybluemammoth.com/anchor-cms#comments</comments>
		<pubDate>Mon, 30 Apr 2012 17:35:00 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[anchorcms]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.mybluemammoth.com/?p=589</guid>
		<description><![CDATA[AnchorCMS is a very small, opensource, content management system that is in development.<br /><br />I share my thoughts and how I ran into this beautiful system in this article.]]></description>
			<content:encoded><![CDATA[<h2>The CMS I love &amp; hate.</h2>
<p>Anchor CMS is a <span class='et-tooltip'>TINY<span class='et-tooltip-box'>and I must stress TINY<span class='et-tooltip-arrow'></span></span></span>, OpenSource, content management system.</p>
<blockquote><p>For those of you who aren&#8217;t tech savvy, OpenSource means that a community has written the code and worked in collaboration making the product absolutely free to download, use and alter. A content management system is a Web Application of sorts that will help you to organize a website using specific code (like PHP). Content management systems are great for blogs, and big websites that are constantly adding content.</p></blockquote>
<p>Now I stumbled onto Anchor CMS by checking out others&#8217; code. Yep, when I see a website I like, I check out the source code to see what is beneath the surface. In this case I was browsing the blog entries of internet&#8217;s famous <a href="https://twitter.com/#!/idiot" target="_blank">Visual Idiot</a>, when I happened to check out <a href="http://visualidiot.com/" target="_blank">his website&#8217;s</a> code. I didn&#8217;t see the typical heirarchy in his coding that I am used to seeing, whether it be <a href="http://wordpress.org/" target="_blank">WordPress</a> (which is what I use 95% of the time), <a href="http://drupal.org/" target="_blank">Drupal</a> or <a href="http://www.joomla.org/" target="_blank">Joomla</a>. I investigated further until I rested at <a href="http://anchorcms.com/" target="_blank">AnchorCMS.com</a>.</p>
<h2>First Impressions</h2>
<p>The site is clean, and has the eye catching icons to boot, so first I click onto the &#8220;Features&#8221; page to see what this Open Source CMS is all about. I mean, if the site looks this good, how have I not heard of it???</p>
<p>Arriving at the Features page one thing pops out at me, although it is gray and is designed to be hidden, it glares out at me.</p>
<p style="text-align: center;"><a href="http://www.mybluemammoth.com/wp-content/uploads/2012/04/anchor-features.jpg"><img class="wp-image-590 aligncenter" title="anchor-features" src="http://www.mybluemammoth.com/wp-content/uploads/2012/04/anchor-features.jpg" alt="anchor-features" width="647" height="504" /></a></p>
<p>Anyone else note the asterisk? The message it refers to made me smile. &#8220;There may be bugs, but they&#8217;ll get fixed.&#8221; Hey, at least they are honest.</p>
<p>&nbsp;</p>
<h2>My Experience</h2>
<p>Well, I downloaded the CMS and installed it on DevinBryce.com &#8211; which I use specifically to try new things out on. The install was simple and the admin interface is clean.</p>
<p><a href="http://www.mybluemammoth.com/wp-content/uploads/2012/04/anchor-admin.jpg"><img class="aligncenter size-full wp-image-594" title="anchor-admin" src="http://www.mybluemammoth.com/wp-content/uploads/2012/04/anchor-admin.jpg" alt="anchor-admin" width="647" height="504" /></a></p>
<p>Considering the size of this project, (and that it hasn&#8217;t even been released as 1.0 yet &#8211; as of today we are on release 0.7) there aren&#8217;t any themes ready to go other than the default. That being said I took that code, altered it a bit and added my own graphics and created my own theme. (Which is responsive). Creating themes at this point is a scary thing to do, as new features are released, your themes will need to be updated. However by the same token, the simpler CMS, the simpler it is to theme.</p>
<p>The problem I have run into with this CMS is what some may argue is it&#8217;s biggest Strength. Each post/page are to be hand coded using html. Now that is great for developers/designers&#8230; but for my clients, not so much. This CMS isn&#8217;t very lay-person friendly when it comes to content creation, although I am sure this will improve as the project moves forward. In the mean time, I find that writing blog articles take a bit more time, especially when adding photos, (currently the only way to add photos is to FTP upload them and then link to them in the html).</p>
<p>&nbsp;</p>
<h2>Conclusion</h2>
<p>I absolutely love the size of this CMS. At times I don&#8217;t like how many options and how convoluted a WordPress site is. Anchor seems to really be standing behind the statement of, &#8220;less is more&#8221; with their CMS.</p>
<p>In actually using it for a constantly updated blog, nope, I would hold off a little bit longer. At least until there is a photo uploader and a WYSIWYG editor.</p>
<p>Will I use it? Heck yes. I will continue using AnchorCMS on DevinBryce.com &#8211; applying the newest releases as they come and adjusting accordingly.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Thank you to <a href="https://twitter.com/#!/idiot" target="_blank">Visual Idiot</a> and the rest of the guys working on <a href="http://anchorcms.com" target="_blank">AnchorCMS</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mybluemammoth.com/anchor-cms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Art vs. Design</title>
		<link>http://www.mybluemammoth.com/art-vs-design</link>
		<comments>http://www.mybluemammoth.com/art-vs-design#comments</comments>
		<pubDate>Sun, 01 Apr 2012 16:33:27 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[design quotes]]></category>
		<category><![CDATA[graphic design]]></category>

		<guid isPermaLink="false">http://www.mybluemammoth.com/?p=579</guid>
		<description><![CDATA[Art is like masturbation. It is selfish and introverted and done for you and you alone. Design is like sex...]]></description>
			<content:encoded><![CDATA[<p>In reading the other day I saw this quote: </p>

		<div class='et_quote'>
			<div class='et_right_quote'>
				Art is like masturbation. It is selfish and introverted and done for you and you alone. Design is like sex. There is someone else involved, their needs are just as important as your own, and if everything goes right, both parties are happy in the end.
			</div>
		</div>
	
<p><strong>-Colin Wright</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mybluemammoth.com/art-vs-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Place</title>
		<link>http://www.mybluemammoth.com/new-place</link>
		<comments>http://www.mybluemammoth.com/new-place#comments</comments>
		<pubDate>Wed, 21 Mar 2012 03:20:17 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[moving]]></category>
		<category><![CDATA[new office]]></category>

		<guid isPermaLink="false">http://www.mybluemammoth.com/?p=575</guid>
		<description><![CDATA[It is official; my family and I have moved to a new home in Glendale, AZ! This has upgraded us from sharing some tight quarters in our old apartment, to everyone having their own space. Having my own office is definitely a blessing; being able to get in the zone and crank out code or [...]]]></description>
			<content:encoded><![CDATA[<p>It is official; my family and I have moved to a new home in Glendale, AZ!</p>
<p>This has upgraded us from sharing some tight quarters in our old apartment, to everyone having their own space.</p>
<p>Having my own office is definitely a blessing; being able to get in the zone and crank out code or designs is really important to me. Having my own environment in which I can create will help me offer quicker turn around times and better quality work.</p>
<p>*Photos to come*</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mybluemammoth.com/new-place/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quote of Today</title>
		<link>http://www.mybluemammoth.com/496</link>
		<comments>http://www.mybluemammoth.com/496#comments</comments>
		<pubDate>Fri, 17 Feb 2012 19:07:21 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.mybluemammoth.com/?p=496</guid>
		<description><![CDATA[Quote from GoMediaZine.com: "...I like to think of a professional baseball player’s batting average and my ability to make a good design as analogous. A very good baseball player only gets a hit 30% of the time he steps up to the plate. I think this is a good average for a designer too..."]]></description>
			<content:encoded><![CDATA[<p style="font-family: Rockwell, Georgia, Serif; color: #fff; font-size: 21px; line-height: normal;">&#8220;As designers and illustrators we need to remind ourselves that we’re not going to paint the Mona Lisa each time we touch paint to canvas, or pencil to paper, or pixel to computer.</p>
<p style="font-family: Rockwell, Georgia, Serif; color: #fff; font-size: 46px; line-height: normal;">We’re going to fail – a LOT.</p>
<p style="font-family: Rockwell, Georgia, Serif; color: #fff; font-size: 21px; line-height: normal;">I like to think of a professional baseball player’s batting average and my ability to make a good design as analogous. A very good baseball player only gets a hit 30% of the time he steps up to the plate. I think this is a good average for a designer too.</p>
<p style="font-family: Rockwell, Georgia, Serif; color: #fff; font-size: 29px; line-height: normal;">If I sit down to draw 10 times and 3 come out good – then I’m doing a good job.</p>
<p style="font-family: Rockwell, Georgia, Serif; color: #fff; font-size: 21px; line-height: normal;">If you put too much pressure on yourself to hit a home run each time you draw/design it will make it even harder. So, relax, expect to fail. It’s ok. I still love you.&#8221;</p>
<p>Quoted from &#8220;<a href="http://www.gravatar.com/avatar.php?gravatar_id=72ed4f93a921837a9dbe5efd54748bb8&amp;default=http%3A%2F%2Fwww.gomediazine.com%2Fwp-content%2Fthemes%2Fgomediazine2.0%2Fimages%2Fgravatar.jpg&amp;size=48" target="_blank">10 Tips to avoid designer’s block.</a>&#8221; on GoMediaZine.com by William Beachy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mybluemammoth.com/496/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Timeline Cover Photos</title>
		<link>http://www.mybluemammoth.com/facebook-timeline-cover-photos</link>
		<comments>http://www.mybluemammoth.com/facebook-timeline-cover-photos#comments</comments>
		<pubDate>Wed, 15 Feb 2012 21:57:44 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[timeline]]></category>

		<guid isPermaLink="false">http://www.mybluemammoth.com/?p=432</guid>
		<description><![CDATA[The developers at Facebook had long entertained the fact that Facebook Timelines were the future for individuals’ Profile Page. In celebration of this new technology I have decided to take part in helping personalize your Timeline. The beauty of this isn’t to just solely throw a Photo on there; but to truly customize your web-space. If you want some free generic Timeline covers; <a href="#">click here</a>.]]></description>
			<content:encoded><![CDATA[<p>The developers at Facebook had long entertained the fact that Facebook Timelines were the future for individuals’ Profile Page. In celebration of this new technology I have decided to take part in helping personalize your Timeline.</p>
<p>What is a “<a href="https://www.facebook.com/about/timeline">Timeline Cover</a>”?</p>
<p>The Timeline Cover is what will be place at the top of your Profile page as emulated here:</p>
<p><a href="http://www.mybluemammoth.com/wp-content/uploads/2012/02/facebook-cover.jpg"><img class="alignleft size-full wp-image-433" title="facebook-cover" src="http://www.mybluemammoth.com/wp-content/uploads/2012/02/facebook-cover.jpg" alt="" width="640" height="343" /></a></p>
<p>&nbsp;</p>
<p>The beauty of this isn’t to just solely throw a Photo on there; but to truly customize your web-space.</p>
<p>If you want some free generic Timeline covers; <a href="#">click here</a>.</p>
<p>I have found quite a few samples of truly amazing &amp; creative Timeline Covers that I wish to share.</p>
<p>(**Samples of my own work are also include and are denoted with an Orange call out box in the top right corner.**)</p>
<p><img class="alignleft  wp-image-436" style="margin-top:15px;" title="Samples-Timelines4" src="http://www.mybluemammoth.com/wp-content/uploads/2012/02/Samples-Timelines4.jpg" alt="" width="605" height="269" /><br />
<img class="alignleft  wp-image-436" style="margin-top:15px;" title="Samples-Timelines2" src="http://www.mybluemammoth.com/wp-content/uploads/2012/02/Samples-Timelines2.jpg" alt="" width="605" height="269" /><br />
<img class="alignleft  wp-image-436" style="margin-top:15px;" title="Samples-Timelines3" src="http://www.mybluemammoth.com/wp-content/uploads/2012/02/Samples-Timelines3.jpg" alt="" width="605" height="269" /><br />
<img class="alignleft  wp-image-436" style="margin-top:15px;" title="Samples-Timelines1" src="http://www.mybluemammoth.com/wp-content/uploads/2012/02/Samples-Timelines1.jpg" alt="" width="605" height="269" /><br />
<img class="alignleft  wp-image-436" style="margin-top:15px;" title="Samples-Timelines5" src="http://www.mybluemammoth.com/wp-content/uploads/2012/02/Samples-Timelines5.jpg" alt="" width="605" height="269" /><br />
<img class="alignleft  wp-image-436" style="margin-top:15px;" title="Samples-Timelines6" src="http://www.mybluemammoth.com/wp-content/uploads/2012/02/Samples-Timelines6.jpg" alt="" width="605" height="269" /><br />
<img class="alignleft  wp-image-436" style="margin-top:15px;" title="Samples-Timelines7" src="http://www.mybluemammoth.com/wp-content/uploads/2012/02/Samples-Timelines7.jpg" alt="" width="605" height="269" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mybluemammoth.com/facebook-timeline-cover-photos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unique Patio Creations</title>
		<link>http://www.mybluemammoth.com/unique-patio-creations</link>
		<comments>http://www.mybluemammoth.com/unique-patio-creations#comments</comments>
		<pubDate>Mon, 13 Feb 2012 22:24:47 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Construction]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mybluemammoth.com/?p=413</guid>
		<description><![CDATA[Wordpress Site]]></description>
			<content:encoded><![CDATA[<h2>What I Did:</h2>
<p>UniquePatioCreations.com was built on WordPress to offer an easy to update interface. I stuck to their RUSTic design to match their image for a seamless brand both on and offline. I also had the opportunity to do some work on their secondary site; Ortiz-Brothers.com.</p>
<h2>What&#8217;s under development?:</h2>
<p>We are still in the process of adding photos; content and more. Estimated completion March 15, 2012.</p>
<p><a href="http://www.americanchoiceproducts.com">Visit Site</a></p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-211" title="UniquePatioCreations1" src="http://www.mybluemammoth.com/wp-content/uploads/2012/02/Unique1.jpg" alt="UniquePatioCreations-Web" width="618" height="370" />Built on WordPress</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-212" title="UniquePatioCreations2" src="http://www.mybluemammoth.com/wp-content/uploads/2012/02/Unique2.jpg" alt="UniquePatioCreations-Web" width="618" height="370" />Code • Design • CSS</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-213" title="UniquePatioCreations3" src="http://www.mybluemammoth.com/wp-content/uploads/2012/02/Unique3.jpg" alt="UniquePatioCreations-Web" width="618" height="370" />Extensive Product List</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mybluemammoth.com/unique-patio-creations/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>American Choice Products</title>
		<link>http://www.mybluemammoth.com/american-choice-products</link>
		<comments>http://www.mybluemammoth.com/american-choice-products#comments</comments>
		<pubDate>Mon, 13 Feb 2012 22:17:02 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Construction]]></category>
		<category><![CDATA[opencart]]></category>

		<guid isPermaLink="false">http://www.mybluemammoth.com/?p=407</guid>
		<description><![CDATA[eCommerce site on OpenCart]]></description>
			<content:encoded><![CDATA[<h2>What I Did:</h2>
<p>This is by far the largest eCommerce store I have developed. Using a base OpenSource software OpenCart; I quickly got to work ensuring secure connections, seamless checkout processing and payment gateway.</p>
<h2>What&#8217;s under development?:</h2>
<p>We are still in the process of product creation &amp; beta testing the check out system.</p>
<p><a href="http://www.americanchoiceproducts.com">Visit Site</a></p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-211" title="AmericanChoice1" src="http://www.mybluemammoth.com/wp-content/uploads/2012/02/AmericanChoice1.jpg" alt="AmericanChoice-Web" width="618" height="370" />Built on OpenCart</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-212" title="AmericanChoice2" src="http://www.mybluemammoth.com/wp-content/uploads/2012/02/AmericanChoice2.jpg" alt="AmericanChoice-Web" width="618" height="370" />Account Management</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-213" title="AmericanChoice3" src="http://www.mybluemammoth.com/wp-content/uploads/2012/02/AmericanChoice3.jpg" alt="AmericanChoice-Web" width="618" height="370" />Extensive Product List</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mybluemammoth.com/american-choice-products/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dezy&#8217;s Daizies</title>
		<link>http://www.mybluemammoth.com/dezys-daizies</link>
		<comments>http://www.mybluemammoth.com/dezys-daizies#comments</comments>
		<pubDate>Thu, 09 Feb 2012 23:52:13 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mybluemammoth.com/?p=379</guid>
		<description><![CDATA[Wordpress site with Facebook Photogalleries]]></description>
			<content:encoded><![CDATA[<h2>What I Did:</h2>
<p>In a 24 hour period I setup Content Management site on the OpenSource software WordPress. I re-designed a free WordPress theme to help brand Dezy&#8217;s Daizies. I having the opportunity to help develop their Facebook page; I used a plugin to import photo galleries from Facebook.</p>
<p><a href="http://www.dezysdaizies.com">Visit Site</a></p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-211" title="Consign2Design1" src="http://mybluemammoth.com/wp-content/uploads/2012/02/DezysDaizies1.jpg" alt="DezysDaizies-Web" width="618" height="370" />Built on WordPress</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-212" title="Consign2Design2" src="http://mybluemammoth.com/wp-content/uploads/2012/02/DezysDaizies2.jpg" alt="DezysDaizies-Web" width="618" height="370" />About us</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-213" title="Consign2Design3" src="http://mybluemammoth.com/wp-content/uploads/2012/02/DezysDaizies3.jpg" alt="DezysDaizies-Web" width="618" height="370" />Extensive Product List</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mybluemammoth.com/dezys-daizies/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Something to know about social media</title>
		<link>http://www.mybluemammoth.com/something-about-social-media</link>
		<comments>http://www.mybluemammoth.com/something-about-social-media#comments</comments>
		<pubDate>Thu, 09 Feb 2012 23:29:34 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://mybluemammoth.com/?p=368</guid>
		<description><![CDATA[You cannot effectively outsource customer relationships to an agency. Research and intelligence, sure: that can be outsourced. Creative? That too. Implementing technologies and helping you with strategy? You bet. Marketing, PR and advertising? Of course. But the relationship part: Shaking hands, being there when customers ask your for help, participating in conversations, making them feel at home [...]]]></description>
			<content:encoded><![CDATA[<h1><strong>You cannot effectively outsource customer relationships to an agency</strong>.</h1>
<p>Research and intelligence, sure: <em>that</em> can be outsourced.</p>
<p>Creative? That too.</p>
<p>Implementing technologies and helping you with strategy? You bet.</p>
<p>Marketing, PR and advertising? Of course.</p>
<p>But the relationship part: Shaking hands, being there when customers ask your for help, participating in conversations, making them feel at home when they do business with you, none of these can be effectively outsourced. Not unless your agency partner embeds a team with you for a few months and you are both committed to a long term program, anyway.</p>
<p>&nbsp;</p>
<p><strong>Read the other 9 things you need to know here: <a href="http://thebrandbuilder.wordpress.com/2012/02/08/10-things-you-still-need-to-know-about-social-media-social-business/">The Brand Builder &#8211; Olivier Blanchard</a></strong></p>
<address> </address>
]]></content:encoded>
			<wfw:commentRss>http://www.mybluemammoth.com/something-about-social-media/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixing eval(base64_decode in WordPress</title>
		<link>http://www.mybluemammoth.com/fixing-evalbase64_decode-in-wordpress</link>
		<comments>http://www.mybluemammoth.com/fixing-evalbase64_decode-in-wordpress#comments</comments>
		<pubDate>Thu, 09 Feb 2012 23:07:47 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[base64]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[referring links]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mybluemammoth.com/?p=358</guid>
		<description><![CDATA[Today's "to do" list was obliterated with the need to fight malware on 8 of my websites running Wordpress. (all on a shared hosting account) A plugin introduced a "base64 code" onto every single .php file of the Wordpress system which redirected referring links to a malicious site. Essentialy, my websites worked great, all content accounted for. However if someone attempted to visit my site from aol, yahoo, google, google+, facebook, myspace and more, then they would be sent to the other site..... Read more to learn how I fixed it.]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s &#8220;to do&#8221; list was obliterated with the need to fight malware on 8 of my websites running WordPress. (all on a shared hosting account) A plugin introduced a &#8220;<a href="http://en.wikipedia.org/wiki/Base64">base64 code</a>&#8221; onto every single .php file of the WordPress system which redirected referring links to a malicious site. (I wont even type in the link to ensure it doesn&#8217;t get anymore links from me.) Essentialy, my websites worked great, all content accounted for. However if someone attempted to visit my site from aol, yahoo, google, google+, facebook, myspace and more, then they would be sent to the other site.</p>
<p>This obviously is a HUGE problem and I have learned a lot from this experience.</p>
<p>My purpose in writing is to offer a solution to others with the problem. All it requires is <a href="http://notepad-plus-plus.org/">Notepad++</a> &amp; an ftp client.</p>
<h2>Requirements:</h2>
<ul>
<li>Basic knowledge of WordPress and php</li>
<li><a href="http://notepad-plus-plus.org/">Notepad++</a></li>
<li><a href="http://filezilla-project.org/">FTP client</a></li>
</ul>
<h2>Instructions:</h2>
<ul>
<li>Download all files to your computer from where your WordPress System is installed. This can be either your root (&#8220;public_html&#8221;) or in a sub folder (&#8220;public_html/blog&#8221;).</li>
<ul>
<li>wp-admin</li>
<li>wp-includes</li>
<li>wp-content</li>
<li>all other misc. files</li>
</ul>
<li>Open up &#8220;index.php&#8221; &#8211; immediately you should see a code like this:</li>
</ul>
<p><a href="http://mybluemammoth.com/wp-content/uploads/2012/02/redirect-base64.jpg"><img class="alignnone size-full wp-image-359" title="redirect-base64" src="http://mybluemammoth.com/wp-content/uploads/2012/02/redirect-base64.jpg" alt="Are your facebook links not working right?" width="684" height="452" /></a></p>
<p>The code that is creating all your problems is</p>
<p style="padding-left: 30px;">eval(base64_decode(</p>
<p style="padding-left: 30px;">));</p>
<p>That long string of code can be decoded using <a href="http://www.motobit.com/util/base64-decoder-encoder.asp">this website</a> where you will find out what the code is actually doing.</p>
<ul>
<li>Next step is to remove that code from ever .php file in your site; which if you had to do that manually, would be disastrous. However thanks to Notepad++ and the &#8220;Find in Files&#8221; tool &#8211; this is actually quite a bit easier.</li>
<li>Highlight the code to be removed &#8220;eval(base64_decode(   ));&#8221;</li>
<li>Click &#8220;Search &gt; Find in Files&#8221; or Keyboard shortcut: Ctrl + Shift + F</li>
<li>The <strong>Find What</strong> field should now be filled out with your highlighted code.</li>
<li>Leave the <strong>Replace With</strong> field empty. (Because we are deleting the code to nothing)</li>
<li>Leave the <strong>Filters</strong> drop down empty. (It will auto populate as *.* when you perform search)</li>
<li>In the <strong>Directory</strong> box, navigate to where ever you downloaded your site too.</li>
</ul>
<p>Your Find in Files prompt should look similar to this:</p>
<p><a href="http://mybluemammoth.com/wp-content/uploads/2012/02/replace-code.jpg"><img class="alignnone size-full wp-image-363" title="replace-code" src="http://mybluemammoth.com/wp-content/uploads/2012/02/replace-code.jpg" alt="" width="557" height="326" /></a></p>
<ul>
<li>Now press <strong>Replace in Files. </strong>You will have a pop up that says &#8220;Press enter to cancel&#8221; DO NOT CLOSE OR PRESS OK on this prompt.</li>
<li>When the program completes the replacement you will get a new pop up that says something along the lines of, &#8220;Replaced 1287 occurences.&#8221;</li>
</ul>
<p>At this point your site is officially cleaned of spam base64 code. Upload the new site files and voila! Good as new.</p>
<p>Be sure to only use trusted plug-ins; block spam comments &amp; users and above all backup your site often.</p>
<p>&nbsp;</p>
<h2>Want to Learn More?</h2>
<ul>
<li>See J.T. Pratt for his <a href="http://www.jtpratt.com/how-to-fix-a-hacked-wordpress-blog/">post</a> about similar attacks.</li>
<li>DesignPX also wrote an <a href="http://designpx.com/tutorials/wordpress-security/" target="_blank">article</a> about this attack.</li>
<li>As well as Sucuri for their <a href="http://sitecheck.sucuri.net/scanner/">malware site checker</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mybluemammoth.com/fixing-evalbase64_decode-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

