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)
-   -   Integration with vBulletin - Steam Connect - Sign in with your Steam Account! [RC3] (https://vborg.vbsupport.ru/showthread.php?t=266883)

Skyrider 09-21-2014 08:33 AM

Quote:

Originally Posted by Andr? Noberto (Post 2514634)
This is what whappens to me when I try to login, register or link my account.

https://vborg.vbsupport.ru/external/2014/09/13.png

Can you help me please?

Did you setup the Steam API key in the Steam Connect settings?

wtfaatp 09-26-2014 12:29 AM

I'd be willing to help anyone with setting this up if they need it...

I am having one problem... I can not get the steam pics to show in forum post for the life of me? Anyone know of a fix or having the same problem? 4.2.2

vBStu 09-26-2014 08:35 AM

Does this support the version 4.2.2?

wtfaatp 09-26-2014 06:47 PM

Quote:

Originally Posted by vBStu (Post 2516543)
Does this support the version 4.2.2?

Hasn't been stated either way... However I will not upgrade to 5 so I hope this continues to get support!

Neuro Toxin 09-28-2014 03:08 AM

Hello,

I changed my forum address from http://aus-tg.com/forums/ to http://forums.aus-tg.com/ a few weeks ago.

Now when people attempt to use the signin through steam button (http://forums.aus-tg.com/login2.php?do=login) it keeps redirecting them back to the same page.

My SteamAPI key is correct and the domain for the api key is aus-tg.com.

I use other services on the same domain (console.aus-tg.com) which work fine with the same API key.

I'm sure I'm missing something stupid. Can someone please help.

Neuro Toxin 09-30-2014 10:40 PM

Quote:

Originally Posted by Neuro Toxin (Post 2514185)
Hey,

If I disable the group "Unregistered / Not Logged In" setting "Can View Forum". login2.php?do=login does nothing and wont redirect to the openid gateway for steam.

I want to block all non registered users from seeing the forums, however, this is stopping me.

this was my problem :/

Chaya_ 10-30-2014 07:41 PM

{vb:raw post.steamicon}

This doesn't work :(

deadlyruler 11-06-2014 03:56 PM

Great plugin. I was just wondering is there a way to set a users steam avatar as their main avatar for the forums?

TheEliteGaming 11-13-2014 02:41 PM

The latest 4.2.2 version of vBulletin makes your addon spit an erro such as following:

Code:

Warning: fopen(/usr/www/****/public/logging.txt): failed to open stream: No such file or directory in ..../includes/functions_steamconnect.php on line 543

Warning: fputs() expects parameter 1 to be resource, boolean given in ..../includes/functions_steamconnect.php on line 546

Is there a fix for this or are you going to work on this?

Thanks :)

tdev1 01-02-2015 06:14 AM

Works fine here, except when steam web API goes down, then even 1 second timeout is too much.

The following change allows timeouts below 1 second:
PHP Code:

    $timeout 0.3;
// ...
    
curl_setopt$chCURLOPT_CONNECTTIMEOUT_MS$timeout 1000 );
    
curl_setopt$chCURLOPT_TIMEOUT_MS$timeout 1000 ); 



All times are GMT. The time now is 08:02 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.01610 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)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
  • (1)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