The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Advanced Voicetool Viewer (Teamspeak 2, Teamspeak 3, Ventrilo viewer) Details »» | |||||||||||||||||||||||||||||||||||||||||
Advanced Voicetool Viewer (Teamspeak 2, Teamspeak 3, Ventrilo viewer)
Developer Last Online: Oct 2019
INFO
This is a more advanced version of my old tsxviewer plugin. It was written from scratch and offers a lot more features! It displays a list of users connected to a voicetool like Teamspeak 2, Teamspeak 3 or Ventrilo and displays them on the Forumhome page inside the what's going on box, or anywhere else! Templates allow you to fully customize the viewer, which can display unlimited amounts of viewers for your voicetool servers! Keep track your server's uptime with the cron logger, which logs every time a server times out or comes back online! *** Despite the product description saying mumble is supported, it is NOT. Sorry for any confusion *** FEATURES - Multiple Server Viewers on a single page - Fully customizable Templates - Query caching - Server Uptime Logging - No iFrames! Fits perfectly into vbulletn. Make search engines love you! INSTALLATION Extract the archive and upload the files according to their structure: Code:
- forum root - admincp + tsxview_admin.php - includes - cron + tsxview_cron.php - xml + cpnav_advancedvoicetoolviewer.xml + tsxview_class.php + ts2status.php + ts3status.php + ventstatus.php - images - cms + delete_small.png + edit_small.png + permission-not-set_small.png + permission-set_small.png - misc + mumble.gif + teamspeak2.gif + teamspeak3.gif + ventrilo.gif + ts3_off.png (optional) + ts3_on.png (optional) If you have any previous tsxviewer product installed prior to 1.3, uninstall it first! (Important!) READ THE INCLUDED README FILE BEFORE INSTALLING THE PLUGIN! (srsly, spare you the headache!) Download Now
Screenshots
Show Your Support
|
2 благодарности(ей) от: | ||
RichieBoy67, Skaut |
Comments |
#12
|
|||
|
|||
You need to read the directions. You have to put the correct ID of the TS in to stop the errors.
I installed it correctly on my site but says the server is offline. I have allowed my website into the ip whitelist for TS3 and no change. ? |
#13
|
|||
|
|||
Quote:
INSERT INTO `vb_tsx_server` (`active`, `name`, `ip`, `port`, `queryport`, `serverID`, `type`, `order`, `cacheTime`, `signalTime`, `status`, `created`, `password`) VALUES ( 0, 'Teamspeak 2', 'xxx.xxx.xxx.xxx', 8767, 59176, 0, 1, 999, 0, 0, 3, '1307378271' ); 'value' for 'password' is missing in sql-query ... the last value ('1307378271') in the query is the value for the 'created' timestamp. vBulletin 4.1.3 pl1 avv 1.3 Edit 2 - solution: tsxview_class.php, find line 126: VALUES ( %d, '%s', '%s', %d, %d, %d, %d, %d, %d, %d, %d, '%s' )", replace it with VALUES ( %d, '%s', '%s', %d, %d, %d, %d, %d, %d, %d, %d, %d, '%s' )", |
#14
|
||||
|
||||
The MYSQL error is now fixed.
For all those with version 1.3, just download the package, upload the file includes/tsxview_class.php and overwrite the old version. Or alternatively, try the fix from Rabillo. Now you should be able to add new servers. Quote:
ip: port: queryport: serverid: |
#15
|
|||
|
|||
I like this mod... Wonder if I can recommend an enhancement or two... Take them or leave them.
Where it says JOIN SERVER, if you have ventrilo and a default visitor name, it will try and overwrite the local profile.. any way for it to join and keep default user name if one exists? I think it should have an icon that says "Voice Servers" and then list the servers under that by type with icon and status..... Should probably be able to define the color of the JOIN SERVER link. Thanks again, this is very useful |
#16
|
||||
|
||||
Hi Doctor Death,
most of the features are already covered by the way you can modify the templates on your own. Given that you have the according HTML/CSS knowledge or someone who does. Quote:
Quote:
I'm not sure it would be a wise idea to implement this kind of output and then nobody uses it. The template vars should be enough to let you style the output exactly how you like them to be. If something in particluar is missing, let me know! Quote:
Put this in your CSS > additional.css template: Code:
/* TS VIEWER JOINLINK COLORS */ /* TS2 */ .tsx_type_1 span.tsxview_joinlink a { color: #ff0000; } /* TS3 */ .tsx_type_2 span.tsxview_joinlink a { color: #00ff00; } /* Ventrilo */ .tsx_type_3 span.tsxview_joinlink a { color: #0000ff; } |
#17
|
||||
|
||||
I've updated the Hack on my forums and it still doesn't connect to Vent... it says Offline!
|
#18
|
|||
|
|||
Would be awesome if it could display a small box on the CMS frontpage!
|
#19
|
||||
|
||||
Hello,
i want to enable "b_virtualserver_select" but the voice always say error. Any idea? /EDIT Works =) But one little Problem. Names with special signs are not working. Any idea to solve it? 2. Question: How to show it only for a special usergroup? |
#20
|
||||
|
||||
Quote:
Sure, you can edit the viewer_overall template and add these conditional tags around the content: PHP Code:
|
#21
|
||||
|
||||
Quote:
Ok, thanks for help =) AH sehe gerade, deutsch? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|