Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[vBa CMPS 2.X Module] Teamspeak Display Details »»
[vBa CMPS 2.X Module] Teamspeak Display
Version: 1.01, by DWard DWard is offline
Developer Last Online: Mar 2018 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 06-20-2006 Last Update: Never Installs: 19
Additional Files  
No support by the author.

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.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 09-24-2006, 05:49 PM
Fishsauce Fishsauce is offline
 
Join Date: Apr 2006
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Error: Could not connect to query port

even though I have confirmed I have the correct query port
Reply With Quote
  #13  
Old 10-11-2006, 04:29 PM
Phosphorus Phosphorus is offline
 
Join Date: Jan 2005
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #14  
Old 03-04-2008, 03:08 PM
majorj0nny majorj0nny is offline
 
Join Date: May 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fishsauce View Post
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 )
Reply With Quote
  #15  
Old 03-04-2008, 03:16 PM
majorj0nny majorj0nny is offline
 
Join Date: May 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DWard View Post
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(" "" "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
Reply With Quote
  #16  
Old 03-04-2008, 07:40 PM
majorj0nny majorj0nny is offline
 
Join Date: May 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone ?
Reply With Quote
  #17  
Old 07-09-2008, 08:06 PM
jdelasko's Avatar
jdelasko jdelasko is offline
 
Join Date: Jan 2007
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07304 seconds
  • Memory Usage 2,274KB
  • Queries Executed 22 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete