• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

TS library problem

MarioC

Member
I currently have a problem with the Tea*Speak library so that I can make parameters work from a php system but this one doesn't work with teaspeak would you have an idea or something to modify in the base ts library
 

JoaquoCL

Active member
modify "motd" in config.yml

motd: "TS3\r\nWelcome on the TeaSpeak ServerQuery interface.\r\n"

Change the protocol in your library "TeamSpeak3.php"

const READY = "TS3"; to const READY = "T";

restart your server and test!.