SunSet 0 Posted September 1, 2018 Share Posted September 1, 2018 Hi, first of all, sorry for my bad english. I have a site (based on laravel) ,some panel for players to controll their accounts in game. And I want when they buy something, like Premium Account on my server, and when they do that, they will be asked "Username on forum". After they complete it to be changed in another primary group. There is a query or something? I mention that the forum, panel and game server are on the same Dedicated server. Link to comment Share on other sites More sharing options...
Jeffrey 366 Posted September 1, 2018 Share Posted September 1, 2018 You could probably use an sql query to change user's membergroup in the forum's database. Support Team - September 9th, 2017 - June 8, 2018 Junior Moderator - December 14th 2018 - November 16th, 2019 Designer - November 16th, 2019 - June 5th, 2020 Moderator - June 5th, 2020 - August 28th, 2020 Link to comment Share on other sites More sharing options...
SunSet 0 Posted September 2, 2018 Author Share Posted September 2, 2018 (edited) there is an example or something out there? nvm, found out UPDATE `core_members` SET `member_group_id` = '4' WHERE `name` = 'EXAMPLE' Edited September 2, 2018 by SunSet Link to comment Share on other sites More sharing options...
Recommended Posts