![]() |
i have installed that product, but NOTHING is displayed in the footer. Do i have to make the changes as seen on the previous version ?
|
Quote:
Please click INSTALL. Quote:
Quote:
Quote:
|
Bah, ok I give up.
The $replace variable in the plugin isn't replacing anything. I checked my forumhome and there was nothing new added.... so I went ahead and fiddled around with the ts_live template, and copied bits and pieces over to the forumhome myself (at the top) to test it and apparently I'm not getting anything from the ts_active_users {1} which leads me to believe that it's because there is no code going on in the actual forumhome template.... instead the code is being injected from the ts_live template. Only on my forum there's nothing being injected or replaced as it should be :/ http://www.probetreffen.de/forum I've decided to add my forumhome template Code:
$stylevar[htmldoctype] |
Your URL cannot be reached from here, tested with different browsers. Seems to be a DNS Problem.
|
Quote:
http://www.probetreffen.de/forum is the current one :surprised: |
I have my website being hosted by Godaddy and for some reason they won't let me query the teamspeak. Any ideas on how to get around that?
Currently I set up gll2ts and have it being hosted elsewhere.. so when people want to see who is on ts is opens a new window. I would love to intergrate this into the VB site. If anyone has any ideas on how to get past godaddy's querie block please let me know., Thanks, :Luke |
ok got it to work. Also had to add ?nickname=$bbuserinfo[username] to the template to login to TS as the current user.
|
is it possible somehow to let people login with their current name they are logged into the forums? think its the think SkyCatcher is talkin about but where to add it :)
|
Quote:
Open FORUMHOME > forumhome_tslive template find: Code:
<a href="teamspeak://$vboptions[ts2live_server_address]:$vboptions[ts2live_server_port]/?channel=$vboptions[ts2live_join_channel]?password=$vboptions[ts2live_join_password]">$ts2live_output[playerlist]</a> Code:
<a href="teamspeak://$vboptions[ts2live_server_address]:$vboptions[ts2live_server_port]/?channel=$vboptions[ts2live_join_channel]?password=$vboptions[ts2live_join_password]?nickname=$bbuserinfo[username]">$ts2live_output[playerlist]</a> |
Might want to also add download client links.
edit forumhome_tslive find Code:
</if> Code:
<br><br>Download TeamSpeak Client: <a href="http://www.goteamspeak.com/index.php?page=downloads&id=1a" target="_blank">windows</a> - <a href="http://www.goteamspeak.com/index.php?page=downloads&id=5a" target="_blank">mac</a> - <a href="http://www.goteamspeak.com/index.php?page=downloads&id=2a" target="_blank">linux</a> |
Quote:
I get this too, Please can you fix this IP ADDRESS : 195.20.109.78 TCP/IP = 8907 QUERY = XXXXX |
btw - i use a Linux system
|
Quote:
i can almost guarantee that the ports you are trying to access your ts server with are locked by your host... ask them if they can unlock them for you... |
One question, it displays, but I dont know how to configure it, is there a place where I can go to configure the ip adress, the port and all the needed information? Thanks
|
Well I'm new at this as well but if you look in your vBulletin Options and scroll to the very bottom you will find TS2 Live 2.0. This should be what you are looking for.
|
I will try it when I get the time, thank you very much!
|
Hey!
I'd like to use this hack in combination with "Members who have visited the forum today" ( https://vborg.vbsupport.ru/showthrea...ht=users+today ) but with both hacks activated there is only the "Members today" hack visible on the position of the "TS Online Status" hack. What have I to do, to make both hacks visible? Without the "Members today" hack, "TS Online Status" works fine, but I'd like to use both hacks. WoD |
works fine for me, try uninstalling both mods and starting again ?
start with the one that dont work. |
i am also getting the server is offline message and my 51234 port is wide open. i'm not sure what is going on... can connect by clicking the link (so port 8767 is working), but the queryport doesn't seem to work? i don't know...
http://www.decimators.net/forums/ if anyone can help that would be great... |
pewp,
From what I see my guess is that you have used your domain name www.decimators.net instead of your server ip for the first config option for this add-on. Looks to be a DNS resolution hick-up. As you can see I entered your data and even logged in to your TS server and everything is working fine when the IP address is used. To prove this I entered your domain in the config and poof "Server Offline". |
Quote:
do you think it might be an issue with my webserver not allowing communication over that port? EDIT: i emailed my webhost and got this response: Quote:
and now it works... |
Quote:
hahaha way to go bud. it works. |
i have nearly the same problem. Sometimes the status show me "No active user" and sometimes he show me "Server offline". I dont understand this, because i made no changes?
can you help me please? |
How can you get it to show the users from your channel only?
We are one channel on a shared TS server, and currently it shows everyone online in that server, despite me defining the channel and password! |
Look at My site, My TS is in plain view on my front page,Most ppl visiting a site seldom scroll to the bottom of any page.And it is joinable via my site.This hack would be great if it displayed like mine does.
|
I assume that the reason mine says the server is currently offline is because of the UDP packets. I have contacted my host and I am just awaiting a response. Hopefully a good one.
I changed the phrase *currently offline* to *currently online* so users know it's online. I sure do hope the UDP packets would be the cause that it's not working properly. |
The told me that UDP ports are open..
They asked which ports am I using?? Should I tell them 8767?? |
|
All set! Got it working!
Opening up the UDP and TCP ports made it work. |
just to confirm will this work on version 3.6?
|
Yes, this works on 3.6 like a charm :)
|
Thank you very much
|
hey eddie thanks for the link dude :)
i might release that here as well. |
Is it possible to have multiple TS Servers configured with this plugin so that each configured servers shows at the bottom of your forum?
|
Many thanks - works like a dream :)
|
Maybe this can help other users. It is only a small addition to add the user nickname to the link to the ts-server. So now the user will have the same name in the channel he will be logged in using the ts2live link. Before this i always got the name "Guest1" f.e.
After this the URL will look like this: teamspeak://11.111.111.111:8767/?channel=channelname?password=passwordforchannel?n ickname=usernameinvb Just add the variable Quote:
Code:
href="teamspeak://$vboptions[ts2live_server_address]:$vboptions[ts2live_server_port]/?channel=$vboptions[ts2live_join_channel]?password=$vboptions[ts2live_join_password]?nickname=$bbuserinfo[username] Thanks Joergh |
Hi,
First I've installed this on a 3.6.8 board, and it's working like a charm! I did have to remove the alt="" at line 22 to make sure links will work in <phrase name="ts_active_users"><![CDATA[ at line 155 Line 22: Code:
<td class="alt2"><img src="$stylevar[imgdir_misc]/$vboptions[ts2live_icon]" alt="" border="0" /></td> Line 155: Code:
<phrase name="ts_active_users"><![CDATA[People on Teamspeak: {1} Both <a href="profile.php?do=editusergroups">members</a> and guests may use <a href="showthread.php?t=3279">DIE16 TS</a>]]></phrase> Now I've got 2 questions, and hoping it's ok to ask, being my first time here at these forums. Would it be possible to remove the get_player_flags for everyone, and make all registered (R) bold? Would it be possible to stop the linking from a person on teamspeak to the channel (cause I've already informed people at line 155, like mentioned above) I really hope you can assist me with this. All the best, Cor a.k.a. Taragon |
Mine says offline too and I contacted the provider we get our TS from. They said both 8798 and 51234 are not blocked. Anyone have ideas?
If I click on the "Server is currently offline" link, I can join the server with no problems. It just won't show who's on. |
Just wondering could it not be working because I don't have a Server WebPost PostUrl & Server WebPost LinkUrl setup? Just curious because I have tsviewer running on my front page and that works fine and everyone on TS shows up. However, for some reason this script does not.
|
Do we have to install any of the 1.x version first or can we just install this 2.0?
|
All times are GMT. The time now is 03:12 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|