Twitter Stream
Following on from the Twitter Search script comes this one that allows me to view my Twitter Stream. Twitter as you know is a page that is blocked at work and as someone who has an interest in what is...
View ArticleTwitter for Lifestream
With the introduction of OAuth as Twitters only available login method many programs and scripts broke. Most noteably Peep on any HTC phone refused to update and now the handy Lifestream plugin for...
View ArticleTwitter for Lifestream Fix
Earlier on I described a work around to enable you to view your Tweets in Lifestream. This workaround was not a great solution and so I set about hacking the extension.inc.php code in the...
View ArticleSign 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...
View ArticleSearching 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...
View ArticleEA 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...
View ArticleSign 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...
View ArticleFIFA 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...
View ArticleUsing my FIFA13 code
It seems a few people are interested in my code, it is also apparent that some people are not familiar with PHP. I’ve thrown together a simple script to demonstrate how it should work. With regards to...
View ArticleFIFA 13 Web App Login Changes
It’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’ve had a quick look and managed to create a test...
View Article