RobMcGhee.com

We'll See What Happens Here

Tag archives for PHP

13 Oct by Rob in Programming

Using my FIFA13 code

Using 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 PHP, it's a server side language and so you need to be running a web ...more»
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»
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»
24 Nov by Rob in Programming

Twitter Stream

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 going on in the world this dissapoints me. The script was ...more»
24 Nov by Rob in Programming

Twitter Searching

Twitter Searching
Another script that I have been using for a while is a script to allow me to search Twitter. Twitter is another page that is blocked at work and as someone who has an interest in what is going on in the world this dissapoints me. The script has four variables U: ...more»
22 Nov by Rob in Programming

BBC Gossip and Transfer

BBC Gossip and Transfer
At work all pages linked to sport have been blocked (see my post about Websense). This lead me to write a simple script that parsed the BBC Football Gossip page and output the text it found on a different non sports related domain. Below is the output of that script and ...more»
22 Nov by Rob in Rob

Executing PHP in WordPress

Executing PHP in WordPress
My current favourite language is PHP and I seem to produce a few scripts written in PHP every now and again that I'd like the oppertunity to share with people. This weekend I installed the Exec-PHP plugin on this Wordpress installation to allow me to share my scripts directly on this ...more»