Jump to content

TeamSpeak Integration


1s2k.pl
 Share

Recommended Posts

  • Administrator

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

Zobacz pełny artykuł / View the full article

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site you agree to Privacy Policy.