![]() |
|
Mod Options |
![]() |
|||||||||||
gXboxLive - Xbox Live Leaderboard
![]() Developer Last Online: Mar 2019 ![]() ![]() ![]()
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. Support 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
*Depends on your vBulletin version and template configuration. Installation
Examples AuthorsOthersGoogle Changes 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 gXboxLive, Copyright © Ryan Snook (www.gryphonllc.com) Please do not redistribute this script without my consent. While updates may not be made to this product regularly, I still maintain it. If you have fixes, improvements or other additions to make to this mod, please contact me at [email protected] for collaboration. I appreciate your consideration. overLIB javascript library Copyright Erik Bosrup. Download Now Only licensed members can download files, Click Here for more information. Screenshots Show Your Support
|
#901
|
|||
|
|||
Thank you very much for this. Install went great on 3.8
No members have liked this post.
|
#902
|
|||
|
|||
these instructions suck. how do I know where to upload the folders to?
No members have liked this post.
|
#903
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
There has been a fair bit of bad press about the non-validation of the code. It pertains to anyone using an SEO system which usually requires XHTML to validate.
I have gone through the code for you on various sites that use the mod and the general errors appear to be. Error 1: character "<" is the first character of a delimiter but occurred as data.
Error 2: there is no attribute "onload".
Error 3: there is no attribute "frameBorder".
Error 4: document type does not allow element "iframe" here.
Error 5: document type does not allow element "iframe" here.
Error 6: XML Parsing Error: StartTag: invalid element name.
I would imagine the popularity of this will shoot up tons once it validates simply because the sites that use SEO are going to be more inclined to use it and they are far more popular then most non-SEO sites. No members have liked this post.
|
#904
|
|||
|
|||
Why do the avatars show in full?
http://img156.imageshack.us/img156/3...erboardfu0.jpg No members have liked this post.
|
#905
|
||||||||||||||||||||
|
||||||||||||||||||||
Originally Posted by XFSImperial
Still an issue if you run cron manually no matter the version of vB and everyone using the latest is affected especially if you are using the mysqli module rather than mysql. It seems everything still works though with this error but here is a hotfix until its updated. To see, run the scheduled task gXboxLive Update manually and you will get this error.![]()
On line 85 in includes/cron/miner.gxboxlive.php Find:
Replace with:
Error will be gone. Quite surprised the code has been like this for this long LOL. That is standard code and nothing was wrong with it, in most cases it would work but not with vBulletins setup. Hopefully this will be fixed in future updates. Also I would recommend setting up the cron to run on 10 minute intervals or less even rather than every page load. Current setup is
This is not good if you have a lot of id's to process, many queries every page load, performance will lag big time. My setup
No need having a crap load of queries every time a page loads. It will all update none the less even on a 12 hour cycle. ![]() Hopefully this helps anyone still having issues. My 2 cents. No members have liked this post.
Last edited by smokey; 07 Feb 2009 at 03:12. |
#906
|
||||
|
||||
Originally Posted by Scarface Claw
It uses the exact same structure as the vBulletin install.....![]()
You are actually increasing the queries when it runs by doing that. The cron file itself contains the timing needed to spread the queries out over the course of 24 hours, running it fewer will increase the amount of queries needed for that run.
__________________
Scripts: gTeamSpeak for vBulletin | TeamSpeak 2 Webpost Sites: Gryphon, LLC | The Hounds of Zeus | Allied Tribal Forces | PlanetSide Universe | Cosmos WoW UI No members have liked this post.
|
#907
|
||||
|
||||
Originally Posted by Gryphon
My thought was with boards with heavy usage could have quite a few per page loads but I see what you mean as it runs in background. It was just a thought however. In my case, I'd rather have less queries run per page load and have them run at a less frequent interval. Just a suggestion to those with large communities. ![]()
![]() PS good script. Thx! No members have liked this post.
|
#908
|
|||
|
|||
Is there any way to limit this to just one game? Like just pull the gamer score/stats for madden? If not, does anyone know of any other hacks that do this?
Thanks Great Mod! No members have liked this post.
|
#909
|
|||
|
|||
Each time I load the index of my forum the leaderboard fails to load the avatars/gamer pics of those on it and it hangs the index.
No members have liked this post.
|
#910
|
|||
|
|||
Why are my avatars showing in full?
No members have liked this post.
|
#911
|
||||
|
||||
I am not sure. My first thought would be that maybe the javascript files weren't uploaded to the correct location? Double check your install. Otherwise, I will look into this when I can find the time, I haven't seen this issue before.
__________________
Scripts: gTeamSpeak for vBulletin | TeamSpeak 2 Webpost Sites: Gryphon, LLC | The Hounds of Zeus | Allied Tribal Forces | PlanetSide Universe | Cosmos WoW UI No members have liked this post.
|
#912
|
||||
|
||||
I'd REALLY love to use this, but I can't get past the +4 extra queries run on forumhome index with all index-display features turned off...
I'm still hoping you can find what might be causing this?
__________________
-Jason / WTF!? No members have liked this post.
|
#913
|
|||
|
|||
You have SEO Rules?
No members have liked this post.
|
#914
|
|||
|
|||
Your best bet if you use an SEO product is to actually restrict the use of gXboxLive to logged in users and that way your pages won't show up as non-validating. As rule of thumb, keep most mods away from the guest users because most of them harm SEO with bloat.
No members have liked this post.
|
#915
|
|||
|
|||
I need rewrite Rules
![]() I need just al rule for /gxboxlive.php and the sides. No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Mod Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 09:48.