Jump to content

Promote somebody from an outside site


SunSet

Recommended Posts

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

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

there is an example or something out there?

 

nvm, found out

UPDATE `core_members` SET `member_group_id` = '4' WHERE `name` = 'EXAMPLE'

Edited by SunSet
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...