View Full Version : Add-On Releases - gXboxLive - Xbox Live Leaderboard
Gryphon
08-12-2008, 07:03 PM
Without an error, it is tough for me to guess what could be causing a problem. One issue that could possibly cause a problem is bogus usernames, but there is usually an error report from that. The other option is that your server for some reason ceased to be able to resolve xbox.com
On an unrelated note, it appears that you do not have clientscript/overlib/overlib.js uploaded.
Joe Siegler
08-12-2008, 07:05 PM
Without an error, it is tough for me to guess what could be causing a problem. One issue that could possibly cause a problem is bogus usernames, but there is usually an error report from that. The other option is that your server for some reason ceased to be able to resolve xbox.com
That would make no sense, wouldn't nothing show up if that were the case?
On an unrelated note, it appears that you do not have clientscript/overlib/overlib.js uploaded.
That doesn't seem possible - I uploaded the stuff out of the archive as is. I could try reuploading, though.
Edit: It was there, in the wrong place. There was a clientscript directory underneath clientscript - I must have uploaded it starting from the wrong directory. That directory is now in the right place; would that have anything to do with this?
I looked in my task log, and the last entry from earlier at 11:15AM was there, when it was "stuck at 36". I see there's now one at 2:20PM and it added one more - I'm now at 37. But I have about 180 people in there with profiles, and it's seeing only 37. One of the 180 I added manually myself after it was seemingly stuck at 36.
Still don't know where to go with this.
Edit 2: And another one got added at 3:13PM. I don't udnerstand why it's seeing them sometimes, and not other times.
What does this mod do if they put in a username, and have their settings on Xbox set to not broadcast what they're doing? Would that gum up this addon?
Joe Siegler
08-12-2008, 09:10 PM
Update at 5:05PM..
I uninstalled the app a few minutes ago, and then reinstalled. It got rather quickly back to the same number it had before. Actually one more - I got to 39. I was forcibly runnign the event in the Scheduled Task Manager in vB, and it was adding people. Until it got to 39. It's stuck in the same way again.
The only thing I can come up with is the plugin chokes if it runs into a user profile it can't deal with. I'm not seeing any errors, there's nothing in the log. What *DOES* the plugin do with a user profile whose security is set that you can't read their data when you try?
Edit: Tried running the task manager from home twice this evening, and got two odd results:
Scheduled Task Manager
gXboxLive Update
Updated Accounts: .
Process Time: 2s.
Total Queries: 53.
Done
----
Scheduled Task Manager
gXboxLive Update
Updated Accounts: .
Process Time: 9s.
Total Queries: 53.
Done
comet2500
08-12-2008, 09:39 PM
I'm also having a problem..
The plugin won't install..
It keeps saying that the sql is causing an error, and I wrote a ticket and they said to contact your community that created the mod.
It keeps saying..
"invalid Vb table, and then the sql says dropped."
"Alter Table."
Joe Siegler
08-13-2008, 09:28 PM
Random thought about my issue. If someone put a gamertag of all spaces in that field, would that explain this? Would vB even accept all spaces as data there?
If this is the case, finding who it is and getting them out of the list is a problem. Is there a way to tell vB "Hey, show me who has filled out data in this particular custom profile field, and tell me what's in it, too"? I could scan my entries for irregularities that way.
Chris11987
08-15-2008, 07:27 AM
Would it be difficult to let the url of that page just be "xboxlive.php" instead of with the g?
Chris B
08-16-2008, 11:48 PM
Hi, how would I go about changing the name of the mod in the navbar only, I'm fine with the gXboxLive name being used elsewhere I just want ti changed in the navbar.
Thanks, great mod!
sdsvtdriver
08-18-2008, 03:30 AM
A user brought up that the leaderboard is out of date on my site. His score is higher according to xbox.com.
I manually run the scheduled task and it simply displays 'done' on the screen. The log shows the last update on 8/12. Looking deeper at the log, it appears to only update information on random days, assuming this is when the data had changed.
Not sure why I cannot get it to update now. Ideas? No errors makes this difficult to track down.
JVCode
08-18-2008, 10:08 AM
This mod still isn't working for me... I've followed instructions, but still i don't get any results! - All i see in my gxboxlive.php is the copyright "gXboxLive, Copyright ? 2006 - 2008, Ryan Snook" where the gamertags should be... anyone help? here's the direct link to the page http://www.consolecommunity.com/gxboxlive.php
JVCode
08-18-2008, 10:28 AM
Okay, I have an error message, which was sent to me by email:
Invalid SQL:
SELECT error FROM `vb_gxboxlive` AS gxboxlive WHERE error = '1' ORDER BY error DESC;
Gryphon
08-18-2008, 09:43 PM
What does this mod do if they put in a username, and have their settings on Xbox set to not broadcast what they're doing? Would that gum up this addon?
It will work fine, everyone has a public gamercard.
The only thing I can come up with is the plugin chokes if it runs into a user profile it can't deal with. I'm not seeing any errors, there's nothing in the log. What *DOES* the plugin do with a user profile whose security is set that you can't read their data when you try?
If someone enters a bogus name you will see:
Warning: Unable to fetch URL: http://gamercard.xbox.com/this+is+a+fake+name.card in [path]/includes/cron/miner.gxboxlive.php on line 99
Random thought about my issue. If someone put a gamertag of all spaces in that field, would that explain this? Would vB even accept all spaces as data there?
vBulletin trims profile field entries, all spaces is the same as blank.
Joe, I am afraid I just do not have an answer for what could be causing the issue.
Would it be difficult to let the url of that page just be "xboxlive.php" instead of with the g?
You would have to change all refrences to that address in all of the files.
Hi, how would I go about changing the name of the mod in the navbar only, I'm fine with the gXboxLive name being used elsewhere I just want ti changed in the navbar.
They are handled by phrases. Search phrases for gXboxLive and make the desired changes.
A user brought up that the leaderboard is out of date on my site. His score is higher according to xbox.com.
Gamercards are only scanned once per day, manual scheduled task runs will not change that. So the user will have to wait up to 24 hours for it to update. If it is several days beyond when he last changed his score and gXboxLive is still not updating, I can't think of what would cause this off the top of my head.
Okay, I have an error message, which was sent to me by email:
Invalid SQL:
SELECT error FROM `vb_gxboxlive` AS gxboxlive WHERE error = '1' ORDER BY error DESC;
I am afraid I do not know what is invalid about that query, unless the product hasn't been updated/installed?
JVCode
08-18-2008, 10:12 PM
Thanks for the reply, I think i'll just uninstall and move on lol, this hack is more trouble than it's worth!
Gryphon
08-18-2008, 10:32 PM
Thanks for the reply, I think i'll just uninstall and move on lol, this hack is more trouble than it's worth!
There are a lot of people (http://www.google.com/search?q=allinurl:gxboxlive.php) that have not had any trouble with the mod, including some with thousands of gamertags (http://www.xboxliveclans.com/gxboxlive.php). Sorry to that I couldn't help you out better, the mod has been flawless for me and it is tough to troubleshoot problems I can't reproduce.
Chris11987
08-19-2008, 04:46 AM
I'm having the same problem as others. Many of the gamertags aren't showing up for people on the leaderboard. They show up in their profiles fine, but not on the leaderboard. This is after hours and hours, and also running the task.
Joe Siegler
08-19-2008, 01:47 PM
vBulletin trims profile field entries, all spaces is the same as blank.
Joe, I am afraid I just do not have an answer for what could be causing the issue.
Let me ask you this. Do you know of a way to let me see which user accounts have put data in the specific field, and show it?
I could manually go through a list of users with data in the specific field (and what they've entered). and see if there's corrupt data and remove it. I'm seeing no errors, so either I'm looking in the wrong place, or the script is not throwing any.
If I could take a look at everyone's data for that field, it might help me. If your script doesn't do this, how hard would it be to write a quickie little something to make this happen? Kind of a "debug" script to go along with your main one?
Edit: I sort of managed to unstick this, although I don't know if I fully fixed it. Since I can't find a way to get vB to show me every user who has entered any kind of data into a custom field, I had to improvise. I did two separate searches for people who entered the letter e and the letter a into that particular field. Found quite a lot of users. I went through them one by one. I found a handful of users who had dead accounts, so I blanked that data field. Found a handful whose XBL accounts had a gamerscore of zero, and hadn't logged into my forum for over 6-8 months, so I just deleted those accounts outright. However...
I found a decent amount of them who had put junk in the profile field. I cleared all that out, but kept track of it. The list of the junk data in there from about 130 profiles I looked through manually. Here's the list:
Destroy All Humans.
aweddball
no like da xbox
^eRrOR^
Nope don't got it
I don't have one
I play PS2 Online
I hate consoles!
I Use Xbox Connect
Don't have a Wii, or PS3, or any other gaming console except for the PC for that matter!
not yet
PS Network: Spyd77
A what-box?!
I have no console.
What's really interesting is right after I force ran the script, my number of users on the charts jumped from 104 to 133 immediately. It seems like something in one of the profiles I changed or deleted was sticking the script. Is it possible that fourth one was culprit? Are there any data strings that would just cause the script to flat out STOP working?
Unrelated to this, I did have a thought. What would your script do if two users put the same data in the profile field? Would it just process them anyway, or would there be a problem if two user accounts had the same XBL tag?
Gryphon
08-19-2008, 06:02 PM
It might be possible that one of those characters broke it, I will look into it, though I am pretty sure I encode the entries. There is a strikes system as well, if a gamertag can not be found within 5 tries the field is blanked.
Two or more people with the same gamertag will work fine, I did that for a while with my entry and my wife's.
comet2500
08-21-2008, 08:17 AM
I'm also having a problem..
The plugin won't install..
It keeps saying that the sql is causing an error, and I wrote a ticket and they said to contact your community that created the mod.
It keeps saying..
"invalid Vb table, and then the sql says dropped."
"Alter Table."
phractured
08-23-2008, 07:04 AM
I installed it a while back and while updating I now get this message http://talk360.net/
I believe it has something to do with that mod, so I deleted the tables for it but I still get that error.
Love the most recent update! THANKS!
imported_martyjp
08-23-2008, 08:29 PM
I installed it a while back and while updating I now get this message http://talk360.net/
I believe it has something to do with that mod, so I deleted the tables for it but I still get that error.
Have you removed the product or just removed the tables?
phractured
08-24-2008, 04:42 AM
I deleted the files too, but I just re uploaded them and still nothing.
imported_martyjp
08-24-2008, 08:05 AM
I deleted the files too, but I just re uploaded them and still nothing.
You need to uninstall the product in the admincp (under plugins & products, manage products, then unistall gXboxLive). You may have problems doing this though due to removing the database tables for it so may have to reinstall it first (follow the upgrade instructions) then remove it
phractured
08-24-2008, 06:18 PM
I can't get to the actual admin cp because of the error though
imported_martyjp
08-24-2008, 10:36 PM
Edit your forums config.php and
replace
<?php
With
<?php
define('DISABLE_HOOKS', true);
save, reupload and then try again
phractured
08-25-2008, 04:37 AM
worked, thanks, so should i now upload the product again?
phractured
08-25-2008, 05:53 PM
Never mind, figured it out
MarkFoster
08-29-2008, 09:33 AM
Nobody is showing up in this mod on my site :/
Help please.
Chris11987
08-31-2008, 11:49 PM
Here's mine, with an edited page name and edited Phrases (mainly to get rid of the "g"):
http://nintendohub.com/forums/xboxlive.php
Gryphon
09-04-2008, 07:53 PM
Here's mine, with an edited page name and edited Phrases (mainly to get rid of the "g"):
http://nintendohub.com/forums/xboxlive.php
Please put the g back in the copyright at the footer. Xbox Live is most certainly not copyright me.
chriskellar
09-06-2008, 08:34 PM
I installed this no issues except nothing is being displayed in the leaderboard page (Points, games, ect) Any ideal what would block this?
snapshot999
09-09-2008, 09:17 PM
is there any way to remove the "g" or is editing all the files the only way. Is there just a skin maybe to edit?
snapshot999
09-10-2008, 02:27 AM
anybody can answer that has done it
jamesta1221
09-10-2008, 03:24 PM
i need help. first time using vbulletin, how to you install this mod, can you show me step-by step, thank you....
ercollins
09-10-2008, 07:07 PM
I know this is way off topic, but how hard would it be to add a second Custom profile field, and have a PSN (PlayStationNetwork) Name entry and for it to also show PSN name banner on the Profile?
it is very sim..to the xbox one.
http://pid.us.playstation.com/user/muteclandotcom.jpg
http://pid.us.playstation.com/user/solarix-3-.jpg
http://pid.us.playstation.com/user/muteclandotcom.jpg
http://pid.us.playstation.com/user/arnie00.jpg
http://pid.us.playstation.com/user/<any active psn name here>.jpg
Thanks for taking time to answer when you do.
Ray2khax
09-16-2008, 08:54 PM
Very nice used Wish there was a ps3 one though
blumy3
09-17-2008, 12:24 AM
For some reason the images of the top three ranks and the send message/send friend request buttons don't show up. What have I done wrong? Here it is: http://gamecolonial.com/gchome/forums/gxboxlive.php
mozik
09-17-2008, 02:50 AM
It will not show up at all for me. I can edited all the settinds but dont see anything on the forums at all.
stickskills
09-17-2008, 05:14 AM
You need to add the images into the correct folder, read through the instructions.
sam_816
09-20-2008, 06:25 PM
worked fr me in the 2nd attempt..
WHooT!!!
thanks Ryan S.
Love this Hack...
*Salutes
Joe Siegler
09-25-2008, 02:09 AM
Is there any way to increase the frequency at which it updates? It is still displaying data from yesterday for most of my users - does it not update users except daily? While it does appear to be adding new people, updates don't seem to be that frequent, and I'd like to increase 'em.
Gryphon
09-25-2008, 03:08 AM
Is there any way to increase the frequency at which it updates? It is still displaying data from yesterday for most of my users - does it not update users except daily? While it does appear to be adding new people, updates don't seem to be that frequent, and I'd like to increase 'em.
It updates the users once over the course of the day. There are many boards using this mod, if everyone had them updating too quickly it would cause more stress on xbox.com risking getting the mod blocked for everyone.
stickskills
09-25-2008, 04:07 AM
Would there be any possibility behind this causing users to not stay logged in at random points, or possibly creating a cookie issue?
Gryphon
09-25-2008, 04:31 AM
Would there be any possibility behind this causing users to not stay logged in at random points, or possibly creating a cookie issue?
No, I have never heard of such an issue. There is nothing that interacts with cookies or sessions with this mod.
stickskills
09-25-2008, 08:45 AM
I wasn't accusing haha, just wanted to be sure. I've had one of the worst issues with cookies/login issues that come from the spur of the moment, no real way to tell what's causing it. Even talked with vBulletin & my host, and neither could figure it out.
Joe Siegler
09-26-2008, 03:59 PM
<a href="http://forums.3drealms.com/vb/gxboxlive.php" target="_blank">http://forums.3drealms.com/vb/gxboxlive.php</a>
If you want an example of the thing in action, you can use mine, as I seem to have a lot more than most boards that use this mod (last time I looked it was about 180). I also don't show zeroes.
What's the biggest list you know of using this mod?
Gryphon
09-26-2008, 04:09 PM
http://forums.3drealms.com/vb/gxboxlive.php
If you want an example of the thing in action, you can use mine, as I seem to have a lot more than most boards that use this mod (last time I looked it was about 180). I also don't show zeroes.
What's the biggest list you know of using this mod?
This is the largest one I know of is http://www.thexug.com/forums/gxboxlive.php with 11,000+ listed, which is greatly more than I ever expected it to be used for especially for the inefficient nature of the mod.
More can be found by going to http://www.google.com/search?q=allinurl:gxboxlive.php
Hamednet
09-29-2008, 09:30 AM
thanks dear
very nice !
Gryphon
09-29-2008, 07:09 PM
<font color="red">Xbox Live is down for 24 hours today, your leaderboards will probably be wiped out or act goofy for the next couple days. Please be patient and wait for the leaderboard to populate after Live comes back online.</font>
Shazz
09-29-2008, 10:15 PM
Xbox Live is down for 24 hours today, your leaderboards will probably be wiped out or act goofy for the next couple days. Please be patient and wait for the leaderboard to populate after Live comes back online.
I was going to say that too, good notice.
john1744
09-30-2008, 04:45 PM
I recently upgraded this software and now it has completely disappeared from my quick links area and when I try to manually view the .php page it just says
Invalid field id specified. If you followed a valid link, please notify the administrator
kildjean
09-30-2008, 08:18 PM
Hi;
Great plugin... I installed it, followed all the instructions, but when I go to www.zonaxbox.com/forums/gxboxlive.php (that is my site), I do not get any users polled. I only have one account, mine, but it still doesnt bring it up. I even gave it an hour and it still shows up blank.
Can someone take a look and point me out what might be wrong? thanks!
Chris11987
09-30-2008, 08:59 PM
Hi;
Great plugin... I installed it, followed all the instructions, but when I go to www.zonaxbox.com/forums/gxboxlive.php (that is my site), I do not get any users polled. I only have one account, mine, but it still doesnt bring it up. I even gave it an hour and it still shows up blank.
Can someone take a look and point me out what might be wrong? thanks!
It might be Microsoft's fault. Yesterday LIVE went offline for over 24 hours and I don't think everything has been updated properly yet. I had about 80 people on my Gamertag list, and then yesterday I only had 1, and now I only have 7, which I suspect is due to the updates happening on Live. I'd say give it another day to see what happens.
kildjean
09-30-2008, 08:59 PM
ugh. nevermind somehow it fixed itself lol Awesome plugin
Chris11987
09-30-2008, 10:25 PM
I guess mine didn't fix yet. I still have only 10 people on my list.
Gryphon
09-30-2008, 10:37 PM
I recently upgraded this software and now it has completely disappeared from my quick links area and when I try to manually view the .php page it just says
Update the field id in the options.
Chris11987
09-30-2008, 11:31 PM
I just realized that a gamertag isn't add to the page until that gamertag logs into Live from the 360.
shot2bits
10-08-2008, 12:51 PM
gXBOX link appears on the navbar and in the quicklinks but there is no option on the UserCP to enter your gamertag. Anyone know what I've done wrong?
RK1gaming
10-08-2008, 12:55 PM
did you create a profile field in the admin CP for Xbox live Game tag
Inferno Dragon
10-08-2008, 01:22 PM
Is there any way I can ban/restrict certain members tags from appearing onto the leaderboard?
Cledus James
10-09-2008, 02:09 PM
Great mod man! Installed and NOTM!
mozik
10-12-2008, 05:21 PM
ever since xbl update mine has not updated? why?
Joe Siegler
10-13-2008, 02:58 PM
A question to the mod author..
Any chance you could change the mod to give me the ability to put a link to gXboxLive in the new Community grouping of options in the navbar?
Now that this is there, it seems a more logical place for this than "Quick Links".
Thanks.
MotMann
10-13-2008, 04:34 PM
If i starte te Cronjob, then comes:
Unable to fetch URL: http://gamercard.xbox.com/Highscore_Fighter.card in [path]/includes/cron/miner.gxboxlive.php (Zeile 99)
What shell i do?
And when will be the Card updated?
Darkgardevoir
10-16-2008, 08:07 PM
I'm getting like 30 databese error mails
Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT error FROM `gxboxlive` AS gxboxlive WHERE error = '1' ORDER BY error DESC;
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Wednesday, October 15th 2008 @ 10:47:50 PM
Error Date : Wednesday, October 15th 2008 @ 10:48:29 PM
Script : http://namehere.x/forum/cron.php?rand=343059
Referrer : http://namehere.x/forum/index.php
IP Address : xxx.xxx.xx.xx
Username : Unregistered
Classname : vB_Database
MySQL Version :
What to do??
MotMann
10-18-2008, 07:14 AM
Nothing.... read and you know. "The server gone away". To havy traffic ;)
MINIgolfer1
10-21-2008, 01:35 AM
I've attempted the install on my system and have everything working fine except for 1 small problem.
I have CMPS installed on my system, and when the XBL link is added to the NAVBAR, it puts it at http://www.metroplexunderground.org/gxboxlive.php instead of http://www.metroplexunderground.org/forums/gxboxlive.php.
What have I done wrong? I've looked at all of the configuration options and for the life of me can't figure out where this is coming from.
Chris11987
10-21-2008, 12:39 PM
I've attempted the install on my system and have everything working fine except for 1 small problem.
I have CMPS installed on my system, and when the XBL link is added to the NAVBAR, it puts it at http://www.metroplexunderground.org/gxboxlive.php instead of http://www.metroplexunderground.org/forums/gxboxlive.php.
What have I done wrong? I've looked at all of the configuration options and for the life of me can't figure out where this is coming from.
If you're using vBAdvanced, go to the settings. The very first option is for header/navbar replacements.
Gryphon
10-22-2008, 05:21 AM
give me the ability to put a link to gXboxLive in the new Community grouping of options in the navbar?
Good idea, I will look into adding this option.
If i starte te Cronjob, then comes:
Highscore_Fighter is not a valid Gamertag. Use your admin search option to find and remove the bogus gamertag.
I'm getting like 30 databese error mails
Your database is timing out. Try searching (http://www.google.com/search?q="MySQL+server+has+gone+away") for a solution, it is common and not directly related to this mod.
rabinhood76
10-24-2008, 11:41 AM
I have installed the last version, the field is setup ok, the update in cron is success but nobody is show in the gXboxLive statistics.
Some ideas?
teenhut
10-25-2008, 04:11 PM
I have installed the last version, the field is setup ok, the update in cron is success but nobody is show in the gXboxLive statistics.
Some ideas?
Exactly the same problem I am facing.
mikeo9043
10-26-2008, 02:51 AM
Everytime I try to view the Leadeboard by going to the link mysite.com/gxboxlive.php it says this:
Invalid field id specified
Also a link to it is not showing up on the Navbar or anything.
EDIT: I changed something around and now I'm getting this:
"
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/content/m/i/k/mike****/html/gxboxlive.php(103) : eval()'d code on line 67
Parse error: parse error, unexpected T_STRING in /home/content/m/i/k/mike*****/html/gxboxlive.php(103) : eval()'d code on line 67"
EDIT #2:
I believe it has something to do with the Navbar, because I disabled all the navbar options and its back to normal.
Now when i go to www.mysite.com/gxboxlive.php it shows the leaderboard thing but no gamertags and I have setup my profile for testing but it doesn't show..?
ALSO, how do you change it so it doesn't say gXboxlive so I can just make it Xbox live??
Last Edit:
I got it working but it is kinda slow in Firefox and some images aren't showing up like the Rank Badge image.
Viper007Bond
10-26-2008, 09:54 PM
Highscore_Fighter is not a valid Gamertag. Use your admin search option to find and remove the bogus gamertag.
Shouldn't it not break the whole plugin just because some moron entered an invalid gamer tag though? I'm having the same problem and it seems to have broken updates for the last like week or two.
Gryphon
10-30-2008, 04:50 PM
@viper It can be fixed, but I have not had the time to look into making it not break upon bad entries. Looking for and removing the bad entries is a work around until I can take the time to fix it.
@mike I have covered several times how to change the title. Images aren't showing because you have not uploaded the images to the image directory specific to your style.
@rabinhood & @ teenhunt I can't begin to speculate why this would be happening for you. It will require more troubleshooting on your own and give me more information.
twm1010
11-01-2008, 09:54 PM
Pretty new to vB here...
I'm trying to install this modification on a mint 3.7.3 board, I have two styles, one is default, the other is a modified default.
I followed all the steps in the instructions, but nothing appears on my nav bar or quick menu, but the options do appear in AdminCP. I'm thinking I'm not understanding the upload step correctly. Am I supposed to copy these files each to their respective directories manually or does the install process do that?
Knipschaar
11-01-2008, 09:56 PM
If you are having a new style, you need to make a new image for it to your navigation bar. I also needed to make a new image so it could appear on mine frontpage.
twm1010
11-01-2008, 10:08 PM
nevermind, figured it out (dunce)
cscgirl
11-02-2008, 03:16 PM
Is there anyone that could help me add this to my navbar? I am complete newbie so I have no idea :(
I have also tried to just view it and I get "Invalid field id specified. If you followed a valid link, please notify the administrator"
What am I missing?
Alien
11-03-2008, 12:39 AM
Hey,
By chance, would the most recent updates you've made include a fix for these issues?
https://vborg.vbsupport.ru/showpost.php?p=1586220&postcount=731
bigfraggle
11-03-2008, 01:34 PM
Hm, I'm runnig already the new NXE and my Gamertag is not shown in the 2.2.0
Edit: The admin panel tells me I've installed version 2.1.9. ?!?
Hm, I'm runnig already the new NXE and my Gamertag is not shown in the 2.2.0
Edit: The admin panel tells me I've installed version 2.1.9. ?!?
I have the same problem, also it tells me that the mod is disabled, but I have it activated.
OcR Envy
11-04-2008, 10:04 AM
Appears as if the version number was not changed in the .xml file.
HellBoy
11-04-2008, 02:01 PM
After updating to 2.2.0 it won't show any gamertags who's got avatars.
Didikoy
11-06-2008, 09:31 AM
Is there a way to show the gamercard in the users postbit all the time rather than having it as a popup?
xzibit
11-07-2008, 05:41 PM
Hello!
Can you perhaps for the next update include a function which the user can specify whether they have vsion cam.
would be great if this would appear.
thank you very much
Gamelobby
11-08-2008, 11:26 PM
Love it works great.. :D
Thanks
bigfraggle
11-09-2008, 10:49 AM
Hm, I'm runnig already the new NXE and my Gamertag is not shown in the 2.2.0
Doesn't work in 2.2.1 too...
9mmPreacher
11-10-2008, 06:20 PM
I am not sure what I am doing wrong but I installed as specified and nothing shows up when I click the Navbar link
HellBoy
11-11-2008, 04:28 AM
I'm still having issues with 2.2.1, users who's created an avatar in NXE will not show up at the leaderboard, and it seems like gXboxLive is avoiding to update them (according to the Scheduled Task Log).
Tanzy
11-12-2008, 11:31 AM
I'm still having issues with 2.2.1, users who's created an avatar in NXE will not show up at the leaderboard, and it seems like gXboxLive is avoiding to update them (according to the Scheduled Task Log).
Same here. Looking at the gxboxlive table they seem to be getting a number in the strike column that no one else has??
Tanzy
11-12-2008, 11:51 AM
I think that it is due to this code
if ($player['avatar'] != '/xweb/lib/images/QuestionMark64x64.jpg')
{
$playerexists = true;
}
else
{
$playerexists = false;
}
with in the functions_gxboxlive.php file. Basicaly, it you are on the NXE preview and you have set your gamer pic to be your avitar it display the QuestionMark64x64.jpg. So this bit of code says that the player does not exist
Tanzy
11-12-2008, 12:01 PM
OK based on the information that I posted above. A quick fix is to have your users not set thier gamer card pic to the avator. Just tried on my XBox account and it is now showing in the leader board on my forum
http://www.ninjafatpigeons.co.uk/forum/gxboxlive.php
HellBoy
11-17-2008, 08:48 AM
I tried the same thing as Tanzy has, but it did not work for me. I'm now using a default avatar, and the gamertag is still not being updated or acknowleged.
With the NXE due on wednesday gXboxLive might show up rather empty on thursday if this is not fixed. Keeping my fingers crossed for a quick fix.
Joe Siegler
11-17-2008, 07:34 PM
Confirmed here, too. I got NXE on Friday as part of the last wave of early previews, and I now don't show up on my own board's list. If there isn't a fix before Wed, I imagine it will all be blank at that point.
Tanzy
11-18-2008, 04:47 PM
OK the NXE for XBox.com is live now. i.e. You can view avatars that are on gamer cards. The best way to fix this is as follows (this asumes that you have access to mySQL)
Delete all records from the gxboxlive table.
Re-run the scheduled task.
OcR Envy
11-19-2008, 10:24 AM
I realize the XBL update is going on today. Just wanted to alert you that my leaderboard is acting up, as well as other sites. Sometimes it shows blank other times it shows random member but not a completed list.
Gryphon
11-19-2008, 12:58 PM
I have been very busy lately. I will be working on this today. I have put up a temporary fix to make sure your users aren't penalized until I can make a more permanent fix. The gamer cards are going to be up and down during Microsoft's transition, so regardless of this mod, leader boards are not going to update correctly.
Joe Siegler
11-19-2008, 01:22 PM
Yeah, my board was reduced to just one entry today. Eagerly await any updated code.
Gryphon
11-19-2008, 01:31 PM
That is due to the gamer card outage right now, that this mod in particular.
jambo_1969
11-19-2008, 01:33 PM
It's all working fine at on my board ?
Joe Siegler
11-19-2008, 01:53 PM
Yeah, my board was reduced to just one entry today. Eagerly await any updated code.
I did the suggestion earlier, and blanked my sql table, and reran the script. It's adding people back, and now appears to be working right.
Gryphon
11-19-2008, 01:57 PM
Yes, the leaderboard is working fine it appears. I released a quick update by peoples reports here alone, but I can not find any problem with the leader board. I will be releasing another update soon, but I don't know why people are having trouble other than just gamer card service outage.
I did the suggestion earlier, and blanked my sql table, and reran the script. It's adding people back, and now appears to be working right.
It only checks once a day, so when the gamer cards were down your leader board was blanked, it would have been fine tomorrow with some patience.
People need to understand that this mod relies on the stability and availability of the gamer card server to work. I wish I didn't bite on the panicked posts here, not sure why such an urgency in a couple days outage of the leader board.
Blumy
11-19-2008, 01:58 PM
OK based on the information that I posted above. A quick fix is to have your users not set thier gamer card pic to the avator. Just tried on my XBox account and it is now showing in the leader board on my forum
http://www.ninjafatpigeons.co.uk/forum/gxboxlive.php
how'd you get the rollover to work? I like it.
Gryphon
11-19-2008, 01:59 PM
how'd you get the rollover to work? I like it.
It is part of the mod.
Joe Siegler
11-19-2008, 02:01 PM
It only checks once a day, so when the gamer cards were down your leader board was blanked, it would have been fine tomorrow with some patience.
Patience is not one of my strong points. :)
On top of that, people were asking me what's going on. If it was just a matter of dumping the tables and forcing it to re-run, I have no problem doing that.
Joe Siegler
11-19-2008, 02:20 PM
Hey, a suggestion I made some time back, probably got overlooked.
Any chance of giving us the option to locate the gXboxLive link underneath the new Community dropdown? Right now it's in Quick Links, but I'd rather have it in the community one.
Tkx.
Gryphon
11-19-2008, 02:32 PM
Hey, a suggestion I made some time back, probably got overlooked.
Any chance of giving us the option to locate the gXboxLive link underneath the new Community dropdown? Right now it's in Quick Links, but I'd rather have it in the community one.
Tkx.
Sorry, I didn't reply to the suggestion earlier. I did look into it, however vBulletin is not providing any template hooks in that menu right now, hopefully they will add it. I could work around this with some extended work on my part, but I would prefer to just use a template hook.
Slam Da Brakes
11-19-2008, 07:08 PM
Just wanted to say GREAT mod!
Just a quick question, I have 2.1.9, do I need to update for NXE or should I just wait a couple of days as it will all go back online soon? My list is currently blank.
Joe Siegler
11-19-2008, 07:10 PM
Just wanted to say GREAT mod!
Just a quick question, I have 2.1.9, do I need to update for NXE or should I just wait a couple of days as it will all go back online soon? My list is currently blank.
You should always have current code.
Slam Da Brakes
11-19-2008, 08:22 PM
Thanks!
Sorry about this, but how do I update? Do I re-install the new version? Or is there a quicker way?
I had someone else install the mod for me so I am a bit clueless. Any help would be greatly appreciated!!
Gryphon
11-19-2008, 10:02 PM
Sorry about this, but how do I update? Do I re-install the new version? Or is there a quicker way?
Upload the files in the upload folder via ftp to your forum directory overwriting the old files, then in your admincp import the product with overwrite enabled.
NXE will not break anything regarding the leader board, if you are running an older version it will work fine, as long as the gamercard service stabilizes.
Slam Da Brakes
11-19-2008, 11:34 PM
NXE will not break anything regarding the leader board, if you are running an older version it will work fine, as long as the gamercard service stabilizes.[/QUOTE]
Thanks a real lot!! That's basically what I wanted to know.
JAnders
11-23-2008, 12:49 AM
I've made this little mod to show the avatar and gamertag in the posts. using the same pop up system used by this excellent mod:
https://vborg.vbsupport.ru/showthread.php?t=196840
Lemik
11-23-2008, 03:37 PM
Hello how I change standard gamercard:
https://vborg.vbsupport.ru/external/2008/11/2.png
to NXE:
https://vborg.vbsupport.ru/external/2008/11/3.png
?
Blumy
11-23-2008, 07:40 PM
For some reason, when you roll over the avatar or gamercard icons it doesn't show up. My xboxlive board is here: http://gamecolonial.com/gchome/forums/gxboxlive.php
mikewastaken
11-24-2008, 03:43 PM
I seem to be having a problem
You can probably see it here
http://forums.mikesforums.com/members/mike.html
It seems to take you to a "page not found" link
http://gamercard.xbox.com/en-US/%3Ca%20rel=
When the gamertag, definitely exists
RayoVac
11-26-2008, 12:28 AM
Hello,
This is one of my favorite Mods... GREAT WORK. Quick question:
I am using this mod as well https://vborg.vbsupport.ru/showthread.php?t=196587 that creates fields for Wii, PSN and Live fields in the User CP, these icons show in Postbit etc.
My question:
Is there any way to have gXboxLive pull the gamertags from a field within the user table instead of the User Profile Field?
If I have to edit some php files or templates I would be fine with that.... I would just like to have gXboxLive use the same field created by the other mod in the user table.
Thanks in advance,
Rayo
Gn_Snake
11-26-2008, 08:20 PM
Hello,
i have installed gBoxLive, but not diplay nothing???
http://www.hardwaregame.it/forum/gxboxlive.php
Any idea?
MotMann
11-30-2008, 11:04 AM
Hello how I change standard gamercard:
https://vborg.vbsupport.ru/external/2008/11/2.png
to NXE:
https://vborg.vbsupport.ru/external/2008/11/3.png
?
Why that? MyGamercard is not so god as the original Microsoft Service ;)
Davidspl
11-30-2008, 09:21 PM
Hi, today i keep getting emails with this error.
Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT error FROM `gxboxlive` AS gxboxlive WHERE error = '1' ORDER BY error DESC;
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Sunday, November 30th 2008 @ 06:12:57 PM
Error Date : Sunday, November 30th 2008 @ 06:19:21 PM
Script : http://www.bhoy.com/forum/cron.php?rand=1228086771
Referrer : http://www.bhoy.com/forum/index.php
IP Address : 92.238.159.120
Username : Unregistered
Classname : vB_Database
MySQL Version :
The hack seems to be working completely fine, i have no idea why it keeps emailing me?
DsmNikki
12-05-2008, 09:03 AM
i dont see it in my navbar?
Gryphon
12-05-2008, 02:03 PM
i dont see it in my navbar?
You have a custom template or an old template that does not contain the template_hooks. You will have to modify the navbar template manually and put the link where you want it.
Blumy
12-11-2008, 08:38 PM
Does it integrate with the Gamefields hack? (https://vborg.vbsupport.ru/showthread.php?t=196587)
Gryphon
12-11-2008, 08:51 PM
Does it integrate with the Gamefields hack? (https://vborg.vbsupport.ru/showthread.php?t=196587)
No.
Blumy
12-11-2008, 09:18 PM
Will it ever be? It looks kind of stupid when my users have to enter their gamertag twice. Also, I'm having some problems with the rollover feature. Avatars and gamertags won't pop up when rolled over.
Gryphon
12-11-2008, 09:24 PM
Will it ever be? It looks kind of stupid when my users have to enter their gamertag twice. Also, I'm having some problems with the rollover feature. Avatars and gamertags won't pop up when rolled over.
Probably not, it would require quite a few changes. Personally, I am not a fan of altering any of the original vBulletin tables whenever possible.
Ensure that you have uploaded the clientscripts to the proper location for the hover feature to work.
TheInsaneManiac
12-11-2008, 10:17 PM
Request:
An option to rename the page so it can be leaderboards.php
Blumy
12-11-2008, 11:04 PM
Reinstalled everything and the rollover still isn't working. All you do is upload the overlib folder into the clintscript folder, right?
zombietom
12-15-2008, 01:17 AM
I have a older version and it has worked fine for a long time but not it is only showing 1 gamertag, anyone know why it would do this after working fine for well over a year
thanks
zombietom
12-15-2008, 03:51 AM
Ok, i upgraded to the newest version and i manually run the cron but i get this error
"Warning: fsockopen() [function.fsockopen]: unable to connect to gamercard.xbox.com:80 (Connection timed out) in [path]/includes/class_rss_poster.php on line 98
Warning: fsockopen() [function.fsockopen]: unable to connect to gamercard.xbox.com:80 (Connection timed out) in [path]/includes/class_rss_poster.php on line 98
Warning: fsockopen() [function.fsockopen]: unable to connect to gamercard.xbox.com:80 (Connection timed out) in [path]/includes/class_rss_poster.php on line 98
Warning: fsockopen() [function.fsockopen]: unable to connect to gamercard.xbox.com:80 (Connection timed out) in [path]/includes/class_rss_poster.php on line 98
Warning: fsockopen() [function.fsockopen]: unable to connect to gamercard.xbox.com:80 (Connection timed out) in [path]/includes/class_rss_poster.php on line 98
Warning: fsockopen() [function.fsockopen]: unable to connect to gamercard.xbox.com:80 (Connection timed out) in [path]/includes/class_rss_poster.php on line 98
Unable to fetch URL: http://gamercard.xbox.com/Pir8ate.card - Reflect - Possibly not a real gamertag entered.
Unable to fetch URL: http://gamercard.xbox.com/Buckwheat+TZA.card - buckwheat - Possibly not a real gamertag entered.
Unable to fetch URL: http://gamercard.xbox.com/F1ZZG1GG+TZA.card - f1zzg1gg - Possibly not a real gamertag entered.
Unable to fetch URL: http://gamercard.xbox.com/Retro+TZA.card - Retro - Possibly not a real gamertag entered.
Unable to fetch URL: http://gamercard.xbox.com/Myster+Ron+TZA.card - MysterRon - Possibly not a real gamertag entered.
Unable to fetch URL: http://gamercard.xbox.com/Neolin.card - Neolin - Possibly not a real gamertag entered.
"
I understand the timeout but others are real gamertags but it is not adding any to the leaderboard. any help or advice?
thanks
Gryphon
12-15-2008, 05:23 PM
The gamercard service has been down. The response for a bad gamercard and a down service is the same.
zombietom
12-15-2008, 08:23 PM
well -- i still don't have anything showing up --should i just do a totally fresh install?
thanks for the reply, it's a great mod.
zombietom
12-16-2008, 11:58 PM
ok, it is working now --must have been xbox live problem --one question - in the profile field --like when you post and it shows your info on the left , it also list your leaderboard rank and i got one theme that is listing it twice --can some one save me some time and tell me where to look to remove one of them
thanks
zombietom
12-17-2008, 03:16 AM
Never mind --I got it removed
rabinhood76
12-22-2008, 03:15 PM
I have install the product, and add the profile data with a real xbox account, but haven't data in the statistics page.
Slam Da Brakes
12-23-2008, 04:16 AM
Just a quick question anyone
I have recently changed my vBulletin skin and now the Rank images (1st, 2nd and 3rd) have disappeared?
Does anyone know where I retrieve these or where I have to go to direct the image path or something?:confused:
Thanks.
Slam Da Brakes
12-23-2008, 05:13 PM
Just a quick question anyone
I have recently changed my vBulletin skin and now the Rank images (1st, 2nd and 3rd) have disappeared?
Does anyone know where I retrieve these or where I have to go to direct the image path or something?:confused:
Thanks.
Never mind fixed it. Needed to reload images / misc / gxboxlive to my styles misc folder if anyone else has the same problem.
Jason UK
12-26-2008, 06:20 PM
Great mod. Have had it installed for a while now.
Is there any chance you can make the code and CSS validate? It can harm the overall site SEO as far as search engines go if the code doesn't validate.
Great mod though it is really useful for any gaming site.
TheInsaneManiac
12-29-2008, 07:29 PM
Warning:
Can be really server intensive on huge boards!
<cronentries>
<cron varname="gxboxlive" active="1" loglevel="1">
<filename>./includes/cron/miner.gxboxlive.php</filename>
<scheduling weekday="-1" day="-1" hour="-1" minute="-1" />
</cron>
</cronentries>
The cron is set up to run EVERY minute 24/7. I recommend going into your scheduled tasks and change it to run every Monday or everyday at a specific time.
brucegs
01-04-2009, 09:35 AM
first of all, this is a fantastic hack and thank you for making and supporting it :) It installed with no problems and works great. :)
I was wondering though if it's possible to display the leaderboard stats in a specific forum rather then on the forumhome?
brucegs
01-08-2009, 09:50 AM
I guess no one knows the answer? :(
I have tried putting $gxblstats into the forumdisplay template but nothing displays
I have also tried copying and pasting the code from the gxbl_stats template into the forumdisplay template and it partially works. It's strange because it will display the table, and the general stats (ie number of players, gold account, silver accounts etc) but does not display anything in the other columns where the avatars and top ranking player info should be etc....
please refer to attached image.
Any ideas on how I can get this working?
Nevermind, I got it working. For anyone else who wants to display the stats on a specific forum, all you need to do is go to
1. edit gXBL: Stats Forumhome in plugin manager
2. change the hook location to forumdisplay_start
3. Edit the forumdisplay template and add the following where you want the stats to display:
<if condition="$foruminfo[forumid] == X">
<!-- gxbl stats on box -->
$gxblstats
<!-- end gxbl stats box -->
</if>
where X = the id of the forum you want it to display on
4. make sure that the 'Show Statistics on Forumhome' setting is set to yes, but have the 'Automatically add to Forumhome' setting set to no.
Please note that by making this change you ill no longer be able to display the stats on forumhome.
Mr Baldman
01-15-2009, 11:50 AM
Hi,
is there any plans to support this on vBulletin 3.8?
has it been tried?
Joe Siegler
01-15-2009, 01:07 PM
Hi,
is there any plans to support this on vBulletin 3.8?
has it been tried?
It works on 3.8.
http://forums.3drealms.com/vb/gxboxlive.php
I had there from 3.7x code, then through all the betas and RC's of 3.8, and now final.
farplane dragon
01-19-2009, 02:47 AM
Is there a way to display just the pic of all the user's avatars, rather then the full avatar? Similer to the gamertag pic, where if you hover, it shows the full thing, or even, remove the avatars alltogether?
sdsvtdriver
01-19-2009, 04:57 AM
Gryphon,
Any idea why this mod conflicts with Live Topic?
https://vborg.vbsupport.ru/showthread.php?p=1717502#post1717502
Pipo123
01-19-2009, 11:45 AM
Gryphon,
Any idea why this mod conflicts with Live Topic?
https://vborg.vbsupport.ru/showthread.php?p=1717502#post1717502
I support this question.
Gryphon
01-23-2009, 04:36 AM
Is there a way to display just the pic of all the user's avatars, rather then the full avatar? Similer to the gamertag pic, where if you hover, it shows the full thing, or even, remove the avatars alltogether?
You can edit gxbl_bit to make the changes you need.
Gryphon,
Any idea why this mod conflicts with Live Topic?
https://vborg.vbsupport.ru/showthread.php?p=1717502#post1717502
Try disabling gXboxLive - Showthread > Postbit insert location. I am not positive what the issue is, I haven't been able to test it with the other mod, not sure how soon I can.
sdsvtdriver
01-25-2009, 01:42 AM
Try disabling gXboxLive - Showthread > Postbit insert location. I am not positive what the issue is, I haven't been able to test it with the other mod, not sure how soon I can.
Following your lead, I went into Vbulletin Options > gxboxlive showthread and changed the hook to 'none' and now both mods live together happily, but obviously the xbox live leaderboard ranks are not displayed in posts.
If you find time to look into it, great. :)
Stryker412
01-27-2009, 05:22 PM
Ever since upgrading to 3.8, the top avatar tiles take a long time to load. Anyone else having this issue?
Etch_Coli
01-29-2009, 05:32 PM
Ever since upgrading to 3.8, the top avatar tiles take a long time to load. Anyone else having this issue?
When we upgraded to 3.8 it started throwing us weird database errors. Any chance this is going to be updated as an official 3.8 plug-in?
Gryphon
01-29-2009, 05:44 PM
The tiles are hosted by xbox.com, their load times are dependent on the performance of that site.
I am using 3.8.0 without issue. The mod should be pretty independent of any vBulletin version. There is little vBulletin code that this mod relies on. What are the errors? That would help.
Thank you very much for this. Install went great on 3.8
Scarface Claw
02-02-2009, 07:29 AM
these instructions suck. how do I know where to upload the folders to?
Jason UK
02-02-2009, 11:33 AM
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.
for(i = 0; i < links.length; i++) links.item(i).style.cursor = typeof type == '
Error 2: there is no attribute "onload".
var html = '<iframe onload="gXBL_setcursor();" src="http://gamercard.xbox.com/
Error 3: there is no attribute "frameBorder".
?g+'.card" scrolling="no" frameBorder="0" height="140" width="204">'+gamertag+
Error 4: document type does not allow element "iframe" here.
?meBorder="0" height="140" width="204">'+gamertag+'</iframe>';
Error 5: document type does not allow element "iframe" here.
?meBorder="0" height="300" width="150">'+gamertag+'</iframe>';
Error 6: XML Parsing Error: StartTag: invalid element name.
for(i = 0; i < links.length; i++) links.item(i).style.cursor = typeof type == '
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.
TheInsaneManiac
02-04-2009, 11:42 PM
Why do the avatars show in full?
http://img156.imageshack.us/img156/3502/xbleaderboardfu0.jpg
smokey
02-07-2009, 01:00 AM
When I run the cron job manually, I get this error:
gXboxLive Update
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in \includes\cron\miner.gxboxlive.php on line 85
Updated Accounts: gamertag, gamertag, gamertag
Process Time: 2s.
Total Queries: 79.
Done
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:
$querylimit = ceil(mysql_num_rows($fullresult) / ceil((strtotime(date("Y-m-d", strtotime("+1 day"))) - TIMENOW) / 60) ) + 5;
Replace with:
$querylimit = ceil($vbulletin->db->num_rows($fullresult) / ceil((strtotime(date("Y-m-d", strtotime("+1 day"))) - TIMENOW) / 60) ) + 5;
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
* * * * * gXboxLive Update.
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
00, 10, 20, 30, 40, 50 * * * * gXboxLive Update
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.
Gryphon
02-09-2009, 06:57 PM
these instructions suck. how do I know where to upload the folders to?
It uses the exact same structure as the vBulletin install.....
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. ;)
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.
smokey
02-09-2009, 11:07 PM
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.
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!
Booyakan
02-10-2009, 11:06 AM
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!
Stryker412
02-10-2009, 06:36 PM
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.
TheInsaneManiac
02-14-2009, 02:44 AM
Why are my avatars showing in full?
Gryphon
02-18-2009, 05:56 PM
Why are my avatars showing in full?
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.
Alien
02-19-2009, 03:33 AM
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?
MotMann
02-20-2009, 01:31 PM
You have SEO Rules?
Jason UK
02-21-2009, 06:32 PM
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.
MotMann
02-21-2009, 08:40 PM
I need rewrite Rules :)
I need just al rule for /gxboxlive.php and the sides.
Coders Shack
02-21-2009, 10:49 PM
please fix this mod to be compatible with Live Topic (https://vborg.vbsupport.ru/showthread.php?t=201228) (and quick reply)
1) correctly use the template_hooks
2) use the ajax plugin for your query
fix is here (https://vborg.vbsupport.ru/showpost.php?p=1751028&postcount=590)
zombietom
02-22-2009, 02:39 AM
I have a problem..I'm useing field 5 for my gamertags and gXboxLive works great but if i go the the member forum profile the profile page will not load,but if i take out their gamertage from field 5 it will load...any suggestions?
here is a couple of links
without a field5 gamertag
http://www.tzaclan.net/forum/member.php?u=1211
with a field5 gamertag
http://www.tzaclan.net/forum/member.php?u=25
nothing but a white page, why?
Is there some kind of work around on this?
TheInsaneManiac
02-22-2009, 07:09 PM
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.
I doubled checked. Everything is uploaded where it's suppose to be.
DarkArmada
02-23-2009, 02:26 AM
Weird - to start, this seems to be working 100% and looks amazing. But a couple of members aren't showing in the list. I've checked and double checked their tags, re-run the scheduled gXboxLive update's, changed their GT's etc etc ect and they just don't want to add themselves to the listing.
Any idea?
Goomzee
02-24-2009, 07:28 AM
Is this Mod work with 3.8.x
TheInsaneManiac
02-25-2009, 10:24 PM
Weird - to start, this seems to be working 100% and looks amazing. But a couple of members aren't showing in the list. I've checked and double checked their tags, re-run the scheduled gXboxLive update's, changed their GT's etc etc ect and they just don't want to add themselves to the listing.
Any idea?
Same happens with me dude.
PJSkiboy
02-26-2009, 05:13 AM
Weird - to start, this seems to be working 100% and looks amazing. But a couple of members aren't showing in the list. I've checked and double checked their tags, re-run the scheduled gXboxLive update's, changed their GT's etc etc ect and they just don't want to add themselves to the listing.
Any idea?
Have you checked all the settings such as required post count, user activity timeout, and access usergroups? Make sure these people you are missing aren't getting cut out due to a limitation you've set in these settings.
Is this Mod work with 3.8.x
Works perfect on my forum running 3.8.1.
Same happens with me dude.
See above.
TheInsaneManiac
02-27-2009, 12:31 AM
Have you checked all the settings such as required post count, user activity timeout, and access usergroups? Make sure these people you are missing aren't getting cut out due to a limitation you've set in these settings.
All settings are 0...
Gamelobby
02-28-2009, 03:23 AM
Any idea what a new skin would have in it that would stop the avatars from showing up BIG. (when your cursor hovers they're supposed to get BIG)
It works great on my old skin, but on the new skin it doesn't work..!? (skin - Fusion64)
Any ideas what could be the problem.?
Also in postbit i just get error on page, if i hover over the rank.?
It does work on others peoples computers/browsers, but i am using IE7
EcoCav
03-03-2009, 02:35 AM
is there a way to shorten the name in the postbit from gXboxLive Leaderboard to XBL or something? Its way to long and really looks like crap on my site.
Gamelobby
03-03-2009, 03:36 AM
is there a way to shorten the name in the postbit from gXboxLive Leaderboard to XBL or something? Its way to long and really looks like crap on my site.
That would be nice too. :)
s8glive
03-03-2009, 03:36 PM
i am having prblems if you click on anything not related to the leaderboard it will not work it just redirects to like http://www.s8glive.net/gxboxlive.php/memberlist.php memberlist for example any quick fixes link is
http://www.s8glive.net/gxboxlive.php
BBK70
03-05-2009, 02:03 PM
Anyone know if this works on 3.8.1? I've used this on another forum and would love to enable it on my fledgling site :)
Gotmian
03-05-2009, 02:19 PM
Anyone know if this works on 3.8.1? I've used this on another forum and would love to enable it on my fledgling site :)
Yeap it works just fine (http://www.myxbox.gr/forum/gxboxlive.php) :)
I upgraded from 3.6.12 to 3.8.1 last week and had no issue at all :)
Don't forget to download latest version.
BBK70
03-06-2009, 07:12 AM
Yeap it works just fine (http://www.myxbox.gr/forum/gxboxlive.php) :)
I upgraded from 3.6.12 to 3.8.1 last week and had no issue at all :)
Don't forget to download latest version.Thanks for that, will download now :)
Gamelobby
03-06-2009, 11:27 PM
Any idea what a new skin would have in it that would stop the avatars from showing up BIG. (when your cursor hovers they're supposed to get BIG)
It works great on my old skin, but on the new skin it doesn't work..!? (skin - Fusion64)
Any ideas what could be the problem.?
Also in postbit i just get error on page, if i hover over the rank.?
It does work on others peoples computers/browsers, but i am using IE7
Any thoughts...?
I've just installed this on the official Alan Wake forums:
http://www.alanwake.com/forum/gxboxlive.php
Thanks for this. It works great!
Gryphon
03-13-2009, 05:51 PM
Any thoughts...?
It sounds like the javascript might not be added to your style for some reason. Of course ensure that you have the clientscript files uploaded to each style if for some reason they are using different clientscript folders.
Otherwise, possibly try adding this to the headinclude of the trouble style:
<script type="text/javascript" src="clientscript/overlib/overlib.js"></script>
I've just installed this on the official Alan Wake forums:
http://www.alanwake.com/forum/gxboxlive.php
Thanks for this. It works great!
That is great ADM :D
BlueNinjaGo
03-13-2009, 06:43 PM
Have had this installed for a while and love it...
Bravo
03-14-2009, 01:50 AM
In the main page for this script on the top right theres a option (Add You GamerTag) that will let members enter there GamerTag, now I never tried it before untill now cause I've recieved emails about it not working, I checked it out and on 98% of my skins it says "Your submission could not be processed because a security token was missing.
" What template do I add the token too exactly? BTW I am using the latest version.
Thanks
Gamelobby
03-15-2009, 05:36 AM
It sounds like the javascript might not be added to your style for some reason. Of course ensure that you have the clientscript files uploaded to each style if for some reason they are using different clientscript folders.
Otherwise, possibly try adding this to the headinclude of the trouble style:
<script type="text/javascript" src="clientscript/overlib/overlib.js"></script>
I tried re-uploading the clientscript.. nothing.
I added the code to the top of the headinclude .. nothing
I added the code to the bottom of the headinclude.. nothing
It works on Firefox, but not IE.
And it works on other skins but not this one (Fusion64).
Any other ideas..?
Bowromir
03-19-2009, 04:26 PM
This is a great mod! But I have one problem with it.. it somehow conflicts with the Post Ranking System (https://vborg.vbsupport.ru/showthread.php?t=203801) .. This add-on will not work because of the gXbox Live plugin called: gXBL: Showthread query
When this plugin is active (AJAX) post rating features from that plugin get disabled.. any idea how I can fix this, because both of these plugins are really important for my board!
swiftor
03-26-2009, 02:33 PM
Hi, my users have notified me that the scores are not updating, I tried running the scheduled task manually and got the following warning... would this have anything to do with it?
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/miner.gxboxlive.php on line 85
Thanks for any help!
Alien
03-27-2009, 12:28 AM
Hey,
Any research done yet into the +4 added queries on the forumhome, even when not using any forumhome features?
swiftor
03-28-2009, 05:53 PM
Yep, it seems no ones scores have updated in the past week, any advice?
Hi, my users have notified me that the scores are not updating, I tried running the scheduled task manually and got the following warning... would this have anything to do with it?
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/miner.gxboxlive.php on line 85
Thanks for any help!
SEWER WOLF
04-04-2009, 11:51 AM
having some problems with this, sure i have done everything.
Do i have to set up a group, cant see xbl leader link
http://www.frontlineassault.co.uk/forum/index.php
i get
Warning: require_once(./includes/functions_gxboxlive.php) [function.require-once]: failed to open stream: No such file or directory in [path]/gxboxlive.php on line 54
Fatal error: require_once() [function.require]: Failed opening required './includes/functions_gxboxlive.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/buoljytc/public_html/forum/gxboxlive.php on line 54
sorted it out now
Gamelobby
04-07-2009, 12:01 AM
It sounds like the javascript might not be added to your style for some reason. Of course ensure that you have the clientscript files uploaded to each style if for some reason they are using different clientscript folders.
Otherwise, possibly try adding this to the headinclude of the trouble style:
<script type="text/javascript" src="clientscript/overlib/overlib.js"></script>
I tried re-uploading the clientscript.. nothing.
I added the code to the top of the headinclude .. nothing
I added the code to the bottom of the headinclude.. nothing
It works on Firefox, but not IE.
And it works on other skins but not this one (Fusion64).
Any other ideas..?
Try it & tell me what you see..?
http://www.gamelobby.com/Forum/gxboxlive.php
Keep in mind it only has issues with IE, & this certain skin.
Any other thoughts, or ideas..?
SEWER WOLF
04-10-2009, 11:08 AM
Havin a few issuse with XBL leaderboards.
the link on my CMPS for the leaderboards is http://www.frontlineassault.co.uk/gxboxlive.php and i get error message -
Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/buoljytc/public_html/gxboxlive.php on line 53
Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/buoljytc/public_html/gxboxlive.php on line 53
But if i click forum link the click the XBL leaderboard link = http://www.frontlineassault.co.uk/forum/gxboxlive.php
any one have any ideas why the links are different, and how i can change the links on my CMPS page
tehviruss
04-26-2009, 06:58 PM
I get the following error when updating manually:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/miner.gxboxlive.php on line 85
However, the scores seem to update fine. I just installed it so I can't say if there are any auto-update problems.
Also, why was the plugin set up update every single minute?? I increased it to once per day, every minute is ridiculous.
Is there any chance we could get an update? There are a few other problems caused by changes to Xbox Live.
Gryphon
04-26-2009, 07:13 PM
I get the following error when updating manually:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/miner.gxboxlive.php on line 85
However, the scores seem to update fine. I just installed it so I can't say if there are any auto-update problems.
Also, why was the plugin set up update every single minute?? I increased it to once per day, every minute is ridiculous.
Is there any chance we could get an update? There are a few other problems caused by changes to Xbox Live.
I have a fix for the error, but it does not cause any issue as it is. It is set to every minute because I spread out all of the people over the course of the day, it is not updating the whole leaderboard every minute. I would not change the setting, making it less will only prevent it from updating properly.
dominicricci
04-26-2009, 11:02 PM
Nothing showing up on leaderboard :( http://we-cheat.com/gxboxlive.php or postbit
tehviruss
04-27-2009, 02:08 AM
I have a fix for the error, but it does not cause any issue as it is. It is set to every minute because I spread out all of the people over the course of the day, it is not updating the whole leaderboard every minute. I would not change the setting, making it less will only prevent it from updating properly.
Alright thanks for the info and sorry for jumping to conclusions, I thought maybe it had installed wrong, but that makes sense :)
dominicricci
04-28-2009, 11:48 AM
Nothing showing up on leaderboard http://we-cheat.com/gxboxlive.php or postbit
wolfstream
04-28-2009, 05:04 PM
Nothing showing up on leaderboard http://we-cheat.com/gxboxlive.php or postbit
Make sure that the profile bit exists, I noticed that if it doesn't, the system won't like it at all, and won't show.
is there a way to shorten the name in the postbit from gXboxLive Leaderboard to XBL
Change the phrase gxboxlive_title to suit your needs.
dominicricci
04-28-2009, 07:38 PM
Make sure that the profile bit exists, I noticed that if it doesn't, the system won't like it at all, and won't show.
Change the phrase gxboxlive_title to suit your needs.
Yeah the profile bit doesn't seem to be working. How can I get that to work?
Silentonenz
04-29-2009, 09:51 PM
Im getting a weird error..
Warning: require_once([path]/includes/functions_gxboxlive.php) [function.require-once]: failed to open stream: Permission denied in [path]/global.php(400) : eval()'d code on line 22
Fatal error: require_once() [function.require]: Failed opening required 'home/users/**/public_html/forum/includes/functions_gxboxlive.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/users/**/public_html/forum/global.php(400) : eval()'d code on line 22
Any ideas? Ive uploaded all files and extracted, Get that error on any page once this mod is enabled?
wolfstream
04-29-2009, 10:17 PM
make sure the webserver can actually read the file.
Gryphon
04-29-2009, 11:42 PM
Im getting a weird error..
Any ideas? Ive uploaded all files and extracted, Get that error on any page once this mod is enabled?
Most likely, the files were not uploaded to the proper location.
Silentonenz
04-30-2009, 02:35 AM
Most likely, the files were not uploaded to the proper location.
make sure the webserver can actually read the file.
I uploaded via cPanel and decompressed file and move to correct location.
I uploaded directly via FTP and it works fine, It overwrote all the files, So must have been a permission error
Thanks,
dominicricci
05-01-2009, 12:20 AM
how can I fix the problem with it not showing up in the postbit?
mrtroybaker
05-01-2009, 06:10 PM
Great Hack. One problem though. Before my gamer tag in postbit it says "Real Name" how do I change that to "gamer tag"?
mikey1991
05-03-2009, 03:50 PM
Great Hack, *Installed*
nda n9ne 9
05-07-2009, 05:29 AM
i cant get this to work on my site so if you can help me this would be awsome i need a website guy to do my work cause im stupid
wolfstream
05-07-2009, 10:16 AM
i cant get this to work on my site so if you can help me this would be awsome i need a website guy to do my work cause im stupid
I'm with you on this one. This product WAS working fine, now it's not, no changes to the server @ all.
* wolfstream uninstalls until this product is developed properly.
nda n9ne 9
05-16-2009, 09:37 PM
at least you can install it i have no idea
madscientist06
05-20-2009, 12:58 PM
Works great for me.
I just have one small issue:
How do I change the title "gXboxLive Leaderboard Statistics" to "XBox Live Leaderboard" on the forum home page as is shown in the examples:
http://www.alliedtribalforces.com/gxboxlive.php
Any help would be much appreciated. :)
MadSci
Mairu
05-22-2009, 01:10 PM
Very good
Edit: nvm worked it out but I'd still like to know the answer to madscientist question as well
nda n9ne 9
05-24-2009, 08:29 PM
now can you make this go by each game type that is playedlike call of duty waw
Ossedis
05-25-2009, 07:46 PM
All I see is this.
https://vborg.vbsupport.ru/external/2009/05/21.png
Please Help ME!
TimzZ
05-29-2009, 08:04 PM
Where do I upload mods/plugins?
RaptorJesus
06-02-2009, 05:04 AM
Im getting this error
"Invalid field id specified. If you followed a valid link, please notify the administrator"
does it works for 3.8.2?
thanks
have any 1 tried on ver. 3.8.2???
is it possible to change the gXboxlive LeaderBoard Title?
same problem as Ossedis???
running on ver 3.8.3
field number input correctly but no info on the leaderboard!!!
<< waiting :s
ApollosWorld
06-15-2009, 03:00 AM
Everything seems to be working good except for cosmetics on some buttons.
Please observe:
http://www.lordsofxbox.com/gxboxlive.php
Under rank and reputations, Red (X's) show up instead of graphics. Can you assist?
How do I fix that?
Thanks in advance.
AndyMP
06-16-2009, 06:38 PM
I can't seem to get anything when I access forums/gxboxlive.php - the page is completely blank.
Likewise the link doesn't show in either the navbar or quicklinks dropdown.
I installed and edited options with no issues so I'm not sure what the problem is. Any guidance would be appreciated.
Gryphon
06-16-2009, 06:49 PM
They have been saying for a week plus emails that Xbox Live would be down all day today. While it is down, this mod will not work.
AndyMP
06-16-2009, 06:53 PM
Gottcha, I didn't think that would be the cause of the blank page. I figured it would load but have errors. Thanks for reminding me :)
PhanZero
06-17-2009, 09:25 AM
Now Xbox Live is back on... but the mod is still not gathering the informations from Xbox Live.
They changed the interface at xbox.com, maybe that's a problem?
//edit
Now everythings working fine - i truncated the database tables of gxboxlive, and so it was forced to gather the informatins completely new. ^^
AndyMP
06-17-2009, 02:55 PM
I'm still seeing nothing, not even a menu item in the list which most likely means I've done something wrong I guess. I'll go through it all again...
idoL1
06-17-2009, 03:11 PM
cant figure out why the link wont show in navbar....installed correctly do the files go straight into the forum root folder?
Sugoi na
06-17-2009, 03:19 PM
Now Xbox Live is back on... but the mod is still not gathering the informations from Xbox Live.
They changed the interface at xbox.com, maybe that's a problem?
//edit
Now everythings working fine - i truncated the database tables of gxboxlive, and so it was forced to gather the informatins completely new. ^^
Everything works fine for me without the need to do anything.
BlueNinjaGo
06-24-2009, 07:49 PM
Suggestion: Have a way to show which members are online (xbox live) and what they're doing... kind of like on xbox.com... but for all the members, not just whose on your friendlist
M i K e
06-26-2009, 01:59 PM
I keep getting an error XML Error: Invalid character at Line 302
Any help?
Passion
06-29-2009, 01:11 AM
how can i change the default gamercard to NXE gamercard?
SSC streezer
06-29-2009, 08:53 AM
hi there,
is there an overview planed which shows the gamerscore per game?
regards,
streezer
can u kindly update this mod to work with VB 3.8.3?
reintall & still not working!!!
Hi,
you are using a call to mysql_num_rows() in your cronjob. When using mysqli this gives an error when the job runs. (Since it had to be mysqli_num_rows())
It should be $vbulletin->db->num_rows() to work in both cases.
Another thing.
The Plugin "Showthread query" reads$hook_query_fields = ", gxboxlive.rank AS gxblrank, gxboxlive.gamertag AS gxblgamertag, gxboxlive.score AS gxblscore";
$hook_query_joins = "LEFT JOIN " . TABLE_PREFIX . "gxboxlive AS gxboxlive ON (user.userid = gxboxlive.userid)";
but should definetely be$hook_query_fields .= ", gxboxlive.rank AS gxblrank, gxboxlive.gamertag AS gxblgamertag, gxboxlive.score AS gxblscore";
$hook_query_joins .= " LEFT JOIN " . TABLE_PREFIX . "gxboxlive AS gxboxlive ON (user.userid = gxboxlive.userid) ";
Sincle your plugin is probably not the only one that wants to add extra stuff to the query.
Oblivion Knight
07-14-2009, 05:53 AM
Another thing.
The Plugin "Showthread query" reads$hook_query_fields = ", gxboxlive.rank AS gxblrank, gxboxlive.gamertag AS gxblgamertag, gxboxlive.score AS gxblscore";
$hook_query_joins = "LEFT JOIN " . TABLE_PREFIX . "gxboxlive AS gxboxlive ON (user.userid = gxboxlive.userid)";
but should definetely be$hook_query_fields .= ", gxboxlive.rank AS gxblrank, gxboxlive.gamertag AS gxblgamertag, gxboxlive.score AS gxblscore";
$hook_query_joins .= " LEFT JOIN " . TABLE_PREFIX . "gxboxlive AS gxboxlive ON (user.userid = gxboxlive.userid) ";
Sincle your plugin is probably not the only one that wants to add extra stuff to the query.Correct, it definately should.
vBulletin Blog also adds stuff to the query, and on random occasions the postbit link wasn't showing.. I narrowed it down to this plugin causing it, changed it as above, and all is working in harmony again.
Kottonmouth801
07-18-2009, 03:45 AM
Shows Up But Stats Don't work? "Gamer Card Shows In Profile"
Any Ideas.......
????? :)
betts02
07-22-2009, 07:58 PM
has anybody installed this on version v 3.8.3 and found out if it works ?
i dont want to mess about installing in case it does not work with new version.please post up if you know.many thanks
Ossedis
08-07-2009, 12:06 AM
I didnt do anything from before..but now it works...mayeb it was just that particular forum lol.
Anyway. I can confirm this works on 3.8.3
Link: http://annihilationgaming.com/forums/gxboxlive.php
ps3leagues
08-12-2009, 06:35 PM
For some reason I can not understand where to put the files. Like the file says images ok then it says misc which is fine then it says rep . Where in the world do those files go or the silk files?
ps3leagues
08-12-2009, 06:55 PM
I got it to show up but for some reason it is showing up twice lol
www.360playersclub.com/forums
Can someone tell me why?
genesisdnb
08-13-2009, 07:42 AM
Dude your problem is going to be sorted unless you let people who are not registered view the board
ps3leagues
08-13-2009, 11:37 AM
Dude your problem is going to be sorted unless you let people who are not registered view the board
Good point sorry about that. I fixed it you should be able to see them now.
Ca9ine
10-11-2009, 05:59 PM
This is a great mod!
You should know that game developer giant Splash Damage uses this very mod on their website.
www.splash-damage.com
FlexCoder1
10-12-2009, 09:55 PM
Top-Notch Gaming Mod!
http://forum.teamcap.org/gxboxlive.php
FTG STRYKER FG
10-12-2009, 10:31 PM
Works great, thx.
maah75
10-13-2009, 02:17 AM
hope to get one for ps3 ^_^
FTG STRYKER FG
10-16-2009, 10:06 AM
Images next to the GamerTags on the Leaderboard are not showing up. And the browser acting like its trying to load them, but after 3 minutes they still are not loaded.
Then they go to a white box with a red X in the middle.
Any ideas on how to fix? I already did a reinstall.
Oh, and the install into the quick links and navbar failed this time around.
SSC streezer
10-16-2009, 10:15 AM
on mine it works ... see here: http://forum.swisssoldiersclan.ch/gxboxlive.php
which browser are you using? tried another one? gamertag entered wrong?
FTG STRYKER FG
10-17-2009, 11:02 PM
Showing up today. Check on 2 computers. As for the links, I have a custom theme so that could be the problem. I created the links myself.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.