The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
gXboxLive - Xbox Live Leaderboard Details »» | ||||||||||||||||||||||||||
What is it?
gXboxLive is a modification for vBulletin which allows you to display a Xbox Live Leaderboard for your users. If you use this mod, please Mark as Installed, and if you really enjoy this mod, please Nominate for MOTM, and if you really really enjoy this mod, feel free to Support Developer! Thank you! Visit this thread for vBulletin 4 compatible version. [hr]-[/hr] Support [hr]-[/hr]I use my released mods daily, if I find an issue with them or add features for myself I will release updates. If there are significant bugs or simple feature requests I will do my best to release fixes. Some of my mods rely on fetching data from 3rd party websites, due to the unreliable results, my mods will require users to troubleshoot for themselves if they find the addon is not working for them specifically. I am offering my personal mods that work ok for me for you to use, I am sorry I do not have time to troubleshoot many user specific issues. Thank you for your understanding. Features [hr]-[/hr]
*Depends on your vBulletin version and template configuration. Installation [hr]-[/hr]
Examples [hr]-[/hr]AuthorsOthersGoogle Changes [hr]-[/hr] v2.2.6 - import product with Overwrite enabled, upload functions_gxboxlive.php and miner.gxboxlive.php
v2.2.5 - import product with Overwrite enabled, upload gxboxlive.php, functions_gxboxlive.php and miner.gxboxlive.php
v2.2.4c - import product with Overwrite enabled.
v2.2.4b - upload miner.gxboxlive.php
v2.2.4a - upload miner.gxboxlive.php
v2.2.4 - upload functions_gxboxlive.php, miner.gxboxlive.php, import product with Overwrite enabled.
v2.2.3 - upload functions_gxboxlive.php, import product with Overwrite enabled.
v2.2.2 - upload functions_gxboxlive.php, import product with Overwrite enabled.
v2.2.1 - import product with Overwrite enabled.
v2.1.9 - import product with Overwrite enabled.
v2.1.8 - upload gxboxlive.php, import product with Overwrite enabled.
v2.1.7 - upload functions_gxboxlive.php, import product with Overwrite enabled.
v2.1.6 - upload gxboxlive.php, functions_gxboxlive.php, miner.gxboxlive.php, import product with Overwrite enabled.
v2.1.5 - upload functions_gxboxlive.php, import product with Overwrite enabled.
v2.1.4 - upload files, import product with Overwrite enabled.
v2.1.3 - upload functions_gxboxlive.php, import product with Overwrite enabled.
v2.1.2 - import product with Overwrite enabled.
v2.1.1 - import product with Overwrite enabled.
v2.1.0 - upload all files, import product with Overwrite enabled.
v2.0.2 - upload all files, import product with Overwrite enabled.
v2.0.1 - import product with Overwrite enabled.
v2.0.0 - Upload all files import product with Overwrite enabled. Double check settings, field id method has changed, it is digit only now. In case of error upon upgrading from a previous version, uninstall and then reinstall.
Copyright [hr]-[/hr]gXboxLive, Copyright ? Ghryphen (https://github.com/ghryphen) Please maintain copyrights in derivative works, thank you. overLIB javascript library Copyright Erik Bosrup. Download Now
Screenshots
Show Your Support
|
Comments |
#1132
|
|||
|
|||
After I uninstalled gxboxlive I have been getting this error. Can anyone tell me how to fix it please?
Database error in vBulletin 3.8.2: Invalid SQL: SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_gxbl AS phrasegroup_gxbl, options AS lang_options, languagecode AS lang_code, charset AS lang_charset, locale AS lang_locale, imagesoverride AS lang_imagesoverride, dateoverride AS lang_dateoverride, timeoverride AS lang_timeoverride, registereddateoverride AS lang_registereddateoverride, calformat1override AS lang_calformat1override, calformat2override AS lang_calformat2override, logdateoverride AS lang_logdateoverride, decimalsep AS lang_decimalsep, thousandsep AS lang_thousandsep FROM language WHERE languageid = 1; MySQL Error : Unknown column 'phrasegroup_gxbl' in 'field list' Error Number : 1054 Request Date : Sunday, June 27th 2010 @ 12:47:57 AM Error Date : Sunday, June 27th 2010 @ 12:47:57 AM Script : http://www.xxxxxxxxxxx.com/gxboxlive...&sortorder=asc Referrer : IP Address : xxxxxxxxxxxxxxxx Username : Classname : vB_Database MySQL Version : |
#1133
|
|||
|
|||
My Leaderboard has not updated in five days. Anyone else having this problem?
Have run scheduled task - no change. Possible Gamercard server issues? Thanks. |
#1134
|
||||
|
||||
I have 2 users who have been on the leaderboards for well over a year, and now they're not. Their gamertags haven't changed, been edited, or anything, on XBL or our site. Nothing has changed or been messed with, and they vanished. They were number 1 and 2, so it was obvious. I double and triple checked and spelling, spaces, capitalization is all 100%. Ideas?
Edit: There's about a half dozen or so that we've discovered that won't appear on the leaderboard. |
#1135
|
|||
|
|||
Quote:
|
#1136
|
||||
|
||||
On my vb3.8.5 board its the same as above
|
#1137
|
|||
|
|||
Same here. Missing a lot of gamertags... Can this be fixed ?
|
#1138
|
|||
|
|||
I think, all have the same problem, because even the authors leaderboards in the example show the 25.06.2010 as last update.
|
#1139
|
|||
|
|||
Same here. Not updating with new additions, or gamertag changes.
The user profile part of it is working properly - just not the list. |
#1140
|
|||
|
|||
Is there a fix yet for the non-updating leaderboards? Mine hasn't been updated for over 3 weeks.
|
#1141
|
|||
|
|||
Well, I can tell you why it doesn't work. The requests being made by miner.gxboxlive.php on line 93 are being rejected.
Code:
$card_string = fetch_file_via_socket($fetch_url . "?bot=gXboxLive_" . $gxblprod['version'] . "&ref=" . $vbulletin->options['bburl'] . "/gxboxlive.php"); Now, it is possible to remove all the query parameters in that string above and it starts to work again. However, I strongly suspect (with no actual evidence) that Microsoft has banned all requests with that query string involved and their Community Developer terms of service explicitly state that they reserve the right to ban any site or application they consider to be abusing their system. As a result, I strongly suggest that, if you fancy your hand at hacking out the query string, that you also ensure the gXboxLive scheduled task runs no more than once per day. Abuse may lead to banning and I didn't see any right of appeal. YMMV but good luck. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|