RobMcGhee.com

We'll See What Happens Here

Tag archives for Ultimate Team

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»
30 May by Rob in Programming

Searching For FIFA 12 Ultimate Team Players Using PHP

Searching For FIFA 12 Ultimate Team Players Using PHP
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. ...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»