TeamSpeak 6 Viewer

Built on TeamSpeak 6. Displays users, idle times, away status, channels, and more. Supports HTTP or HTTPS WebQuery. Admin settings comes with a style editor.
Version: 1.0
Autor: itsDEFAULT
Deutsche Übersetzung: noch nicht übersetzt
Hochgeladen: 08.03.2026
Letzte Aktualisierung: 08.03.2026
Support: https://forum.mybb.de/thread-39626.html (0 Beiträge)
Kompatibilität: MyBB 1.8.x
Bisherige Downloads: 1
Vorschau
Vorschau
Vorschau
Github: https://github.com/outerfuel/MyBB-plugin-tsviewer

TeamSpeak 6 Viewer for MyBB
A high-performance, secure, and highly customizable TeamSpeak 6 integration for MyBB 1.8.x. This plugin utilizes the TeamSpeak WebQuery to capture server statistics, channel hierarchies, and user status.

📸 Screenshots
User Interface


Admin Configuration


🚀 Key Features
* **WebQuery API**: Supports HTTP and HTTPS WebQuery to TeamSpeak 6.
* **Encrypted Caching**: API calls are cached and encrypted every 60 seconds for stability. The cache is keyed to your unique WebQuery API Key. Data is saved in
cache/ts_cache.dat
* **Theme-Agnostic Architecture**: Leverages CSS inheritance to automatically match any MyBB theme (Light or Dark).
* **Live Component Visualizer**: Built-in Admin CP preview tool for real-time HTML/CSS styling.
* **Channel Nesting**: Indentation for sub-channel structures.
* **Dynamic Idle Tracking**: Idle time coloring.

🛠️ Installation
1.  Upload
tsviewer.php
to your MyBB
inc/plugins/
directory.
2.  Go to **Admin CP > Plugins** and click **Install & Activate**.
3.  Navigate to **Settings > TeamSpeak Viewer Settings**.
4.  Enter your **TS6 API Base URL** and **API Key**.

📊 Template Variables
Add these variables to your MyBB templates (e.g.,
index
or
header
):
Variable | Description 
{$ts_status}
| Displays the Online/Offline status header.
{$ts_online_users}
| Displays the full channel and user tree.
{$ts_count}
| Returns the integer count of online users.

Example HTML to add to your theme template.
<div class="ts-viewer-container">
    <div class="ts-status">{$ts_status}</div>
    <div class="ts-tree">{$ts_online_users}</div>
</div>


🎨 Setting Placeholders
Customize your output in the Admin CP using these placeholders:
User Row:
{username}
,
{idle_time}
,
{idle_color}
,
{away_status}

Status:
{user_count}
,
{version}
,
{platform}
,
{extra_stats}

Offline:
{last_seen}


API Key Info
* (Recommended) Create a read apikey in your TeamSpeak Server.
apikeyadd scope=read sid=1 lifetime=0

An api key the scope=manage will allow querying for Server Uptime, Server Version, and Packet Loss information but is effectively an admin key to your server. You've been warned

Quelle: TeamSpeak 6 Viewer bei MyBB.com

Ähnliche Erweiterungen

View Unread Posts 1.0 von Amaryllion für MyBB 1.8.x
This simple plugin lists all threads with unread posts (no database changes, no core changes)

99 Downloads
Partial Thread View For Guests
Partial Thread View For Guests 1.0 von Do0kski für MyBB 1.8.x
Allows guests to read up to 75 scroll ticks of a thread then locks up asking them to either login or register to gain full access.

37 Downloads
Show Attachments In Forum View
Show Attachments In Forum View 1.0 von Starpaul20 für MyBB 1.6.x
Adds a pop-up in forum view to show the attachments in a thread.

570 Downloads
TS3 Viewer für das MyBB
TS3 Viewer für das MyBB 1.0 von MrBrechreiz für MyBB 1.6.x
Einbinden eines TS Viewer auf deiner Seite

950 Downloads
Force Users to View a Thread
Force Users to View a Thread 1.0 von DragonFever für MyBB 1.4.x
This plugin allows you to set a thread as 'must read' by your members.

584 Downloads