<?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"
	>
<channel>
	<title>Comments on: Change Your WordPress Admin Password!</title>
	<atom:link href="http://www.afewgoodpens.com/blog/index.php/2008/04/13/change-your-wordpress-admin-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/</link>
	<description></description>
	<pubDate>Mon, 06 Oct 2008 16:51:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Rod</title>
		<link>http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-10223</link>
		<dc:creator>Rod</dc:creator>
		<pubDate>Thu, 11 Sep 2008 18:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-10223</guid>
		<description>No problem. That's the downside of using plugins, I guess - they can interact in unforeseen ways.

I don't really have a take on the security angle at this point - it's not something I've looked into. There's nothing like getting hacked to motivate you though! Just like losing all your files can be a good motivator for doing more regular backups. Perhaps I'll put this on my "to-do" list.</description>
		<content:encoded><![CDATA[<p>No problem. That&#8217;s the downside of using plugins, I guess - they can interact in unforeseen ways.</p>
<p>I don&#8217;t really have a take on the security angle at this point - it&#8217;s not something I&#8217;ve looked into. There&#8217;s nothing like getting hacked to motivate you though! Just like losing all your files can be a good motivator for doing more regular backups. Perhaps I&#8217;ll put this on my &#8220;to-do&#8221; list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-10222</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Thu, 11 Sep 2008 00:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-10222</guid>
		<description>Rod,

Thanks for letting me know about this; I didn't realize it was happening. The first of the two subscribe checkboxes was provided by the Brian's Threaded Comments plugin, and the second one by the Subscribe to Comments plugin. It took a while to figure out, because I had forgotten that "Brian's threaded comments" required me to replace the comments.php file in my theme folder, so activating and deactivating comments-related plugins did all sorts of weird things. I've removed "Brian's threaded comments" since comment threading is available with Better Comments Manager. Either checkbox subscribed you correctly, but it was odd to have two. Also, was glad to remove the modified comments.php and replace it with the original anyway, as, apparently, it's easy to forget about the modification!

Regards,

Dale</description>
		<content:encoded><![CDATA[<p>Rod,</p>
<p>Thanks for letting me know about this; I didn&#8217;t realize it was happening. The first of the two subscribe checkboxes was provided by the Brian&#8217;s Threaded Comments plugin, and the second one by the Subscribe to Comments plugin. It took a while to figure out, because I had forgotten that &#8220;Brian&#8217;s threaded comments&#8221; required me to replace the comments.php file in my theme folder, so activating and deactivating comments-related plugins did all sorts of weird things. I&#8217;ve removed &#8220;Brian&#8217;s threaded comments&#8221; since comment threading is available with Better Comments Manager. Either checkbox subscribed you correctly, but it was odd to have two. Also, was glad to remove the modified comments.php and replace it with the original anyway, as, apparently, it&#8217;s easy to forget about the modification!</p>
<p>Regards,</p>
<p>Dale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-10221</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Thu, 11 Sep 2008 00:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-10221</guid>
		<description>Rod,

That's a good question. The password I was using at the time wasn't too complex, so I just assumed some password-cracking tool figured it out. However, I spoke with Yahoo! hosting support about it, too, and their take was that even without knowing my password, a cleverly written PHP script could have compromised the site. Their contention was that blog files just weren't that secure, and it was a common occurrence. I wasn't sure how much weight to give that; and to be on the safe side, I changed my password to something much more complex ... and it never happened again. Lot's of variables here, though, especially since I was only at WordPress 2.0.2 at the time. I'm sure I'll never know exactly how it was done; but at least it hasn't happened since.

WordPress and security can be a little confusing; what do you think of this, for example:

http://www.deepjiveinterests.com/2008/01/19/hows-your-wp-contentplugins-folder-doing-secure-are-you-sure/

Does it really matter if someone can see the contents of a directory like this? And even if it was "secured" by the method described in this post, anyone who knows the name of a plugin subfolder can still get to the subfolder, unless they're set up the same way.... 

Bye for now,

Dale</description>
		<content:encoded><![CDATA[<p>Rod,</p>
<p>That&#8217;s a good question. The password I was using at the time wasn&#8217;t too complex, so I just assumed some password-cracking tool figured it out. However, I spoke with Yahoo! hosting support about it, too, and their take was that even without knowing my password, a cleverly written PHP script could have compromised the site. Their contention was that blog files just weren&#8217;t that secure, and it was a common occurrence. I wasn&#8217;t sure how much weight to give that; and to be on the safe side, I changed my password to something much more complex &#8230; and it never happened again. Lot&#8217;s of variables here, though, especially since I was only at WordPress 2.0.2 at the time. I&#8217;m sure I&#8217;ll never know exactly how it was done; but at least it hasn&#8217;t happened since.</p>
<p>WordPress and security can be a little confusing; what do you think of this, for example:</p>
<p><a href="http://www.deepjiveinterests.com/2008/01/19/hows-your-wp-contentplugins-folder-doing-secure-are-you-sure/" rel="nofollow">http://www.deepjiveinterests.com/2008/01/19/hows-your-wp-contentplugins-folder-doing-secure-are-you-sure/</a></p>
<p>Does it really matter if someone can see the contents of a directory like this? And even if it was &#8220;secured&#8221; by the method described in this post, anyone who knows the name of a plugin subfolder can still get to the subfolder, unless they&#8217;re set up the same way&#8230;. </p>
<p>Bye for now,</p>
<p>Dale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod</title>
		<link>http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-10213</link>
		<dc:creator>Rod</dc:creator>
		<pubDate>Wed, 10 Sep 2008 05:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-10213</guid>
		<description>PS: when leaving my comment, I was presented with 2 "subscribe to comments" checkboxes. Wasn't sure which one to use, so I went for the first one. Now that the page has refreshed, the second one has been replaced by the "you are subscribed..." message, and I can still see the first one asking me to subscribe. Two conflicting plugins, perhaps?</description>
		<content:encoded><![CDATA[<p>PS: when leaving my comment, I was presented with 2 &#8220;subscribe to comments&#8221; checkboxes. Wasn&#8217;t sure which one to use, so I went for the first one. Now that the page has refreshed, the second one has been replaced by the &#8220;you are subscribed&#8230;&#8221; message, and I can still see the first one asking me to subscribe. Two conflicting plugins, perhaps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod</title>
		<link>http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-10212</link>
		<dc:creator>Rod</dc:creator>
		<pubDate>Wed, 10 Sep 2008 05:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-10212</guid>
		<description>Wow, this is pretty scary. I can understand how they could do this IF they had your WP password, but the question is, how did they get hold of it? Fortunately the attack was relatively benign in this case, in the sense they left your site running, but a more malicious hacker could have done a lot more damage!</description>
		<content:encoded><![CDATA[<p>Wow, this is pretty scary. I can understand how they could do this IF they had your WP password, but the question is, how did they get hold of it? Fortunately the attack was relatively benign in this case, in the sense they left your site running, but a more malicious hacker could have done a lot more damage!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-9549</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Fri, 18 Jul 2008 22:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-9549</guid>
		<description>Leanne, thanks. I upgraded both of my sites using the WPAU plugin last night, and but for a couple minor problems, it went extremely well. Thanks for the info and the support.....

Dale</description>
		<content:encoded><![CDATA[<p>Leanne, thanks. I upgraded both of my sites using the WPAU plugin last night, and but for a couple minor problems, it went extremely well. Thanks for the info and the support&#8230;..</p>
<p>Dale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leanne</title>
		<link>http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-9096</link>
		<dc:creator>Leanne</dc:creator>
		<pubDate>Wed, 11 Jun 2008 13:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-9096</guid>
		<description>Hi Dale,

I see you're still waiting on that upgrade - here's the link:
http://intricateart.com/blog/how-to-upgrade-wordpress/

It includes a link to a newer plugin that auto upgrades in just a few very simple steps.  :)</description>
		<content:encoded><![CDATA[<p>Hi Dale,</p>
<p>I see you&#8217;re still waiting on that upgrade - here&#8217;s the link:<br />
<a href="http://intricateart.com/blog/how-to-upgrade-wordpress/" rel="nofollow">http://intricateart.com/blog/how-to-upgrade-wordpress/</a></p>
<p>It includes a link to a newer plugin that auto upgrades in just a few very simple steps.  <img src='http://www.afewgoodpens.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My blog &#8216;kena&#8217; hacked at Sketchy Ideas</title>
		<link>http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-9090</link>
		<dc:creator>My blog &#8216;kena&#8217; hacked at Sketchy Ideas</dc:creator>
		<pubDate>Tue, 10 Jun 2008 20:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-9090</guid>
		<description>[...] I have surfed the net high and low for possible cause. Erm&#8230; actually I only surfed for 15 minutes before I can find several blogs, A Few Good Pens and Intricate Art who undergo the similar experience. [...]</description>
		<content:encoded><![CDATA[<p>[...] I have surfed the net high and low for possible cause. Erm&#8230; actually I only surfed for 15 minutes before I can find several blogs, A Few Good Pens and Intricate Art who undergo the similar experience. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-7765</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Thu, 17 Apr 2008 00:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-7765</guid>
		<description>Thanks for the excellent list of ad sources ... I'll definitely check them out. Thinking that if I'm going to run ads here, I'd like to make different choices than the usual ones and see how it goes ... your list will come in very handy.

Bye for now,

Dale</description>
		<content:encoded><![CDATA[<p>Thanks for the excellent list of ad sources &#8230; I&#8217;ll definitely check them out. Thinking that if I&#8217;m going to run ads here, I&#8217;d like to make different choices than the usual ones and see how it goes &#8230; your list will come in very handy.</p>
<p>Bye for now,</p>
<p>Dale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: locomotivebreath1901</title>
		<link>http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-7745</link>
		<dc:creator>locomotivebreath1901</dc:creator>
		<pubDate>Wed, 16 Apr 2008 11:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.afewgoodpens.com/blog/2008/04/13/change-your-wordpress-admin-password/#comment-7745</guid>
		<description>I'm sorry to hear about your 'hack' problems, but even more pleased that you were able to solve the frustration.

Unfortunately, things like google, intenet explorer, word press, et al are high profile 'hook' targets simply because those things are so common.

Might I recommend ~not using googlag ad sense advertising? Amazon is a good start, but there are many other high quality, reliable ad networks. &lt;a href="http://www.rosswalker.co.uk/adsense_top10/"&gt;Try here for ten good choices.&lt;/a&gt; I chose 'Chitika', but it's your preference. I was simply tired of being 'evil'.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry to hear about your &#8216;hack&#8217; problems, but even more pleased that you were able to solve the frustration.</p>
<p>Unfortunately, things like google, intenet explorer, word press, et al are high profile &#8216;hook&#8217; targets simply because those things are so common.</p>
<p>Might I recommend ~not using googlag ad sense advertising? Amazon is a good start, but there are many other high quality, reliable ad networks. <a href="http://www.rosswalker.co.uk/adsense_top10/">Try here for ten good choices.</a> I chose &#8216;Chitika&#8217;, but it&#8217;s your preference. I was simply tired of being &#8216;evil&#8217;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
