<?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>RobMcGhee.com</title>
	<atom:link href="http://www.robmcghee.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robmcghee.com</link>
	<description>We&#039;ll See What Happens Here</description>
	<lastBuildDate>Wed, 27 Feb 2013 23:38:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>FIFA 13 Web App Login Changes</title>
		<link>http://www.robmcghee.com/programming/fifa-13-web-app-login-changes/</link>
		<comments>http://www.robmcghee.com/programming/fifa-13-web-app-login-changes/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 23:33:15 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[EA]]></category>
		<category><![CDATA[FIFA]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WebApp]]></category>

		<guid isPermaLink="false">http://www.robmcghee.com/?p=328</guid>
		<description><![CDATA[It&#8217;s come to my attention that the nice folks over at EA have changed their login routine for the Web App which breaks the code I posted previously. I&#8217;ve had a quick look and managed to create a test PHP file that retrieves the session data that you need to login and show the results [...]]]></description>
		<wfw:commentRss>http://www.robmcghee.com/programming/fifa-13-web-app-login-changes/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Using my FIFA13 code</title>
		<link>http://www.robmcghee.com/programming/using-my-fifa13-code/</link>
		<comments>http://www.robmcghee.com/programming/using-my-fifa13-code/#comments</comments>
		<pubDate>Fri, 12 Oct 2012 23:37:13 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[FIFA]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Team]]></category>
		<category><![CDATA[Ultimate]]></category>

		<guid isPermaLink="false">http://www.robmcghee.com/?p=319</guid>
		<description><![CDATA[It seems a few people are interested in my code, it is also apparent that some people are not familiar with PHP. I&#8217;ve thrown together a simple script to demonstrate how it should work. With regards to PHP, it&#8217;s a server side language and so you need to be running a web server that can interpret the [...]]]></description>
		<wfw:commentRss>http://www.robmcghee.com/programming/using-my-fifa13-code/feed/</wfw:commentRss>
		<slash:comments>194</slash:comments>
		</item>
		<item>
		<title>FIFA 13 Ultimate Team AutoBuyer</title>
		<link>http://www.robmcghee.com/programming/fifa-13-ultimate-team-autobuyer/</link>
		<comments>http://www.robmcghee.com/programming/fifa-13-ultimate-team-autobuyer/#comments</comments>
		<pubDate>Mon, 24 Sep 2012 17:58:06 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[AutoBuyer]]></category>
		<category><![CDATA[Buyer]]></category>
		<category><![CDATA[EA]]></category>
		<category><![CDATA[FIFA]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.robmcghee.com/?p=313</guid>
		<description><![CDATA[This post does not contain an AutoBuyer. It does contain PHP code that would allow you to create an AutoBuyer very easily. To stay updated with the code please use my GitHub Account. Last week I posted code that allowed you to login to the FIFA 13 Ultimate Team Web App, today I&#8217;ve posted the [...]]]></description>
		<wfw:commentRss>http://www.robmcghee.com/programming/fifa-13-ultimate-team-autobuyer/feed/</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
		<item>
		<title>Sign in to FIFA 13 Ultimate Team using PHP</title>
		<link>http://www.robmcghee.com/programming/sign-in-to-fifa-13-ultimate-team-using-php/</link>
		<comments>http://www.robmcghee.com/programming/sign-in-to-fifa-13-ultimate-team-using-php/#comments</comments>
		<pubDate>Thu, 20 Sep 2012 23:04:48 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[13]]></category>
		<category><![CDATA[EA]]></category>
		<category><![CDATA[FIFA]]></category>
		<category><![CDATA[Team]]></category>
		<category><![CDATA[Ultimate]]></category>
		<category><![CDATA[WebApp]]></category>

		<guid isPermaLink="false">http://www.robmcghee.com/?p=307</guid>
		<description><![CDATA[With EA set to release FIFA 13 in a weeks time I thought I&#8217;d update my code for accessing the Ultimate Team webapp for the new game. The first thing I discovered is that the process is very similar to last time, the second thing was that they used the same code to hash the [...]]]></description>
		<wfw:commentRss>http://www.robmcghee.com/programming/sign-in-to-fifa-13-ultimate-team-using-php/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>EA FIFA12 Ultimate Team Secret Question Answer Hash</title>
		<link>http://www.robmcghee.com/programming/ea-fifa12-ultimate-team-secret-question-answer-hash/</link>
		<comments>http://www.robmcghee.com/programming/ea-fifa12-ultimate-team-secret-question-answer-hash/#comments</comments>
		<pubDate>Fri, 08 Jun 2012 23:28:45 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[12]]></category>
		<category><![CDATA[EA]]></category>
		<category><![CDATA[FIFA]]></category>
		<category><![CDATA[fut]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[MD5]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ultimate Team]]></category>
		<category><![CDATA[UT]]></category>

		<guid isPermaLink="false">http://www.robmcghee.com/?p=303</guid>
		<description><![CDATA[I&#8217;ve been playing around with the EA FIFA Ultimate Team webapp to amuse myself and learn how the thing works. If you&#8217;ve read my previous posts on the subject you&#8217;ll have noticed that the code I was using required a hash to validate you on the EA servers. When I first started writing the code [...]]]></description>
		<wfw:commentRss>http://www.robmcghee.com/programming/ea-fifa12-ultimate-team-secret-question-answer-hash/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Searching For FIFA 12 Ultimate Team Players Using PHP</title>
		<link>http://www.robmcghee.com/programming/searching-for-fifa-12-ultimate-team-players-using-php/</link>
		<comments>http://www.robmcghee.com/programming/searching-for-fifa-12-ultimate-team-players-using-php/#comments</comments>
		<pubDate>Tue, 29 May 2012 23:10:38 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[12]]></category>
		<category><![CDATA[FIFA]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Players]]></category>
		<category><![CDATA[Scrape]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Ultimate Team]]></category>
		<category><![CDATA[UT]]></category>

		<guid isPermaLink="false">http://www.robmcghee.com/?p=301</guid>
		<description><![CDATA[Following on from Logging in to the EA Servers yesterday. Today I wrote a search file which takes the variables we discovered with yesterdays script and the search criteria supplied by a user and returns a JSON file with the current auctions.]]></description>
		<wfw:commentRss>http://www.robmcghee.com/programming/searching-for-fifa-12-ultimate-team-players-using-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sign in to FIFA 12 Ultimate Team using PHP</title>
		<link>http://www.robmcghee.com/programming/sign-in-to-fifa-12-ultimate-team-using-php/</link>
		<comments>http://www.robmcghee.com/programming/sign-in-to-fifa-12-ultimate-team-using-php/#comments</comments>
		<pubDate>Mon, 28 May 2012 21:59:47 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[12]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[EA]]></category>
		<category><![CDATA[FIFA]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ultimate Team]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[UT]]></category>

		<guid isPermaLink="false">http://www.robmcghee.com/?p=292</guid>
		<description><![CDATA[I wanted a better way of searching EAs&#8217; FIFA Ultimate Team cards. Their online webapp allows you to do general searches based on Player formation, nationality, team and league but I wanted to search for Players with certain attributes and Inform Players. I searched the internet for a way of doing this with only one [...]]]></description>
		<wfw:commentRss>http://www.robmcghee.com/programming/sign-in-to-fifa-12-ultimate-team-using-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Interop Unlock My Nokia Lumia 800</title>
		<link>http://www.robmcghee.com/phone/interop-unlock-my-nokia-lumia-800/</link>
		<comments>http://www.robmcghee.com/phone/interop-unlock-my-nokia-lumia-800/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 10:06:03 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Phone]]></category>
		<category><![CDATA[800]]></category>
		<category><![CDATA[Bootloader]]></category>
		<category><![CDATA[Interop]]></category>
		<category><![CDATA[Lumia]]></category>
		<category><![CDATA[NOKIA]]></category>
		<category><![CDATA[Qualcomm]]></category>
		<category><![CDATA[ROM]]></category>
		<category><![CDATA[Unlock]]></category>

		<guid isPermaLink="false">http://www.robmcghee.com/?p=287</guid>
		<description><![CDATA[Thanks very much to biktor_gj over at the xda-developers forum for discovering this method. If you&#8217;re lucky enough to have one of the first batches of Nokia Lumia 800 and have only updated it using the Zune software Nokia left a present on the device:  Qualcomm Development Bootloader. You can test for this by doing [...]]]></description>
		<wfw:commentRss>http://www.robmcghee.com/phone/interop-unlock-my-nokia-lumia-800/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get YouTubes New Design Early</title>
		<link>http://www.robmcghee.com/web/get-youtubes-new-design-early/</link>
		<comments>http://www.robmcghee.com/web/get-youtubes-new-design-early/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 15:24:52 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[ReDesign]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.robmcghee.com/?p=283</guid>
		<description><![CDATA[I stumbled across marketaire.com example on how to enable the new YouTube redesign. In their walkthrough they advise that it&#8217;s only possible if your using Google Chrome or Firefox due to their developer mode function, I thought this was odd as all they were doing was adding a value to the cookie. We&#8217;re limited to Internet Explorer [...]]]></description>
		<wfw:commentRss>http://www.robmcghee.com/web/get-youtubes-new-design-early/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending Teamer.net Notifications</title>
		<link>http://www.robmcghee.com/web/sending-teamer-net-notifications-out/</link>
		<comments>http://www.robmcghee.com/web/sending-teamer-net-notifications-out/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 10:41:56 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Notifications]]></category>
		<category><![CDATA[Rugby]]></category>
		<category><![CDATA[Team]]></category>
		<category><![CDATA[Teamer]]></category>

		<guid isPermaLink="false">http://www.robmcghee.com/?p=274</guid>
		<description><![CDATA[This season my rugby team has started to use Teamer.net as a way of contacting players and asking them for their availability for matches. When we first began people seemed slightly confused due to a change in the way we do things but sending a team notification with Teamer.net is free and easy as I detail [...]]]></description>
		<wfw:commentRss>http://www.robmcghee.com/web/sending-teamer-net-notifications-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
