vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Portal Software - [vBa CMPS 2.1.0/2.2.0] TeamSpeak Display/Login Module (https://vborg.vbsupport.ru/showthread.php?t=128826)

dune3000 11-11-2007 07:29 PM

Sorry guys .. I have one more question
How do I change the with of that MOD to be exactly same as my default CMPS blocks

Thank you,

blind-eddie 11-19-2007 03:31 PM

edit the adv_portal_TeamSpeak template....

blind-eddie 11-19-2007 03:34 PM

Dune, I have BF2 & AA Server viewers. I also have both tracker mods if you need themLook at my front page to see them.

dune3000 11-20-2007 03:45 AM

I try to play with adv_portal_TeamSpeak but still my TS block it has different width then any another blocks: User CP, Site Navigation etc.. (http://www.goldentriad.org/)

What control the width of TS block?

BTW blind-eddie you have great sit I like it :)

blind-eddie 11-20-2007 02:38 PM

I went to your site, registered, I dont see the TS Block....Do you have it set so registered users can view it?

Thank you for your comment on my site.

dune3000 11-20-2007 05:40 PM

I turn it on you can see it now.

Aslo there is one more problem block show TS off no idea why. (TS is on )

blind-eddie 11-20-2007 06:14 PM

You need to ask your host for dedicated ip for it to work, I posted this in your forum.

dune3000 11-21-2007 03:10 AM

We do have dedicated ip for TS :)

still cant solve following
Quote:

I try to play with adv_portal_TeamSpeak but still my TS block it has different width then any another blocks: User CP, Site Navigation etc..

butch3r 11-22-2007 09:26 PM

Need a little help with this mod
I'm russian, and my TS server contains cyrillic symbols in room names, that can't display correctly with this add-on (by default).. but maybe its able to make it with some little edits??

dune3000 11-23-2007 12:06 AM

Is this MOD still supporting ?
Looks is like not :(

blind-eddie 11-23-2007 07:05 AM

I believe vba default for left & right columns is 150, In the Team speak template, change the width to 150, remember, always back up what your about to edit. That way if you have an error, you will have original.

blind-eddie 07-25-2008 01:33 AM

Got your email..

Hey BigJohnny, I was suppose to get you a few site names....I completely forgot, I am sorry.

I have it on....I believe vbulletin site's 4 sites & 1 html site.

I will post link's on MSN.

BigJohnny 07-25-2008 02:13 AM

wow, its on an html site..... that one surprises even me lol

blind-eddie 07-25-2008 02:27 AM

Sent you pm.

jdelasko 07-25-2008 02:46 AM

Any chance of adding a few more features to this module?

1. clicking on a channel connects the user to that channel

2. clicking on a different channel when already connected to a TeamSpeak server, changes to that channel.

3. A disconnect from server button

veenuisthebest 01-31-2009 03:22 PM

Hi.. when I click on login, it says "teamspeak is not a registered protocol". What could be the problem?

Thanks

WDZaphod 05-08-2009 08:27 PM

Did u install the Teamspeak-Client on ur machine?

BigJohnny 05-09-2009 01:44 AM

you need the client if you want to connect to teamspeak. But it is NOT required to be installed on your computer for the hack to work.

john_d13 06-20-2009 07:02 PM

i installed, working but my tables are messed up

any way to fix this:

http://l2xgen.com/index.php

john_d13 06-20-2009 08:33 PM

I forgot to mention. This only happens on Firerfox, IE is ok, see screenshot

BigJohnny 06-20-2009 11:57 PM

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.

john_d13 06-21-2009 02:43 PM

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 ?

BigJohnny 06-21-2009 03:04 PM

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.

alfieuk 07-30-2009 04:43 PM

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>


UKDarkstar 01-07-2010 05:59 PM

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

BigJohnny 01-07-2010 07:51 PM

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.

UKDarkstar 01-09-2010 10:50 AM

Quote:

Originally Posted by BigJohnny (Post 1949900)
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 ?

BigJohnny 01-09-2010 11:31 AM

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.

UKDarkstar 01-09-2010 12:52 PM

Quote:

Originally Posted by BigJohnny (Post 1951066)
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

UKDarkstar 01-09-2010 06:22 PM

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 ?

BigJohnny 01-09-2010 08:12 PM

jesus as much as I hate to admit I can't remember either.

it's in one of the php files, I believe the config file for the php script. if you open them up and search for the old query port replace it with the new one and that should have you golden barring any other problems.

yup TSV_Config.php

var $serverQueryPort = "51234"; <-- change this to the needed query port.

UKDarkstar 01-09-2010 08:39 PM

Quote:

Originally Posted by BigJohnny (Post 1951433)
jesus as much as I hate to admit I can't remember either.

it's in one of the php files, I believe the config file for the php script. if you open them up and search for the old query port replace it with the new one and that should have you golden barring any other problems.

yup TSV_Config.php

var $serverQueryPort = "51234"; <-- change this to the needed query port.

Thanks m8, I'll give it a go and let you know if it works :up:

UKDarkstar 01-09-2010 08:41 PM

Yup. All sorted !

Many thanks for your help :):up:

BigJohnny 01-09-2010 09:01 PM

no problem, good to hear it all worked out. Over the years Ive had a couple of other problems that couldn't be figured out, but I'm certain it was host problems in most of the cases....only 3 or 4 though.

I still support my mods :)
would you mind if i add a link on my homepage to your site? maybe you could throw a little plug in there somewhere ;)

UKDarkstar 01-10-2010 06:42 AM

Quote:

Originally Posted by BigJohnny (Post 1951467)
no problem, good to hear it all worked out. Over the years Ive had a couple of other problems that couldn't be figured out, but I'm certain it was host problems in most of the cases....only 3 or 4 though.

I still support my mods :)
would you mind if i add a link on my homepage to your site? maybe you could throw a little plug in there somewhere ;)

We're a CoD gaming clan but if you think it will help you're welcome.

BigJohnny 01-10-2010 11:56 AM

doesn't matter the clan or game, if anyone is using my TS viewer I like to have a link on my homepage. It drives traffic to your site, and as I don't really maintain the homepage much at all, it helps keep people in the loop about the mod and site.

when I get a chance I'll put a link on my site to yours, I have to find where I put the backups as the HD I had all my stuff stored on is in need of a $1000 recovery job.


All times are GMT. The time now is 01:37 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.01244 seconds
  • Memory Usage 1,845KB
  • 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
  • (1)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (36)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete