TS3 is using sqlite for DB. You can use something like https://sqlitebrowser.org/dl/HeidiSql or Navicat
TS3 is using sqlite for DB. You can use something like https://sqlitebrowser.org/dl/
Can you give me an example of what type of queries you're looking to execute or what overall task you are wanting to accomplish so I can better direct an appropriate response?Ok nice! But it is possible to execute sql queries via php ?
So i want to for example insert and remove bans via php with sql queriesCan you give me an example of what type of queries you're looking to execute or what overall task you are wanting to accomplish so I can better direct an appropriate response?
Just out of curiosity, why would you do this with SQL queries when you could do this with the server query via banclient?So i want to for example insert and remove bans via php with sql queries
I agree with you. Its not wise to edit db from 3rd party, rather use TS3 php framework to make that functionality over server query.Just out of curiosity, why would you do this with SQL queries when you could do this with the server query via banclient?
How do you want this done? Via client IP address or user identity?if one user banned on one server he is automaticaly banned on the other server
Don't forget the 3rd ban type "myteamspeak id".How do you want this done? Via client IP address or user identity?
If i ban on the first server one guy via my Webinterface it will execute the ban on the other server at the same time or if its possible to get the banlist data via sql to insert the bans or sync then that all servers have the same banlist.How do you want this done? Via client IP address or user identity?
i don't know how to do this exactly but i can answer this question. When you ban something all these data get banned together.I dont know if its possible to ban all three data
Yes u can. But you will need to modify a little bit script.If i ban on the first server one guy via my Webinterface it will execute the ban on the other server at the same time or if its possible to get the banlist data via sql to insert the bans or sync then that all servers have the same banlist.
I dont know if its possible to ban all three data