Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Xbox Live Recent Games in Profile Tab Details »»
Xbox Live Recent Games in Profile Tab
Version: 1.3, by Bilderback Bilderback is offline
Developer Last Online: Feb 2018 Show Printable Version Email this Page

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
  • This product integrates by default with Gamefields Icons Userfields Product
  • 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
  1. Upload xblcache folder to forum/ (or create your own folder)
    You can choose your directory location in settings
  2. 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.
  3. Import the XML file into your Product manager
  4. Go to vBulletin Settings->Xbox Live Info Tab
    Set up your preferences and enable product.

UPGRADE:
  1. -Import the XML file and select 'Allow Overwrite'

DEMO HERE

Feature Requests
usergroup settings
template enhancements
style settings
forumid settings

VERSION HISTORY
  • version 1.3
    ~bug fix
    ~updated API location
    ~remove tab display if gamertag field empty
  • version 1.2
    ~added tab title field to settings
    ~-changed xml filename to {GAMERTAG}_xbox.xml
    ~fixed code and template error
  • version 1.1
    ~addressed foreach() error on invalid data - added valid check
  • version 1.0
    ~original beta release

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 04-26-2009, 05:18 PM
Bilderback's Avatar
Bilderback Bilderback is offline
 
Join Date: Sep 2007
Location: Illinois
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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);

$parent = $xml->parent;
$child = $xml->parent->child;
Reply With Quote
  #63  
Old 05-05-2009, 07:33 PM
Playa82 Playa82 is offline
 
Join Date: Mar 2006
Location: Germany
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice hack, but it doesn't work...

see here:

http://crackmuzik-gfx-elite.de/members/1/playa82/
Reply With Quote
  #64  
Old 05-07-2009, 06:25 PM
Gamelobby's Avatar
Gamelobby Gamelobby is offline
 
Join Date: Jul 2007
Location: Long Beach, CA
Posts: 997
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yea great mod, but unfortunately had to uninstall. uptime is way too low.!!
Reply With Quote
  #65  
Old 05-08-2009, 11:49 AM
OcR Envy's Avatar
OcR Envy OcR Envy is offline
 
Join Date: May 2008
Location: Boston
Posts: 248
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gamelobby View Post
Yea great mod, but unfortunately had to uninstall. uptime is way too low.!!

It's not the authors fault. The XBL stream has been having problems. They have migrated to a new server.

http://duncanmackenzie.net/services/GetXboxInfo.aspx?GamerTag=

Need to be:

http://xboxapi.duncanmackenzie.net/g...ashx?GamerTag=
Reply With Quote
  #66  
Old 05-08-2009, 06:20 PM
Playa82 Playa82 is offline
 
Join Date: Mar 2006
Location: Germany
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice, it works now.

here is the new product file. i changed it.
Reply With Quote
  #67  
Old 05-10-2009, 08:52 PM
Gamelobby's Avatar
Gamelobby Gamelobby is offline
 
Join Date: Jul 2007
Location: Long Beach, CA
Posts: 997
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OcR Envy View Post
It's not the authors fault. The XBL stream has been having problems. They have migrated to a new server.
I wasn't blaming the author.. it just wasn't working. lol
Reply With Quote
  #68  
Old 05-11-2009, 01:03 AM
zombietom's Avatar
zombietom zombietom is offline
 
Join Date: May 2008
Location: ky
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the update Playa82
Reply With Quote
  #69  
Old 05-12-2009, 11:23 AM
TheInsaneManiac TheInsaneManiac is offline
 
Join Date: Feb 2008
Posts: 1,360
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bilderback View Post
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);

$parent = $xml->parent;
$child = $xml->parent->child;
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.
Reply With Quote
  #70  
Old 05-12-2009, 04:09 PM
Bilderback's Avatar
Bilderback Bilderback is offline
 
Join Date: Sep 2007
Location: Illinois
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It may be showing blank because the API location had changed. Are you running v1.3 ?
Reply With Quote
  #71  
Old 05-13-2009, 10:11 PM
Gamelobby's Avatar
Gamelobby Gamelobby is offline
 
Join Date: Jul 2007
Location: Long Beach, CA
Posts: 997
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Playa82 View Post
Nice, it works now.

here is the new product file. i changed it.
So this 1.2 version is what we need to use instead of 1.3???
I uploaded it & dont see any changes.!?

I'm lost.. uninstalled. again.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:44 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04791 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete