Hello,

I have a question regarding reloading the server settings. I have searched the forums but couldn't find anything that suited my needs. Hopefully I didn't overlook it

I installed teamspeak with MySQL4.1 on Linux. I run multiple virtual servers. I wrote a PHP script that writes config settings to the DB.

Now the question: once a user (for example) changes the welcome message, the server needs to be restarted to activate the changes. How can I restart a virtual server by server id? I do not want all the virtual servers to shutdown. Is there some shellcommand PHP can execute to restart only one server instance?

Code:
stop_server.tscmd?serverid=1
What's the code that script executes?

Thanks in advance,
Robert