<?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>d62 Journal</title>
	<atom:link href="http://d62.net/journal/feed/" rel="self" type="application/rss+xml" />
	<link>http://d62.net/journal</link>
	<description>web and strength development journal</description>
	<lastBuildDate>Tue, 24 Apr 2012 10:15:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>190KG Squat (PB)</title>
		<link>http://d62.net/journal/2012/04/190kg-squat-pb/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=190kg-squat-pb</link>
		<comments>http://d62.net/journal/2012/04/190kg-squat-pb/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 10:15:21 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Gym]]></category>
		<category><![CDATA[ifonecam]]></category>

		<guid isPermaLink="false">http://d62.net/journal/?p=180</guid>
		<description><![CDATA[Just about parallel, bit of a weird sticking point though. Nice job on getting the weight in the shot Tom! Aiming for 150kg bench (need 5kg more), 200kg squat (10 more) and 250 deadlift (need 30kg more)]]></description>
			<content:encoded><![CDATA[<p>Just about parallel, bit of a weird sticking point though. Nice job on getting the weight in the shot Tom! <span id="more-180"></span> Aiming for 150kg bench (need 5kg more), 200kg squat (10 more) and 250 deadlift (need 30kg more)</p>
]]></content:encoded>
			<wfw:commentRss>http://d62.net/journal/2012/04/190kg-squat-pb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timthumb: Popular WordPress Theme Library Vulnerability</title>
		<link>http://d62.net/journal/2011/08/timthumb-wordpress-theme-vulnerability/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=timthumb-wordpress-theme-vulnerability</link>
		<comments>http://d62.net/journal/2011/08/timthumb-wordpress-theme-vulnerability/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 12:01:56 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://d62.net/journal/?p=163</guid>
		<description><![CDATA[Last night I read an article exposing a vulnerability in timthumb &#8211; an image manipulation script which is used in many wordpress themes. More details can be found here http://markmaunder.com/2011/zero-day-vulnerability-in-many-wordpress-themes/ Summary from Mark Maunder An image resizing utility called timthumb.php is widely used by many WordPress themes. Google shows over 39 million results for the script name. If [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I read an article exposing a vulnerability in timthumb &#8211; an image manipulation script which is used in many wordpress themes.</p>
<p>More details can be found here <a href="http://markmaunder.com/2011/zero-day-vulnerability-in-many-wordpress-themes/">http://markmaunder.com/2011/zero-day-vulnerability-in-many-wordpress-themes/</a></p>
<p>Summary from Mark Maunder</p>
<blockquote><p>An image resizing utility called <a href="http://code.google.com/p/timthumb/">timthumb.php</a> is widely used by many WordPress themes. Google shows over 39 million results for the script name. If your WordPress theme is bundled with an unmodified timthumb.php as many commercial and free themes are, then you should immediately either remove it or edit it and set the $allowedSites array to be empty. The utility only does a partial match on hostnames allowing hackers to upload and execute arbitrary PHP code in your timthumb cache directory. I haven’t audited the rest of the code, so this may or may not fix all vulnerabilities. Also recursively grep your WordPress directory and subdirs for the base64_decode function and look out for long encoded strings to check if you’ve been compromised.</p></blockquote>
<p>Today, remembering this, I ran a search across the 90 websites hosted on the webserver we use in the office (only 4 or 5 are wordpress installations) and was surprised to find that we were using a theme with timthumb in it!</p>
<p>The command to find all files named timthumb.php in subdirectories of the current directory on linux is</p>
<pre>find . -name ‘timthumb.php’</pre>
<p>It turned up for us in a theme we had recently modified to suit a new client. The theme is <a title="Athena WordPress Theme" href="http://themeforest.net/item/athena-premium-businessportfolio-wordpress-theme/239947?ref=abell" target="_blank">Athena</a> - Athena&#8217;s author is on holiday at the moment but I have emailed to ask them to update the version of timthumb to the latest to ensure no one else is vulnerable in this way.</p>
<p><a title="timthumb - wordpress library" href="http://www.binarymoon.co.uk/projects/timthumb/">Timthumb&#8217;s </a>author has already released a patched version after being subject to the vulnerability being exploited.</p>
<p>After finding any timthumb.php copies, the quick solution is to find an array named <strong>$allowedSites</strong> and remove any entries from it. This will stop unauthenticated users from being able to download remote files to the timthumb temporary files folder and executing them.</p>
<p>Incidents like this really highlight the (justified) risks one takes in using 3rd party code.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://d62.net/journal/2011/08/timthumb-wordpress-theme-vulnerability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>S&amp;P UKSA 2011: Followup</title>
		<link>http://d62.net/journal/2011/07/sp-uksa-2011-followup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sp-uksa-2011-followup</link>
		<comments>http://d62.net/journal/2011/07/sp-uksa-2011-followup/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 15:45:59 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Gym]]></category>

		<guid isPermaLink="false">http://d62.net/journal/?p=139</guid>
		<description><![CDATA[S&#38;P Have fully written up the results from the competition, it can be found here: http://strengthandperformance.wordpress.com/2011/07/13/uksa-2011/]]></description>
			<content:encoded><![CDATA[<p>S&amp;P Have fully written up the results from the competition, it can be found here:</p>
<p><a href="http://strengthandperformance.wordpress.com/2011/07/13/uksa-2011/">http://strengthandperformance.wordpress.com/2011/07/13/uksa-2011/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://d62.net/journal/2011/07/sp-uksa-2011-followup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UKSA 2011: 80kg Sandbag and 140kg Sled Drag Medley</title>
		<link>http://d62.net/journal/2011/07/uksa-2011-80kg-sandbag-and-140kg-sled-drag-medley/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uksa-2011-80kg-sandbag-and-140kg-sled-drag-medley</link>
		<comments>http://d62.net/journal/2011/07/uksa-2011-80kg-sandbag-and-140kg-sled-drag-medley/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 11:58:36 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Gym]]></category>
		<category><![CDATA[youtube editor]]></category>

		<guid isPermaLink="false">http://d62.net/journal/?p=129</guid>
		<description><![CDATA[UKSA 2011: 80kg Sandbag and 140kg Sled Drag Medley]]></description>
			<content:encoded><![CDATA[<p>UKSA 2011: 80kg Sandbag and 140kg Sled Drag Medley</p>
]]></content:encoded>
			<wfw:commentRss>http://d62.net/journal/2011/07/uksa-2011-80kg-sandbag-and-140kg-sled-drag-medley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UKSA 2011: 90kg each hand Farmers Walk</title>
		<link>http://d62.net/journal/2011/07/uksa-2011-90kg-each-hand-farmers-walk/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uksa-2011-90kg-each-hand-farmers-walk</link>
		<comments>http://d62.net/journal/2011/07/uksa-2011-90kg-each-hand-farmers-walk/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 11:53:56 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Gym]]></category>
		<category><![CDATA[Farmers]]></category>

		<guid isPermaLink="false">http://d62.net/journal/?p=130</guid>
		<description><![CDATA[UKSA 2011: 90kg each hand Farmers Walk, 50 meters]]></description>
			<content:encoded><![CDATA[<p>UKSA 2011: 90kg each hand Farmers Walk, 50 meters</p>
]]></content:encoded>
			<wfw:commentRss>http://d62.net/journal/2011/07/uksa-2011-90kg-each-hand-farmers-walk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UKSA 2011: Tyre Flip and Sprint</title>
		<link>http://d62.net/journal/2011/07/uksa-2011-tyre-flip-and-sprint/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uksa-2011-tyre-flip-and-sprint</link>
		<comments>http://d62.net/journal/2011/07/uksa-2011-tyre-flip-and-sprint/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 11:53:11 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Gym]]></category>
		<category><![CDATA[Flip]]></category>
		<category><![CDATA[Tyre]]></category>

		<guid isPermaLink="false">http://d62.net/journal/?p=131</guid>
		<description><![CDATA[3x Flip 250kg Tyre and Sprint to finish]]></description>
			<content:encoded><![CDATA[<p>3x Flip 250kg Tyre and Sprint to finish</p>
]]></content:encoded>
			<wfw:commentRss>http://d62.net/journal/2011/07/uksa-2011-tyre-flip-and-sprint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UKSA 2011: 80kg Standing Sled Rope Pull</title>
		<link>http://d62.net/journal/2011/07/uksa-2011-80kg-standing-sled-rope-pull/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uksa-2011-80kg-standing-sled-rope-pull</link>
		<comments>http://d62.net/journal/2011/07/uksa-2011-80kg-standing-sled-rope-pull/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 11:50:53 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Gym]]></category>
		<category><![CDATA[Pull]]></category>
		<category><![CDATA[Rope]]></category>

		<guid isPermaLink="false">http://d62.net/journal/?p=132</guid>
		<description><![CDATA[80kg Standing Sled Rope Pull for 25 metres]]></description>
			<content:encoded><![CDATA[<p>80kg Standing Sled Rope Pull for 25 metres</p>
]]></content:encoded>
			<wfw:commentRss>http://d62.net/journal/2011/07/uksa-2011-80kg-standing-sled-rope-pull/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UKSA 2011: 80kg Log Press</title>
		<link>http://d62.net/journal/2011/07/uksa-2011-80kg-log-press/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uksa-2011-80kg-log-press</link>
		<comments>http://d62.net/journal/2011/07/uksa-2011-80kg-log-press/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 11:38:46 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Gym]]></category>
		<category><![CDATA[Log]]></category>
		<category><![CDATA[Press]]></category>

		<guid isPermaLink="false">http://d62.net/journal/?p=133</guid>
		<description><![CDATA[Log press at UKSA 2011 over 90kg class]]></description>
			<content:encoded><![CDATA[<p>Log press at UKSA 2011 over 90kg class</p>
]]></content:encoded>
			<wfw:commentRss>http://d62.net/journal/2011/07/uksa-2011-80kg-log-press/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>S&amp;P UKSA 2011: Competition and Training</title>
		<link>http://d62.net/journal/2011/06/uksa-2011-competition-and-training/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uksa-2011-competition-and-training</link>
		<comments>http://d62.net/journal/2011/06/uksa-2011-competition-and-training/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 18:00:33 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Gym]]></category>

		<guid isPermaLink="false">http://d62.net/journal/?p=114</guid>
		<description><![CDATA[The Competition About 2 weeks ago I heard about a local novice &#8220;strongman&#8221; competition being put on by a local gym. For full details you can view their blog article at http://strengthandperformance.wordpress.com/2011/04/28/uksa-i-july-12/ After a couple of days deliberating whether it was worth trying, I applied for the over 90kg weight class (after checking that my 105kg [...]]]></description>
			<content:encoded><![CDATA[<h2>The Competition</h2>
<p>About 2 weeks ago I heard about a local novice &#8220;strongman&#8221; competition being put on by a local gym.</p>
<p>For full details you can view their blog article at <a title="http://strengthandperformance.wordpress.com/2011/04/28/uksa-i-july-12/" href="http://strengthandperformance.wordpress.com/2011/04/28/uksa-i-july-12/" target="_blank">http://strengthandperformance.wordpress.com/2011/04/28/uksa-i-july-12/</a></p>
<p>After a couple of days deliberating whether it was worth trying, I applied for the over 90kg weight class (after checking that my 105kg would be allowed!) &#8211; I&#8217;ve paid my £20 and will be participating as long as I don&#8217;t injure myself between now and then.</p>
<p>Since then I&#8217;ve been doing my regular gym routine interspersed with a couple of days a week doing event training. This has been at <a href="http://www.olympicsportsgym.co.uk/" target="_blank">Olympic Sports Gym</a> in Ashton and near home using a sandbag created with cheap bits from Amazon and B&amp;Q (another post will follow with suggestions for that at some point.)</p>
<p>Although the competition is very light in strongman terms, i&#8217;ve decided to get some films online of my training attempts, using my 5 year old youtube account. <a href="http://www.youtube.com/user/omgooses" target="_blank">Adam Bell on youtube</a></p>
<p>The blog software is configured to automatically post any videos I upload as articles on here, so expect to see some of those popping up (or subscribe to the channel)</p>
<h2>Training</h2>
<h3>Farmers Walk</h3>
<p>Training Weight: 95kg x 2<br />
Competition Weight: 90kg x 2</p>
<p>Olympic Sports Gym has been great for letting my push my lifts up &#8211; my first attempt at the farmers walk only resulted in about 4 metres of walking, about 8% of what I need to do on the day! I&#8217;ve uploaded a video of my current best attempt &#8211; 50 metres in about a minute including rest time. I&#8217;ve got 2 more farmers walk sessions planned before comp day to sort that out.</p>
<h3>Tyre Flip</h3>
<p>Training Weight: 330kg<br />
Competition Weight: 250kg</p>
<p>My first try was a total failure, I got the tyre about a foot off the ground, not close enough to result in a flip.</p>
<p>There&#8217;s a video on here of my later tries from Monday, flipped the required 3 times, just need to improve the speed before the 10th July.</p>
<h3>Log Press</h3>
<p>Training Weight: 80kg<br />
Competition Weight: 80kg</p>
<p>This wasn&#8217;t an issue the first time I tried, I&#8217;ve just been trying hard to increase the number of reps I can do in one go from 6. I need to time this with a stopwatch and decide how long I can rest between reps to get the best count.</p>
<h3>Sled Drag</h3>
<p>Training Weight: 160kg (on cement)<br />
Competition Weight: 140kg (on astro)</p>
<p>This wasn&#8217;t a problem, just needs practice to improve technique and speed</p>
<h3>Arm over Arm Sled Pull</h3>
<p>Not done any training for this, i&#8217;m planning on just winging it</p>
]]></content:encoded>
			<wfw:commentRss>http://d62.net/journal/2011/06/uksa-2011-competition-and-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>330kg Tyre Flip</title>
		<link>http://d62.net/journal/2011/06/adam-330kg-tyre-flip/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adam-330kg-tyre-flip</link>
		<comments>http://d62.net/journal/2011/06/adam-330kg-tyre-flip/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 19:41:36 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Gym]]></category>
		<category><![CDATA[LIGHTWEIGHT]]></category>
		<category><![CDATA[strongman]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[tyre flip]]></category>

		<guid isPermaLink="false">http://d62.net/journal/2011/06/adam-330kg-tyre-flip/</guid>
		<description><![CDATA[UKSA 2011 Training &#8211; 3x tyre flip]]></description>
			<content:encoded><![CDATA[<p>UKSA 2011 Training &#8211; 3x tyre flip</p>
]]></content:encoded>
			<wfw:commentRss>http://d62.net/journal/2011/06/adam-330kg-tyre-flip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

