Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Steam Connect - Sign in with your Steam Account! [RC3] Details »»
Steam Connect - Sign in with your Steam Account! [RC3]
Version: 1.4.5, by Disasterpiece Disasterpiece is offline
Developer Last Online: Oct 2019 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 4.2.x Rating:
Released: 07-14-2011 Last Update: 11-06-2012 Installs: 239
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

Steam Connect



INFO


-- Steam Connect Addon for vBulletin 4.2.x;
Development Platform := vBulletin 4.1.3 - 4.2.0, Debian Linux, PHP5, MySQL5, apache2;

Dependencies := lib cUrl (PHP), openid (included);

Author := Andreas "Radon" Rudolph, Disasterpiece;

Contact := radon@purgatory-labs.de, https://vborg.vbsupport.ru/member.php?u=198844

Homepage := http://purgatory-labs.de


WHAT YOU SHOULD KNOW BEFORE INSTALLING

This addon is Unsupported as of 2015 until further notice. I have not enough time or interest in vbulletin to keep this alive.

This addon provides a framework for future extensions which make use of the Steam API.
It helps to determine the SteamID of an user. Unless older methods of inserting the steam
id into a user field, the addon lets the user authenticate with Steam OpenID, therefore
you can trust 100%, that this particular user is the same user as the Steam-ID provided.

Users can link their Steam ID to their forum account or they can create a new account
using details pulled from their Steam Profile.
Like the Facebook connect plugin, it allows users to quickly set up a forum account without
having to define a password or an email address. This option can be disabled in the AdminCP,
however it is encouraged to allow users to use this quick-register feature, since they
already authenticated themselves through steam, so any additional password or email
authentication is just unnecessary.

If the user decides to un-link his forum account with his steam-profile, he has to set up
a password and email first, so the forum account remains usable after this.

At the moment, the addon is in its second RC state, which means that the current versions contain mostly bugfixes and are candidates for a full release.
Until now, the product worked without major problems in productive environments.
Although it is stable as is, the author doesn't provide any guarantee.
Due to the nature of the addon and how vBulletin manages 3rd party code inclusion, additional
login and register methods have been provided by the plugin. It is discouraged to use the
plugin on high profile communities in this early development state.

If you have any further questions, feel free to post in this thread.


F.A.Q. / General Issues / Error Messages

"There has been a problem with the OpenID libary: No OpenID Server found at http://steamcommunity.com/openid"
- Additionally, a 503 HTTP error is thrown. Simple solution: Wait. Steam Community servers are overloaded/down right now, there's nothing you can do about it

Do NOT uninstall the mod if you want to keep the linked users records. Upgrading means uploading the new product xml file for the new version and choose "overwrite" in the upload dialog.
The Installer will handle the update process by its own. Uninstalling the product will erase all the table fields which contain the steam link data.



STEAM CONNECT ADDONS

- Steam Mini Profiles


INSTALL HOWTO

Download Now

File Type: zip product_steamconnect_1_4_2rc2.zip (65.1 KB, 424 views)
File Type: zip product-steamconnect_1_4_4rc3.zip (68.8 KB, 107 views)
File Type: zip product-steamconnect_1_4_5rc3.zip (71.1 KB, 1401 views)

Screenshots

