Stefan1200's Forum

JTS3ServerMod Hosting Edition => JTS3ServerMod MySQL & WebInterface => Topic started by: Stefan1200 on June 08, 2015, 09:36:37 PM

Title: HowTo: Enable display of Query Server Groups at Server Group Protection!
Post by: Stefan1200 on June 08, 2015, 09:36:37 PM
Important notice: This change have affect to all users of the web interface. Everyone will (not) be able to select the Query Server Groups at the Server Group Protection configuration page!

Execute the following SQL command to the database to allow selection of Query Server Groups at the Server Group Protection configuration page:
UPDATE jts3servermodwebui_functionpage SET options = 'multiple,showquerytype' WHERE botfunction_id = 12 AND configkey = '_groups'

To remove this ability just execute the following SQL command:
UPDATE jts3servermodwebui_functionpage SET options = 'multiple' WHERE botfunction_id = 12 AND configkey = '_groups'