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

Reply
 
Thread Tools
[vBa CMPS 2.1.0/2.2.0] TeamSpeak Display/Login Module Details »»
[vBa CMPS 2.1.0/2.2.0] TeamSpeak Display/Login Module
Version: 2.0, by BigJohnny BigJohnny is offline
Developer Last Online: Mar 2016 Show Printable Version Email this Page

Category: Portal Software - Version: 3.6.2 Rating:
Released: 10-10-2006 Last Update: 10-10-2006 Installs: 72
Template Edits
Additional Files  
No support by the author.

This handy module will display who's online, And in what channel/sub-channel, on the TeamSpeak server you specify.
The original TeamSpeak Display script was coded by Dooki (php-gfx) and ported to this vBa module by me. The original script was also in German, So I have taken the time to translate any messages and text which the user would end up seeing. The comments that we need to work with have also been translated, All other comments have been left in German.

Version 2.0 also uses OverLib to display a popup menu when you hover your mouse over a channel/player name. It is best not to enable this feature when using this module in a small area as it tends to get in the way.


PLEASE VISIT www.teamspeakdisplay.com TO DOWNLOAD

Supporters / CoAuthors

Show Your Support

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

Comments
  #62  
Old 06-20-2009, 11:57 PM
BigJohnny's Avatar
BigJohnny BigJohnny is offline
 
Join Date: Jun 2006
Location: Canada
Posts: 500
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you might just have to change the html a little bit. it's quite old but simple. I believe its just a form and table. This is the first I've seen/heard of this.

I also visited your site with the link posted but didn't see that there.
Reply With Quote
  #63  
Old 06-21-2009, 02:43 PM
john_d13 john_d13 is offline
 
Join Date: Jul 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yea I took it out for now cause it was taking alot of space on the left column, would you like me to put it back ? So I need to edit the adv_portal_teamspeak template ? What parts of the html need to be edited ?
Reply With Quote
  #64  
Old 06-21-2009, 03:04 PM
BigJohnny's Avatar
BigJohnny BigJohnny is offline
 
Join Date: Jun 2006
Location: Canada
Posts: 500
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you just need to edit that form. yes that's the correct template, it will be the <form> table.... probably not entirely compliant and looks out of whack in FF.

could just be a matter of needing to remove the space, and add a <br /> instead.
Reply With Quote
  #65  
Old 07-30-2009, 04:43 PM
alfieuk alfieuk is offline
 
Join Date: Feb 2007
Location: West Yorkshire
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting the same problem as john d13....and to be honest I dont understand what johnny means by remove space ??
Anyway here is the full code if someone can offer a bit of advice.
Thanks in advance
HTML Code:
<head>
<script type="text/javascript">
function nname()
{
alert("This is the name that will be displayed in TeamSpeak when you login." + 'n' + "If you are registered with the teamspeak server you are connecting to" + 'n' + "you can use this field to display a name different from your login name.")
}
</script>
<script type="text/javascript">
function lname()
{
alert("This field is for users registered with the TeamSpeak server only." + 'n' + "This is the name you registered on the server with." + 'n' + "If you are not registered with the server, then leave this field blank.")
}
</script>
<script type="text/javascript">
function pword()
{
alert("This is for the server password, if the server is password protected," + 'n' + "or if you are a registered user on the server." + 'n' + "If you are registered with the server, then use the password you registered with" + 'n' + "instead of the server password." + 'n' + "If the server is not password protected or you are not registered then leave this field blank")
}
</script>
</head>
<body>
<table>
<tr> 
        <td class="alt1">
        <iframe src="/vBulletin/TeamSpeak/TS_Viewer.php" width="100%" height="150" frameborder="0" marginwidth="1" marginheight="1" scrolling="yes"></iframe> 

<form name="TSLogin">
<CENTER>
<table border="1" width="100%" cellspacing="0" cellpadding="0" bordercolordark="#000000"> 
	<tr>
		<td>
