vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [vBa CMPS 2.X Module] Teamspeak Display (https://vborg.vbsupport.ru/showthread.php?t=119237)

DWard 06-20-2006 10:00 PM

[vBa CMPS 2.X Module] Teamspeak Display
 
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

Quote:

Originally Posted by Racenut
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:
PHP Code:

                print(str_replace(" ""&nbsp;"htmlspecialchars($channelInfo["displayname"]))); 

Replace with:
PHP Code:

                print(str_replace(" ""&nbsp;<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.d...?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

Quote:

Originally Posted by Fishsauce (Post 1082452)
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

Quote:

Originally Posted by DWard (Post 1013780)
Well I think this may do it, however I have nothing to test it with. Try this:

Find in teamspeakdisplay/teamspeakdisplay.php:
PHP Code:

                print(str_replace(" ""&nbsp;"htmlspecialchars($channelInfo["displayname"]))); 

Replace with:
PHP Code:

                print(str_replace(" ""&nbsp;<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


All times are GMT. The time now is 05:22 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02616 seconds
  • Memory Usage 1,763KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete