RobMcGhee.com

We'll See What Happens Here

Tag archives for EA

24 Sep by Rob in Programming

FIFA 13 Ultimate Team AutoBuyer

FIFA 13 Ultimate Team AutoBuyer
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, ...more»
21 Sep by Rob in Programming

Sign in to FIFA 13 Ultimate Team using PHP

Sign in to FIFA 13 Ultimate Team using PHP
With EA set to release FIFA 13 in a weeks time I thought I'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 ...more»
9 Jun by Rob in Programming

EA FIFA12 Ultimate Team Secret Question Answer Hash

EA FIFA12 Ultimate Team Secret Question Answer Hash
I've been playing around with the EA FIFA Ultimate Team webapp to amuse myself and learn how the thing works. If you've read my previous posts on the subject you'll have noticed that the code I was using required a hash to validate you on the EA servers. When I first ...more»
28 May by Rob in Programming

Sign in to FIFA 12 Ultimate Team using PHP

Sign in to FIFA 12 Ultimate Team using PHP
I wanted a better way of searching EAs' 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 ...more»