The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Steam Connect - Sign in with your Steam Account! [RC3] Details »» | |||||||||||||||||||||||||||||||||||||||||||||||
Steam Connect - Sign in with your Steam Account! [RC3]
Developer Last Online: Oct 2019
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
Screenshots
Supporters / CoAuthors Show Your Support
|
7 благодарности(ей) от: | ||
Anbieter, bounty7565, dark alex, Dinnoosaur, mohammadxxx, Popa Andrei, ukhostz |
Comments |
#342
|
|||
|
|||
I am having this issue as well, what was done to fix?
|
#343
|
||||
|
||||
Quote:
Do you use a windows machine? I think it appears on some server os which do some silly stuff. However I found a way around this problem and completed my work on the next 1.4.3 version which I will run a few days on my productive system before releasing it official. The changes are: (not final) Code:
v1.4.3rc3 - Fixed quotes in Steam usernames messing up the register template - Fixed browser error when redirecting from steam login back to the forum url (primarily) on Windows machines (directed to https:// instead of http://, now replaced with an option in the STC settings) - Fixed group maintenance function not using cache for group data when the maintenance operation is split up in multiple steps - Fixed potential security flaw in useradministration if using custom query fields - Added Cron job to update user <-> steam group assocations every night (basically does what the mainenance script does, now once every night) - Added option to disallow unlinking of steamaccount. In this case, unlinking is only possible through admincp - Added ability to unlink account completely with a checkbox as the last field, updating usergroups as well. (before, if you set the steamid to empty string, it only removed the steam assocation, but didn't change the usergroups) - Added memcached as optional cache system - Reworked file cache system - Updated steamconnect cache dir option, now a writable cache directory is required. - Updated some option description strings to better describe which values to use. - General code optimization |
Благодарность от: | ||
CoZmicShReddeR |
#344
|
||||
|
||||
Update time!
Today I present the newest version (i skipped a version, dont be confused) 1.4.4 which will be RC3. Introducing a few new features as requested and a bunch of fixes: Code:
v1.4.4rc3 - Fixed a bug which would cause intense logfile spamming - Fixed steam sessions not being permanent v1.4.3rc3 - Fixed quotes in Steam usernames messing up the register template - Fixed browser error when redirecting from steam login back to the forum url (primarily) on Windows machines (directed to https:// instead of http://, now replaced with an option in the STC settings) - Fixed group maintenance function not using cache for group data when the maintenance operation is split up in multiple steps - Fixed potential security flaw in useradministration if using custom query fields - Added Cron job to update user <-> steam group assocations every night (basically does what the mainenance script does, now once every night) - Added option to disallow unlinking of steamaccount. In this case, unlinking is only possible through admincp - Added ability to unlink account completely with a checkbox as the last field, updating usergroups as well. (before, if you set the steamid to empty string, it only removed the steam assocation, but didn't change the usergroups) - Added memcached as optional cache system - Reworked file cache system - Updated steamconnect cache dir option, now a writable cache directory is required. - Updated some option description strings to better describe which values to use. - General code optimization The requested feature that users aren't allowed to unlink their account is now available too (optional) from the admincp settings. If you're having a huge forum and want to make use of memcached, you'll find the optional memcache system there as well. xcache may be supported in the future if necessary, altough I think most will be covered with memcached, since it's clearly the more popular choice. For anyone who uses the feature of usergroups depending of certain steamgroups the user is in, the update functionalities to monitor users leaving/joining said steamgroups now runs every night, so this should be improved as well. Update process is straight-forward: 1) turn off your vbulletin 2) import the xml file as product, choose overwrite when uploading 3) upload and overwrite all existing files within the upload directory of the archive. Images may be omitted, if you use your own custom ones of course. NOTE: To anyone who uses a logfile to log all steam connect actions, make sure to empty the logfile since it may have grown to a large filesize. There has been a bug which caused intense logging which has now been fixed. Let me know if any problems turn up or anything doesn't work correctly. Remember: Always back up your forum before performing updates! |
3 благодарности(ей) от: | ||
Blackglade, MadMakz, SpikedRocker |
#345
|
|||
|
|||
I am having an issue, when i get added to the "forum" group for being in the steam group, in the mysql tables it puts my membergroupid as ,15. vBulletin doesnt like this or mysql doesnt like it, is there a fix to make it to where this isnt an issue ?
|
#346
|
|||
|
|||
Quote:
|
#347
|
|||
|
|||
Thanks for the update DP. I noticed that it added a few people to the member group who I had missed! Awesome.
One problem though, there are several users who are not in my steam group anymore and they were not removed from that secondary usergroup. |
#348
|
||||
|
||||
Quote:
Quote:
Can you run the maintenance action and confirm that it doesn't remove such users? If so, I'll check later today and include a fix in the next version. The membergroup thing is still a bit clunky, there are more than one user fields which need to be checked... Maybe I'll rework it so it is correct once and for all |
#349
|
|||
|
|||
Yep, it doesn't remove them at all.
Our group has gotten quite sizable so it's hard to keep track of when users all the time. Sometimes we'll have users leave our group and not tell us, so they'll still have access to our Member only forums when we wouldn't want them having access. That's primarily what I use this feature for. Plus, it's nice to have our Member usergroup and Steam members group fully sync'd. |
#350
|
|||
|
|||
Installed and working on Version 4.2.0 PL3
|
#351
|
|||
|
|||
Is there away to make it so people who haven't linked there steam account to have a button saying "Link your steam account now" instead it saying "Sign in using steam"?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|