<CENTER>
<table border="0" width="13%" cellspacing="0" cellpadding="0">
		<tr>
			<td width="40">
			<p align="center">;</td>
			<td width="94">
			<p align="center">
			<b><font face="Verdana" size="1">NickName</font></b></td>
			<td width="8">
			<p align="right"><font face="Verdana" size="2"><b>
			<a href='javascript:onClick=nname()'>?</a></b></font></td>
		</tr>
		<tr>
			<td width="165" colspan="3">
			<p align="center">
			<input type="text" class="input" name="nname" size="24" value="$bbuserinfo[username]" tabindex="1"></td>
		</tr>
			<td width="40">
			<p align="center">;</td>
			<td width="94">
			<p align="center"><b><font face="Verdana" size="1">Login Name</font></b></td>
			<td width="8">
			<p align="right"><font face="Verdana" size="2"><b>
			<a href='javascript:onClick=lname()'>?</a></b></font></td>
		<tr>
			<td width="165" colspan="3">
			<p align="center">
                        <input type="text" class="input" name="lname" size="24" value="" tabindex="2"></td>
		</tr>
		<tr>
			<td width="40">
			<p align="center">;</td>
			<td width="94">
			<p align="center"><b><font face="Verdana" size="1">Password</font></b></td>
			<td width="8">
			<p align="right"><font face="Verdana" size="2"><b>
			<a href='javascript:onClick=pword()'>?</a></b></font></td>
		</tr>
		<tr>
			<td width="165" colspan="3">
			<p align="center">
			<input type="password" class="input" name="servpw" size="24" value="" tabindex="3"></td>
		</tr>
</CENTER>
	</table>
		</td>
	</tr>
	<tr>
		<td>
<CENTER>
<input type="button" class="submit" value="Login" onClick="location.href='teamspeak://89.238.152.201:8780' + '/?nickname=' + TSLogin.nname.value + '?loginname=' + TSLogin.lname.value + '?Password=' + TSLogin.servpw.value;">;;;;<INPUT type="RESET" class="submit" value="Reset" onclick='cleartsloginfields();'>  
</td>
	</tr>
</CENTER>
</table>
</form>
<script type="text/javascript">
<!--
function cleartsloginfields()
{
      document.getElementById('TSLogin').nname.value='';
      document.getElementById('TSLogin').lname.value='';
      document.getElementById('TSLogin').servpw.value='';
}
-->
</script>
</td> 
</tr>
</body>
Reply With Quote
  #66  
Old 01-07-2010, 05:59 PM
UKDarkstar UKDarkstar is offline
 
Join Date: Nov 2007
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and working on 3.8.4 PL2 except that it shows as "offline" even though it's working fine.

Is there a fix for this ?

Can be viewed at www.sawb.co.uk

Cheers
Reply With Quote
  #67  
Old 01-07-2010, 07:51 PM
BigJohnny's Avatar
BigJohnny BigJohnny is offline
 
Join Date: Jun 2006
Location: Canada
Posts: 500
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

IIRC that problem is due to the query port being blocked on your webserver.

Contact your host and ask them if they can unblock or forward port 51234 and that should solve the problem.
Reply With Quote
  #68  
Old 01-09-2010, 10:50 AM
UKDarkstar UKDarkstar is offline
 
Join Date: Nov 2007
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BigJohnny View Post
IIRC that problem is due to the query port being blocked on your webserver.

Contact your host and ask them if they can unblock or forward port 51234 and that should solve the problem.
Thanks - my host (www.layershift.co.uk where I have a Linux VPS) says they are not blocking any ports.

Any other suggestions ?
Reply With Quote
  #69  
Old 01-09-2010, 11:31 AM
BigJohnny's Avatar
BigJohnny BigJohnny is offline
 
Join Date: Jun 2006
Location: Canada
Posts: 500
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The only times ive ever seen it showing offline is when it can't connect to the teamspeak server for communication.

Maybe it's possible that TS changed the query port? I haven't played with this in a long time, but lack of communication is what always has had it showing offline.
Reply With Quote
  #70  
Old 01-09-2010, 12:52 PM
UKDarkstar UKDarkstar is offline
 
Join Date: Nov 2007
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BigJohnny View Post
The only times ive ever seen it showing offline is when it can't connect to the teamspeak server for communication.

Maybe it's possible that TS changed the query port? I haven't played with this in a long time, but lack of communication is what always has had it showing offline.
The TS host is quoting a diff port for scripts so I'll give that a go and see if that gets it working. Thanks
Reply With Quote
  #71  
Old 01-09-2010, 06:22 PM
UKDarkstar UKDarkstar is offline
 
Join Date: Nov 2007
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, the TS host quotes :

Server Port:6091

Query Port:51236 (for scripts)

This would suggest the latter is needed for the status in the panel but I'm not sure where in your scripts I need to put this ?
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 12:55 AM.


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.04407 seconds
  • Memory Usage 2,328KB
  • Queries Executed 28 (?)
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
  • (1)bbcode_html
  • (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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_postinfo_query
  • fetch_postinfo
  • 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