Results 1 to 4 of 4
Thread: Custom PHP Webinterface
-
13-07-2008, 04:27 #1
-= TeamSpeak User =-
- Join Date
- Jul 2008
- Location
- Switzerland
- Posts
- 6
Custom PHP Webinterface
Hi guys,
I was asked today if it was possible to create a web-application to change passwords and/or channel names on a teamspeak server.
I managed to get a server running on localhost using my own mySQL database. I also have a written a short PHP application to change the passwords for the specific channels on my Server. Now I have the problem that the Server obviously only reads from the mySQL database when it is (re-)started.
Because of this the Teamspeak server would have to be restarted every 24 hours to update the information entered on the site during the day, what of course is not ideal
.
My question is: Is there a way to force the Teamspeak server to read the information out of my mySQL database without restarting the server. All I would really need is for the passwords to be up-to-date. I don't care if Channel names are only updated on reconnect or whatever. In addition the Clients connected should not notice anything.
I hope you can help me
Greetings,
Dragony
-
13-07-2008, 05:01 #2
-= TeamSpeak Addict =-
- Join Date
- Jun 2003
- Posts
- 246
your app should connect to the tcpquery and issue commands directly
search the forum
-
13-07-2008, 05:47 #3
-= TeamSpeak User =-
- Join Date
- Jul 2008
- Location
- Switzerland
- Posts
- 6
As far as I have found out, I can only read information via TCP query, but I can't change anything (concerning Channelnames/passwords).
edit:
Aaaaaah, it's called rehash
.
Sorry it's late (/early) ^^
-
13-07-2008, 06:31 #4
-= TeamSpeak User =-
- Join Date
- Jul 2008
- Location
- Switzerland
- Posts
- 6
Hmm, doesn't seem to work the way I would like it to.
After rehash nothing changes, not even after rejoining the Teamspeak server.
Any Ideas? (Yes, I selected the correct server in telnet
)
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
ACTSViewer - Another multifunctional TeamSpeak-Viewer for PHP
By Cyrus in forum [TeamSpeak 2] Addons & ScriptsReplies: 75Last Post: 05-04-2009, 14:57 -
Some Useful PHP-Scripts (Webregister, SA IdleKick, WebInterface Access)
By Cyrus in forum [TeamSpeak 2] Addons & ScriptsReplies: 9Last Post: 15-03-2006, 15:15 -
FreeBSD and MySQL
By Paterson in forum [TeamSpeak 2] Server SupportReplies: 1Last Post: 18-01-2006, 08:35


Reply With Quote