<?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>Craig Mayhew's Blog &#187; Craig Mayhew</title>
	<atom:link href="http://www.craigmayhew.com/blog/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.craigmayhew.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 21:51:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>25th Birthday</title>
		<link>http://www.craigmayhew.com/blog/2012/01/25th-birthday/</link>
		<comments>http://www.craigmayhew.com/blog/2012/01/25th-birthday/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 22:14:13 +0000</pubDate>
		<dc:creator>Craig Mayhew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Ikarus C42]]></category>
		<category><![CDATA[microlight]]></category>

		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=1608</guid>
		<description><![CDATA[Absolutly awesome birthday. I&#8217;ve finally managed to upload the videos from my first flying lesson in an Ikarus C42. I took off at a local private airfold at 11:15 this morning (I was just a passenger for take off and landing and wasn&#8217;t in any control). I was able to have a camera suckered to [...]]]></description>
			<content:encoded><![CDATA[<p>Absolutly awesome birthday. I&#8217;ve finally managed to upload the videos from my first flying lesson in an Ikarus C42. I took off at a local private airfold at 11:15 this morning (I was just a passenger for take off and landing and wasn&#8217;t in any control). I was able to have a camera suckered to the side window to video the lesson. Take off is at 7:35 in the first video. The final video shows the landing at 11:00 and the inside cockpit at 13:25. The weather conditions were near perfect in the morning but turned wierd in the afternoon. Checkout the handful of hail!</p>
<p>For those interested, the Ikarus is a two seater microlight aircraft with a maximum cruise speed of 194kph (120mph). See the <a href="http://en.wikipedia.org/wiki/Ikarus_C42">Ikarus C42 wikipedia page</a> for more details.</p>
<p><img src="http://www.craigmayhew.com/blog/wp-content/uploads/2012/01/428835_10150555462309084_513669083_8836570_1438018219_n-300x225.jpg" alt="Ikarus C42" title="Ikarus C42" width="300" height="225" class="alignleft size-medium wp-image-1611" /></p>
<p><iframe width="420" height="315" src="http://www.youtube.com/embed/LgDXs_19sZg" frameborder="0" allowfullscreen></iframe></p>
<p><iframe width="420" height="315" src="http://www.youtube.com/embed/voDBbG_3IVc" frameborder="0" allowfullscreen></iframe></p>
<p><iframe width="420" height="315" src="http://www.youtube.com/embed/NkQR-Iku-DM" frameborder="0" allowfullscreen></iframe></p>
<p><iframe width="420" height="315" src="http://www.youtube.com/embed/1Kfk_pqXY88" frameborder="0" allowfullscreen></iframe></p>
<p><img src="http://www.craigmayhew.com/blog/wp-content/uploads/2012/01/397035_10150555474934084_513669083_8836647_1969448316_n-300x225.jpg" alt="Hand Full of Hail" title="Hand Full of Hail" width="300" height="225" class="alignleft size-medium wp-image-1612" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.craigmayhew.com/blog/2012/01/25th-birthday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Tweak &#8211; Memory Cache</title>
		<link>http://www.craigmayhew.com/blog/2012/01/firefox-tweak-memory-cache/</link>
		<comments>http://www.craigmayhew.com/blog/2012/01/firefox-tweak-memory-cache/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 06:00:02 +0000</pubDate>
		<dc:creator>Craig Mayhew</dc:creator>
				<category><![CDATA[Guides/Fixes]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=665</guid>
		<description><![CDATA[A quick way to increase the responsiveness of firefox is to turn off the disk cache and turn on the memory cache. This will keep a cache of recently visited websites/images in the computers RAM instead of on the hard disk.
Go into about:config and set browser.cache.disk.enable to FALSE, then right-click and select NEW -> INTEGER [...]]]></description>
			<content:encoded><![CDATA[<p>A quick way to increase the responsiveness of firefox is to turn off the disk cache and turn on the memory cache. This will keep a cache of recently visited websites/images in the computers RAM instead of on the hard disk.</p>
<p>Go into about:config and set browser.cache.disk.enable to FALSE, then right-click and select NEW -> INTEGER and type browser.cache.memory.capacity <enter> and set to 100000 (for 100mb).</p>
<p>Now your memory is being used for the cache instead of your hard disk. If you have loads of memory (more the 2GBs) then you could set the cache figure to say 200mb or higher for even better performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.craigmayhew.com/blog/2012/01/firefox-tweak-memory-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short, elegant Regular expression for primality testing</title>
		<link>http://www.craigmayhew.com/blog/2012/01/short-elegant-regular-expression-for-primality-testing/</link>
		<comments>http://www.craigmayhew.com/blog/2012/01/short-elegant-regular-expression-for-primality-testing/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 20:16:51 +0000</pubDate>
		<dc:creator>Craig Mayhew</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=1194</guid>
		<description><![CDATA[/^1?$&#124;^(11+?)\1+$/
I was thoroughly impressed with this regex. I&#8217;m not going to reiterate what other people have already explained. So instead I will place links to other blogs that explain this very cool regex primality test.
http://montreal.pm.org/tech/neil_kandalgaonkar.shtml
http://www.noulakaz.net/weblog/2007/03/18/a-regular-expression-to-check-for-prime-numbers/
http://zmievski.org/2010/08/the-prime-that-wasnt
Thanks to &#60;a href=&#8221;http://rantsofageek.com/&#8221;&#62;Theo&#60;/a&#62; for sending me a link to this!
]]></description>
			<content:encoded><![CDATA[<p>/^1?$|^(11+?)\1+$/</p>
<p>I was thoroughly impressed with this regex. I&#8217;m not going to reiterate what other people have already explained. So instead I will place links to other blogs that explain this very cool regex primality test.</p>
<p>http://montreal.pm.org/tech/neil_kandalgaonkar.shtml</p>
<p>http://www.noulakaz.net/weblog/2007/03/18/a-regular-expression-to-check-for-prime-numbers/</p>
<p>http://zmievski.org/2010/08/the-prime-that-wasnt</p>
<p>Thanks to &lt;a href=&#8221;http://rantsofageek.com/&#8221;&gt;Theo&lt;/a&gt; for sending me a link to this!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.craigmayhew.com/blog/2012/01/short-elegant-regular-expression-for-primality-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas/New Year 2011</title>
		<link>http://www.craigmayhew.com/blog/2012/01/christmas-new-year-2011/</link>
		<comments>http://www.craigmayhew.com/blog/2012/01/christmas-new-year-2011/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 20:30:35 +0000</pubDate>
		<dc:creator>Craig Mayhew</dc:creator>
				<category><![CDATA[Friends/Family]]></category>
		<category><![CDATA[Isis puzzle]]></category>
		<category><![CDATA[LEGO]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[xmas]]></category>

		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=1583</guid>
		<description><![CDATA[This year has been a good haul, some awesome presents from B and family.
 I&#8217;m a fan of difficult puzzles (ideally if there is a prize) to the point of sleep deprivation. Let me show you the Isis puzzle. It&#8217;s titanium, heavy and fits in your hand (but not if you have small hands, then [...]]]></description>
			<content:encoded><![CDATA[<p>This year has been a good haul, some awesome presents from <a href="http://www.bethaney.co.uk/">B</a> and family.</p>
<p><a href="http://www.craigmayhew.com/blog/wp-content/uploads/2012/01/Isis-Puzzle-Unlocked.jpg"><img src="http://www.craigmayhew.com/blog/wp-content/uploads/2012/01/Isis-Puzzle-Unlocked.jpg" alt="Isis Puzzle Unlocked" title="Isis Puzzle Unlocked" width="175" height="148" class="alignright size-full wp-image-1588" /></a> I&#8217;m a fan of difficult puzzles (ideally if there is a prize) to the point of sleep deprivation. Let me show you the Isis puzzle. It&#8217;s titanium, heavy and fits in your hand (but not if you have small hands, then you need two). It&#8217;s also nearly impossible to open. I&#8217;m not giving away any clues at all, we managed it and I&#8217;m looking forward to the next challenge.</p>
<p><a href="http://www.craigmayhew.com/blog/wp-content/uploads/2012/01/lego-nxt-grabber-arm.jpg"><img src="http://www.craigmayhew.com/blog/wp-content/uploads/2012/01/lego-nxt-grabber-arm-300x177.jpg" alt="LEGO NXT Grabber Arm" title="LEGO NXT Grabber Arm" width="300" height="177" class="alignleft size-medium wp-image-1593" /></a> I&#8217;m also a fan of LEGO and this year I was ecstatic to see I had the new <a href="http://mindstorms.lego.com/en-us/Default.aspx">LEGO NXT</a> kit. I got bored of the default builds and chucked together this remote control arm in an evening. I&#8217;m hoping to improve it and bolt it onto a telepresence robot such as the <a href="http://www.wowwee.com/en/products/tech/telepresence/rovio/rovio">Rovio</a>.</p>
<p>The additional sensors such as the RFID sensor also look very interesting. I&#8217;ve been interested in cataloging everything in the house with RFID chips and then using multiple sensors to see if we can locate the items in 3d space. That way we would never lose anything :)</p>
<p>The other cool (some may say odd) present was my DNA results from <a href="https://www.23andme.com/">23andme</a>. I&#8217;m not going into detail on the results but it was well worth the $206 and I think everyone should get this done ASAP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.craigmayhew.com/blog/2012/01/christmas-new-year-2011/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Increase Size of Windows 7 Partitioned Virtual Disk (vmdk)</title>
		<link>http://www.craigmayhew.com/blog/2011/10/increase-size-of-windows-7-partitioned-virtual-disk-vmdk/</link>
		<comments>http://www.craigmayhew.com/blog/2011/10/increase-size-of-windows-7-partitioned-virtual-disk-vmdk/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 09:00:25 +0000</pubDate>
		<dc:creator>Craig Mayhew</dc:creator>
				<category><![CDATA[Guides/Fixes]]></category>
		<category><![CDATA[vdiskmanager]]></category>
		<category><![CDATA[Virtual Disk]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[VMware server 2.0.2]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=1571</guid>
		<description><![CDATA[
Login to your vmware server.

Backup your virtual machine and all snapshots (The raw files on the physical disk &#8211; particularly the vmdk files as this will be what we are modifying)
Login to vmware gui.
Power off your virtual machine (do not pause it!).
Delete all snapshots for this machine
Locate vmware-vdiskmanager.exe and adjust paths to run the following [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Login to your vmware server.
<li>
<li>Backup your virtual machine and all snapshots (The raw files on the physical disk &#8211; particularly the vmdk files as this will be what we are modifying)</li>
<li>Login to vmware gui.</li>
<li>Power off your virtual machine (do not pause it!).</li>
<li>Delete all snapshots for this machine</li>
<li>Locate vmware-vdiskmanager.exe and adjust paths to run the following command (Change sie in GB as you require):</li>
<li>C:\Users\user>&#8221;C:\Program Files (x86)\VMware\VMware Server\vmware-vdiskmanager.exe&#8221; -x 1000GB &#8220;D:\Windows 7\Windows 7.vmdk&#8221;</li>
<li>Once that has run (it will take some time). Try powering on your virtual machine (mine crashed the first time around when I logged in via remote desktop but was fine after logging in via vmware browser plugin).</li>
<li>Once logged into the windows 7 virtual machine: Open control panel -> Administrative Tools -> Computer Management</li>
<li>In the left menu click Storage -> Disk Manager</li>
<li>You should see your drives with blue bars. Your C drive should have a block of unpartitioned space that was created by the vdiskmanager in the previous steps. Right click on C drive and click &#8220;extend volume&#8221;.</i>
<li>Follow the prompts &#8211; default values should be fine</li>
<li>Done</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.craigmayhew.com/blog/2011/10/increase-size-of-windows-7-partitioned-virtual-disk-vmdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Critical SSL Weakness Found</title>
		<link>http://www.craigmayhew.com/blog/2011/09/ssl-no-longer-secure/</link>
		<comments>http://www.craigmayhew.com/blog/2011/09/ssl-no-longer-secure/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 17:54:54 +0000</pubDate>
		<dc:creator>Craig Mayhew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[TLS]]></category>

		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=1566</guid>
		<description><![CDATA[Researchers Thai Duong and Juliano Rizzo claim to have found a weakness in SSL encryption. It allows them to view anything that is encrypted with SSL and therefore supposedly secure. It affects TLS 1.0 and below which is just about every form of SSL currently supported by web servers and browsers. They will demo the [...]]]></description>
			<content:encoded><![CDATA[<p>Researchers Thai Duong and Juliano Rizzo claim to have found a weakness in SSL encryption. It allows them to view anything that is encrypted with SSL and therefore supposedly secure. It affects TLS 1.0 and below which is just about every form of SSL currently supported by web servers and browsers. They will demo the exploit at <a href="http://ekoparty.org/cronograma.php">Ekoparty security conference</a>.</p>
<p><b>So the internet and ecommerce is now broken?</b></p>
<p>Don&#8217;t panic &#8211; there is a fix &#8211; it just hasn&#8217;t been written yet. TLS 1.1 and TLS 1.2 exist which are not vulnerable to the exploit. However they are not supported by major browsers or web server distributions. I suspect this will rapidly change and support will appear in the next month or so. Also &#8211; the exploit is not public and I expect it will be kept a secret for as long as possible.</p>
<p><b>What to do?</b></p>
<p>For internet users: Make sure your browser, email client and operating system is bang up-to-date and apply updates immediately as they become available! If your preferred browser is slower than others in getting a fix then temporarily switch to one that does have the fix.</p>
<p>For website owners: If your using SSL at all e.g. ecommerce or email then get onto your hosts once a fix is released and make sure they are going to implement it ASAP. If they are not going to update then move to another host.</p>
<p>For web hosts: Keep your customers informed and hope a fix comes soon!!</p>
<p>I will try to update this post with info on browsers and server software as and when they begin to support TLS 1.1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.craigmayhew.com/blog/2011/09/ssl-no-longer-secure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thoughts on Bitcasa&#8217;s unlimited online storage</title>
		<link>http://www.craigmayhew.com/blog/2011/09/thoughts-on-bitcasess-unlimited-online-storage/</link>
		<comments>http://www.craigmayhew.com/blog/2011/09/thoughts-on-bitcasess-unlimited-online-storage/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 23:45:20 +0000</pubDate>
		<dc:creator>Craig Mayhew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bitcasa]]></category>
		<category><![CDATA[deduplication]]></category>

		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=1558</guid>
		<description><![CDATA[Are we finally in the age of truelly unlimited storage? It would be nice but I think the encryption issue will let it down.
Bitcasa think they can offer you unlimited storage for $10 per month. They achieve this magic by using deduplication which ensures that data is never deduplicated across any of their servers. So [...]]]></description>
			<content:encoded><![CDATA[<p>Are we finally in the age of truelly unlimited storage? It would be nice but I think the encryption issue will let it down.</p>
<p>Bitcasa think they can offer you unlimited storage for $10 per month. They achieve this magic by using deduplication which ensures that data is never deduplicated across any of their servers. So if I upload an mp3 and you upload the same mp3 it only exists once on their disk. Dedupe actually takes it further and breaks every file into chunks and makes sure each chunk is only saved to disk once so if we both have a document where the front two pages are the same &#8211; those two pages will only be saved to disk once and so on.</p>
<p>So dedupe is great &#8211; but I want to encrypt all my data before it goes onto some untrusted server(s) and so should you. Encrypted data though is rather random and doesn&#8217;t benefit at all from dedupe.</p>
<p>So bitcasa are using the following solution:</p>
<p>If you use something called Convergent Encryption &#8211; where you generate a key from the file you are encrypting. Then you can encrypt all your data with an individual encryption key for each file. To date this is as much info as they are willing to divulge. However this means you can only dedupe data on a per file basis, so my second example won&#8217;t work.</p>
<p>So the only possibility I can think of is that they are breaking files into chunks on the client and encrypting each chunk individually before uploading it to their servers. This will work great but does mean you need to remember an awful lot of encryption keys (millions or possibly billions depending on the chunk size). And this does mean you will need to use Bitcasa&#8217;s proprietary client. This means you won&#8217;t see any web based access and you won&#8217;t see many if any 3rd party applications for a long time.</p>
<p>However that last paragraph is pure speculation at this point :) I&#8217;ve signed up for the beta and hope to have more info soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.craigmayhew.com/blog/2011/09/thoughts-on-bitcasess-unlimited-online-storage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu screen brightness on EliteBook 8530w</title>
		<link>http://www.craigmayhew.com/blog/2011/09/ubuntu-screen-brightness-on-elitebook-8530w/</link>
		<comments>http://www.craigmayhew.com/blog/2011/09/ubuntu-screen-brightness-on-elitebook-8530w/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 19:51:06 +0000</pubDate>
		<dc:creator>Craig Mayhew</dc:creator>
				<category><![CDATA[Guides/Fixes]]></category>
		<category><![CDATA[Linux/Ubuntu]]></category>
		<category><![CDATA[HP EliteBook 8530w]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu 10.10]]></category>
		<category><![CDATA[Ubuntu 11.04]]></category>

		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=1545</guid>
		<description><![CDATA[Ubuntu versions 10.04 and 10.10 had various issues with the screen brightness on my HP EliteBook 8530w. It wasn&#8217;t possible to adjust the brightness which was a real problem if the screen dimmed while power saving.
The only fix I&#8217;ve found was to update to Ubuntu version 11.04.
]]></description>
			<content:encoded><![CDATA[<p>Ubuntu versions 10.04 and 10.10 had various issues with the screen brightness on my HP EliteBook 8530w. It wasn&#8217;t possible to adjust the brightness which was a real problem if the screen dimmed while power saving.</p>
<p>The only fix I&#8217;ve found was to update to Ubuntu version 11.04.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.craigmayhew.com/blog/2011/09/ubuntu-screen-brightness-on-elitebook-8530w/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Ubuntu to 10.10 &#8211; blacklisted blcr-dkms_0.8.2-13 Error</title>
		<link>http://www.craigmayhew.com/blog/2011/08/upgrading-ubuntu-to-10-10-blacklisted-blcr-dkms_0-8-2-13-error/</link>
		<comments>http://www.craigmayhew.com/blog/2011/08/upgrading-ubuntu-to-10-10-blacklisted-blcr-dkms_0-8-2-13-error/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 11:28:19 +0000</pubDate>
		<dc:creator>Craig Mayhew</dc:creator>
				<category><![CDATA[Linux/Ubuntu]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=1542</guid>
		<description><![CDATA[If you get the following error when your upgrading:
An unresolvable problem occurred while calculating the upgrade:
Trying to install blacklisted version &#8216;blcr-dkms_0.8.2-13&#8242;
To fix, simply search for the package &#8216;blcr-dkms_0.8.2-13&#8242; in package manager and mark for upgrade. Click apply and then try the system upgrade once again.
]]></description>
			<content:encoded><![CDATA[<p>If you get the following error when your upgrading:</p>
<p>An unresolvable problem occurred while calculating the upgrade:<br />
Trying to install blacklisted version &#8216;blcr-dkms_0.8.2-13&#8242;</p>
<p>To fix, simply search for the package &#8216;blcr-dkms_0.8.2-13&#8242; in package manager and mark for upgrade. Click apply and then try the system upgrade once again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.craigmayhew.com/blog/2011/08/upgrading-ubuntu-to-10-10-blacklisted-blcr-dkms_0-8-2-13-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>critical zero day wordpress security flaw with timthumb.php</title>
		<link>http://www.craigmayhew.com/blog/2011/08/critical-zero-day-wordpress-security-flaw-with-timthumb-php/</link>
		<comments>http://www.craigmayhew.com/blog/2011/08/critical-zero-day-wordpress-security-flaw-with-timthumb-php/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 20:12:32 +0000</pubDate>
		<dc:creator>Craig Mayhew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[zero day]]></category>

		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=1530</guid>
		<description><![CDATA[In a nutshell, timthumb.php is used to resize images in many wordpress themes and it doesn&#8217;t check images from remote sources to make sure they really are images and not a malicious script.
To fix you need to change $allowed sites to be an empty array.
e.g. $ALLOWED_SITES = array();
An example of what you may initially find:
$ALLOWED_SITES [...]]]></description>
			<content:encoded><![CDATA[<p>In a nutshell, timthumb.php is used to resize images in many wordpress themes and it doesn&#8217;t check images from remote sources to make sure they really are images and not a malicious script.</p>
<p>To fix you need to change $allowed sites to be an empty array.</p>
<p>e.g. $ALLOWED_SITES = array();</p>
<p>An example of what you may initially find:</p>
<p>$ALLOWED_SITES = array (<br />
		&#8216;flickr.com&#8217;,<br />
		&#8216;picasa.com&#8217;,<br />
		&#8216;img.youtube.com&#8217;,<br />
		&#8216;upload.wikimedia.org&#8217;,<br />
		&#8216;photobucket.com&#8217;,<br />
		&#8216;imgur.com&#8217;,<br />
		&#8216;imageshack.us&#8217;,<br />
		&#8216;tinypic.com&#8217;<br />
);</p>
<p>If you have been affected then you need to clear out the infection on your server:</p>
<p>Search your wordpress directory for the base64_decode function and make sure you don&#8217;t have any odd looking long encoded strings anywhere.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.craigmayhew.com/blog/2011/08/critical-zero-day-wordpress-security-flaw-with-timthumb-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

