Jump to content

MrFisc

Friends
  • Posts

    184
  • Joined

  • Last visited

  • Days Won

    1

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by MrFisc

  1. The price was actually just dropped today for the renewal period to $15/6 months. ?
  2. Version 1.0.21 released! Change Log: Move member UUID management to Account Settings Added feature to manage UUIDs from within ACP.
  3. Version 1.0.20 released! Note: With this version comes a few Tasks that are used for caching the Profile Display. It is highly recommended that under System->Settings->Advanced Configuration you enable either `Use Cron` or `Use Web Service` for the Task Method and set it up as instructed. This way, your Tasks are not relying on traffic to your site. Change Log: Added profile display status caching Added Server Settings section Fixed some minor bugs.
  4. Version 1.0.19 released! What's New in Version 1.0.19 NOTE: When installing this new version you need to make sure you completely uninstall the old version first. Don't upload this as a new version of the old application. Change Log: Overhauled the Group Association section Added Ban and Ban List functionality Added functionality for multiple UUID's for each member. Members can mange this by going to their member menu on the top right and then 'TeamSpeak Settings'. Added 'Banned' status to profile display Updated Lang file to house almost all strings associated with the application. Fixed the bug on "Send Global Message" page related to a type in the Checkbox class name. Updated the TSViewer input box to use proper syntax highlighting. Added option to select either "Poke" or "Message" in "Send Global Message". Updated portions of the UI to look more polished. Added update URL to application so you can stay up to date.
  5. It's no secret that the current primary TeamSpeak Integration application is beginning to fade. With no updates in almost a year and a ridiculous price point of $60, it's time for something new. Click here for Something New Features Display members TeamSpeak status on their profile. Caching available for this feature. Send global messages to TeamSpeak clients. Automatically synch TeamSpeak server groups using both Profile Fields and Member Groups. Integrate a TSViewer as a widget. Multiple UUIDs for members. TeamSpeak Ban/Unban from ACP. Edit the TeamSpeak Server information from ACP. Manage member UUIDs through ACP. Coming Soon Synch forum bans with TeamSpeak bans. Integrate Reputation into the TeamSpeak Server TeamSpeak 5 Integration (once it's out) Option to require a TeamSpeak UUID to use the forum Notes It is highly recommended that under System->Settings->Advanced Configuration you enable either `Use Cron` or `Use Web Service` for the Task Method and set it up as instructed. This way, your Tasks are not relying on traffic to your site. Members can add their TeamSpeak UUIDs by going to their member menu on the top right, and clicking 'Account Settings'. Their TeamSpeak UUIDs can be found under the 'TeamSpeak Settings' tab. 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()) { $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)
×
×
  • Create New...