vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - gXboxLive - Xbox Live Leaderboard (https://vborg.vbsupport.ru/showthread.php?t=139958)

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

Quote:

Originally Posted by alfieuk (Post 1308407)
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:
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
Code:

        if ($bbuserinfo[xbox] != '0')
        {
                $gxbl_user_field = $bbuserinfo[xbox]
        }

$bbuserinfo[xbox] is the name of the field that already exists in the user options.


Quote:

Originally Posted by Gryphon (Post 1305603)
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

Quote:

Originally Posted by alfieuk (Post 1312095)
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

Quote:

Originally Posted by JVCode (Post 1325321)
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.

Quote:

Originally Posted by jribz (Post 1325755)
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.

Quote:

Originally Posted by Greenskull (Post 1325911)
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.


All times are GMT. The time now is 09:10 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01526 seconds
  • Memory Usage 1,757KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete