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! This version is for vBulletin 4, installation and stability has not been verified by the author. Visit this thread for vBulletin 3 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]Authors
Changes [hr]-[/hr] vB4d - import product with Overwrite enabled, upload functions_gxboxlive.php and miner.gxboxlive.php
vB4c - import product with Overwrite enabled, upload gxboxlive.php, functions_gxboxlive.php and miner.gxboxlive.php
vB4b - import product with Overwrite enabled.
vB4a - upload gxboxlive.php, miner.gxboxlive.php
Copyright [hr]-[/hr]gXboxLive, Copyright ? Ghryphen (https://github.com/ghryphen) Please maintain copyrights in derivative works, thank you. overLIB javascript library Copyright Erik Bosrup. Thank you to msnhockey for helping with the vB4 version. Download Now
Show Your Support
|
Благодарность от: | ||
XGC Paravain |
Comments |
#522
|
|||
|
|||
Quote:
|
#523
|
|||
|
|||
well I'm hoping it's not a permanent thing and the issue gets sorted
|
#524
|
||||
|
||||
Quote:
your game cards is working partially off the original code and the plugin I made... weird.. I dont get this.. I will attack this again when I clear my head |
#525
|
||||
|
||||
Quote:
|
#526
|
||||
|
||||
sorry my mistake, how can i move the block of stadistics to below navbar?
|
#527
|
||||
|
||||
disable Forum Home Statistics in the options for the this mod and manualy add
Code:
{vb:raw gxblstats} |
#528
|
||||
|
||||
I regularly check back to see if a solution for the blank page has been found. Very weird how enabling it triggers the white blank page.
|
#529
|
||||
|
||||
Hippy, did you ever find a solution for the Reputation still showing (0) all the time?
I might of stumbled into something Hippy. I use the Post Thank You Hack and it uses the following: Varname $vbphrase[post_thanks_total_thanks] Text Total Thanks I changed that to something else and it reflected on the xbox live leaderboards as well changing the phrase for Reputation to what I changed it for the Post Thank You Hack as well. Could there be something connected here? I mean it shouldn't except for the phrase being the same, but it seems it is using the Post Thank You Hack's "reputation" phrase right? |
#530
|
|||
|
|||
XSS Vulnerability Found.
gxboxlive.php:199: $pagenav = construct_page_nav($pagenumber, $perpage, $gxblcounts['usercount'], 'gxboxlive.php?do=getall', (!empty($sortfield) ? "&sortfield=$sortfield" : "") . (!empty($sortorder) ? "&sortorder=$sortorder" : "")); OP's last activity was 2011 December, so I'm assuming it won't be fixed. To fix it yourself, find these lines in gxboxlive.php Code:
$sortfield = $vbulletin->input->clean_gpc('r', 'sortfield', TYPE_STR); $sortorder = $vbulletin->input->clean_gpc('r', 'sortorder', TYPE_STR); Code:
$sortfield = htmlspecialchars($sortfield); $sortorder = htmlspecialchars($sortorder); |
Благодарность от: | ||
Hippy |
#531
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|