View Full Version : [vBa CMPS 2.X Module] Teamspeak Display
DWard
06-20-2006, 10:00 PM
Hey guys!
Sorry I'm not releasing any little goodies much anymore but I try my best to help.
I have this TeamSpeak display script, which I have modified to work with vbAdvanced. It was a while ago that I actually modified the file, so I am not 100% sure whether or not I coded it to look like my board, or whether it will worth with any colour scheme, you will have to check for yourself, however I am sure that it worked every time I changed my theme so I doubt there will be much for you to do :) My support may be limited, but I will try my hardest. Sorry, I don't have a screenshot, because I no longer use teamspeak, but if somebody can post one, I will upload it to this post. The php scripting is the work of somebody else, but I have changed a few parts so that it works as a module correctly.
Features:
*Connect to server/channel through module
*Show users in different channels
*Show user permissions (R/CA/SA)
*Display if server is offline
*No delay on status (not problems with that yet)
*Looks almost identical to teamspeak layout
*Works very well as a module
Anyway, lets cut the crap and get on with it!
Cheers,
Dan Ward.
DWard
06-21-2006, 08:10 AM
<Reserved Post>
GrendelKhan{TSU
06-21-2006, 09:40 AM
first post weeeee!!
I'll check it out.
<< first install
Racenut
06-21-2006, 11:14 PM
Thanks ver much for this. I installed and it works fine. I woulod however like the channel names to be bold and maybe change the font color. Anyway to do this?
thanks
DWard
06-22-2006, 09:26 AM
Thanks ver much for this. I installed and it works fine. I woulod however like the channel names to be bold and maybe change the font color. Anyway to do this?
thanks
Well I think this may do it, however I have nothing to test it with. Try this:
Find in teamspeakdisplay/teamspeakdisplay.php:
print(str_replace(" ", " ", htmlspecialchars($channelInfo["displayname"])));
Replace with:
print(str_replace(" ", " <b><font color='#000066'>", htmlspecialchars($channelInfo["displayname"]), "</font></b>"));
Obviously keep a backup, but I think that should make your cannels dark blue and bold. Tell me if it worked.
Racenut
06-24-2006, 03:25 PM
nope, didnt work. The channel names became line errors.
DWard
06-26-2006, 10:35 AM
hmm, a strange one, if only i used teamspeak still ;)
Snoopy59
07-18-2006, 07:20 AM
Thx a lot for this addon ;)
maurizio
07-18-2006, 07:36 AM
To make the channels for example bold use a css stylesheet.
You can find a suitable one here: http://download.teamspeak-einstieg.de/index.php?release_id=15
LT Mote
09-21-2006, 07:29 AM
Can this be used on vB 3.6.x ?
Fishsauce
09-24-2006, 05:49 PM
Error: Could not connect to query port
even though I have confirmed I have the correct query port
Phosphorus
10-11-2006, 04:29 PM
works but dont see any images and the module is no scrolled .; so the module is long like 1000 pixel.
Any idea ?
www.ner-global.org
majorj0nny
03-04-2008, 03:08 PM
Error: Could not connect to query port
even though I have confirmed I have the correct query port
I always have this when I transfer hosts - ask your site hosts to allow those ports through their firewall... works for me (though how old this thread is Im sure you have moved on ...lol )
majorj0nny
03-04-2008, 03:16 PM
Well I think this may do it, however I have nothing to test it with. Try this:
Find in teamspeakdisplay/teamspeakdisplay.php:
print(str_replace(" ", " ", htmlspecialchars($channelInfo["displayname"])));
Replace with:
print(str_replace(" ", " <b><font color='#000066'>", htmlspecialchars($channelInfo["displayname"]), "</font></b>"));
Obviously keep a backup, but I think that should make your cannels dark blue and bold. Tell me if it worked.
this is a long shot that anyone will answer - I use this mod and its perfect .. BUT ... after chaning skins recently out TS module text is massive compared to the other text on the site ... how can I reduce the size of the text on the main server title, the channel titles and the user titles ?
fingers crossed somebody still cares ! lol
majorj0nny
03-04-2008, 07:40 PM
anyone ?
jdelasko
07-09-2008, 08:06 PM
I'm not sure if anyone will respond to this considering how old this thread is.
I've installed this module on my site and it works great.... after I discovered what the query port was on my TeamSpeak server. My TeamSpeak server is hosted by tserverhq.com, a shared server, and as such, each individual server they set up uses a different query port and NOT the standard 51234 port. Before I had the port set correctly, the module would always show the server as 'Offline' and of course, display no other information. For some reason, my hosting company did niot think it was necessary to provide the query port number to me so I found a way to discover it myself. This page will show you how to determine what your query port is if you are getting a 'Server Offline' message in the module window: http://www.tsviewer.com/index.php?page=webpost
Once I entered the correct query port number in the configuration, everything worked fine. I pay a very reasonable fee for the TeamSpeak server hosting.... I like the idea of not using my websites bandwidth for voice chat and the hassles of running my own TeamSpeak server are not there.
Like I said, this module works great, but there's a few upgrades I'd like to see:
1. The addition login & optional password entry within the modulw itself. This has been done on a different module on this site. A disconnect button would be a nice addition as well.
2. In this module, clicking on a channel engages the link to your server. Clicking on a different channel, disengages the current link, then engages the new link, meanwhile you are prompted to enter a nickname all over again. The operation would be much smoother if, once you were connected to a channel, clicking on a different channel would just switch channels instead of disengaging the old channel, entering the nickname again, then engaging the new channel.
3. A create channel capability within the module would be a fantastic feature.
4. The addition of an automatic refresh via AJAX would be a nice feature as well. This has been done on the display/login module
While the login/display module on this site provides nickname and password entry, you cannot switch channels using the module..... you can only connect to the default channel and you must use the teamspeak client to switch channels.
THIS modules capabilities, if combined with the capabilities of the display/login module, would make a near perfect TeamSpeak module for Vbulletin CMPS. Anybody up to the task?
Here's the link to the other module I refer to several times in this post: https://vborg.vbsupport.ru/showthread.php?t=128826
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.