[3.1][3.2][RC] Steam Group Suite

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Scam Warning
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
dynserver
Registered User
Posts: 92
Joined: Thu Apr 06, 2017 11:06 pm

Re: [3.1][3.2][RC] Steam Group Suite

Post by dynserver »

Alright, maybe once you can remove my group information from your board and then try to re-add it. That's pretty much what I did and then started getting this error.

If you successfully re-add, then maybe it's all on my end.
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [3.1][3.2][RC] Steam Group Suite

Post by 3Di »

I have found the issue. :geek: Once again Valve/Steam changed something about their API without a notice. :evil:

They moved everything to HTTPS bringing a wonderful 302 response instead of the multidim. array.
The cUrl logic now needs to be amended to reflect their changes.

Ref.: 🐞 https://github.com/3D-I/Steam-Group-Suite/issues/7
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [3.1][3.2][RC] Steam Group Suite

Post by 3Di »

Version: v1.0.0-RC4 - 2018-08-02
Codename: Keep on doing!
Download: See first post(s)

To update from RC3: Disable extension / delete files / upload new files / re-enable extension (Don't delete data)

Work done:
  • SSL transport automated in cUrl
  • 1 lang key fixed
  • meaningful wording for error logs
  • some nitpicking here and there

Note: be sure to own a valid API KEY. 8-) :geek:
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
dynserver
Registered User
Posts: 92
Joined: Thu Apr 06, 2017 11:06 pm

Re: [3.1][3.2][RC] Steam Group Suite

Post by dynserver »

Seems to be working great again.

Ty sir.
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [3.1][3.2][RC] Steam Group Suite

Post by 3Di »

Great. Thanks for feedback.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
Mixlight - eStriKe
Registered User
Posts: 61
Joined: Fri Aug 10, 2018 8:47 am

Re: [3.1][3.2][RC] Steam Group Suite

Post by Mixlight - eStriKe »

http://www.estrike.ro/img/image/721
The steam group Id is valid ...
I've tried to to do as you say ( disable the ext , delete the files , reupload the, activate the ext without delete the data ) but it gives me the same error .
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [3.1][3.2][RC] Steam Group Suite

Post by 3Di »

Mixlight - eStriKe wrote: Fri Aug 10, 2018 8:51 am The steam group Id is valid
Did it work prior of this update?

Feel free to PM me your Group ID, I will check it.

Also, pls save this bit of code as test.php and run it from the root of your board, pls post the results within code bbcode.

Code: Select all

<?php
var_dump(stream_get_wrappers());
Moreover, did you check the error logs in ACP/maintenance? http://prntscr.com/kh7jai
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
dynserver
Registered User
Posts: 92
Joined: Thu Apr 06, 2017 11:06 pm

Re: [3.1][3.2][RC] Steam Group Suite

Post by dynserver »

Hey there, question! Is there a possiblity you can get the steam suite to retrieve the STEAM_ID once you've logged in?

Currently it receives the steam 64 ID, to fetch users information. Can you expand on it to grab the STEAM_#:###### and store it as a profile field.. or some sort of user data?

I'm attempting to connect to a game statistics API, which can fetch players information for example a little snippet:

Code: Select all

   $unique_id = $user->profile_fields['pf_server_ranks'];

if (!empty($unique_id)) {
$apiresult = file_get_contents("http://xxxxxxxxxxx.gameme.com/api"."/playerinfo/".$game."/".$unique_id);
it would be nice if steam suite pre-filled this profile form with the proper STEAM_#:##### after it was installed, or perhaps some other method of fetching the STEAM_#:###### so I can assign it into the $unique_id value to get API results for that users STEAM_#:#####

Perhaps I could pay you for this to be implemented as well 8-)
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [3.1][3.2][RC] Steam Group Suite

Post by 3Di »

The development of this extension is completed and I will not add any other features of any kind.
I don't have any more time to dedicate to this one but only to submit it for validation, which means that it is not abandoned anyway.

So I close the topic in order to avoid that other requests are added.
Thank you all.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Locked

Return to “Extensions in Development”