vb.org Archive

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

ProFifaLeagues 02-03-2011 05:42 AM

Great work Gryphon mate thanks

GamerPerfection 02-03-2011 06:22 AM

Something I just noticed which i'm not sure if was always there as I rarely use IE. When you hover over the avatar bit so that it pops up on the screen, in FireFox it's perfect because it's got a transparent background, but on IE it's got a white background. But as I said I don't know if it was like that before.

ozione 02-03-2011 08:17 AM

oh, joy! here i go with the updates!
THANKS TO BOTH / ALL!
respect!

GamerPerfection 02-03-2011 08:59 AM

Quote:

Originally Posted by ozione (Post 2154993)
oh, rly? any details on that? like why?

I saw it somewhere, but I can't remember where it was or what the reason was.

However, since then I have found this: http://www.ps3trophies.com/leaderboard/

That's a leaderboard. But their site is not vBulletin. Their forum is vBulletin but I believe their main site is not.

Gryphon 02-03-2011 10:10 PM

It might be possible now, not sure. Sony use to not have any public gamer data that was available. However, I don't have a PS or the time to work on such a project.

Travis641 02-03-2011 11:14 PM

Quote:

P.S. I'd like to give my personal apology to Travis641 for my attitude. It was unnecessary and uncalled for.
Thank you, I said a lot of things I shouldn't have as well, and I apologize as well. :up:

I've been trying to figure out how to get Playstation Network information for about a month or so, because I wanted to include it in my gamercard generator. I believe it can be accomplished now, albeit it seems to be far more difficult than the Xbox leaderboard. There are several APIs you can download that allow you to pull PS3 information, such as here, however I do not have a Windows server to run ASPX code.

As for the fix with spaces in names on gxboxlive, I've just replaced the code in gxboxlive.php on line 266:
PHP Code:

$player['url_gamertag'] = urlencode($player['gamertag']); 

with
PHP Code:

$player['url_gamertag'] = str_replace(" ","%20",$player['gamertag']); 

It seems to work for me.

Gryphon 02-04-2011 12:28 AM

Thanks Travis641, though it just needed a template change. Updated zip with fix for gamertag, just import the product with overwrite, not other file changes.

GamerPerfection 02-04-2011 03:45 AM

When importing the new product I get:

XML Error: no element found at Line 311

troykp 02-04-2011 09:09 AM

How do I change the title of the link that goes on the navtab? (I think that's the navtab. Next to forum, what's new, etc.)

Thanks. :)

GamerPerfection 02-04-2011 11:15 AM

Quote:

Originally Posted by troykp (Post 2158614)
How do I change the title of the link that goes on the navtab? (I think that's the navtab. Next to forum, what's new, etc.)

Thanks. :)

I went in to the adminCP and used Languages and Phrases, Search in Phrases, and searched for the text and replaced it with what I wanted.


All times are GMT. The time now is 09:12 PM.

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.01682 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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