Author Archives: WildCraze
The games I play is done
My Games page works, so there’s not much left to do with it. My next step is to clean up some of the code and put it up for grabs somewhere. I ended up having a servers.php file and a gameplay.php. One for each part of my Games page, with the added feature of favorite … Continue reading
The games I play lasted one day
I had my games list running for almost a whole day, before something went wrong. One of my arrays wasn’t detected as an array, resulting in unexpected errors. So a check was added to verify array and rather display a message instead of technical stuff. Then I started the troubleshooting process. Upon examining the XML … Continue reading
PHP Class: CrazeDownload
First posted as part of the games I play project. I don’t think there will be major changes to this file, so here it is. My Xfire page, Games, is using this class to download the XML data and the game icons to go with it. To use this class, include it in your script … Continue reading
