<?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 for Staple Diet</title>
	<atom:link href="http://www.ianwootten.co.uk/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ianwootten.co.uk</link>
	<description>Wootten's Weblog</description>
	<pubDate>Sat, 22 Nov 2008 17:31:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on Fair and Bare&#8217;s first shirt! by Gill Tovar</title>
		<link>http://www.ianwootten.co.uk/2008/07/22/fair-and-bares-first-shirt#comment-38411</link>
		<dc:creator>Gill Tovar</dc:creator>
		<pubDate>Wed, 19 Nov 2008 11:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianwootten.co.uk/?p=266#comment-38411</guid>
		<description>Hi Ian, Viv
Love the design and want to order one for a female size 20 (not me!!!), would this compare to large for men? Just the sort of thing I have been looking for and she loves green...so THANK YOU
So good to meet you both
Gill</description>
		<content:encoded><![CDATA[<p>Hi Ian, Viv<br />
Love the design and want to order one for a female size 20 (not me!!!), would this compare to large for men? Just the sort of thing I have been looking for and she loves green&#8230;so THANK YOU<br />
So good to meet you both<br />
Gill</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Englishman who lived at the bottom of a mountain by Rocky Keaton</title>
		<link>http://www.ianwootten.co.uk/2007/09/08/the-englishman-who-lived-at-the-bottom-of-a-mountain#comment-37986</link>
		<dc:creator>Rocky Keaton</dc:creator>
		<pubDate>Fri, 31 Oct 2008 06:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianwootten.co.uk/2007/09/08/the-englishman-who-lived-at-the-bottom-of-a-mountain/#comment-37986</guid>
		<description>Wow, i didn't get to see that movie either. Who's with hugh grant? is that another comedy film?</description>
		<content:encoded><![CDATA[<p>Wow, i didn&#8217;t get to see that movie either. Who&#8217;s with hugh grant? is that another comedy film?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decrypting Filezilla Passwords with PHP by Ian</title>
		<link>http://www.ianwootten.co.uk/2008/01/05/decrypting-filezilla-passwords-with-php#comment-37917</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Tue, 28 Oct 2008 12:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianwootten.co.uk/2008/01/06/decrypting-filezilla-passwords-with-php/#comment-37917</guid>
		<description>Hey Martin, thanks for that, I'm sure others will find it useful.</description>
		<content:encoded><![CDATA[<p>Hey Martin, thanks for that, I&#8217;m sure others will find it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decrypting Filezilla Passwords with PHP by Martin Haynes</title>
		<link>http://www.ianwootten.co.uk/2008/01/05/decrypting-filezilla-passwords-with-php#comment-37910</link>
		<dc:creator>Martin Haynes</dc:creator>
		<pubDate>Mon, 27 Oct 2008 19:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianwootten.co.uk/2008/01/06/decrypting-filezilla-passwords-with-php/#comment-37910</guid>
		<description>Thanks, Ian.  Big help.  Here's a simple java re-write that I created to recover my own lost login.


public class SimpleDecryptor {

	public static void main(String[] args) {

		// Encryption Key for FileZilla 2.x Passwords
	final String key = "FILEZILLA1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ";
	
	// encoded ascii character length
	final int bytesize = 3;

	// init with FileZilla encoded password
	String pswd = "";

	// Find the offset position in the key for this pass
	int offset = (pswd.length() / bytesize) % key.length();

	String decode = "";

	//parse encrypted password in three character ascii-encoded chunks
	for (int i = 0; i  " + decode);
	}
}</description>
		<content:encoded><![CDATA[<p>Thanks, Ian.  Big help.  Here&#8217;s a simple java re-write that I created to recover my own lost login.</p>
<p>public class SimpleDecryptor {</p>
<p>	public static void main(String[] args) {</p>
<p>		// Encryption Key for FileZilla 2.x Passwords<br />
	final String key = &#8220;FILEZILLA1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ&#8221;;</p>
<p>	// encoded ascii character length<br />
	final int bytesize = 3;</p>
<p>	// init with FileZilla encoded password<br />
	String pswd = &#8220;&#8221;;</p>
<p>	// Find the offset position in the key for this pass<br />
	int offset = (pswd.length() / bytesize) % key.length();</p>
<p>	String decode = &#8220;&#8221;;</p>
<p>	//parse encrypted password in three character ascii-encoded chunks<br />
	for (int i = 0; i  &#8221; + decode);<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon Associates Wordpress Wishlist Plugin by Ian</title>
		<link>http://www.ianwootten.co.uk/2008/04/02/amazon-associates-wordpress-wishlist-plugin#comment-37903</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sun, 26 Oct 2008 21:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianwootten.co.uk/?p=262#comment-37903</guid>
		<description>yep, 4.4.2</description>
		<content:encoded><![CDATA[<p>yep, 4.4.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon Associates Wordpress Wishlist Plugin by Ian</title>
		<link>http://www.ianwootten.co.uk/2008/04/02/amazon-associates-wordpress-wishlist-plugin#comment-37898</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sun, 26 Oct 2008 12:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianwootten.co.uk/?p=262#comment-37898</guid>
		<description>Hey Ian, I'm taking a wild guess you're not running PHP5 on your server. I should have put this in the requirements for the plugin. I've updated the post to reflect that.</description>
		<content:encoded><![CDATA[<p>Hey Ian, I&#8217;m taking a wild guess you&#8217;re not running PHP5 on your server. I should have put this in the requirements for the plugin. I&#8217;ve updated the post to reflect that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon Associates Wordpress Wishlist Plugin by Ian</title>
		<link>http://www.ianwootten.co.uk/2008/04/02/amazon-associates-wordpress-wishlist-plugin#comment-37897</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sun, 26 Oct 2008 12:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianwootten.co.uk/?p=262#comment-37897</guid>
		<description>OK, now fully upgraded (manually) to 2.6.3 (via 2.0.11 and 2.3.3)

I now get the error "Fatal error: Call to undefined function: simplexml_load_string()" when I try to fetch items.</description>
		<content:encoded><![CDATA[<p>OK, now fully upgraded (manually) to 2.6.3 (via 2.0.11 and 2.3.3)</p>
<p>I now get the error &#8220;Fatal error: Call to undefined function: simplexml_load_string()&#8221; when I try to fetch items.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon Associates Wordpress Wishlist Plugin by Ian</title>
		<link>http://www.ianwootten.co.uk/2008/04/02/amazon-associates-wordpress-wishlist-plugin#comment-37896</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sun, 26 Oct 2008 08:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianwootten.co.uk/?p=262#comment-37896</guid>
		<description>It's the second time today I've come across this problem. Although 'Wordpress Automatic Upgrade' is supposed to work with v1.5.2 it also fails on an undefined function (current_user_can) which was only introduced in v2.

Looks like I'll have to follow the long-winded manual upgrade process.</description>
		<content:encoded><![CDATA[<p>It&#8217;s the second time today I&#8217;ve come across this problem. Although &#8216;Wordpress Automatic Upgrade&#8217; is supposed to work with v1.5.2 it also fails on an undefined function (current_user_can) which was only introduced in v2.</p>
<p>Looks like I&#8217;ll have to follow the long-winded manual upgrade process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon Associates Wordpress Wishlist Plugin by Ian</title>
		<link>http://www.ianwootten.co.uk/2008/04/02/amazon-associates-wordpress-wishlist-plugin#comment-37890</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 25 Oct 2008 09:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianwootten.co.uk/?p=262#comment-37890</guid>
		<description>@Ian I've not tested on anything less than v2, but v2+ is what I'm running on here. I'd imagine you're right as it seems it was introduced in v2 in the &lt;a href="http://codex.wordpress.org/Function_Reference/register_activation_hook" rel="nofollow"&gt;official docs&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Ian I&#8217;ve not tested on anything less than v2, but v2+ is what I&#8217;m running on here. I&#8217;d imagine you&#8217;re right as it seems it was introduced in v2 in the <a href="http://codex.wordpress.org/Function_Reference/register_activation_hook" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/codex.wordpress.org');">official docs</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon Associates Wordpress Wishlist Plugin by Ian</title>
		<link>http://www.ianwootten.co.uk/2008/04/02/amazon-associates-wordpress-wishlist-plugin#comment-37888</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 25 Oct 2008 08:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianwootten.co.uk/?p=262#comment-37888</guid>
		<description>I take it this plugin is only compatible with Wordpress v2. I get the error "Fatal error: Call to undefined function: register_activation_hook()" when trying to activate it.</description>
		<content:encoded><![CDATA[<p>I take it this plugin is only compatible with Wordpress v2. I get the error &#8220;Fatal error: Call to undefined function: register_activation_hook()&#8221; when trying to activate it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