File Type: jpg scr1.JPG (145.1 KB, 0 views)
File Type: jpg scr2.JPG (78.3 KB, 0 views)
File Type: jpg scr3.JPG (65.2 KB, 0 views)
File Type: jpg scr4.JPG (103.9 KB, 0 views)
File Type: jpg scr5.JPG (81.6 KB, 0 views)
File Type: jpg stc_steamicon.JPG (11.4 KB, 0 views)
File Type: jpg stc_adminoption.JPG (75.6 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
7 благодарности(ей) от:
Anbieter, bounty7565, dark alex, Dinnoosaur, mohammadxxx, Popa Andrei, ukhostz

Comments
  #212  
Old 03-23-2012, 06:51 PM
MadMakz MadMakz is offline
 
Join Date: Apr 2011
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the ava is not a steam problem. at least the issue i posted about.
it fails on running the plugin code in "postbit_display_start".
it's always producing an empty/broken result if the cache is outdated and actually an "update cache" should've been triggered.

when the "postbit_display_start" code actually has to update the cache it will always break and create an "empty" cachefile for the user (see this post).

looking up the specific user via admincp or you go to your steam section in your usercp will always fix it and work correctly for the specific user respectively yourself. otherwise the steaminfo cache will remain corrupted/empty.

this leads to that an invalid image url will be build an thus the avatar shows as missing/alt-text.

i'm suspecting a path or hook problem but still i have not much clue about vBs hook/plugin system and since my "community" is practicaly dead i have no real effort to look trough the whole thing.
Reply With Quote
  #213  
Old 03-24-2012, 06:49 AM
joshskeety joshskeety is offline
 
Join Date: May 2004
Location: Virginia
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad you found that out. Here's to hoping Disasterpiece can send out a small update to address this prior to the cache release.
Reply With Quote
  #214  
Old 03-24-2012, 04:56 PM
Disasterpiece's Avatar
Disasterpiece Disasterpiece is offline
 
Join Date: Apr 2007
Location: GER
Posts: 765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MadMakz View Post
the ava is not a steam problem. at least the issue i posted about.
it fails on running the plugin code in "postbit_display_start".
it's always producing an empty/broken result if the cache is outdated and actually an "update cache" should've been triggered.

when the "postbit_display_start" code actually has to update the cache it will always break and create an "empty" cachefile for the user (see this post).

looking up the specific user via admincp or you go to your steam section in your usercp will always fix it and work correctly for the specific user respectively yourself. otherwise the steaminfo cache will remain corrupted/empty.

this leads to that an invalid image url will be build an thus the avatar shows as missing/alt-text.

i'm suspecting a path or hook problem but still i have not much clue about vBs hook/plugin system and since my "community" is practicaly dead i have no real effort to look trough the whole thing.
Interesting find. I haven't yet been able to reproduce this in my test forum, but in my productive forum I noticed the empty files as well (stc_.cached with an empty array inside).
They aren't harmful at all, only useless and a byproduct of calling the fetch_steam_info() with an empty steam_id parameter. This has now been fixed.

Cases where relevant stc_NUMBER.cached files are empty es well, that hasn't occured to me yet. I'm also not sure what may cause this to happen since most special cases like steam sending a 500 or 404 are already handled accordingly.

or in short: I'll figure something out
Reply With Quote
  #215  
Old 03-26-2012, 07:51 PM
Cadellin's Avatar
Cadellin Cadellin is offline
 
Join Date: Jan 2009
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd like to add a Steam connect logo/icon to the header in the same way that Facebook does. What is the best vb:if condition to use as to whether someone is connected to Steam or not?
Reply With Quote
  #216  
Old 03-28-2012, 05:27 PM
Disasterpiece's Avatar
Disasterpiece Disasterpiece is offline
 
Join Date: Apr 2007
Location: GER
Posts: 765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
<vb:if condition="$bbuserinfo['steam_id']">...</vb:if>
Try this
Reply With Quote
  #217  
Old 03-31-2012, 12:23 AM
|Jordan|'s Avatar
|Jordan| |Jordan| is offline
 
Join Date: Nov 2004
Posts: 479
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When users try to register with this plugin and they get redirected to the registration page, after filling out all the info it says "You have left a required field blank."

How can i get the page to display all the required fields that the regular registration page displays?
Reply With Quote
  #218  
Old 04-02-2012, 11:20 PM
joshskeety joshskeety is offline
 
Join Date: May 2004
Location: Virginia
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Disasterpiece View Post
Interesting find. I haven't yet been able to reproduce this in my test forum, but in my productive forum I noticed the empty files as well (stc_.cached with an empty array inside).
They aren't harmful at all, only useless and a byproduct of calling the fetch_steam_info() with an empty steam_id parameter. This has now been fixed.

Cases where relevant stc_NUMBER.cached files are empty es well, that hasn't occured to me yet. I'm also not sure what may cause this to happen since most special cases like steam sending a 500 or 404 are already handled accordingly.

or in short: I'll figure something out
You said it has now been fixed, does that mean avatars should work now? If so, is the one available in the OP a fix to the version I have now?
Reply With Quote
  #219  
Old 04-12-2012, 12:20 AM
joshskeety joshskeety is offline
 
Join Date: May 2004
Location: Virginia
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had a good idea for this plugin. When a user links their Steam Account, allow the ability for the Administrator to specify a Steam Group in the settings. When a user links their accounts, if they're a part of that Steam Group, move them to X Usergroup. This would allow us to have users sign up and when they link their accounts, if they're a member of our clan/group, they'll automatically get moved in to a Usergroup we specify. This would alleviate the task of adding users to a Usergroup manually.
Reply With Quote
  #220  
Old 04-12-2012, 12:38 AM
Disasterpiece's Avatar
Disasterpiece Disasterpiece is offline
 
Join Date: Apr 2007
Location: GER
Posts: 765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by joshskeety View Post
I had a good idea for this plugin. When a user links their Steam Account, allow the ability for the Administrator to specify a Steam Group in the settings. When a user links their accounts, if they're a part of that Steam Group, move them to X Usergroup. This would allow us to have users sign up and when they link their accounts, if they're a member of our clan/group, they'll automatically get moved in to a Usergroup we specify. This would alleviate the task of adding users to a Usergroup manually.
Great idea, added to the featurelist. :up:
Reply With Quote
  #221  
Old 04-12-2012, 01:04 AM
CoZmicShReddeR's Avatar
CoZmicShReddeR CoZmicShReddeR is offline
 
Join Date: Sep 2006
Location: MI, USA
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I too like Joshskeety's idea

I also would like a stats page with users who use the website's Steam much like the Xbox one on here might entice more users to use it...

Would also like to see it offer to use your Steam Avatar maybe have it be dynamic and I also would like to suggest the adding of something like http://steamsignature.com/ to the Steam profiles to give them the option to use the signature in their profile not sure if you could add the raw files for forums to produce their own steam sigs but would like the option for users... Not sure how far you want to code this thing as time goes by but sounds like a few people here like using it so far...

Disasterpiece please do not give up on this project... If you seriously plan to keep working on it I am going to donate you some moneys...
Reply With Quote
Благодарность от:
Disasterpiece
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:36 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.17276 seconds
  • Memory Usage 2,376KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (8)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete