Version: 1.3, by Bilderback
Developer Last Online: Feb 2018
Category: Profile Enhancements -
Version: 3.7.x
Rating:
Released: 11-20-2008
Last Update: 07-06-2009
Installs: 65
Uses Plugins
Re-useable Code Additional Files Translations Is in Beta Stage
No support by the author.
This mod is DEPRECIATED and no longer works
The API was taken offline
Xbox Live Recent Games Tab v1.3
WARNING! You must be running minimum of PHP5
Description
This vBulletin product displays a profile tab for your members
showing their recent games,status, achievements and more from Xbox Live.
This product uses the API from Duncan MacKenzies Xbox Gamertag Data
located at http://www.duncanmackenzie.net/
Thanks goes out to Duncan.
Features
adds users recent games, achievements and more to a profile tab
You can choose to display as first or last profile tab.
You can choose your own user profile field if needed.
No Template Edits! Uses plugins, phrases and hooks
admincp settings enable/disable/display options
Requirements
This product uses the simple_xml function released with PHP5
You must be running PHP5 - will not work on php4
If you have modified your member profile templates (ie, Facebook MySpace hacks), this Mod may not work.
Reported Issues and planned fixes
small issue with special characters
increase in server load
INSTALLATION
Upload xblcache folder to forum/ (or create your own folder)
You can choose your directory location in settings
CHMOD your cache directory per your server suggested.(777 or 755)
(If you already have the Bungie Info Halo 3 Games mod installed,
you can use the same cache folder for both mods.)
This mod must be able to write xml files to cache folder.
Import the XML file into your Product manager
Go to vBulletin Settings->Xbox Live Info Tab
Set up your preferences and enable product.
This doesnt pull any data from pimpmygamercard.com
All data is derived direct from Duncan MacKenzie Live feed which has been going up and down lately.
There has been alot of changes in the Live service lately and could be partly the problem.
I suppose one way to prevent things from going down would be to check the file
and if it returns empty from duncanmackenzie, to cancel update and use old data from local xml.
Its easy actually if you know simplexml()
This mod pulls the data using curl() which creates a local xml file.
Then uses simplexml() to output any needed data.
$xml = simplexml_load_file(THE-LOCAL-XML);
This doesnt pull any data from pimpmygamercard.com
All data is derived direct from Duncan MacKenzie Live feed which has been going up and down lately.
There has been alot of changes in the Live service lately and could be partly the problem.
I suppose one way to prevent things from going down would be to check the file
and if it returns empty from duncanmackenzie, to cancel update and use old data from local xml.
Its easy actually if you know simplexml()
This mod pulls the data using curl() which creates a local xml file.
Then uses simplexml() to output any needed data.
$xml = simplexml_load_file(THE-LOCAL-XML);
I like that idea cause it's showing up blank right now. Sometimes it isn't blank and other times it is. The cache should server other purposes besides just saving server load times. Uninstalled till fix is out.