View Full Version : Add-On Releases - gXboxLive - Xbox Live Leaderboard
Fallback
08-02-2007, 04:31 PM
I think I figured it out. If you change your setting it waits until someone else adds theirs then it removes or edits yours. So basically if you update your profie gamertag the update to the main list seems to be triggered when someone new is added.
alfieuk
08-02-2007, 08:37 PM
I have the XBL leaderboard installed on my site, but tonight for some reason it has stopped updating and has also deleted 400 members information, have you any ideas as to why it has done this ?
Its also not updated since Thursday at 19.12 pm and when try run it myself is says updated 0 deleted 0 etc etc....Any help
I have tried disabling it and installing again but its no good it still wont do anything ?
These are the reports :
6944 gXboxLive Update 19:21, 2nd Aug 2007 Updated Accounts: 0. Deleted Entries: 0. Process Time: 11,272s. Total Queries: 9.
6943 gXboxLive Update 19:12, 2nd Aug 2007 Updated Accounts: 546. Deleted Entries: 1795. Process Time: 4,322s. Total Queries: 3082.
6942 gXboxLive Update 19:00, 2nd Aug 2007 Updated Accounts: 849. Deleted Entries: 0. Process Time: 529s. Total Queries: 4747.
Now as you can see it did it ok on number 6942 took 5.29 seconds
6943 only updated 546 and deleted 1795
6944 updated 0 deleted 0 but took 11.272 seconds
Thanks
Angela
alfieuk
08-03-2007, 09:25 AM
I have the XBL leaderboard installed on my site, but tonight for some reason it has stopped updating and has also deleted 400 members information, have you any ideas as to why it has done this ?
Its also not updated since Thursday at 19.12 pm and when try run it myself is says updated 0 deleted 0 etc etc....Any help
I have tried disabling it and installing again but its no good it still wont do anything ?
These are the reports :
6944 gXboxLive Update 19:21, 2nd Aug 2007 Updated Accounts: 0. Deleted Entries: 0. Process Time: 11,272s. Total Queries: 9.
6943 gXboxLive Update 19:12, 2nd Aug 2007 Updated Accounts: 546. Deleted Entries: 1795. Process Time: 4,322s. Total Queries: 3082.
6942 gXboxLive Update 19:00, 2nd Aug 2007 Updated Accounts: 849. Deleted Entries: 0. Process Time: 529s. Total Queries: 4747.
Now as you can see it did it ok on number 6942 took 5.29 seconds
6943 only updated 546 and deleted 1795
6944 updated 0 deleted 0 but took 11.272 seconds
Thanks
Angela
It has now removed all but 1 :eek:
alfieuk
08-07-2007, 06:24 PM
Just to let you know i have sorted this problem.
Thanks for the help :rolleyes:
JGM007
08-08-2007, 05:27 PM
I would rather keep the IM style entry because I have it in the post bit along with wii code and Xfire profile and the other IM goodies, also it just looks cleaner in the user options.
How does the query draw the value from the field? If it is a single query that fetches the player's value it seems like it would not be a big deal to point it at something else.
In gxboxlive.php I see this part of the code:
if (is_numeric($vbulletin->options['gxbl_user_field']) && $vbulletin->options['gxbl_user_field'] != '0')
{
$gxbl_user_field = "field" . $vbulletin->options['gxbl_user_field'];
} else {
$gxbl_user_field = $vbulletin->options['gxbl_user_field'];
}
Is this the only point where the system looks for the value of the field? if it is could I in theory change it so it is not looking for a numeric value and change the value to look in a field with a name? such as
if ($bbuserinfo[xbox] != '0')
{
$gxbl_user_field = $bbuserinfo[xbox]
}
$bbuserinfo[xbox] is the name of the field that already exists in the user options.
Unfortunately it is a bit more involved than replacing the variable, the cron job would need the queries re-written for one as well as some other checks in place that expect an id.
Another solution would be to use a query to move every body's IM style entries to a profile field and then remove the IM style mod.
Peench
08-23-2007, 09:54 AM
Just to let you know i have sorted this problem.
Thanks for the help :rolleyes:
I am currently running into the same issue you had also. Would you mind sharing your fix? I've tried a few things, but none have worked.
Thanks.
JVCode
08-25-2007, 09:20 AM
Where it says add (*GamerTAG*) to your friends list or send this user a message, is it possible to replace it with a small image?, the text looks really ugly.
jribz
08-25-2007, 10:50 PM
I tried searching for an answer to this, I really did, but I cant seem to find it.
Is there a way to use images for the send messages and add to friends list feature? Also, the images for the reputation are not showing up for me when I set it to the folder option, they come up from Xbox.com but they don't match my site at all. I just have reputation:20, etc.
Thanks.
Greenskull
08-26-2007, 07:33 AM
Hey man! I really need this mod but I set it up and it's just blank. I see the page and everything but there are no gamertags in it. The field is correct. What's wrong?! Thanks.
PS: Will it make a difference if I use the gamertag field from the postbit?
Gryphon
08-26-2007, 06:58 PM
Where it says add (*GamerTAG*) to your friends list or send this user a message, is it possible to replace it with a small image?, the text looks really ugly.
I tried searching for an answer to this, I really did, but I cant seem to find it.
Is there a way to use images for the send messages and add to friends list feature? Also, the images for the reputation are not showing up for me when I set it to the folder option, they come up from Xbox.com but they don't match my site at all. I just have reputation:20, etc.
Thanks.
Make sure that you upload the images to your specific styles misc directory. You are probably using Firefox which is not showing you that there is a broken image and just showing the alt text.
Hey man! I really need this mod but I set it up and it's just blank. I see the page and everything but there are no gamertags in it. The field is correct. What's wrong?! Thanks.
PS: Will it make a difference if I use the gamertag field from the postbit?
Have you waited for the cron to run? I am not sure what you mean by gamertag field from the postbit.
jribz
08-27-2007, 12:33 AM
Thanks Gryphon, I was using Firefox and that was the issue with the add to friends list and send message, but I still don't see any images for reputation even though they are in the folder. Any ideas?
Gryphon
08-27-2007, 12:52 AM
Thanks Gryphon, I was using Firefox and that was the issue with the add to friends list and send message, but I still don't see any images for reputation even though they are in the folder. Any ideas?
Hmm, I am not sure. It shouldn't be any different than the add friends images. If you uploaded the misc images, they should include the stars for the reputation.
JVCode
08-27-2007, 07:05 AM
Thanks Gryphon, it seemed that i had the gxboxlive images folder in my default styles folder! hehe, all fixed now and looking sweeter than ever, thanks alot for your help!
Matty.B
09-05-2007, 10:25 AM
Wow.. Great Mod! Works Almost Perfectly.. Just getting a little overlap with the Gamertag and the Gamertag Image.. But i'll deal with it (it's probably the theme)
http://vlexo.com.au/forums/gxboxlive.php
khaales
09-10-2007, 10:26 AM
hi,
tnax a lot for youruseful mod
but I have a problem. I installed it completely and make a field for Xboxlive Tag, but when I try to test and I enter my tag into my userCP the table is empty and nothin show in it...?
what is the prob. help please
Gryphon
09-10-2007, 01:34 PM
I assume you waited for the cron to run. This question has been asked several times before. If it is installed correctly it will work, otherwise I can't make guesses as to what you have or haven't done or how your server is setup.
Job4Suprmn
09-10-2007, 02:02 PM
Hey, love the hack. But every time the cron runs, it deletes some people and adds others. Any idea why? There should be 9 people (so far) but it's only showing 5. But sometimes it will run and show all 9, or run and only show 4. Seems completely random.
powerbook
09-10-2007, 03:51 PM
I see MOH image not showing on leaderboard... Any idea how we can fix that?
Thanks..
Gryphon
09-10-2007, 04:21 PM
Hmm, it is showing ok for me. Was it just a temporary Xbox.com glitch? The images are served by that site.
Phalynx
09-12-2007, 12:16 PM
I have now around 1600 Users that have entered their Xbox ID and the CRON Job takes around 1 minute to finish. What I'm doing wrong?
This one I get after running cron manually:
Warning: Unable to fetch URL:http://gamercard.xbox.com/mailman_B.card in \includes\cron\miner.gxboxlive.php on line 95
Is there no fallback if a user put a wrong ID?
Gryphon
09-12-2007, 12:52 PM
It has to request and scan 1600 gamer cards, it takes a while, there is nothing you can do about how long it takes. I have some ideas for breaking up the process, I just haven't had time to work on it.
Regarding the error, it currently does not do anything about nonexistent cards. Does it stop or continue on with the other cards?
Phalynx
09-12-2007, 12:57 PM
It stops with an 60 seconds timeout. It's always this card.
Gryphon
09-12-2007, 02:28 PM
For now, you will have to edit that users profile and remove the underscore. I will add something to check for this to my todo list.
You could add regex to the profilefield to only allow an alphanumeric entry. I don't believe you can use anything other than letters, numbers and spaces.
Phalynx
09-12-2007, 02:41 PM
Still it needs too much time:
Fatal error: Maximum execution time of 60 seconds exceeded in *\includes\class_rss_poster.php on line 127
Gryphon
09-12-2007, 05:20 PM
Hmm, that might be a limitation of your server settings, I have seen leaderboards with more working ok. I will have to work on optimizing the cron. I am not sure what to suggest until then.
Phalynx
09-13-2007, 10:28 AM
Sure, I could extend the limit up to 120 minutes, but that's not the point. While the cron is running the board is busy for the user. Currently I disabled the cron, waiting for a fix from you. A solution would be a PHP file that can be executed without vBulletin via real cron.
tandalier
09-19-2007, 08:52 PM
is it possible to rewrite the cron-job, so it doesn't read it from the field?
on my site users save their gamer-tags in an own row in the user-sheet, so I don't need the extra-field like you use it. any chance to get it working when it read out the data from the user-datasheet?
tandalier
09-20-2007, 05:20 AM
so I solved the probleme by myself. Rewrote the whole cronjob and now it works perfectly....
msaunder1972
09-22-2007, 05:56 AM
Just wanted to say thanks for a wonderful Mod. Installed and working fine first time.
Top job fella
oezer
09-24-2007, 11:33 PM
hey guys... amazin mod.. really.. i hope someone make a similiar gamertag for the new ps3 network :D
pillarfan1
09-26-2007, 07:47 AM
Hey, I installed this but I can't get it to work.
First when I used the dropdown menu to add my username it said "invalid birthday" , so I went in my profile and entered my birthday and also my gamertag in the profile. When i visit the page now, the drop down add username box is gone, and it is blank. I have ran the cron twice and it doesnt return any errors at all.
pillarfan1
09-26-2007, 07:56 AM
hmm well nm. i just checked again and it's listed.. that's weird
ForumDrop
09-26-2007, 09:04 AM
Does not seem like I can get the menubar to work, I can not find the field either. Any advice would be great!
http://www.myxss.com/forum/gxboxlive.php
PS also broke my navbar.
Gryphon
09-26-2007, 12:46 PM
The Xbox.com site has shut down the gamercards tags and other features of it's site because of the heavy load the site is getting due to the release of Halo 3 so this mod will not work properly until those features come back online.
The menu bar and quicklaunch options will work best with the default style, I am unsure how they will react with custom skins. If you can't get them to work, you will have to manually insert a link to the leaderboard where you want it in your specific style.
ScottRowan
09-27-2007, 08:29 PM
Hi,
Ive installed this and it seems to be fine, but ive put in my Gamertag and when to the gXboxLive page and nothing shows.
Any idea if ive missed anything?
Gryphon
09-27-2007, 08:46 PM
Did you wait for the scheduled task to run?
ScottRowan
09-28-2007, 12:37 AM
How do I do that m8?
I uploaded the files, installed the product, made the field, fixed the settings, and added my tag.
What have I missed?
Gryphon
09-28-2007, 07:02 PM
It only gathers the tags every 10 minutes, so you had to wait before it showed up on your leaderboard which it appears it has.
ScottRowan
09-28-2007, 07:02 PM
Ahhh thanks its working perfect now just checked :)
Gotmian
10-03-2007, 11:08 PM
Great script. Would have been even better if we could somehow use the stats from the people on it on another place...
For example the 5 top games...
If anyone can do it, either with php, or with another way, that will enable embing the result anywhere, please do so... It would be really great to have this option....
HellBoy
10-04-2007, 07:16 AM
Brilliant application! I would love some more statistics and information, though.
Gryphon, what are your future plans for further development of the applications, if any?
Gryphon
10-04-2007, 10:42 PM
Not too many plans at the moment. Clean up some minor bugs and display issues, optimize the way the information is fetched from xbox.com, make some data available on forum home, postbit etc., fix exclusion of banned users, wedging all of this in between 1000 other half finished projects ;)
doogie1775
10-04-2007, 11:35 PM
You can change the name of the link in the navbar with phrases, search for gxboxlive_vbnav.
I do have a couple of questions:
1. Regarding your statment above - I did a search in templates and found the following
<td class="vbmenu_control"><a href="gxboxlive.php$session[sessionurl_q]">$vbphrase[gxboxlive_vbnav]</a></td>
However, when I change gxboxlive to something like leaderboard, the link gxboxlive drops off my navbar and never updates to leaderboard. I am a n00b, so please bear with me!
Gryphon
10-05-2007, 12:31 AM
1. You searched templates, you need to search phrases instead.
2. This is a known issue with the style, I will have to make some changes to fix this.
doogie1775
10-05-2007, 01:50 AM
1. You searched templates, you need to search phrases instead.
2. This is a known issue with the style, I will have to make some changes to fix this.
Thanks a million on #1 - did what you said and it works like a champ (slowly getting out of n00bness).
Do you have any idea when the second issue may be addressed?
Thanks again for all of your help - you're awesome! :D
rinkrat
10-05-2007, 03:45 AM
Looks great! I think I'll let it run every hour instead of every 10 minutes though! ;)
rinkrat
10-05-2007, 08:36 PM
Hey, is there any way I can get the Leader Stats at the bottom of the rankings and display that strip on my forumhome?
Wobbly Goblin
10-06-2007, 09:15 PM
This has got to be the coolest thing I've ever seen...thanks! :)
JVCode
10-06-2007, 09:50 PM
The 'Score' section of the gXboxLive leaderboard doesn't seem to update, has not done so since the installation of the product, can anyone help me with this?
dreads
10-07-2007, 12:24 PM
great mod!
Thanks
Wobbly Goblin
10-08-2007, 08:54 AM
I uploaded and installed the update it seems to run fine.
Updated Accounts: 47. Deleted Entries: 0. Process Time: 11s. Total Queries: 56.
I'm getting the same error.
Updated Accounts: 23. Deleted Entries: 0. Process Time: 9s. Total Queries: 138.<br />
It doesn't seem to matter what page I'm accessing when it happens. Is there any chance there's a fix that I missed? :(
Gryphon
10-08-2007, 10:04 PM
Not sure what you mean, you should only see that if you run the scheduled update, you should not see it anywhere else.
Wobbly Goblin
10-08-2007, 11:25 PM
Not sure what you mean, you should only see that if you run the scheduled update, you should not see it anywhere else.
Scheduled update? It shows up all the time. For example, when the "who's online page" auto refreshes. Do you have any idea why or what can be done to fix it? :confused:
Gryphon
10-09-2007, 12:19 AM
I have no idea, I have never seen or heard of such a problem. I can not reproduce that.
doogie1775
10-09-2007, 12:56 AM
Hey Gryphon - thanks again for the great mod! Are you still going to work on correcting the issue with fixed stles (gamer pic covering a portion of the gamertags)? Thanks in advance.
Wobbly Goblin
10-09-2007, 08:24 AM
I have no idea, I have never seen or heard of such a problem. I can not reproduce that.
Well the fix was simple enough. I just rescheduled the updates to run at 1:00 AM instead of every 10 minutes...seems to do the trick.
Thanks Gryphon :)
Gryphon
10-09-2007, 05:19 PM
Hey Gryphon - thanks again for the great mod! Are you still going to work on correcting the issue with fixed stles (gamer pic covering a portion of the gamertags)? Thanks in advance.
Released an update, hopefully solves this problem.
Well the fix was simple enough. I just rescheduled the updates to run at 1:00 AM instead of every 10 minutes...seems to do the trick.
Thanks Gryphon :)
Made a tweak to the cron file, may solve this issue.
Canis Firebrand
10-09-2007, 05:33 PM
Shoot. Do you have the gxboxlive.php, miner.gxboxlive.php for your 1.34 version? I didn't realize until I uploaded the new versions that the latest release wasn't compatible with vB 3.64. Or will those two files not cause an issue if I have the 1.34 product installed?
Gryphon
10-09-2007, 06:15 PM
I think the only issue may be the copyright line may be offset since I added a column.
It is compatible with any 3.6 version, however the navbar links are only automatically added in version 3.6.6 and up assuming you have updated templates to include the $template_hook variables.
If you are using a version prior to 3.6.6 you can edit the navbar template and manually add a link the leaderboard.
Canis Firebrand
10-09-2007, 06:18 PM
When I tried to import the product with the overwrite option, it gave me a warning message stating "The following dependencies were not met:
1. This product is not compatible with version 3.6.4 of vBulletin. (Compatible starting with 3.6.7)"
The 1.34 version does what I need it to do, but I guess unless I update vB I may not be able to keep this product installed to the most recent version?
I did the manual navbar edit for the earlier version of this product as I wanted it in a different area of the navbar.
Gryphon
10-09-2007, 06:39 PM
Ah, forgot about that. I removed the dependency check.
Canis Firebrand
10-09-2007, 07:50 PM
:)
Thanks. That allowed me to import the new version.
Awesome mod for gaming related sites.
doogie1775
10-09-2007, 09:21 PM
Hey, has anyone else noticed that the game icon for Halo 3 is no longer showing up? Any ideas why that may be happning?
Gryphon
10-09-2007, 09:36 PM
Hey, has anyone else noticed that the game icon for Halo 3 is no longer showing up? Any ideas why that may be happning?
I've seen this a couple of times, but currently the icon is showing on at least my 3 example sites listed above. It is not limited to the leaderboard as the icon goes missing from the gamercards as well. Could be you are randomly accessing a xbox.com webserver which doesn't have the icon mirrored.
doogie1775
10-10-2007, 12:04 AM
Released an update, hopefully solves this problem.
Made a tweak to the cron file, may solve this issue.
Works like a champ - thanks a million for a fantastic mod!!!!! Looks great :)
doogie1775
10-10-2007, 12:05 AM
I've seen this a couple of times, but currently the icon is showing on at least my 3 example sites listed above. It is not limited to the leaderboard as the icon goes missing from the gamercards as well. Could be you are randomly accessing a xbox.com webserver which doesn't have the icon mirrored.
It's back now....................strange!
Thanks
doogie1775
10-10-2007, 12:23 AM
Just noticed that uploading the update wiped out my link to gxboxlive in my navbar. I checked in my vB options and the "add link to navbar" option is enabled. I cleared that option and saved and then re-enabled it again and saved just to make sure, but it still does not show. Any ideas? - thanks!
Edit: Got it figured out, had to re-add <td class="vbmenu_control"><a href="gxboxlive.php$session[sessionurl_q]">$vbphrase[gxboxlive_vbnav]</a></td> into my style template.
Wobbly Goblin
10-10-2007, 03:14 AM
Released an update, hopefully solves this problem.
Made a tweak to the cron file, may solve this issue.
That's seems to have done the trick. It's updating every 10 minutes, no errors...works great!
Thanks Gryphon :)
FinanceGuy
10-15-2007, 09:50 AM
Sweet! Quick and easy installation with no problems.
http://forums.videogamechat.net/gxboxlive.php
Good work mate.
gryffin
10-20-2007, 09:17 AM
This is probably one of the best mods I have ever used, AWESOME!
MotMann
10-25-2007, 09:38 PM
Is there a Chart side to get? The same as here?
http://www.xbox-liveforum.de/wbb2/xlf_gamecharts.php
Im search, but i found nothing...
Gryphon
10-25-2007, 09:46 PM
Is there a Chart side to get? The same as here?
http://www.xbox-liveforum.de/wbb2/xlf_gamecharts.php
Im search, but i found nothing...
Not currently
MotMann
10-25-2007, 09:53 PM
Is it a Problem to Code that? :D
VGPelega
10-27-2007, 11:59 AM
Hi there. I have had this installed for some time now, and it is a great feature, and I have had no issues with it, but a few months back, I was getting some members claiming it was not updating, after checking the system, it has not been up dating now for 6 weeks or so.
When I run the cron, I get the following error messages for every single member:
Warning: fsockopen() [function.fsockopen]: unable to connect to gamercard.xbox.com:80 (Network is unreachable) in /includes/class_rss_poster.php on line 95
Warning: Unable to fetch URL:http://gamercard.xbox.com/VG+Pelega.card in /includes/cron/miner.gxboxlive.php on line 98
Now I have looked over the whole code, read your first post 5 times. I have around 500 members using this feature, has the feature exhausted the cron, is there a bug? Please help?
Tilly
10-29-2007, 07:55 AM
nice job bro installed
Gryphon
10-29-2007, 03:07 PM
VGPelega I am not positive what the problem could be, my first guess would be that for some reason you server can no longer resolve the xbox.com domain. If you have ssh access, attempt to ping xbox.com or verify that you can resolve the domain ok.
204HOE
10-31-2007, 08:15 AM
Great Hack! Installed!
VGPelega
11-01-2007, 01:19 PM
My site uses many resources direct from xbox.com, including gamer cards for every post.
My server can more than handle itself. I just can't understand why this is happening. Have you any more suggestions, as this is a great feature, and I don't want to lose it on my site.
bigfraggle
11-01-2007, 02:39 PM
Hi!
You've done a great work! :)
I want to translate your Add-on. Can you tell me which files I have to consider?
It has to do with the descriptions and the links to xbox.com.
Thanks!
Is there a Chart side to get? The same as here?
http://www.xbox-liveforum.de/wbb2/xlf_gamecharts.php
Im search, but i found nothing...
Nice idea! :)
Maybe you can realize this in the future...
thebigman87
11-01-2007, 04:16 PM
Very new to VB, but could someone tell me how I could change the Link in the NavBar from gXboxLive to a Custom Title?
btw a very nice Mod, enjoying it so far.
Viper007Bond
11-02-2007, 03:44 AM
Awesome mod! Thanks! :D
http://forums.finalgear.com/gxboxlive.php
Didikoy
11-02-2007, 09:22 PM
Many Thanks for the update Gryphon, keep up the excellent work :)
BobbyBlackwolf
11-04-2007, 04:26 PM
We actually have had an "Xbox Live Gamertag" field for years on our forum, but it was mainly just to be shown on the user profile. Nice to have it put to some good use!
http://forums.allgames.com/gxboxlive.php
Jasna Raye
11-12-2007, 12:14 AM
How do you remove a user's gamertag from the list?
Edit: Nevermind, I just had to wait a half hour. ^^;;
liquidrage
11-12-2007, 09:42 PM
Very nice. I've been using this for months (I know sue me, I forgot to mark it as installed until today when I came to check for updates, which also went with no problem).
One thing I've noticed in your 3 example sites that I'm doing different is I have this as a subforum so it can be found in the forum menu as well.
http://www.flyersphans.com/forums/
If you look there, we have a video game forum at the bottom, and you can see the subforum for the leaderboard. When you create a forum, there's an option to get it's content from a redirect. And then you just put in the php page for the XBL leaderboard and that's all there is to it.
liquidrage
11-12-2007, 09:56 PM
I did notice one issues. Perhaps it was always there. The pop-up "add your gamertag" doesn't work. If they add it from the Edit Profile page, no problem.
Adding it from leaderboard itself it just brings you to the UserCP page, but nothing actually gets saved.
R_E_A_P
11-13-2007, 05:47 PM
Yeha i have noticed that ^^
Gryphon
11-13-2007, 06:54 PM
Hmm, I just double checked that on my three example boards and the popup is working ok. It does take you to the user cp, but it should be adding the gamertag to your profile.
HellBoy
11-15-2007, 07:48 AM
One thing that I would love for this addon, though I'm unsure if it's possible or not, is a graph displaying each users gamerscore progression as well as a chart showing the progression of the top 10 users.
Gryphon
11-15-2007, 04:49 PM
One thing that I would love for this addon, though I'm unsure if it's possible or not, is a graph displaying each users gamerscore progression as well as a chart showing the progression of the top 10 users.
It is possible, I will add that to my list of feature suggestions.
VGenerations
11-18-2007, 05:41 PM
Very nice
http://www.vg-forum.it/gxboxlive.php
VGPelega
11-22-2007, 03:21 PM
Hi there Gryphon, having stressed about this for a long time, and having no hair left to pull out, could my issue be, that I have placed the custom profile field into a profile "Category"
I am still awaiting the changes to take effect (waiting my 30 mins), but I will be able to test it for you, and let you know, if has been the categorization of the profile field that has caused my ladders to stop updating.
If that shouldn't be an issues, please can you help me address this situation?
ogrizzle1
11-22-2007, 04:57 PM
need some help. i installed it but i cant get any gamertags to be shown on the stat board.
EDIT: i got it all working. all it was, is that it took longer for the gamertags to show up. but they are all showing now.
Thank you
and its Awesome mod
i want to know how to update the Leaderboard ? and how long its take ?
thank you agin
Gryphon
11-29-2007, 04:23 PM
It should be updated I assume by now, it takes 30 minutes to an hour.
ChU v2
12-01-2007, 01:52 PM
Installed last night still waiting on the gamertags to show up. Set the options and everything.
sR Craig
12-02-2007, 02:25 AM
I just wanted to say that we've been using this for a while and got a lot more people to start using it once I setup a graphic navbar that brought more attention to the page. The default navbar is just a bit too plain and hides this great mod.
Here is the page to give you an idea of what we did: http://www.straferight.com/forums/gxboxlive.php
Thanks for the great mod Gryphon
rweber93
12-02-2007, 11:55 AM
I have installed the mod and its really cool. Thanks! The only thing is that the gamertags aren't showing up yet. I have waited about 10 hours so far. Any suggestions?
rweber93
12-02-2007, 12:14 PM
Never mind. I fixed it.
dicegame
12-04-2007, 10:00 PM
my leaderboard is going all weird.
It changes from 5 people on the list to 8, to 20 , to 5. I'd like to know why it does this?
Gryphon
12-04-2007, 10:12 PM
There is a Xbox 360 dashboard update released today and Xbox.com is having stability issues. Wait it out at least a couple of days.
tei727
12-04-2007, 11:09 PM
Never mind. I fixed it.
how?
tei727
12-05-2007, 01:01 AM
i can't get mine to put anyone on it.
Vesica
12-06-2007, 10:40 AM
Same with me. I put everything in correctly and it doesn't show up.
thebigman87
12-07-2007, 09:36 PM
Is a great Mod thanks alot, been installed for a while and no problems as of yet *crosses his fingers*.
Just a quick question, is it possible to get some of the information from the gxboxlive leaderboard and use it in the Postbit on Threads?
Thinking mainly about Position in Leaderboard, Gamerscore and the Last 5 Games played. Please let us know either way and how I'd go about implementing it, if it's possible that is.
sR Craig
12-13-2007, 03:42 AM
Hi again,
Also added in a simple ajax line of code to help people understand how/where to input their GamerTag to get listed on the leaderboard.
See here: http://www.straferight.com/forums/gxboxlive.php (thats the XBL page when you first load it)
Then, once you're logged in, it looks like this: (the 'Click Here' link you see in the attached image leads to the Acct Manager page)
baklash
12-13-2007, 12:25 PM
sick gonna look at this when i get home
baklash
12-13-2007, 05:53 PM
ok i loaded the plugin did everything and i get this message when i click the link. what did i do wrong?
The requested URL /forum/gxboxlive.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
baklash
12-13-2007, 06:12 PM
nvm got it..
EcoCav
12-14-2007, 05:32 AM
Is there a way to change the name in the NAVBAR from gXboxLive to something else? gXboxLive is too long for my navbar, and I want to shorten it to XBL
Gryphon
12-14-2007, 08:18 PM
Is there a way to change the name in the NAVBAR from gXboxLive to something else? gXboxLive is too long for my navbar, and I want to shorten it to XBL
Yes, search the phrases for gXboxLive.
is there a way to add the leaderboard statistics to your forumhome yet?
harlita
12-20-2007, 10:10 AM
oh! i love it! easy install, worked right away. you rock!
BaziCenter
12-29-2007, 06:29 PM
hi,
I have a problem with this mod because it's not working anymore. i have used this about 8 months and it was great. but since 2 days ago it has stopped updating and showed only one gamertag! i also checked the "Scheduled Tasks" and it was enable.
Unistalled it completely and install the V1.38 again but still it's not update and the Last Update section don't have any date.
link to my site:
http://forums.bazicenter.com/gxboxlive.php
where is the problem?
EDIT: i ran the gXboxLive Update cron manually but it took too many times and at the end, only white page appeared.
sR Craig
12-29-2007, 09:44 PM
Well, now it looks like Microsoft wants you to login to see anyones gamertags. I can still see all of our members on the leaderboard, you just can't hover over their icon and see their gamertag.
Not sure if there's a way to code around that...I highly doubt it.
Sucks, this mod is flipping awesome.
Snookieboy
12-30-2007, 11:28 PM
have the same issue as those above, worked perfectly for ages, now suddenly only one Gamertag is shown :(
Oblivion Knight
12-31-2007, 08:30 AM
Microsoft have probably limited some of the off-site features due to it's recent server problems.
RollaJedi
01-02-2008, 06:43 PM
how about for a future add-on:
show latest achievements earned or a listing of all achievements and who has them. Really, anything to do with achievements would make me pee my britchees!
MotMann
01-02-2008, 06:54 PM
Yes, a nice idea. And a better listings about the most played Games. Rankingsystem ;)
sR Craig
01-04-2008, 04:55 AM
Well, now it looks like Microsoft wants you to login to see anyones gamertags. I can still see all of our members on the leaderboard, you just can't hover over their icon and see their gamertag.
Not sure if there's a way to code around that...I highly doubt it.
Sucks, this mod is flipping awesome.
FYI...as was just mentioned, the recent XBL server problems were the culprit here. Everything is back and working fine. w00t!
Gryphon
01-07-2008, 04:17 PM
Yes, the xbox.com provided gamercards are publicly viewable and will stay that way, they are meant to be. The gamercard is where gXboxLive obtains the data so there are usually only two reasons why the leaderboards fail, the gamertags html changed so that pattern matching fails or the site is unreachable/down. Most the time it is the latter and you just have to wait out the site downtime.
I still hope to optimize this better so that the leaderboards aren't affected as much by xbox.com downtime.
Kinneas
01-08-2008, 02:42 PM
Hey, great hack, been using it for a while. Recently though I've been bombarded with several emails a day, content of which is similar to below:
Database error in vBulletin 3.6.8:
Invalid SQL:
REPLACE INTO gxboxlive_games SET
userid = '21',
title = 'PES2008',
link = 'http://live.xbox.com/en-US/profile/Achievements/ViewAchievementDetails.aspx?tid=%09%5d%3a%13%1f%5d %1fGup&compareTo=Vardoc',
image = 'http://tiles.xbox.com/tiles/7O/LN/12dsb2JgbA9ECgR6G3UfWSpVL2ljb24vMC84MDAwIAABAAAAAP ji4vM=.jpg',
updated = '1199784849';
MySQL Error : MySQL server has gone away
Error Number : 2006
Date : Tuesday, January 8th 2008 @ 09:35:11 AM
Script : http://www.evolution-guild.co.uk/cron.php?&rand=944878
Referrer : http://www.evolution-guild.co.uk/newthread.php?do=recruitwow
IP Address : XXX.XXX.XX.XXX
Username : Unregistered
Classname : vB_Database
I have reinstalled the product which has not helped. Does anyone know why this may be happening?
Gryphon
01-08-2008, 04:38 PM
See this (http://dev.mysql.com/doc/refman/5.0/en/gone-away.html) regarding "MySQL server has gone away". It appears that you are losing your MySQL connection during the update process. How many gamertags are in your leaderboard?
Kinneas
01-09-2008, 04:19 PM
16...which I believe is correct, it's only a small forum.
Would a timeout value be causing this then? Do these queries take longer than usual vb functions to execute?
Gryphon
01-09-2008, 04:39 PM
It does take longer as it has to fetch xbox.com once for each gamertag and then make mysql query for each tag it finds. So the cron takes some time to run, the update process could really use some more optimization if I could just find the time to rewrite it.
As far as the error goes, I am afraid it is beyond what knowledge I have of the process.
Kinneas
01-09-2008, 04:41 PM
I've recently downgraded to shared hosting so I don't have control over the MySQL settings etc. I'll see if they will increase the timeout value and see if that helps.
Thanks for your assistance.
Gryphon
01-09-2008, 05:01 PM
I've recently downgraded to shared hosting so I don't have control over the MySQL settings etc. I'll see if they will increase the timeout value and see if that helps.
Thanks for your assistance.
No problem. I have started working on updating the cron which will break up the process a bit.
kindi_boy
01-14-2008, 04:54 AM
Hello,
I would like to say this is the best product i've ever seen.
also i need help with a little problem
the pictures that i uploaded are not showing up
i've checked the paths they are right.
am not really sure what's the problem
please help
Gryphon
01-14-2008, 05:08 AM
Thank you. Regarding the images, make sure if you are using a custom style, that the images are in the misc folder for that particular style.
kindi_boy
01-14-2008, 05:15 AM
worked like a charm! thanks a bunch!
now for something else if i need to translate just the "Send a Message To ????"
and the columns titles just the stuff that appears to people, any idea how to do that?
Gryphon
01-14-2008, 07:15 PM
Most everything is handled by phrases. Go to your phrase manager and choose gXboxLive phrase type.
I've installed it, but when I activate it my forums are failing to load stating:
Fatal error: Call to undefined function: gxbl_counts() in /public_html/forums/global.php(360) : eval()'d code on line 6
Any thoughts?
vB is the latest, 3.6.8 PL2 etc.
Wobbly Goblin
01-15-2008, 05:42 PM
Hum...is this by design? :confused:
Rank: 1 1st
Rank: 2 2nd
Rank: 3 3rd
kindi_boy
01-15-2008, 05:43 PM
just wanted to say thanks a million, testing.
Gryphon
01-15-2008, 05:52 PM
I've installed it, but when I activate it my forums are failing to load stating:
Fatal error: Call to undefined function: gxbl_counts() in /public_html/forums/global.php(360) : eval()'d code on line 6
Any thoughts?
vB is the latest, 3.6.8 PL2 etc.
Upload all files
Hum...is this by design? :confused:
Rank: 1 1st
Rank: 2 2nd
Rank: 3 3rd
That is Alt text, upload the images to your styles misc folder.
Wobbly Goblin
01-15-2008, 06:04 PM
Upload all files
That is Alt text, upload the images to your styles misc folder.
Ya, sorry, I figured it out 5 minutes after posting. Nice work...thanks Gryphon
Gryphon
01-15-2008, 06:09 PM
Thank you. I found a bug by viewing the couch potatoes forum installation. I had a bug that didn't include some needed code in the header if certain option combinations weren't met causing the javascript error on the home page stats. Version 2.0.1 is updated with the fix and only requires a product update for anyone who installed v2.0.0
Didikoy
01-15-2008, 06:21 PM
Many Thanks for your hardwork Gryphon
kindi_boy
01-15-2008, 06:24 PM
Thank you. I found a bug by viewing the couch potatoes forum installation. I had a bug that didn't include some needed code in the header if certain option combinations weren't met causing the javascript error on the home page stats. Version 2.0.1 is updated with the fix and only requires a product update for anyone who installed v2.0.0
thanks alot for the quick fix
Wobbly Goblin
01-15-2008, 06:29 PM
Thank you. I found a bug by viewing the couch potatoes forum installation. I had a bug that didn't include some needed code in the header if certain option combinations weren't met causing the javascript error on the home page stats. Version 2.0.1 is updated with the fix and only requires a product update for anyone who installed v2.0.0
I just installed the new "product update"...did that fix the problem?
Gryphon
01-15-2008, 06:32 PM
I just installed the new "product update"...did that fix the problem?
Yup, works now :D It was an issue with the gamercard popups fyi, which is no longer an issue :)
Wobbly Goblin
01-15-2008, 06:35 PM
Yup, works now :D It was an issue with the gamercard popups fyi, which is no longer an issue :)
Thanks again Gryphon, I'm really liking the new features...very nice! :D
Gryphon
01-15-2008, 06:38 PM
BTW to link directly to a gamertag use gxboxlive.php?gt=GamerTag
HellBoy
01-15-2008, 07:34 PM
Great to see a new version out!
The new features are great, noticed a little issue with the ranks, though. For rank 1 through 3 it's displayed like "Rank: 1 1st".
This is by far my favorite vBulletin mod (being the gamerscore +++++ that I am ;)) so I hope to see further developments on this in the future (especially a gamerscore progression graph generated for the top X players as well as for each user).
Keep up the great work, Gryphon :)
Gryphon
01-15-2008, 07:47 PM
Great to see a new version out!
The new features are great, noticed a little issue with the ranks, though. For rank 1 through 3 it's displayed like "Rank: 1 1st".
Arrgg, I really hate Firefox, FF users never know when images are broken :p See this thread (https://vborg.vbsupport.ru/showpost.php?p=1422017&postcount=385), it is missing images.
HellBoy
01-15-2008, 08:05 PM
I just noticed when I checked out the examples listed in the main post here.
Looks great now, excellent update and it was a sweet breeze to update, even with my stupidity taken into concideration ;)
BobbyBlackwolf
01-15-2008, 08:47 PM
Just installed the update. I have one suggestion:
When you mouse over the gamerscore, you have "Last Post: Today 3:30PM" or whatever. When I see this on a forum, I tend to think it's the last time that user posted a message on the forum - which didn't line up because some of those people on our leaderboard hadn't posted in a while. I later came to understand it meant the last time it was updated from Xbox Live. Perhaps changing the wording from "Last Post" to "Last Update" would alleviate that.
I'm sure I can edit it on my end either with the language or in the PHP file itself, but I thought it's something you should consider for whenever you make a later update.
EDIT: Actually, you used $vbphrase[last_post] for that section, so I just manually edited the style on my end. But perhaps make a new phrase for it in future versions...
-Bobby Blackwolf
http://www.allgames.com/
jgommel
01-15-2008, 08:50 PM
Great update! The only problem I've run into is when I manually run the "gXboxLive Update" under Scheduled Task Manager, I get the following error:
Warning: Unable to fetch URL: http://gamercard.xbox.com/dpn_22.card in /includes/cron/miner.gxboxlive.php on line 102
Updated Accounts: 6. Deleted Entries: 0. Process Time: 5s. Total Queries: 58.
The first 2 times I executed the task, it ran just fine, but all attempts going forward give me that error. Any thoughts?
Gryphon
01-15-2008, 09:00 PM
Thank Bobby, I will keep that in mind. It was sort of an easter egg just to monitor whether or not the gamertags were updating ok. I will see about changing the phrase.
jgommel, I will see if I can fix the error. But the error is cause by an improper gamertag. Gamertags can not have underscores, gamertag "dpn_22" does not exist, but "dpn 22" does. I will see about putting in some more checks to ensure that users are entering a proper tag.
BobbyBlackwolf
01-15-2008, 09:04 PM
Thank Bobby, I will keep that in mind. It was sort of an easter egg just to monitor whether or not the gamertags were updating ok. I will see about changing the phrase.
jgommel, I will see if I can fix the error. But the error is cause by an improper gamertag. Gamertags can not have underscores, gamertag "dpn_22" does not exist, but "dpn 22" does. I will see about putting in some more checks to ensure that users are entering a proper tag.
No problem - I love the plugin (it's the only one we have installed) - and I like the easter egg because we have some achievement whores who have actually gone "WHY HASN'T MY GAMERSCORE UPDATED I JUST PLAYED AVATAR" and then after we point and laugh at them we can tell them to just mouseover the gamerscore to see when we last pulled their info. I think it's a nice feature.
-Bobby
Gryphon
01-15-2008, 09:10 PM
Hehe, thanks Bobby :D
jgommel, you can update the user profile field to contain the followin regex which help guide users to enter the proper gamertag format, edit see instructions for latest regex (https://vborg.vbsupport.ru/showthread.php?t=139958).
Gryphon
01-15-2008, 09:21 PM
Bobby, it appears that you got ahold of v2.0.0, the gamercard popups are broken on your forumhome stats. Might want to update to v2.0.1
I also spaced out, I have a Last Updated phrase already lol, $vbphrase[gxbl_last_updated]
jgommel
01-15-2008, 09:51 PM
Hehe, thanks Bobby :D
jgommel, you can update the user profile field to contain the followin regex which help guide users to enter the proper gamertag format, ^[A-Za-z0-9 ]+$
Alright, I copy/pasted ^[A-Za-z0-9 ]+$ into the Regular Expression field. I also opened the database and browsed vb_gxboxlive table to see if I could find the offending ID. I didn't see any ID's with underscores, nor did I see a gamertag of dpn_22. Is it possible that because the users XBL ID is invalid that it did did not get added to the table?
jgommel
01-15-2008, 09:57 PM
Okay, I fixed it. I found the user and removed the underscore - all is well. I'll keep the regular expression listed to.
TCE Killa
01-15-2008, 10:14 PM
Thanks this is great.
Wobbly Goblin
01-15-2008, 10:15 PM
I just got the following error. Any chance it has anything to do with the new update?
Fatal error: Call to undefined function gxbl_deleteuserid() in \forums\includes\class_dm_user.php(1700) : eval()'d code on line 3
Gryphon
01-16-2008, 01:34 AM
I just got the following error. Any chance it has anything to do with the new update?
Yeah. What were you doing at the time? Looks like you were editing or deleting a user?
Wobbly Goblin
01-16-2008, 02:26 AM
Yeah. What were you doing at the time? Looks like you were editing or deleting a user?
Nope, I was playing video poker (casino mod) and I'm the only one with access to the admin control panel. Someone may have been updating their own options, but I'm the only person that can delete a member.
Gryphon
01-16-2008, 02:48 AM
Hmm, I will see if I can track that one down. There is a plugin which deletes cached gamertag data if the profile is updated or deleted, it must be being triggered by the casino mod but the gXLB functions aren't being loaded.
Is the casino mod hosted here on vb.org?
Wobbly Goblin
01-16-2008, 02:54 AM
Is the casino mod hosted here on vb.org?
Yep --> Click here (https://vborg.vbsupport.ru/showthread.php?t=159151&highlight=casino). The error only happened once, haven't seen it since.
Gryphon
01-16-2008, 03:04 AM
@sdsvtdriver, You can edit your config.php and add define('DISABLE_HOOKS', true); to disable the plugins. You can then uninstall and then remove the line from the config.
That is really odd. I am not quite sure what could cause that.
sdsvtdriver
01-16-2008, 03:06 AM
it was permissions, i removed the post but you replied too quickly :)
it loads now, however i have appeared to lost my existing leaderboard. it only had a few people, so not a big deal, however I've added myself but it doesn't seem to be appearing.
sdsvtdriver
01-16-2008, 03:17 AM
fixed. had to set the profile field again in the options.
kindi_boy
01-16-2008, 09:30 AM
Hi,
i would like to ask how to force update to the list and how to actually
make any modification on how often it updates automatically?
thx
Viper007Bond
01-16-2008, 12:03 PM
If the user doesn't use the exact same capitalization as their XBL profile, it won't highlight them and scroll to them.
Example: http://forums.finalgear.com/gxboxlive.php?gt=Phyrenet
His XBL profile is really "phyrenet".
Not a big deal, but I thought I'd point it out. ;)
Keep up the GREAT work!
kindi_boy
01-16-2008, 12:19 PM
it's not updating, dose closing the forums have any effect on the product?
Canis Firebrand
01-16-2008, 01:42 PM
I'm not sure if the Min Post count requirement is working. I am running vB 3.6.4 still.
I upgraded this plugin to the latest version. I set the min post count to be 25 posts before they should show up in the list. I have people with 0 posts showing up.
Also, is there a way, or would it be considered, to allow only certain member groups to show up in the list. Kind of how you have it filter out usergroups to view the list?
Upload all files
:O
I'll blame my zip program - thought I had.
Doh!
Anyway, got it all uploaded: http://www.the-yarn.net/forums/gxboxlive.php
But when I try to run a Scheduled Task update in the Admin CP it gives the following error:
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT
user.userid,
user.posts,
user.lastvisit,
userfield.field16,
gxboxlive.updated
FROM
`vbuser` AS user
LEFT JOIN
`vbuserfield` AS userfield ON (user.userid = userfield.userid)
LEFT JOIN
`vbgxboxlive` AS gxboxlive ON (userfield.userid = gxboxlive.userid)
WHERE
user.posts >= '0'
AND
(userfield.field16 != '' AND userfield.field16 != 'User does not exist')
AND
(gxboxlive.updated is null OR DATE_FORMAT( FROM_UNIXTIME( gxboxlive.updated ), '%Y-%m-%d' ) != '2008-01-16')
ORDER BY
RAND();
MySQL Error : Unknown column 'userfield.field16' in 'field list'
Error Number : 1054
Date : Wednesday, January 16th 2008 @ 03:46:12 PM
Script : http://www.the-yarn.net/forums/admincp/cronadmin.php?do=runcron&cronid=18
Referrer : http://www.the-yarn.net/forums/admincp/cronadmin.php?do=modify
IP Address : 81.xxx.xxx.xxx
Username : Sar
Classname : vb_database
At the moment it's showing 1 user on the leaderboard, and it's using his occupation field as a gamertag, and his occupation just so happens to be some random guy's gamertag! :P
I have my own GT entered (Saruya X360) as well as having edited a couple of my friends profiles to enter their GT's too, but it's still only showing the one user with the wrong GT applied to him.
I've tried changing the field ID just incase it was the same ID as the occupation field, but no dice so far.
Many thanks for any further help, as this is a cracking wee mod :up:
Gryphon
01-16-2008, 07:01 PM
Hi,
i would like to ask how to force update to the list and how to actually
make any modification on how often it updates automatically?
The total gamertags are spread out over the course of the day and they are each updated once a day. There isn't really any reason to update more often than that, however, I will probably add an option for users to refresh their own score if they want an immediate update due to a score discrepancy mid-day. But the scores are not that volatile that they should require updates any faster, and not to mention disrespectful of the xbox.com services.
If the user doesn't use the exact same capitalization as their XBL profile, it won't highlight them and scroll to them.
Thank you, I did not think of that. I will fix that for the next version.
it's not updating, dose closing the forums have any effect on the product?
It should not affect it. Double check your field ID setting, the update resets it due to changes I needed to make in the product.
I'm not sure if the Min Post count requirement is working. I am running vB 3.6.4 still.
I upgraded this plugin to the latest version. I set the min post count to be 25 posts before they should show up in the list. I have people with 0 posts showing up.
Also, is there a way, or would it be considered, to allow only certain member groups to show up in the list. Kind of how you have it filter out usergroups to view the list?
There are some display issues with the post count option I need to fix. If the leaderboard updated with users with zero posts and then you later change it to people with 10 posts, people with less than 10 posts wont be pruned for a couple of days. There are some other problems with it as well, it is kind of a messy spider web of permissions I need to sort out some more.
It currently doesn't filter any usergoups accept for banned (I think if even that works right). I will have to work on more usergroup options as well.
Anyway, got it all uploaded: http://www.the-yarn.net/forums/gxboxlive.php
But when I try to run a Scheduled Task update in the Admin CP it gives the following error:
Double check the field ID because that error is pretty telling, there is no such field 16, maybe it's supposed to be 6 or some other common mistake.
HellBoy
01-16-2008, 08:04 PM
I noticed that several gamertags keeps disappearing and reappearing throughout the day, and this happens mostly for active users. Any quick fix for this to make qXBL update as the old versions did?
Gryphon
01-16-2008, 08:52 PM
I noticed that several gamertags keeps disappearing and reappearing throughout the day, and this happens mostly for active users. Any quick fix for this to make qXBL update as the old versions did?
There is no quick fix. They should not be disappearing, one user is the same as another when updating the gamertags, so I am unsure why this would be happening. I will make sure to double check the update process. It is possible that you may be catching a batch of users mid update. The next version won't use a random selection when updating to help narrow down any glitches.
Canis Firebrand
01-16-2008, 10:10 PM
There are some display issues with the post count option I need to fix. If the leaderboard updated with users with zero posts and then you later change it to people with 10 posts, people with less than 10 posts wont be pruned for a couple of days. There are some other problems with it as well, it is kind of a messy spider web of permissions I need to sort out some more.
It currently doesn't filter any usergoups accept for banned (I think if even that works right). I will have to work on more usergroup options as well.
Thanks for the reply. That is exactly what happened. I let the cron run with it set to zero posts. I then change it to 25 posts. If it takes a couple days, it isn't a huge issue.
If you do make it so that you can only have certain usergroups show up, that would indeed be sweet. I appreciate the awesome job on this as it stands. :)
Wobbly Goblin
01-16-2008, 10:53 PM
Fatal error: Call to undefined function gxbl_deleteuserid() in \forums\includes\class_dm_user.php(1700) : eval()'d code on line 3
I got this error again today. This time it happened while I was viewing our "Who's Online" page. :confused:
alfieuk
01-17-2008, 07:34 PM
Thanks for the update.
Just wondered though where has the info gone about the games at the bottom of the page ?
It used to display how many members played a game, top gamerscore etc etc but thats gone ???
Thanks
Gryphon
01-17-2008, 07:54 PM
Thanks for the update.
Just wondered though where has the info gone about the games at the bottom of the page ?
It used to display how many members played a game, top gamerscore etc etc but thats gone ???
Thanks
Check the settings, change the stats from zero to another number.
The total gamertags are spread out over the course of the day and they are each updated once a day. There isn't really any reason to update more often than that, however, I will probably add an option for users to refresh their own score if they want an immediate update due to a score discrepancy mid-day. But the scores are not that volatile that they should require updates any faster, and not to mention disrespectful of the xbox.com services.
Thank you, I did not think of that. I will fix that for the next version.
It should not affect it. Double check your field ID setting, the update resets it due to changes I needed to make in the product.
There are some display issues with the post count option I need to fix. If the leaderboard updated with users with zero posts and then you later change it to people with 10 posts, people with less than 10 posts wont be pruned for a couple of days. There are some other problems with it as well, it is kind of a messy spider web of permissions I need to sort out some more.
It currently doesn't filter any usergoups accept for banned (I think if even that works right). I will have to work on more usergroup options as well.
Double check the field ID because that error is pretty telling, there is no such field 16, maybe it's supposed to be 6 or some other common mistake.
Man, I feel like such an idiot :eek:
It was meant to be 6.
Lack of sleep.
*cough*
;)
Cheers m8, you're an absolute star. It's all working perfectly now!
Great mod!
alfieuk
01-17-2008, 08:51 PM
Check the settings, change the stats from zero to another number.
Thanks.
Works a treat...
alfieuk
01-18-2008, 01:41 AM
Ok something really strange has happened, its stopped updating and adding info to the statistics.
Its stopped at 1,059 and theres around 1,500 members with gamertags.
Also its not showing pages up, it states " Showing results 1 to 1,049 of 1,049 " but doesn't give the option to view any other pages than the first, im currently displaying 25 per page and im 100% sure it was working earlier, any ideas ???
Its also not showing the last time of updating, which it always did before ?
You can view what i mean here XACA (http://www.xaca.org/gxboxlive.php?styleid=6)
Thanks
doogie1775
01-18-2008, 04:06 AM
All my column titles are off by one - for example, the rank column title is Username, the next column is split with the title of Gamertag, next column is titled score which shows gamerpics...etc
also, I show no stats at the bottom of the page anymore either, and it's not set to zero in the settings.
Gryphon
01-18-2008, 05:01 AM
@alfieuk, That is an odd one, I will check into that I am unsure what is happening on both accounts. I also see that the gamertag popups are not working, I will have to dissect that as well.
@doogie1775, make sure that your gXBL templates are up to date is the only thing I can think of at the moment.
doogie1775
01-18-2008, 06:05 AM
@doogie1775, make sure that your gXBL templates are up to date is the only thing I can think of at the moment.
Sorry, can you be a little more specific? I uploaded all the files you provided. What exactly do I need to check?
thanks -
Ok something really strange has happened, its stopped updating and adding info to the statistics.
Its stopped at 1,059 and theres around 1,500 members with gamertags.
Also its not showing pages up, it states " Showing results 1 to 1,049 of 1,049 " but doesn't give the option to view any other pages than the first, im currently displaying 25 per page and im 100% sure it was working earlier, any ideas ???
Its also not showing the last time of updating, which it always did before ?
You can view what i mean here XACA (http://www.xaca.org/gxboxlive.php?styleid=6)
Thanks
same here
alfieuk
01-18-2008, 01:29 PM
Im also losing members too, its now down to 1,030 ?????
Can anyone help as we use this feature a lot as we are a 360 gaming site to verify the members has a valid xbl gamertag ??
EDIT : now 1,028
Gersfan
01-18-2008, 02:40 PM
Thanks, Installed
How do you add gametags? where abouts is it in your profile?
When members register do they have a box to put there gametag in? If not how do i do that?
Thanks
Gryphon
01-18-2008, 03:53 PM
Sorry, can you be a little more specific? I uploaded all the files you provided. What exactly do I need to check?
thanks -
You have made template changes, so my recent changes haven't been applied, you need to revert the template and reinsert your changes.
Im also losing members too, its now down to 1,030 ????
I am working on figuring out why this is happening, I can only work so fast on this free product. I don't have such a large database of gamertags to work from so it will take me longer to dissect where the problem is occurring.
How do you add gametags? where abouts is it in your profile?
See step 3 of the installation instructions.
doogie1775
01-18-2008, 04:13 PM
You have made template changes, so my recent changes haven't been applied, you need to revert the template and reinsert your changes.
Thanks man, that did the trick. You're a genious.................and I'm a bonehead :D
doogie1775
01-18-2008, 04:59 PM
BTW - this is the best MOD I have at my site, hands-down! I really appreciate all the hard work and effort you have put into it. Also, your support of your product is better than anyone else I have dealt with here. Thanks a million! :D
alfieuk
01-18-2008, 05:02 PM
I am working on figuring out why this is happening, I can only work so fast on this free product. I don't have such a large database of gamertags to work from so it will take me longer to dissect where the problem is occurring.
Thanks i appreciate your help, just wanted to update the post so you also knew that was happening.
Thanks Again :)
Gryphon
01-18-2008, 05:10 PM
Just released a quick fix for the page nav and a couple of other nagging problems. I still need to work on list stability so uses aren't appearing and disappearing.
@doogie1775, thank you for the kind words, I appreciate it.
alfieuk
01-18-2008, 05:20 PM
Just released a quick fix for the page nav and a couple of other nagging problems. I still need to work on list stability so uses aren't appearing and disappearing.
@doogie1775, thank you for the kind words, I appreciate it.
Will this sort some of my issues then, if so i'll download and update ??
Also for a simple way of updating which files do i have to upload, or do i have to do all of them.
Thanks
Gryphon
01-18-2008, 05:29 PM
Will this sort some of my issues then, if so i'll download and update ??
Also for a simple way of updating which files do i have to upload, or do i have to do all of them.
Thanks
This will only fix the page nav problem you having at the moment. All php files should be updated and the product overwrite. Also after inspecting your source, there is a conflict between your Live Help Messenger javascript code included on the page and overLIB javascript included with gXboxLive. That appears to be what is causing the gamercard popups not to occur.
alfieuk
01-18-2008, 07:31 PM
Thanks for your help.
I have just reverted back to the previous version and all working fine.
Thanks again
Gersfan
01-19-2008, 04:11 PM
Hi Guys,
I got the install all done, Gamer tags have been entered by the members and myself, I've waited a few hours and nothing has appeared on the page for xbox leaderboard..
any ideas?
Thanks
i play call of duty 4 and my gamercard is update and show the last game i play is call of duty4
BUT in gxboxlive leedrbord its show the last game i play is halo 3 !! its more than 10 hours and not yet update !
jack bro
01-20-2008, 09:01 PM
how can i make it update faster? Got new gamerscore like 11 hours ago its updated on gamercard that pops up when you hover over avater but on leaderboard
Gryphon
01-20-2008, 09:32 PM
The gamercards update once per day. There are hundreds of boards using the mod each with hundreds or thousands of players, increasing daily, all causing load on xbox.com if updated too quickly.
I will add an option for users to update their own gamercard if they notice a discrepancy and can't wait one day. But for the most part, gamerscores are not that often changed and cause very unneeded load on xbox.com to be checking gamercards that have no changes more than once a day.
@Gersfan, there are really only two reasons it would not be updating, it is not setup properly or your server can not resolve the xbox.com domain. Double check your settings, mainly the field id number.
Gersfan
01-21-2008, 07:27 AM
Hi Gryphon, Thanks for your reply,
It must not be setup correctly as I've waited all weekend. I've checked the settings and they look fine to me.
EDIT, Infact sorry, The field id was set to 0 as default, It's now set to 7 so I'll wait till tomorrow and hopefully it's updated.
Thanks
Dark Fury
01-23-2008, 11:09 PM
Excellent mod, very happy with it! The Leaderboard option isn't appearing in my navbar though, despite the option being set to Yes. What could the problem possibly be?
Gryphon
01-23-2008, 11:18 PM
Excellent mod, very happy with it! The Leaderboard option isn't appearing in my navbar though, despite the option being set to Yes. What could the problem possibly be?
It parses the navbar template for the template hooks, if you have outdated/custom templates you probably don't have them so you will have to manually edit the template and add a link where you want it.
Dark Fury
01-23-2008, 11:20 PM
Okay cheers buddy... I'll have a look into it, bit of a noob myself but hopefully i'll sort it.
Thanks again, here's my site. www.49CMD.com/forums
EDIT: Okay i assume its the 'navbar' template, i'm not touching that in case i screw it over!
Gryphon
01-23-2008, 11:43 PM
Hmm, that is a pretty basic template, I am suprised the link isn't being added. The templates can be reverted if you make changes you don't like.
You can find the faq.php link and copy it to a new line below it and change faq.php on the new line to gxboxlive.php
Again if you screw it up, you can revert the template.
HellBoy
01-24-2008, 06:33 AM
After running 2.0.2 for a couple of days, it's seems like the issue with gamertags disappearing is a thing of the past. Great job!
Dark Fury
01-24-2008, 06:57 AM
Hmm, that is a pretty basic template, I am suprised the link isn't being added. The templates can be reverted if you make changes you don't like.
You can find the faq.php link and copy it to a new line below it and change faq.php on the new line to gxboxlive.php
Again if you screw it up, you can revert the template.
I did it and its all good now, thanks for the help. :)
phractured
01-24-2008, 03:28 PM
I get a fatal error everytime I upload it
Fatal error: Call to undefined function: gxbl_counts() in /home/phractur/public_html/talk360/forums/global.php(360) : eval()'d code on line 6
Gryphon
01-24-2008, 04:33 PM
After running 2.0.2 for a couple of days, it's seems like the issue with gamertags disappearing is a thing of the past. Great job!
Yeah, I have some plugins that delete the user from the leaderboard if their gamertag is changed/deleted or user is deleted. I just disabled those plugins in 2.0.2. The next version has this fixed, I found the reason people were being deleted randomly.
I get a fatal error everytime I upload it
Looks like the files you uploaded did not go to the correct location. It is not loading the functions_gxboxlive.php file which should be located in your includes folder. Make sure to upload all the files to the correct location, and then install the product, this should be common practice for all mods you use.
Dark Fury
01-24-2008, 05:09 PM
Yeah, I have some plugins that delete the user from the leaderboard if their gamertag is changed/deleted or user is deleted. I just disabled those plugins in 2.0.2. The next version has this fixed, I found the reason people were being deleted randomly.
I have this problem - i had to change the tags of 2 users and they don't appear on the leaderboard at all. What can i do?
Gryphon
01-24-2008, 05:14 PM
Wait for the cron to process them.
Xxawolxx
01-25-2008, 12:00 AM
Awesome Mod!! but i get an error i only get it when the cron runs, and it doesn't update the accounts. I know it has to do with curl, but that is all i know could somebody help me? :D
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /includes/class_rss_poster.php on line 57
Updated Accounts: 1. Deleted Entries: 0. Process Time: 4s. Total Queries: 18.
phractured
01-25-2008, 01:27 AM
thanks i fixed it, amazing modification.
RollaJedi
01-25-2008, 02:29 PM
Hey Gryphon, do you have any plans to do additional things with your mod, like perhaps 'latest achievement earned' or perhaps even a sepearte achievement based mod? Maybe include things like a list of achievements and who on the list has them. Just ideas. I'm an achievement +++++. :D
Gryphon
01-25-2008, 04:30 PM
Hey Gryphon, do you have any plans to do additional things with your mod, like perhaps 'latest achievement earned' or perhaps even a sepearte achievement based mod? Maybe include things like a list of achievements and who on the list has them. Just ideas. I'm an achievement +++++. :D
That data is not readily available to the public. However, I am considering hosting a service to provide that data for this mod, but that is still quite a ways off.
Stryker412
01-25-2008, 06:47 PM
Anyway to move the position of the leaderboard link on the quick links menu?
Gryphon
01-25-2008, 06:51 PM
Anyway to move the position of the leaderboard link on the quick links menu?
Not by any available options. I can look into that possibility. If you want it placed elsewhere until then, you will have to manually edit the navbar template.
Stryker412
01-25-2008, 07:06 PM
OK thanks, one last question. On my leaderboard it says Rank: 1 1st. Is something missing/wrong?
Gryphon
01-25-2008, 07:09 PM
OK thanks, one last question. On my leaderboard it says Rank: 1 1st. Is something missing/wrong?
That is the alt tag for a missing image. Make sure to upload the images to your specific styles misc folder.
Stryker412
01-25-2008, 07:18 PM
Hmm all the images are there (/forum/images/misc/gxboxlive/) but not showing up. Both the rep and rank icons.
Canis Firebrand
01-25-2008, 07:20 PM
It looks like the images need to go in the styles/<stylename>/misc directory if you are using a style other then the default.
I found that out after I upgraded. I use a different style and the images did not show up. When I viewed the properties of the missing images, they were looking in /forum/images/styles/<stylename>/misc/gxboxlive/ directory.
Gryphon
01-25-2008, 07:44 PM
Canis is correct, the reason being so that you can use different images for different styles.
Stryker412
01-25-2008, 09:57 PM
Ah ok, that worked. Thanks guys.
Viper007Bond
01-25-2008, 10:07 PM
Updated. Thanks!
Gryphon
01-25-2008, 10:16 PM
Anyway to move the position of the leaderboard link on the quick links menu?
I just released an update that makes the position selectable for both the navbar and the quick links.
Queball_Beast
01-26-2008, 02:13 AM
I got this error after the the upgrade. Product disable for the time being.
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT
COUNT(user.userid) AS `usercount`,
SUM(gxboxlive.score) AS `score`,
SUM(gxboxlive.reputation) AS `reputation`,
SUM(gxboxlive.gold) AS `gold`
FROM
`gpuser` AS user
LEFT JOIN
`gpuserfield` AS userfield ON (user.userid = userfield.userid)
LEFT JOIN
`gpgxboxlive` AS gxboxlive ON (userfield.userid = gxboxlive.userid)
WHERE
user.usergroupid NOT IN(8)
AND
field0 != ''
AND
user.posts >= '10'
AND
user.lastvisit >= '0'
AND
gxboxlive.strikes = '0'
AND
gxboxlive.score >= '1';
MySQL Error : Unknown column 'field0' in 'where clause'
Error Number : 1054
Date : Friday, January 25th 2008 @ 10:10:32 PM
Script : http://www.gamerspride.com/phpBB2/online.php
Referrer : http://www.gamerspride.com/phpBB2/online.php
IP Address : **********
Username : ********
Classname : vb_database
Stryker412
01-26-2008, 02:27 AM
I just released an update that makes the position selectable for both the navbar and the quick links.
Can I make some small suggestions?
1) On the leaderboard can you center both the gamertag and username? All the rest are centered and those two look odd.
2) Can you make it so that the postbit insertion fits on just one line? On mine it looks like this:
http://img253.imageshack.us/img253/10/postbitrf4.jpg
Gryphon
01-26-2008, 02:51 AM
@Queball update your field id number in the options.
@Stryker, 1) You can edit the template to make them centered, I will not be doing that as I find it difficult to read personally. 2) You can edit the phrase to shorten it to Xbox Leaderboard or something similar.
Stryker412
01-26-2008, 03:02 AM
@Queball update your field id number in the options.
@Stryker, 1) You can edit the template to make them centered, I will not be doing that as I find it difficult to read personally. 2) You can edit the phrase to shorten it to Xbox Leaderboard or something similar.
Where do I edit those?
Gryphon
01-26-2008, 04:24 AM
Where do I edit those?
1) Edit the gxbl bit in the gXboxLive templates 2) Search the phrases for the gXboxLive title.
kindi_boy
01-26-2008, 07:18 AM
thanks alot for the update testing now.
kindi_boy
01-26-2008, 07:20 AM
got this error:
Fatal error: Call to undefined function gxbl_has_access() in /home/*****/public_html/vb/global.php(360) : eval()'d code on line 19
thanks for your time.
kindi_boy
01-26-2008, 07:31 AM
it was a mistake on my side, i didnt upload the file to the includes folder.
TCE Killa
01-26-2008, 09:39 AM
This new version/update doesn't work for me. Keeps giving me a vB error.
Butcher
01-26-2008, 03:01 PM
just updated and it all seems to work fine except i keep getting sent DB error's. Which is strange as it does look too work fine.
*EDIT*
Sorry missed that you updated the mod again, so i've uploaded the php file and product again and all is fine, my bad :(
TCE Killa
01-26-2008, 03:25 PM
^That is exactly what I get after upgrading.
HellBoy
01-26-2008, 04:33 PM
Updated to 2.1.3, works just fine. :)
TCE Killa
01-26-2008, 07:58 PM
I got this error after the the upgrade. Product disable for the time being.
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT
COUNT(user.userid) AS `usercount`,
SUM(gxboxlive.score) AS `score`,
SUM(gxboxlive.reputation) AS `reputation`,
SUM(gxboxlive.gold) AS `gold`
FROM
`gpuser` AS user
LEFT JOIN
`gpuserfield` AS userfield ON (user.userid = userfield.userid)
LEFT JOIN
`gpgxboxlive` AS gxboxlive ON (userfield.userid = gxboxlive.userid)
WHERE
user.usergroupid NOT IN(8)
AND
field0 != ''
AND
user.posts >= '10'
AND
user.lastvisit >= '0'
AND
gxboxlive.strikes = '0'
AND
gxboxlive.score >= '1';
MySQL Error : Unknown column 'field0' in 'where clause'
Error Number : 1054
Date : Friday, January 25th 2008 @ 10:10:32 PM
Script : http://www.gamerspride.com/phpBB2/online.php
Referrer : http://www.gamerspride.com/phpBB2/online.php
IP Address : **********
Username : ********
Classname : vb_database
Nope sorry, this is the exact error I get when updating.
I have disabled for the time being too.
How do you fix it? Thanks.
Butcher
01-26-2008, 08:01 PM
the fix for yours was already given in the post afterwards :)
see here https://vborg.vbsupport.ru/showpost.php?p=1429068&postcount=474
just update your field id number
Gryphon
01-26-2008, 10:45 PM
Thank you Butcher, that is correct.
Deadly Assassin
01-27-2008, 04:17 AM
Ace update, thanks alot.
Lovin this Mod/Hack :up:
Just one thing, because i am using the postbit_legacy, i assume thats why the showthreads part doesn't work for me?
face311
01-27-2008, 04:33 AM
Fatal error: Call to undefined function gxbl_has_access() in /usr/home/****/***/forum/global.php(360) : eval()'d code on line 6
Does anyone know what this could be ?
Gryphon
01-27-2008, 05:23 AM
Ace update, thanks alot.
Lovin this Mod/Hack :up:
Just one thing, because i am using the postbit_legacy, i assume thats why the showthreads part doesn't work for me?
It should work fine as long at the hooks are in place within the template.
Fatal error: Call to undefined function gxbl_has_access() in /usr/home/****/***/forum/global.php(360) : eval()'d code on line 6
Does anyone know what this could be ?
That commonly means that the functions file has not been updated or is missing. Double check that all files have been uploaded to the proper locations.
face311
01-27-2008, 05:36 AM
It should work fine as long at the hooks are in place within the template.
That commonly means that the functions file has not been updated or is missing. Double check that all files have been uploaded to the proper locations.
yea I figured Im new at this hopefully Ill find it
TCE Killa
01-27-2008, 12:15 PM
the fix for yours was already given in the post afterwards :)
see here https://vborg.vbsupport.ru/showpost.php?p=1429068&postcount=474
just update your field id number
Thanks man it worked, but I don't see any difference with the upgraded one, looks exactly the same to me.
harlita
01-27-2008, 04:12 PM
Do you think maybe you could add a quick readme stating the userfield will default to zero with the upgrade? I think it will save people time and concern. I found that to be the cause of the immediate database call fails that I experienced after updating with the latest version.
Quick readme addition to the zip would probably clear up confusion for newer users, too.
Just a painless suggestion. Good product. Updated again.
fattony69
01-27-2008, 05:33 PM
Nope sorry, this is the exact error I get when updating.
I have disabled for the time being too.
How do you fix it? Thanks.
I have this error as well and I can't access my admincp to fix it!
doogie1775
01-27-2008, 08:55 PM
As always - great work!
One issue I am having though, is the reputation does not seem to be updating for some reason. Any idea why that may be? If you hover over the stars, it shows reputation: 10 and each person only shows 2 1/2 stars?
Gryphon
01-27-2008, 09:37 PM
@harlita, there is a not about the field id change in the upgrade notice above. I also do not like to distribute readme's as they are too static and I can't make adjustments to them once they are out the door, not to mention another document to keep updated. The instructions above should get any new user through ok.
@fatony69, there shouldn't be anything that prevents you from accessing the admincp. However, in the event a plugin causes such an issue, you can add define('DISABLE_HOOKS', true); to your config.php to disable plugins while you troubleshoot the problem.
Actually upon reflection, there could be a problem with the script in this regard. I will double check this.
@doogie1775, Reputation 10 is about 2.5 stars. There is a max of 20 reputation, so 10 rep is half of 5 stars which is 2.5.
doogie1775
01-27-2008, 09:49 PM
@doogie1775, Reputation 10 is about 2.5 stars. There is a max of 20 reputation, so 10 rep is half of 5 stars which is 2.5.
Yes, I am with ya there Gryphon, but what I am saying is "everyone has 2.5 stars" and I know that isn't the actual case. Most, if not all of us, have 5 star reps in XBL.
thanks for the prompt response :)
Gryphon
01-27-2008, 10:05 PM
Yes, I am with ya there Gryphon, but what I am saying is "everyone has 2.5 stars" and I know that isn't the actual case. Most, if not all of us, have 5 star reps in XBL.
thanks for the prompt response :)
Hmm, that is odd. I am not sure why that would be the case. Would you mind PM'ing me your address for your installation?
fattony69
01-28-2008, 02:21 AM
@harlita, there is a not about the field id change in the upgrade notice above. I also do not like to distribute readme's as they are too static and I can't make adjustments to them once they are out the door, not to mention another document to keep updated. The instructions above should get any new user through ok.
@fatony69, there shouldn't be anything that prevents you from accessing the admincp. However, in the event a plugin causes such an issue, you can add define('DISABLE_HOOKS', true); to your config.php to disable plugins while you troubleshoot the problem.
Actually upon reflection, there could be a problem with the script in this regard. I will double check this.
@doogie1775, Reputation 10 is about 2.5 stars. There is a max of 20 reputation, so 10 rep is half of 5 stars which is 2.5.
I have it disabled like you said and still recieve this. I like this addon, so I don't mind doing this extra work:)
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT
COUNT(user.userid) AS `usercount`,
SUM(gxboxlive.score) AS `score`,
SUM(gxboxlive.reputation) AS `reputation`,
SUM(gxboxlive.gold) AS `gold`
FROM
`gpuser` AS user
LEFT JOIN
`gpuserfield` AS userfield ON (user.userid = userfield.userid)
LEFT JOIN
`gpgxboxlive` AS gxboxlive ON (userfield.userid = gxboxlive.userid)
WHERE
user.usergroupid NOT IN(8)
AND
field0 != ''
AND
user.posts >= '10'
AND
user.lastvisit >= '0'
AND
gxboxlive.strikes = '0'
AND
gxboxlive.score >= '1';
MySQL Error : Unknown column 'field0' in 'where clause'
Error Number : 1054
Date : Friday, January 25th 2008 @ 10:10:32 PM
Script : http://www.gamerspride.com/phpBB2/online.php
Referrer : http://www.gamerspride.com/phpBB2/online.php
IP Address : **********
Username : ********
Classname : vb_database
Gryphon
01-28-2008, 02:47 AM
Try version 2.1.4, it appears that you are not having any errors at present on your site. Are you still unable to access the admincp?
face311
01-28-2008, 03:04 AM
It should work fine as long at the hooks are in place within the template.
That commonly means that the functions file has not been updated or is missing. Double check that all files have been uploaded to the proper locations.
Thanks everything working . But one little issue on the leaderboard when u use firefox everything is ok , but when u use Internet explorer some pics have X why is that?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.