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)

FTG LIQUID CL 05-24-2012 12:03 AM

just keep getting a with page when i click the gbox tab

insidegames 05-31-2012 01:48 PM

i've got a new style and i can cry...

my leaderboard is destroyed.. http://forum.insidegames.ch/gxboxlive.php

Gemma 05-31-2012 02:04 PM

Quote:

Originally Posted by insidegames (Post 2335077)
i've got a new style and i can cry...

my leaderboard is destroyed.. http://forum.insidegames.ch/gxboxlive.php

Upload the images/misc/gxboxlive to correspond with that style, so they are in images/styles/SimpleIdea/misc/gxboxlive/

insidegames 05-31-2012 03:13 PM

Thank you works great.

What is the correct code for the xbox live rankinglist? now it's not on a straight with the title as gamerscore etc.

ProFifaLeagues 06-10-2012 10:42 PM

Is this working with 4.2 as yet ??

Hippy 06-10-2012 11:01 PM

you need to apply the fixes posted (search)
the fixes have never been added to the attachment in the first post

with all the fixes posted it is working perfect

weem 06-12-2012 06:58 PM

Quote:

Originally Posted by ShawnMTierney (Post 2324570)
I have read most of the posts but have not found the resolution for this error - any help would be appreciated:

Warning: DOMDocument::loadHTMLFile() [domdocument.loadhtmlfile]: URL file-access is disabled in the server configuration in [path]/includes/functions_gxboxlive.php on line 407

There must be a way to get this routine to work without resorting to "allow_url_fopen = ON" - the reason php5 turns it off is because it's a security hole...

I too had this error - your post started me on the trail and then discovered that you have to use cURL instead of allow_url_fopen.

replace the ENTIRE "gxbl_simple_get_xml" function in functions_gxboxlive.php with the following:

Code:

function gxbl_simple_get_xml($url)
        {
       
        $ch = curl_init($url);
        $html = fopen("example_htmlpage.html", "w");

        curl_setopt($ch, CURLOPT_FILE, $html);
        curl_setopt($ch, CURLOPT_HEADER, 0);
        curl_exec($ch);
        curl_close($ch);
        fclose($html);
       
                if ($html)
                {
                        $xml = simplexml_load_file('example_htmlpage.html');
                        return gxbl_object_to_array($xml->body->div);
                }
                else
                {
                        return false;
                }
        }

That fixed it for me - its working fine on my site again now.

insidegames 06-15-2012 02:47 AM

i had always this error.. whats the problem?

Quote:

Datenbankfehler in vBulletin 4.1.10:

Invalid SQL:
INSERT INTO gxboxlive SET

userid = '5334',
gold = '0',
gamertag = 'eleKtro¤freaK's',
avatar = 'http://image.xboxlive.com//global/t.FFFE07D1/tile/0/20000',
score = '--',
reputation = '<div class="Star Empty"></div><div class="Star Empty"></div><div class="Star Empty"></div><div class="Star Empty"></div><div class="Star Empty"></div>',
zone = '',
lastplayed = '',
updated = '1339731892'
,
strikes = '0',
error = '1',
firstseen = '1339731892';

MySQL-Fehler : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's',
avatar = 'http://image.xboxlive.com//global/t.FFFE07D1/tile/0/20000',
' at line 5
Fehler-Nr. : 1064
Fehler-Zeit : Friday, 15.06.2012 @ 05:44:52
Datum : Friday, 15.06.2012 @ 05:44:52
Skript : http://forum.insidegames.ch/admincp_...cron&cronid=25
Referrer : http://forum.insidegames.ch/admincp_....php?do=modify
IP-Adresse : x
Benutzername : x
Klassenname : vB_Database
MySQL-Version : 5.1.62-cll

zapiy 07-10-2012 06:05 PM

Can this mod be used to make a custom gamercard?

GamerPerfection 07-10-2012 06:23 PM

I doubt it. The mod is a leaderboard.


All times are GMT. The time now is 10:50 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.01578 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_code_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