Administrator 1s2k.pl Posted July 25, 2018 Administrator Report Share Posted July 25, 2018 Integrate a TeamSpeak server with your community Features Display members TeamSpeak status on their profile. Send global messages to TeamSpeak clients. Automatically synch TeamSpeak server groups using both Profile Fields and Member Groups. Integrate a TSViewer as a widget. Coming Soon Multiple UUIDs for members. Edit the TeamSpeak Server information from ACP. TeamSpeak Kick/Ban/Unban from ACP. Synch forum bans with TeamSpeak bans. Before You Use Create a profile field called "TeamSpeak Unique Identifier" and optionally make it required. This will be used to link ICS accounts to TeamSpeak. View the "Help" section of the application for detailed instructions. Additional Information You can access the TeamSpeak Query Admin class from anywhere using the following code. // Connect to the TeamSpeak Server // ( // If a connection has already been established // during this PHP execution session, the current // connection will be used instead of a new one. // ) if (! \IPS\ts3integration\TsAdmin\TsAdmin::connectIPS()) { static::$tsError = \IPS\ts3integration\TsAdmin\TsAdmin::$tsError; // end execution } // Example \IPS\ts3integration\TsAdmin\TsAdmin::$tsAdmin->clientGetIds("osNiXxOSdfgl5nVJdtBipg/a+E4="); (See http://ts3admin.info/manual/classts3admin.html for documentation) Attribution ts3admin.class by par0noid (License) Zobacz pełny artykuł / View the full article Link to comment Share on other sites More sharing options...
Recommended Posts