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 |
#1062
|
|||
|
|||
I uploaded the images and the folders in the directory as requested. What directory should it be just to double check?
P.S. Yeah it was in firefox |
#1063
|
|||
|
|||
I right clicked on the image that was broken - It had a link location of something entirely ridiculous - i just built a folder path to match but thats odd.
|
#1064
|
||||
|
||||
The images belong in whatever directory your style is in. The download contains the default style location.
|
#1065
|
|||
|
|||
Quote:
Giz |
#1066
|
|||
|
|||
I changed the query and bought a lot more members in but there are still some that arnt bought in
I changed miner.gxbox.php Code:
from while ($user = $vbulletin->db->fetch_array($res)) to while ($user = $vbulletin->db->fetch_array($fullresult)) Giz |
#1067
|
|||
|
|||
I took out the timer statments from the sql and all user are now in
Code:
AND user.lastvisit >= '" . iif($vbulletin->options['gxbl_user_timeout'] == '0', '0', (TIMENOW - ($vbulletin->options['gxbl_user_timeout'] * 86400)) ) . "' AND (gxboxlive.updated IS NULL OR DATE_FORMAT( FROM_UNIXTIME( gxboxlive.updated ), '%Y-%m-%d' ) != '" . date("Y-m-d", TIMENOW) . "') |
#1068
|
||||
|
||||
Do you have a minimum post level required? Are they no-score gamercards? All options are properly set?
Changing that variable means you are taxing your cron system as well as the Xbox gamercard servers by trying to fetch all the cards in one process. It doesn't change what are available to be fetched. The querylimit is in place to spread out the gamercard process over the course of the day, your cron may only be able to run manually if trying to fetch such a large a mount at once. Without any errors or knowing what the gamercards may be, I can not help further. |
#1069
|
|||
|
|||
Hey Gryphon.
Having a bit of a problem with getting the postbit popup to work. http://www.umbral-sect.com/showthread.php?t=5 There is no ranking either. |
#1070
|
||||
|
||||
You have a modified template. It requires $template_hooks to be in the template code.
Try putting $template_hook[postbit_userinfo_left] where you want it to show up in your template. |
#1071
|
|||
|
|||
I would love to have this mod available for vB4.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|