Stefan1200's Forum

JTS3ServerMod Hosting Edition => JTS3ServerMod MySQL & WebInterface => Topic started by: Harry on January 29, 2017, 11:52:21 PM

Title: Linking Server Group Protection to a phpBB database
Post by: Harry on January 29, 2017, 11:52:21 PM
Hello again,

Sorry for all the recent posts. Is there a feature that would allow me to link the server group protection feature to a phpBB database meaning that when someone logs on to the teamspeak server they get server groups assigned to them that are the same as the groups they have on the phpBB forum?

Thanks,
Harry
Title: Re: Linking Server Group Protection to a phpBB database
Post by: Harry on February 06, 2017, 04:06:56 PM
Anyone know if this is possible, I would really like to use it on my teamspeak server rather than having to manually assign server groups.

Thanks
Title: Re: Linking Server Group Protection to a phpBB database
Post by: Stefan1200 on February 06, 2017, 05:33:25 PM
Well, in general it is possible if you create a mod for the phpBB which connects to the TS3 server and change the server groups. If you want to combine this with the JTS3ServerMod, you can create a phpBB mod, which adds the unique id to the server group protection and reload the bot configuration. But this has to be created by you or someone else. But technical this is possible.
Title: Re: Linking Server Group Protection to a phpBB database
Post by: Harry on February 06, 2017, 05:47:04 PM
I have no experience with php so I would not know how to do this, would you know how to do it?

Thanks
Title: Re: Linking Server Group Protection to a phpBB database
Post by: Stefan1200 on February 06, 2017, 07:18:18 PM
Quote from: Harry on February 06, 2017, 05:47:04 PM
I have no experience with php so I would not know how to do this, would you know how to do it?

I have no experiences with phpBB.
Title: Re: Linking Server Group Protection to a phpBB database
Post by: Harry on February 07, 2017, 09:10:39 PM
Ah ok, on another note, is it possible to create custom commands such as !test to assign a user to a certain group?

Thanks,
Harry
Title: Re: Linking Server Group Protection to a phpBB database
Post by: Stefan1200 on February 07, 2017, 10:15:48 PM
Maybe the chat commands of the Server Group Protection can do something like that for you.

If not, you can create a plugin for the JTS3ServerMod, which allows you to create such a function. Please check out the documentation in the plugins directory. Java programming skills are needed.
Title: Re: Linking Server Group Protection to a phpBB database
Post by: Harry on February 07, 2017, 10:20:08 PM
I have no Java programming skills  :-\
Title: Re: Linking Server Group Protection to a phpBB database
Post by: Hedrauta on February 27, 2017, 07:04:44 AM
well..... why not add a new column/information where users can set their ID.... .... and than write a plugin which will read the database with the column/user-information and set their rights set to it.... ;) should no need in java :D