PDA

View Full Version : Forum Home Enhancements - Advanced Voicetool Viewer (Teamspeak 2, Teamspeak 3, Ventrilo viewer)


Disasterpiece
06-01-2011, 10:00 PM
INFO

This is a more advanced version of my old tsxviewer plugin. It was written from scratch and offers a lot more features!
It displays a list of users connected to a voicetool like Teamspeak 2, Teamspeak 3 or Ventrilo and displays them on the Forumhome page inside the what's going on box, or anywhere else!

Templates allow you to fully customize the viewer, which can display unlimited amounts of viewers for your voicetool servers!

Keep track your server's uptime with the cron logger, which logs every time a server times out or comes back online!


*** Despite the product description saying mumble is supported, it is NOT. Sorry for any confusion ***

FEATURES

- Multiple Server Viewers on a single page
- Fully customizable Templates
- Query caching
- Server Uptime Logging
- No iFrames! Fits perfectly into vbulletn. Make search engines love you!

INSTALLATION

Extract the archive and upload the files according to their structure:

- forum root
- admincp
+ tsxview_admin.php
- includes
- cron
+ tsxview_cron.php
- xml
+ cpnav_advancedvoicetoolviewer.xml
+ tsxview_class.php
+ ts2status.php
+ ts3status.php
+ ventstatus.php
- images
- cms
+ delete_small.png
+ edit_small.png
+ permission-not-set_small.png
+ permission-set_small.png
- misc
+ mumble.gif
+ teamspeak2.gif
+ teamspeak3.gif
+ ventrilo.gif
+ ts3_off.png (optional)
+ ts3_on.png (optional)

Install the correct plugin xml file in your vBulletin ACP.
If you have any previous tsxviewer product installed prior to 1.3, uninstall it first! (Important!)

READ THE INCLUDED README FILE BEFORE INSTALLING THE PLUGIN! (srsly, spare you the headache!)

Disasterpiece
06-02-2011, 12:47 AM
TROUBLESHOOTING

Please make sure, that
- you use the latest version
- followed the install instructions, uploaded each file to the correct location


TS3 Related Troubleshooting

My server is displayed as offline, but I can connect to the server!

Step 1: First, make sure you entered the correct port, queryport and serverID. it is crucial, that these informations are correct, otherwise the script won't get an answer or will pull the details from the wrong server.

Step 2: Firewall/NAT -
If your server is behind a firewall or a port filter tool, you need to allow datatransfer between the local server and the webserver. If you search for "Port forwarding", you should find enough material and tutorials to solve this issue

Step 3: query whitelist -
For the webserver being allowed to query information from the teamspeak server, you need to add the webserver's ip to the ip whitelist. The File is called "query_ip_whitelist.txt" and located in the ts3 server directory.
Add the webserver's ip in a separated line to the file and save the document. You may have to restart the ts3 server to apply these changes. (This step is not necessary if your teamspeak server runs on the same machine like the vB forum)

Step 4: For the query script to be allowed to pull specific information about the server, you need to grant special permissions to the guest and/or guest server query group.
First of all, you need to enable the advanced rights management inside of your ts3 client settings, so you can actually see what you're doing.
The specific setting is located in the settings window (ALT+P), under the "Anwendung / Application" Tab in the gorup "Verschiedenes / Misc" on the left hand side, named "Erweitertes Rechtemanagement / Advanced permissions system". Make sure the box is ticked.
Open the rights management from within the ts3 client while connected to your server, navigate to Server Groups. Then you need to grant these rights for the groups Guest and Guest Server Query:
b_virtualserver_info_view
b_virtualserver_channel_list
b_virtualserver_client_list
b_virtualserver_selectYou'll find those rights via filter in the section Virtual Server > Information. (Make sure you have the selectbox set to "Display Names" on the bottom of the window)
If you are not able to solve this problem on your own or run in complications, please contact your ts3 server provider or the official teamspeak forums for assistance, since this problem is beyond the scope of this mod.

Also, you might want to check out this post (https://vborg.vbsupport.ru/showpost.php?p=2240580&postcount=57) on details how to enable these guest rights.

If you've gone through these 4 steps and still can't get the viewer to work, contact me via PM with this information:
TS3 Server IP:
TS3 Port:
TS3 Queryport:
TS3 Server IP:
TS3 Server version:
vBulletin Version:
Product version:
Problem description: Error messages, logs, observations, etc.General F.A.Q.

I'm getting a blank site with PHP errors of classes that could not be found

You forgot to upload the query libaries or you put it in the wrong place.
Make sure you uploaded the necessary php files into the ./forum/includes directory and set
the correct permissions so the webserver can access it.
Also check if you're using the correct version.
If you update the plugin file, always update the libary file(s) too!

The viewer output doesn't print at all, how can I display it?

Check first, if you enabled the ts viewer in your vBulletin Settings -> "Advanced Voicetool Viewer".
Also, check in your ServerOverview panel, if there are any servers which are active.
If you chose to hide offline servers, check if at least one server is online.
When using a custom template, you may have different hook names than the default vbulletin style.
Check the template code for the right hook names where you want the viewer to appear or consult
your designer for help.
If all this didn't help, check the template files IF you modified them or ask in the mod thread for help.

The Viewer doesn't update immediately, sometimes I have to refresh the page multiple times for it to update the viewer!

This happens when you didn't set up a proper cron job for vbulletin.
Check the section "Cron jobs" in the readme file for more information.



CHANGELOG


CHANGELOG
=========

06/05/11
- Fixed a bug in the userlist for ventrilo servers
- Fixed a MYSQL Statement bug when editing a server
Upgrade notes: When updating from v1.3, just download the zip archive and upload the file inclues/tsxview_class.php

02/05/11
- Minor Bug fixes in back- and frontend
- Added option to specify the server ordering
- Improved template system to allow more customization
- Fixed wrong behaviour of ts2 query libary on certain occasions
- Fixed some image urls not being defined correctly
- Changed version to v1.3

04/04/11
- Internal Beta release of v1.2
- Introduced Support for Multiple Voicetools (TS2, TS3, Ventrilo)
- Introduced Query caching
- Introduced Multiple server viewers at once
- Improvements to server queries and error handling
- Bug fixes and improvements in the backend
- Added phrases for translations

12/01/09
- First non-beta Release starting at v1.1
- Fixed a formatting error in ts3status.php libary file
- Fixed tabs and whitespaces in xml files causing plugin installation to fail in rare cases.

04/01/09
- General code-cleanup
- Some additions for the settings descriptions
- Added setting for password-protected servers
- Added joinlink support for passworded servers
- Minor changes in ts3status.php

01/01/09
- Initial release

Mastar
06-03-2011, 03:21 AM
Its saying our vent is offline when its not! Any suggestions?

Mastar
06-03-2011, 03:22 AM
Its saying our vent is offline when its not! Any suggestions?

tlwwolfseye
06-03-2011, 12:11 PM
I tried that Mod ony my 4.10 vB and I get this MySQL error.


MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136

There were no previous Versions of TSX installed. Whats wrong ?

kardac.stenfot
06-03-2011, 01:52 PM
Nice app. Installed.

Disasterpiece
06-03-2011, 02:03 PM
Its saying our vent is offline when its not! Any suggestions?
Did you use the correct ip and port?
Please PM me the connection details to your vent server, I'll take a look.

I tried that Mod ony my 4.10 vB and I get this MySQL error.

There were no previous Versions of TSX installed. Whats wrong ?

Huh, never heard of that one before. 4.1.0 you say? I'll check back and see what's the problem. Didn't encounter something like this myself yet.

Kapeket
06-03-2011, 08:12 PM
Installed and working.

I am new to CMS so how do I go about creating a forum block for this or widget?

Thriled with the idea of not using an outside source for this information.

I did get the cronjob setup correctly so that is a start. =)

watfro
06-05-2011, 07:49 AM
I tried that Mod ony my 4.10 vB and I get this MySQL error.



There were no previous Versions of TSX installed. Whats wrong ?

I have the same problem on 4.1.3 when adding an TS3 server...

Doc90
06-05-2011, 07:50 PM
mee too

NPGamers.Net
06-06-2011, 01:37 AM
You need to read the directions. You have to put the correct ID of the TS in to stop the errors.

I installed it correctly on my site but says the server is offline. I have allowed my website into the ip whitelist for TS3 and no change. ?

Rabillo
06-06-2011, 03:41 PM
Huh, never heard of that one before. 4.1.0 you say? I'll check back and see what's the problem. Didn't encounter something like this myself yet.

Invalid SQL:
INSERT INTO `vb_tsx_server` (`active`, `name`, `ip`, `port`, `queryport`, `serverID`, `type`, `order`, `cacheTime`, `signalTime`, `status`, `created`, `password`) VALUES ( 0, 'Teamspeak 2', 'xxx.xxx.xxx.xxx', 8767, 59176, 0, 1, 999, 0, 0, 3, '1307378271' );

'value' for 'password' is missing in sql-query ... the last value ('1307378271') in the query is the value for the 'created' timestamp.


vBulletin 4.1.3 pl1
avv 1.3

Edit 2 - solution:

tsxview_class.php, find line 126:

VALUES ( %d, '%s', '%s', %d, %d, %d, %d, %d, %d, %d, %d, '%s' )",

replace it with

VALUES ( %d, '%s', '%s', %d, %d, %d, %d, %d, %d, %d, %d, %d, '%s' )",

Disasterpiece
06-06-2011, 04:14 PM
The MYSQL error is now fixed.

For all those with version 1.3, just download the package, upload the file
includes/tsxview_class.php and overwrite the old version.
Or alternatively, try the fix from Rabillo. Now you should be able to add new servers.

You need to read the directions. You have to put the correct ID of the TS in to stop the errors.

I installed it correctly on my site but says the server is offline. I have allowed my website into the ip whitelist for TS3 and no change. ?
Can you PM the ts3 information to me so i can check what's wrong?

ip:
port:
queryport:
serverid:

Doctor Death
06-06-2011, 05:12 PM
I like this mod... Wonder if I can recommend an enhancement or two... Take them or leave them.

Where it says JOIN SERVER, if you have ventrilo and a default visitor name, it will try and overwrite the local profile.. any way for it to join and keep default user name if one exists?

I think it should have an icon that says "Voice Servers" and then list the servers under that by type with icon and status.....

Should probably be able to define the color of the JOIN SERVER link.

Thanks again, this is very useful

Disasterpiece
06-06-2011, 05:36 PM
Hi Doctor Death,
most of the features are already covered by the way you can modify the templates on your own. Given that you have the according HTML/CSS knowledge or someone who does.

Where it says JOIN SERVER, if you have ventrilo and a default visitor name, it will try and overwrite the local profile.. any way for it to join and keep default user name if one exists?
Not sure what you mean by "default user name". Does ventrilo has a setting like this? I'm not sure how ventrilo handles these things, but possibly it should be enough to leave the user name parameter in the url blank, right?

I think it should have an icon that says "Voice Servers" and then list the servers under that by type with icon and status.....
You can modify the 2 templates accordingly to fit this kind of output.
I'm not sure it would be a wise idea to implement this kind of output and then nobody uses it. The template vars should be enough to let you style the output exactly how you like them to be. If something in particluar is missing, let me know!

Should probably be able to define the color of the JOIN SERVER link.
You already can!
Put this in your CSS > additional.css template:
/* TS VIEWER JOINLINK COLORS */
/* TS2 */
.tsx_type_1 span.tsxview_joinlink a {
color: #ff0000;
}
/* TS3 */
.tsx_type_2 span.tsxview_joinlink a {
color: #00ff00;
}
/* Ventrilo */
.tsx_type_3 span.tsxview_joinlink a {
color: #0000ff;
}
Replace the color codes with the colors you like and the link should have that color!

Mastar
06-06-2011, 07:39 PM
I've updated the Hack on my forums and it still doesn't connect to Vent... it says Offline!

computer22
06-07-2011, 03:41 AM
Would be awesome if it could display a small box on the CMS frontpage!

Kraxell
06-09-2011, 04:00 PM
Hello,

i want to enable "b_virtualserver_select" but the voice always say error. Any idea?

/EDIT
Works =)

But one little Problem. Names with special signs are not working. Any idea to solve it?

2. Question:
How to show it only for a special usergroup?

Disasterpiece
06-09-2011, 04:41 PM
But one little Problem. Names with special signs are not working. Any idea to solve it?

By "not working" you mean the name gets displayed just without special chars, or some weird characters showing insted or no username at all?

2. Question:
How to show it only for a special usergroup?
Sure, you can edit the viewer_overall template and add these conditional tags around the content:
<vb:if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)">
...
</vb:if>
where 1, 2, 3 are the group ids of the groups, where the user must be a member of (at least one)

Kraxell
06-09-2011, 04:57 PM
By "not working" you mean the name gets displayed just without special chars, or some weird characters showing insted or no username at all?

Names shows as ?????

Ok, thanks for help =)

AH sehe gerade, deutsch? :)

Disasterpiece
06-09-2011, 07:37 PM
Names shows as ?????

Ok, thanks for help =)

AH sehe gerade, deutsch? :)
Dachte die Flagge und die Location h?tten mich schon enttarnt ;)

I'll look into it, probably something wrong with utf8 encoding.
Which server types show this behaviour? TS2/TS3/Vent or all servers?

Kraxell
06-09-2011, 07:45 PM
Steht nur GER da, keine Flagge :P
EDIT: Ah....Avatar und so :D

I use TS3.

Ronya
06-12-2011, 03:10 PM
i've installed last version and don't see server.usercount looks like phrases not added.

It's possible to see cyrillic fonts in user names?

Disasterpiece
06-12-2011, 10:51 PM
The special processing with specific charsets will be improved in the next version, i'll try to release it this week.

iKettles
06-23-2011, 02:53 PM
Can't seem to be able to get my TS3 server showing as online on my forums.
http://www.flycay.com/forums
99% sure server details are right but still shows as offline

Disasterpiece
06-23-2011, 05:18 PM
Can't seem to be able to get my TS3 server showing as online on my forums.
http://www.flycay.com/forums
99% sure server details are right but still shows as offline

Did you follow the troubleshooting in post #2?
https://vborg.vbsupport.ru/showpost.php?p=2202535&postcount=2

If after that you still can't get it to work, send me your ts server credentials per PM and I'll take a look.

andyv72
06-24-2011, 11:34 AM
What is withs MUMBLE ?????

\avv-1_3_2FIX-product\images\misc\mumble.gif <----

Disasterpiece
06-24-2011, 05:26 PM
What is withs MUMBLE ?????

\avv-1_3_2FIX-product\images\misc\mumble.gif <----

I started to implement mumble as well, but mumble is from a developer perspective just utter cr4p so I scrapped it completely.

As long as they don't provide an usable query API: No way.

FuzzyBear
07-08-2011, 04:06 AM
I have the same problem as the previous poster installed fine but says offline when at the time of seeing this there are 7 people in ventrilo, i've checked and double checked the IP, Port and Password

Disasterpiece
07-08-2011, 04:52 AM
I have the same problem as the previous poster installed fine but says offline when at the time of seeing this there are 7 people in ventrilo, i've checked and double checked the IP, Port and Password

check your PMs

FuzzyBear
07-08-2011, 04:33 PM
Pm sent thanks for the fast reply.

techanalyst
07-18-2011, 08:16 PM
I have my server IP address in, but which port do I use? I know what the Queryport is but password must be query port password

TS3 ServerID, Im not sure what we are suppose to put here

Disasterpiece
07-19-2011, 02:19 AM
As TS3 QueryPort use: 10011, as connect port (obsolete, gets pulled by the script: 9987)
If that doesn't work, ask your hoster/provider for the correct ports

techanalyst
07-20-2011, 07:58 PM
I actually own the physical servers and the license so theres no hoster involved.

Ive done all that but doesnt work, im guessing TS3 Server ID is wrong maybe

Disasterpiece
07-20-2011, 09:30 PM
Did you set the correct query Permisions?
Otherways send me your server credentials per pm for further assistance

Kraxell
07-25-2011, 09:18 AM
Is it possible to add the list in a widget?

kinhell
08-01-2011, 06:34 PM
Our host wont allow us to edit the whitelist and our server is showing offline, is there any way round this?

Disasterpiece
08-02-2011, 04:37 PM
Not that I know of.

Maybe it's enough to give the necessary query permissions to the guest account like described here (https://vborg.vbsupport.ru/showpost.php?p=2202535&postcount=2)?

Otherwise, consult the official Teamspeak Support forum (http://forum.teamspeak.com/forum.php) or change your host.

Note: This is beyond the scope of my mod and a ts3-related problem.

kinhell
08-02-2011, 06:42 PM
Is there any logging we can view to see why this mod shows offline? Really would like to get it working as its the best one weve seen

Disasterpiece
08-02-2011, 07:51 PM
Well, you can hover over the last positive signal entry, if there was any socket response or a negative answer from the ts3 server, you can see it there.
But still, it's not a problem of the mod, it's simply a problem where no socket connection to the ts server could be established.

techanalyst
08-14-2011, 04:25 PM
I still cant get it to work :P

Disasterpiece
08-14-2011, 05:56 PM
I still cant get it to work :P

you are using the IP adress instead of the hostname, right?

techanalyst
08-14-2011, 08:39 PM
Correcto boss, I own both the physical servers and they both reside on the same network and same subnet, I also control the firewall and have a host to host any any set

yoni007
08-18-2011, 01:09 AM
I found a little "error", repeated word, into "tsxviewer_vb4_v1_3.xml".

<h3 class="blocksubhead">{vb:raw server.indicator}&nbsp;&nbsp;<span class="ts_servername">{vb:raw server.icon}&nbsp;{vb:raw server.name}</span>&nbsp;{vb:phrase phrase_tsx_currentuser, {vb:raw server.usercount}}</h3>

should be

<h3 class="blocksubhead">{vb:raw server.indicator}&nbsp;&nbsp;<span class="ts_servername">{vb:raw server.icon}&nbsp;{vb:raw server.name}</span>&nbsp;{vb: phrase tsx_currentuser, {vb:raw server.usercount}}</h3>

;)

drainpan
08-24-2011, 12:21 AM
I have mumble instead of teamspeak and ventrilo and this mod says it is also for mumble... it says so in the plugins and products area description of the installed mod.....

but..... when adding servers... there is no mumble choice..... there is no mumstatus.php... am I missing something?

Disasterpiece
08-24-2011, 11:23 AM
mumble has been scrapped before the release due to some very unusual views of the developers.
It may come someday, but not in the next days/weeks/months.

The plugin description still says mumble, but this is from an early beta release. Some of the code is still existant, but the "interesting" part is missing. Sorry for the confusion.

If you're interested in the discussion, read this: http://sourceforge.net/projects/mumble/forums/forum/492606/topic/3867568

odie3
08-30-2011, 09:00 PM
NM - finally got it working... had to go to "Settings | Options | Application" and check on "Advanced permission systems".

Now I can get into my test server - now to make this happen with our hosted/rented server.

odie3
08-30-2011, 10:56 PM
Ok, I am trying to setup my cron job but the email i am getting back is:

Status: 500 Internal Server Error
X-Powered-By: PHP/5.2.17
Content-type: text/html

Not sure if I have my host site/cron setup properly (the path) but I think I do.

Looks like my path is correct, there is a php error log that is growing in the \cron\ directory

[30-Aug-2011 20:58:50] PHP Warning: require_once(DIR/includes/tsxview_class.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/XXXXXX/public_html/includes/cron/tsxview_cron.php on line 9
[30-Aug-2011 20:58:50] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'DIR/includes/tsxview_class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/XXXXXX/public_html/includes/cron/tsxview_cron.php on line 9

Disasterpiece
08-31-2011, 01:10 PM
Ok, I am trying to setup my cron job but the email i am getting back is:

Status: 500 Internal Server Error
X-Powered-By: PHP/5.2.17
Content-type: text/html

Not sure if I have my host site/cron setup properly (the path) but I think I do.

Looks like my path is correct, there is a php error log that is growing in the \cron\ directory

you shouldn't access the tsxview cron script directly, but the vbulletin cron.php file located in the forum root dir.

Important keywords marked in bold:

CRON JOBS
=========

To make the uptime logger work properly and keep the viewers up to date every time a user refreshes the
page, you need to add a cron job to your webserver.
This can happen in multiple ways, so pick the right one for your environment:

- You own a Root server or a VPS and have shell access to the console:
Great! the only thing you need to do is to add a cron entry to the crontab as root or your web user.
You can access the crontab by entering 'crontab -e' with your favourite text editor.
Then you need to paste the following line after you entered the correct values:

*/5 * * * * /usr/bin/php5 /var/www/htdocs/forum/cron.php >/dev/null 2>&1

What it does:
The first 5 columns define the time the cron entry should be executed (you may check google for the
according crontab syntax if you're unsure), the 6th column defines the binary, which should be your
php bin file. In my example I located the php bin in /usr/bin/php5, you have to check for your correct
bin file, ask your admin/hoster for assistance if you're unsure.
The 7th column is the absolute path to the cron.php located in your vbulletin root directory.
The last parts separated with a space (not a tab) tells the crontab to hide all output from the php parser

- You are on a VPS or a hosting, but have access to an admin Panel where you can add cron entries (or Sheduled Tasks)
Depending on how exactly the crontabs are managed, you might be able to enter a term like the example
above or you need to specify one line for execution.

PLESK for example uses "Sheduled Tasks" for specific domains.
In the Minute Field, you use "*/5", Hour, DoM, Month, DoW: "*"
Command: "/usr/bin/php5 -f "/var/www/htdocs/forum/cron.php"
The command has to be adapted to your server environment, especially the path to the php binary and the
path to your cron.php located in the forum root dir.

Ask your admin/hoster for assistance if you're unsure or use a different administration tool

- You don't have access to any of that or don't want or can't define a sheduled task:
No worries, the addon will work anyway. However there are 2 things you should be aware of:
Because of the vbulletin's style of running cronjobs, in the case that you had no user visiting your
forum for more than 10 minutes, the viewer will not update until the page is refreshed again.
This is because the update is called AFTER the page has been loaded for the user.
Second: The uptime logger may not work properly, because the script doesn't update every 10 minutes,
but at least 10 minutes from the last page load.

odie3
08-31-2011, 01:40 PM
Doh! What a mis-read on my part! Thanks for helping me out!

Ok, I have the correct "cron.php" being used any my email that I get from my VPS/Hosting is "GIF89a". From the forums I am not really seeing the TS3 server update within each minute (and I am not hearing the "guest" connected like when I force a reconnect by just editing my server in admin settings). Is there some vB Cron setup I am lacking?

NM, found the scheduled task in vB Admin/Settings - it's working as it should now. I had no clue about those scheduled tasks.

odie3
08-31-2011, 02:25 PM
Would be awesome if it could display a small box on the CMS frontpage!

I agree!

Brandon Sheley
08-31-2011, 02:29 PM
slick mod, I like it :)

* Brandon Sheley tags

Disasterpiece
08-31-2011, 03:05 PM
actually, it's not the cron setup inside the vb admin cp... it should be the cron tab on your server. The goal is to enable "real-time" cron for the vbulletin cron system, so all vbulletin plugins (like the ts viewer) can benefit from a real-time-vbulletin-cron system...

I know it's hard to understand if you're not into unix, server and that stuff, but if you follow the instructions in the readme, you should be able to accomplish it by yourself.

// anyway, the script should function even without the crontab set up properly.

odie3
08-31-2011, 03:31 PM
I have my Cpanel/Cron setup per my hosting site's instructions (I put in a support ticket), the path is: php -f /home/xxxxxx/public_html/cron.php and it is set to run every minute. However I did not get any updates, so I updated the Scheduled Tasks in vBulletin to run every minute - once I did that I heard "query server" connect while I was listening on my TS3 Client on every minute.

so that is incorrectly setup? I have to say I am not into cron jobs at all.

Disasterpiece
08-31-2011, 03:48 PM
OK, this time I got you wrong. Looks correct from here.

Lord. Dela
08-31-2011, 06:29 PM
NOT work. It says the server is unplugged. No mod this guy works.

Someone could tell me how I configure it to work? The server I have it installed in TS3 elsewhere. I pass my data aver if u can help.

Server Team Speak 3: 190.210.25.68
Port: 9987
ID: 916741

Thanks !

odie3
08-31-2011, 07:36 PM
i had a bugger of a time getting mine working too and I was running my TS3 server on one of my boxes here in my house.

1. are you sure that is your Query Port and ServerID? You need both and the port number you use to connect using TS3 Client (if you are renting you will likely have to ask your TS3 Hosting site for Query/ServerID).
2. did you give "guest" access rights as per the instructions? This was the last thing I had problems with since I could not find the rights! Which is because the current client does not show you these rights until you enable the advance option.

I have placed a few screen shots of the permission rights, enabling the adv option and have on of the rights listed in the search. Search each one and enabled them till done.

Disasterpiece
08-31-2011, 08:49 PM
NOT work. It says the server is unplugged. No mod this guy works.

Someone could tell me how I configure it to work? The server I have it installed in TS3 elsewhere. I pass my data aver if u can help.

Server Team Speak 3: 190.210.25.68
Port: 9987
ID: 916741


Thanks !

Are you sure about the ID? Seems unusually high to me.
However, if I enter your provided credentials with the default query port 10011, I get the following error message:

Exception thrown: TS3 Server returned the following error: Welcome to the TeamSpeak 3 ServerQuery interface, type &quot;help&quot; for a list of commands and &quot;help &lt;command&gt;&quot; for information on a specific command.
error id=1033 msg=server is not running
This implicates, that either your server has been suspended or the server ID is not correct. The IP, queryport seems to be correct tho.

Lord. Dela
08-31-2011, 09:41 PM
Are you sure about the ID? Seems unusually high to me.
However, if I enter your provided credentials with the default query port 10011, I get the following error message:

Exception thrown: TS3 Server returned the following error: Welcome to the TeamSpeak 3 ServerQuery interface, type &quot;help&quot; for a list of commands and &quot;help &lt;command&gt;&quot; for information on a specific command.
error id=1033 msg=server is not running
This implicates, that either your server has been suspended or the server ID is not correct. The IP, queryport seems to be correct tho.


My server is running fine for TS3 in my community, look at the ts viewer and details.

Here (http://www.tsviewer.com/index.php?page=userhistory&ID=916741)

Disasterpiece
08-31-2011, 10:33 PM
I think you gave me the ID of the tsviewer.com instance and not your real TS3 Server ID...

Ask your hoster/provider what the real ID of your ts3 server is.

Dygear
09-01-2011, 05:49 AM
Have you considered releasing this on GitHub (http://www.GitHub.com/) so that other people might Fork it? I'm sure there are a few people out there that might want to try and add mumble support.

I myself, read the thread that you posted too with the devs saying that you have to use CVP or use an Ice module for PHP. While I understand that you don't want people to have to install Ice (I don't blame you at all, I would hate to add a dependency to this) I don't see the problem with parsing the CVP string using the included JSON parser within PHP (http://php.net/manual/en/book.json.php). Seeing as vB4 (That this Add-on is targeted at) has a minimum requirement of PHP 5.2 anyway I don't see this being a problem.

Disasterpiece
09-01-2011, 08:37 AM
Have you considered releasing this on GitHub (http://www.GitHub.com/) so that other people might Fork it? I'm sure there are a few people out there that might want to try and add mumble support.
I don't want to release it that public right now.
Anyone who is interested in expanding on the current product may do so* with the code provided here, I'd be happy to include any helping hand as a co-author.
*= Requirement is, that this vb.org product thread is the primary distribution method.

I myself, read the thread that you posted too with the devs saying that you have to use CVP or use an Ice module for PHP. While I understand that you don't want people to have to install Ice (I don't blame you at all, I would hate to add a dependency to this) I don't see the problem with parsing the CVP string using the included JSON parser within PHP (http://php.net/manual/en/book.json.php). Seeing as vB4 (That this Add-on is targeted at) has a minimum requirement of PHP 5.2 anyway I don't see this being a problem.
cvs is still an option, true. As I stated in the sf thread (somewhere), the project isn't canceled completely yet. I still didn't find the time to learn how that cvs stuff works. And since I don't see any cent for this plugin, I have no reason to stress it, expecially when I have limited time right now :o

LuckyNeo
09-05-2011, 01:44 PM
Awesome! Thank you so much!

Seavy08
09-05-2011, 04:40 PM
I can not figure out my TS3 ServerID
I messaged my TeamSpeak 3 service provider and they told me that my serverID was Authentic, something I chose
I put that in and it never saved, changed it back to 0

When hovering over the last positive signal i get;
expection thrown: socket error: connection timed out [110]

I also can not give permission to b_virtualserver_select.. not sure why
I was able to grant the others without a problem

Anyone feel like helping me out?

Disasterpiece
09-06-2011, 09:59 AM
I can not figure out my TS3 ServerID
I messaged my TeamSpeak 3 service provider and they told me that my serverID was Authentic, something I chose
I put that in and it never saved, changed it back to 0

When hovering over the last positive signal i get;
expection thrown: socket error: connection timed out [110]

A connection timeout is an indicator for a wrong IP and/or incorrect queryport, since the server didn't even answer with an error message.
In this case you really have to consult your hoster on the right credentials. Ask him for the following information:

TS3 Server IP: (the ip adress of the machine)
TS3 Port: (the port number a ts3 client connects to if he wants to join the server)
TS3 Server Query Port: (the numeric port number where the query connection is directed to)
TS3 Server ID: (Unique Numeric ID to identify the ts3 server instance)
Password (optional): (Password required to connect to the ts3 server instance)

Once aquired, it should suffice to enter the credentials into their according fields in the AdminCP > Add Server ...

I also can not give permission to b_virtualserver_select.. not sure why
I was able to grant the others without a problem

Anyone feel like helping me out?
See this post: https://vborg.vbsupport.ru/showpost.php?p=2202535&postcount=2
and this: https://vborg.vbsupport.ru/showpost.php?p=2240580&postcount=57
for detailed instruction on how to set the correct permissions.

Gyarados
09-13-2011, 04:27 PM
This may sound stupid, but I have absolutely NO idea how to link the server to the product so that it'll display. As in, I have no idea where or how to enter my server information, I've read the ReadMe about 800 times now and I just cannot figure this out.

Disasterpiece
09-13-2011, 04:34 PM
This may sound stupid, but I have absolutely NO idea how to link the server to the product so that it'll display. As in, I have no idea where or how to enter my server information, I've read the ReadMe about 800 times now and I just cannot figure this out.

Did you find the Navigationbox "Advanced Voicetool Viewer" in your Admincp on the left side?

The link "Add Server" should be self-explanatory :)

Gyarados
09-14-2011, 11:39 PM
Did you find the Navigationbox "Advanced Voicetool Viewer" in your Admincp on the left side?

The link "Add Server" should be self-explanatory :)

I did find that, I didn't see it before. I always seem to never see those, it all runs together :(. My only issue now is inputting the server ID. I grabbed the query port from my host, but the server ID erased itself when I put in the ID that was provided to me.

Disasterpiece
09-15-2011, 12:29 AM
That should not happen. I assume it's a ts3 server?

First you should click "Add server", then choose "Teamspeak 3" from the select box. Then enter your credentials, IP as a numeric representation like 123.456.789.100 (NOT as hostname),
ports and ServerID should be a numeric value without spaces or any characters.

If you still have trouble, make a screenshot of the "Add server" form the moment before you click the save button and send it to me via PM.

Micha66
09-23-2011, 04:27 PM
hi, can please someone explain to me in detail how i can use this viewer in a widget in my cms please?
i?m a little newbie ;)

Disasterpiece
09-24-2011, 04:49 PM
hi, can please someone explain to me in detail how i can use this viewer in a widget in my cms please?
i?m a little newbie ;)

I don't own the cms, so I have no idea how this should work. Sorry

Micha66
09-24-2011, 06:07 PM
i think i made id i only dont know my serverid

server query wont work

Disasterpiece
09-24-2011, 06:39 PM
i think i made id i only dont know my serverid

server query wont work

server query won't work without the correct server ID. You have to ask your teamspeak provider for the correct id.

Micha66
09-24-2011, 08:57 PM
lol, he say to me i can get it with a server query

Disasterpiece
09-25-2011, 07:15 AM
lol, he say to me i can get it with a server query

Without the serverID, I can't help you.

Consult the official teamspeak forums if you still have trouble obtaining the id: http://forum.teamspeak.com/forum.php

Papoye
09-25-2011, 12:04 PM
Need Raidcall status

dustoff99
09-25-2011, 01:44 PM
Installed and works great.

However when I hover over the Join hyperlink, is their an option to disable displaying the password?

If not, is their an option to only show this block to certain groups?

I don't want anyone that visits my board to know that information.

PS still new to vB :D

Disasterpiece
09-25-2011, 05:54 PM
Installed and works great.

However when I hover over the Join hyperlink, is their an option to disable displaying the password?

If not, is their an option to only show this block to certain groups?

I don't want anyone that visits my board to know that information.

PS still new to vB :D

You can edit the tsviewer_overall template and wrap the content in the following tags:
<vb:if condition="is_member_of($bbuserinfo, 1,2,3)">

...

</vb:if>
where 1,2,3 are the ids of the usergroups you want the viewer to be visible.

dustoff99
09-25-2011, 09:36 PM
You can edit the tsviewer_overall template and wrap the content in the following tags:
<vb:if condition="is_member_of($bbuserinfo, 1,2,3)">

...

</vb:if>
where 1,2,3 are the ids of the usergroups you want the viewer to be visible.
What is the quickest (or best) way to find the tsviewer_overal template?

dustoff99
09-25-2011, 09:42 PM
I found TSxViewer:

- Cache Templates
- Load cache
- Main

under Plugins & Products / Plugin Manager (is it TSxViewer: Main?) and if so, do I just copy / paste that code at the top or bottom?

dustoff99
09-25-2011, 09:46 PM
That wasn't it....I tried to put that code in the Main and it jacked up my board. Had to take out the code. Awaiting for your comments =]

Disasterpiece
09-27-2011, 12:57 PM
That wasn't it....I tried to put that code in the Main and it jacked up my board. Had to take out the code. Awaiting for your comments =]

You'll find the template in your Admincp "Styles & Templates" > Manage Styles > Choose "Edit Templates" from the dropdown menu next to your current style > search for "tsviewer_overall" > double click and perform the above mentioned changes.

dustoff99
09-28-2011, 12:09 AM
When I edited that file, I got 3 dots below my users.
https://vborg.vbsupport.ru/external/2011/09/5.png

and this

https://vborg.vbsupport.ru/external/2011/09/6.png

Do you think I might have a MOD conflict?

I am using:

- Admin Log In As User
- Advanced Voicetool viewer
- Easy Forms
- GamerCards in User Profile and Postbit
- GlowHost - Spam-O-Matic
- Usergroup Legend on Forumhome
- VSa - Auto Birthday Greeter
- VSa - Moderating Stats
- VSa - PayPal Donate
- VSa - Top Posters of the Month/Year
- VSa - Visitors in Last X Hours.

Disasterpiece
09-28-2011, 11:19 AM
https://vborg.vbsupport.ru/attachment.php?attachmentid=133271&stc=1&d=1317212382

dustoff99
09-28-2011, 09:17 PM
Thank you =]

I guess the dots was to put the vb:if above and below the current text.

Working like a charm.

Kraxell
10-31-2011, 08:14 PM
Hello,

i get the follow error when i drop my mouse over the "Last-Signal"-Message:

https://vborg.vbsupport.ru/

I have this message since 3 days.
Any idea?

Disasterpiece
10-31-2011, 09:32 PM
Hello,

i get the follow error when i drop my mouse over the "Last-Signal"-Message:

http://opload.me/images/96612746312434174776.jpg

I have this message since 3 days.
Any idea?

Did you check the troubleshooting in the second post (https://vborg.vbsupport.ru/showpost.php?p=2202535&postcount=2)?

Follow step 4. It seems that the guest or query usergroup has insufficient permissions to query information from your teamspeak server.

Kraxell
11-01-2011, 09:37 PM
You mean "Step 2: Firewall/NAT"?

Disasterpiece
11-01-2011, 10:31 PM
Follow step 4. It seems that the guest or query usergroup has insufficient permissions to query information from your teamspeak server.

:)

/3chars

Kraxell
11-02-2011, 09:10 AM
Ah sorry, was to late, i read the wrong words :D

W'll test it :)

dustoff99
12-11-2011, 02:31 PM
Mumble support?

Our guild / clan is switching from vent to mumble, in the Add Server / Server type, mumble isn't listed. Am I missing something?

cbox
12-14-2011, 02:32 PM
Hi,

Really nice app. Just what we need. :)

Is it possible to show these information in a cms widget also?

Disasterpiece
12-15-2011, 01:24 PM
Hi,

Really nice app. Just what we need. :)

Is it possible to show these information in a cms widget also?

There might be an update with this, yes, but for now it seems most people prefer the iframed version from tsviewer.com, so i don't think it's that important right now.

Mumble support?

Our guild / clan is switching from vent to mumble, in the Add Server / Server type, mumble isn't listed. Am I missing something?

Sorry, not going to happen in the next time. See: https://vborg.vbsupport.ru/showpost.php?p=2237380&postcount=46

dustoff99
12-16-2011, 10:47 AM
Thanks for the reply Disasterpiece.

CoZmicShReddeR
12-16-2011, 07:01 PM
I personally host all scripts for query on my own dedicated server found in the past when someones remote hosting has hickups/downtime or bad DNS it can sometimes cause webpage to lag or not load corretly...

So I host my site and all querys on my community game hosting server just to make sure everything pings and loads correctly... It's not always good to combine the main website on a game hosting server as the load times can vary depending on how busy your game servers are... But its a lot more reliable then relying on a remote script hosted somewhere else as nether one is useful if the servers down either way... Plus you don't have to advertise but what you have when you do it yourself!

diades
12-18-2011, 09:44 PM
Hi

Thanks for this mod, I have just installed it on v4.1.9 and it shows up just fine.
Not operational as yet because we are setting up the ts3 server thsi next week.

What I would like to to, however, is to move the location that the mod is displayed on the page to the side block, is that possible?

gamersplatoon
01-04-2012, 08:43 AM
Doesnt work on 4.1.8
Server is always offline

EDIT:

Sorry that was kinda ignorant reply
i'm probably having a problem with the numeric values for our server info
ill get them from the host provider and see what i can do :)

ZiG
02-05-2012, 07:09 PM
4.1.10

It works but it is not updating the users logged onto the voice server unless I manually hit the Prune Cache option via Admin CP.

geckoz
02-08-2012, 09:50 AM
Server is shown as offline, but server is online and the ip / port / query port is correct. How to fix this? vb 4.1.10

Disasterpiece
02-08-2012, 11:45 AM
Send me your ip/port/qport data per pm and I'll check if the data itself is correct or if your webserver has issues with the mod.

ZiG
02-08-2012, 07:55 PM
Works great in 4.1.10 confirmed as of Today (2/8/2012)

How to create the cronjob for cPanel users:

Log into your cpanel via:
http://yourdomain.com/cpanel

Go to Cron jobs in the advanced section

Add an update e-mail

Common settings choose Every 5 minutes or:
*/5 * * * *

Command line is:
php /home/YOURDOMAINPATH/public_html/YOURFORUMPATH/cron.php >/dev/null 2>&1

YOURDOMAINPATH is not your domain NAME, it is the path to your domain on the root server
YOURFORUMPATH is the path to your forum

good luck, thanks Disasterpiece for the great and quick support via PM. Great modification!

(SPECIAL NOTE: The cronjob will NOT work if your forums are de-activated/closed to the public as it has no access to cron.php)

yoni007
03-08-2012, 05:09 AM
Database error in vBulletin 4.1.11:

Invalid SQL:
SELECT `id` FROM `tsx_server` WHERE `id` = 1;

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Thursday, March 8th 2012 @ 03:04:48 AM
Error Date : Thursday, March 8th 2012 @ 03:05:07 AM

Please, can you help me?

Disasterpiece
03-08-2012, 05:26 PM
Database error in vBulletin 4.1.11:

Invalid SQL:
SELECT `id` FROM `tsx_server` WHERE `id` = 1;

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Thursday, March 8th 2012 @ 03:04:48 AM
Error Date : Thursday, March 8th 2012 @ 03:05:07 AM

Please, can you help me?

Not a problem caused by my mod.

Check this: http://dev.mysql.com/doc/refman/5.1/en/gone-away.html

And consult your provider

yoni007
03-09-2012, 03:03 AM
Not a problem caused by my mod.

Check this: http://dev.mysql.com/doc/refman/5.1/en/gone-away.html

And consult your provider

Is a shared host, I can't change the mysql config, or the server config.

Doctor Death
03-10-2012, 11:20 PM
Doesn't work with Gameserver Vent server and godaddy hosted vbulletin. Shows server continuously off line.

Disasterpiece
03-11-2012, 01:50 PM
Maybe a firewall issue? Can't really tell but then it's nothing that can be done to make it work other than urging the provider to change its limitations.

yoni007
03-12-2012, 02:16 PM
Maybe a firewall issue? Can't really tell but then it's nothing that can be done to make it work other than urging the provider to change its limitations.

Can be redirected? Many shared hosts have only default ports open. So, the script can be loaded from a different server, 1, and send the infor to the forum page in the other server, 2?
I know, why you don't use that server 1 to be the host and forget this idea...
Because the server 2 is better for me, but have some ports and mysql limitations.

HawkeBoE
03-21-2012, 11:49 AM
Hi, I can't install this mod.
Copied all files to the correct folders via ftp.
But when I try to add the xml File in the AddOns CP it says "File invalid", regardless of whether import from server or upload from computer. :(
I'm using vB Forums 4.1.11
Screenshots:
http://www.flaax.de/img/adv_tsviewer01.png
http://www.flaax.de/img/adv_tsviewer02.png
(it's german)
I've allready installed two other mods and they worked.
Sorry if this is a stupid question, I'm completely new on this.

Disasterpiece
03-21-2012, 11:55 AM
you are supposed to upload the 3 folders as they are into your forum root including the cpnav_advancedvoicetoolviewer.xml.
cpnav files are, as the prefix suggests, navigation definitions for the admincp and no product files.

The xml file you need to import is the tsxviewer_vb4_v1_3.xml and this file only.

HawkeBoE
03-21-2012, 12:07 PM
I don't have this file, it's not in the zip folder.

Edit:
Redownloaded the zip file and it's there, thank you! :)

Madd15
03-26-2012, 11:55 PM
i have got the mod sort of working its just my users don't appear and it just says No user connected when i know for a fact that there are users online

EDIT: Turns out i used the wrong SID

peterdl
04-07-2012, 06:05 PM
Is there a way to add the output to a vB 4.x forum post? I'd like to create a locked post that displays TS3 channels and online users.

Disasterpiece
04-07-2012, 10:28 PM
Is there a way to add the output to a vB 4.x forum post? I'd like to create a locked post that displays TS3 channels and online users.

That's not possible and not a feature which will be implemented. I just can't think of someone who should need this kind of output and how it would be better than the currently implemented one.

peterdl
04-08-2012, 01:17 PM
I'd just like to display the TS3 users somewhere else, in addition to the bottom of the forum homepage. Is this possible? I am running vBadvanced CMPS, would be helpful if I could add the TS3 output to one of it's modules.

DivinoZarathos
04-23-2012, 03:33 PM
On vBulletin 4.1.12 I'm getting the following output when I run it:


Notice: Undefined index: ad_header_logo in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\functions.php on line 4286

Notice: Undefined index: ad_header_end in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\functions.php on line 4286

Notice: Undefined index: forumjump_link in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\functions.php on line 4286

Notice: Undefined index: forumjump_subforum in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\functions.php on line 4286

Notice: Undefined index: fundraising_donation in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\functions.php on line 4286

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined index: outerdivwidth in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 5279

Notice: Undefined index: spacersize in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 5279

Notice: Undefined index: spacersize in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 5279

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined variable: facebook_opengraph in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_bootstrap. php on line 506

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined index: fb_opengraph in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 32

Notice: Undefined index: headinclude_javascript in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 94

Notice: Undefined index: custom_css_links in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 122

Notice: Undefined index: headinclude_css in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 159

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined index: headinclude_bottom_css in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 10

Notice: Undefined variable: googleAnalytics in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 11

Notice: Undefined variable: facebook_header in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_bootstrap. php on line 523

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Friendly_Url_Forumhome::$page in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_friendly_u rl.php on line 796

Notice: Undefined index: header_userinfo in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 55

Notice: Undefined variable: facebook_footer in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_bootstrap. php on line 535

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Friendly_Url_Forumhome::$page in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_friendly_u rl.php on line 796

Notice: Undefined index: footer_links in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 106

Notice: Undefined index: footer_javascript in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 151

Notice: Undefined index: footer_copyright in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 168

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined index: selectednavtab in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 1

Notice: Undefined index: navtab_start in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_bootstrap. php(569) : eval()'d code on line 12

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined index: navbar_getnew_menu_pos1 in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_bootstrap. php(569) : eval()'d code on line 13

Notice: Undefined property: vB_Registry::$contenttype in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\functions.php on line 5315

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined index: forumhome_wgo_pos2 in C:\Program Files (x86)\XAMPP\htdocs\forum\forum.php(73) : eval()'d code on line 22

Notice: Undefined property: vB_Registry::$routes in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_bootstrap_ framework.php on line 63

Notice: Undefined index: onlinestatusphrase in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\functions.php on line 3416

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined variable: page_class in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 1

Notice: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 6

Notice: Undefined index: musername in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 6

Notice: Undefined index: memberaction_dropdown_items in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 95

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined variable: usergroupid in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\functions.php on line 6013

Notice: Undefined variable: collapseimg_forumid in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\functions_foruml ist.php on line 469

Notice: Undefined variable: collapseobj_forumid in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\functions_foruml ist.php on line 470

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined index: onlinestatusphrase in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\functions.php on line 3416

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined variable: page_class in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 1

Notice: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 6

Notice: Undefined index: musername in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 6

Notice: Undefined index: memberaction_dropdown_items in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 95

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined variable: usergroupid in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\functions.php on line 6013

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined index: collapsable_forums in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php(4 627) : eval()'d code on line 14

Notice: Undefined index: collapse_this_category in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 5249

Notice: Undefined index: statistics in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 5249

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Notice: Undefined property: vB_Registry::$relpath in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2786

Notice: Undefined variable: fragment in C:\Program Files (x86)\XAMPP\htdocs\forum\includes\class_core.php on line 2864

Disasterpiece
04-23-2012, 05:30 PM
Download the newest version in the first post, this should fix your problem.

DivinoZarathos
04-24-2012, 09:50 AM
Thank you very much! Now all the problems have been fixed. However, I can't connect into query server. I used my serveradmin account password... and using TS3 client I can absolutely login. What account name does your plugin uses to establish a login?

TS3 server and vBulletin are running on the same server, so same IP also. I'm also running a TSDNS server accepting only connections from ts.mydomain.com. Maybe a problem concerning server white/black lists?
I tried using localhost or my server public IP but I got "connection refused". If I use ts.mydomain.com I get the following error: "error_id = 2568 insufficient client permissions failed_permid 8471".

:(

Disasterpiece
04-24-2012, 09:54 AM
The password field is only for the case if your teamspeak itself has a password for connecting clients. This is not the admin/backend password! If you don't need a password for joining your ts server, leave this field blank.

Regarding the permission problems: Did you check the #2 post? https://vborg.vbsupport.ru/showpost.php?p=2202535&postcount=2

DivinoZarathos
04-24-2012, 11:25 AM
Now it's ok... but I cannot grant b_virtualserver_select... as soon as I try to modify it, it becomes gray again in the menu and I receive a message like: "<14:19:09>insufficient permission modify power". I'm a superadmin... how can it be possible?!

Disasterpiece
04-24-2012, 11:36 AM
Now it's ok... but I cannot grant b_virtualserver_select... as soon as I try to modify it, it becomes gray again in the menu and I receive a message like: "<14:19:09>insufficient permission modify power". I'm a superadmin... how can it be possible?!

Can't help you with that. I'm not a teamspeak professional :(

best thing is to ask over at teamspeak.com in the support forums.

DivinoZarathos
04-24-2012, 07:23 PM
OK everything seems to be fixed. Many, many thanks for your support!
Only one problem left: I saw in yout screen there is a "Details..." link, but in my site this is now showing up...

Disasterpiece
04-25-2012, 09:45 AM
OK everything seems to be fixed. Many, many thanks for your support!
Only one problem left: I saw in yout screen there is a "Details..." link, but in my site this is now showing up...

It's my custom template for my community site. The screenshot should show you how you can customize it by yourself ;)

That's my template: (tsviewer_viewerbit)
<div id="ts_viewer" class="wgo_subblock section tsx_type_{vb:raw server.type} tsx_status_{vb:raw server.status}">
<h3 class="blocksubhead">{vb:raw server.indicator}&nbsp;&nbsp;<span class="ts_servername">{vb:raw server.icon}&nbsp;{vb:raw server.name}</span>&nbsp;{vb:phrase phrase_tsx_currentuser, {vb:raw server.usercount}}</h3>
<div>
<vb:if condition="$server[status]==1">
<vb:comment> status(1) == online, status(2) == offline, status(3) == inactive </vb:comment>
<vb:if condition="$server[usercount] > 0">
{vb:raw server.userlist}
<vb:else />
{vb:phrase tsx_nouser}
</vb:if>
<br /><span class="tsxview_joinlink" style="position: relative; top: 4px">
<a href="{vb:raw server.joinurl}"><i>{vb:phrase tsx_joints}</i></a> | <a href="http://www.tsviewer.com/index.php?page=ts_viewer&ID=####" target="_blank"><i>Details...</i></a>
</span>
<vb:else />
{vb:phrase tsx_serveroffline}
</vb:if>
</div>
</div>

Replace "####" with the tsviewer.com id of your teamspeak server.

Doctor Death
04-26-2012, 09:54 AM
This mod has never worked on my gameservers Vent account. The server reports continually off line. Gameservers says the query port is the same as the logon port. How do I change 1337 under vent query port to the new port?

Second question: The instructions about establishing the chron job are confusing with the quotation marks. Can you please paste an example chron entry in here without any unnecesary quotes?

Thanks

Any help is appreciated.

Disasterpiece
04-26-2012, 12:37 PM
This mod has never worked on my gameservers Vent account. The server reports continually off line. Gameservers says the query port is the same as the logon port. How do I change 1337 under vent query port to the new port?
the query port and logon port should be the same, yes.
Where do you want to change the port? In the vbulletin viewer or your ventrilo server?

Second question: The instructions about establishing the chron job are confusing with the quotation marks. Can you please paste an example chron entry in here without any unnecesary quotes?

ok I'll try.
First, it depends on what access you have to your server. I have root and can setup global crontabs with the unix command:
crontab -e
this will bring you to the following screen: (you can also use this command as a non-root user, it should look similar then)

https://vborg.vbsupport.ru/attachment.php?attachmentid=138009&stc=1&d=1335446809

This is how I have set it ip right now. Grey boxes cover irrelevant pathnames, the green box shows the entry which is responsible for keeping the cron script alive every five minutes (hence the */5)

You should first run the command manually to test if it runs correctly (if it runs correctly, it should return some junk characters, starting with "GIF")

If you have cPanel, PLESK or similar administrative GUIs, you probably only need to enter the actual command, without the *-stuff before the line.

Doctor Death
04-26-2012, 08:37 PM
Could I provide admin rights and have you look at it? In ADMINCP, the query port is NOT the port that is the command port and there is no place to view or change it that I can tell.

I am hosting on GoDaddy and there is a chron setup page.

Would appreciate assistance, thanks a ton, message me on here if you can spend a minute to look

Disasterpiece
05-02-2012, 02:44 PM
Could I provide admin rights and have you look at it? In ADMINCP, the query port is NOT the port that is the command port and there is no place to view or change it that I can tell.

I am hosting on GoDaddy and there is a chron setup page.

Would appreciate assistance, thanks a ton, message me on here if you can spend a minute to look

You can send me a PM with the necessary credentials or per email to radon [@] purgatory-labs [.] de

Onkeltyson
05-05-2012, 12:48 PM
Very very nice :)

Kiint
05-26-2012, 08:26 PM
Any chance of a cms widget showing this mod?

I have this mod working but it only shows in the what's new section, doesn't really stand out :(

dustoff99
05-27-2012, 01:58 PM
Upgraded to 4.2 this morning. Imported the XML file only.

Only showing a cached copy of who was on my vent server before my upgrade and it's not updating users. Any ideas?

dustoff99
05-27-2012, 02:00 PM
Odd, edited the server and it appears to have refreshed.

Disasterpiece
05-27-2012, 02:04 PM
Odd, edited the server and it appears to have refreshed.

It will update the server status every time you edit the server in the admincp manually, but maybe there's a problem with the cron job?
Did you update the crontab file and put it into the correct directory?

What happens if you run the crontab manually via sheduled jobs in the admincp? Any messages/errors?

dustoff99
05-27-2012, 02:28 PM
It will update the server status every time you edit the server in the admincp manually, but maybe there's a problem with the cron job?
Did you update the crontab file and put it into the correct directory?

What happens if you run the crontab manually via sheduled jobs in the admincp? Any messages/errors?
I didn't update any files - only the XML

Scheduled Task Manager - Run Now didn't produce any errors and it is showing who is in my server now. It is scheduled to run 00,10,20,30,40,50.

I will observe throughout the day and report anything new.

Thanks for looking into this.

Disasterpiece
05-27-2012, 03:36 PM
I didn't update any files - only the XML

You should always update both the files and the product. Otherwise I can't guarantee for correct functionality.

TRG
07-07-2012, 09:07 AM
Using the 1 3 2FIX I've not been able to get my vent server to show as online. I've added the cron job and the server settings are correct. I've tried ip and hostname. vb 4.2

Server status query from ventrilo.com works fine though.

hrenos
08-05-2012, 06:40 PM
Im getting an error when Im trying to add permission on b_virtualserver_select, I did the other 3 with no problem, but with this the teamspeak just keep saying error when I try to click it.

Disasterpiece
08-05-2012, 07:21 PM
Im getting an error when Im trying to add permission on b_virtualserver_select, I did the other 3 with no problem, but with this the teamspeak just keep saying error when I try to click it.

Can you give me details on what the error says exactly?

Nirjonadda
08-05-2012, 07:28 PM
Where i can get Servername,Host,Port,Password for add server? Sample Server is Offline

hrenos
08-05-2012, 07:57 PM
Can you give me details on what the error says exactly?

I dont see any errors in the server log, the only error I get is from teamspeak from my speakers saying error when i click on that.

Disasterpiece
08-05-2012, 08:05 PM
Where i can get Servername,Host,Port,Password for add server? Sample Server is Offline
The sample server isn't supposed to work.

The connection data should be provided by your teamspeak server host.

I dont see any errors in the server log, the only error I get is from teamspeak from my speakers saying error when i click on that.

Then it's not a problem with the vb addon but a problem with your teamspeak server rights. maybe you're not superadmin/query admin?
I suggest to head over to http://forum.teamspeak.com/forum.php and ask for assistance.

Fabilous
08-06-2012, 04:37 PM
i have vb 4.2.0
i used the right ports and my ip is in the whitelist.
But the addon says that all virtuell server are offline.
what could i do?

Disasterpiece
08-06-2012, 09:22 PM
i have vb 4.2.0
i used the right ports and my ip is in the whitelist.
But the addon says that all virtuell server are offline.
what could i do?

Send me a pm with your teamspeak data and I'll check myself.

Recon0303
08-16-2012, 04:10 PM
Does this work with 4.2.0? CMS, also what version do we use the first one or 2nd one?

Disasterpiece
08-16-2012, 05:25 PM
Does this work with 4.2.0?
Yes

CMS
No

also what version do we use the first one or 2nd one?
Preferably the one with the higher version number (=newer always better) unless you have a specific reason not to use the newest version, in which case you should know about it anyway.

Recon0303
08-21-2012, 11:34 AM
Thanks, I will give it a whirl later this week.

Mauro79
09-20-2012, 08:52 PM
Database error in vBulletin 4.2.0:

Invalid SQL:
SELECT `id` FROM `tsx_server` WHERE `id` = 3;

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Thursday, September 20th 2012 @ 05:42:31 PM
Error Date : Thursday, September 20th 2012 @ 05:43:59 PM
Script : http://www.xxxx.com/foro/cron.php?rand=1348177350
Referrer : http://www.xxx.com/foro/showthread.php?xx-xxxx=10644
IP Address : 186.182.xxx.xxx
Username : No registrado
Classname : vB_Database
MySQL Version :

it is because this error?

Disasterpiece
09-20-2012, 09:33 PM
Database error in vBulletin 4.2.0:

Invalid SQL:
SELECT `id` FROM `tsx_server` WHERE `id` = 3;

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Thursday, September 20th 2012 @ 05:42:31 PM
Error Date : Thursday, September 20th 2012 @ 05:43:59 PM
Script : http://www.xxxx.com/foro/cron.php?rand=1348177350
Referrer : http://www.xxx.com/foro/showthread.php?xx-xxxx=10644
IP Address : 186.182.xxx.xxx
Username : No registrado
Classname : vB_Database
MySQL Version :

it is because this error?

http://dev.mysql.com/doc/refman/5.1/en/gone-away.html

Mauro79
09-21-2012, 03:00 AM
you say my wait_timeout is very low?
what value do you recommend?
I put in my cpanel cronjobs this
every 5 minutes
/home/xxxx/public_html/xxx/domain.com/foro/cron.php >/dev/null 2>&1

I'll have to take?
excuse my English and thanks for the help

Disasterpiece
09-21-2012, 12:23 PM
you say my wait_timeout is very low?
what value do you recommend?
I put in my cpanel cronjobs this
every 5 minutes
/home/xxxx/public_html/xxx/domain.com/foro/cron.php >/dev/null 2>&1

I'll have to take?
excuse my English and thanks for the help

It has nothing to do with the cron job. The error message you posted is because the database server seems generally to be overloaded or malfunctioned. This is nothing the cronjob could solve.

every 1-5 minutes is a good idea to run the script.

fookaa
09-22-2012, 10:54 AM
Hi,

I cant get my server to show as online when it defo is...

Details: Sent in PM

I have ts viewer on my forum also so i know all permissions on the ts3 server are working. It is all entered correctly on my site..

Any ideas or assistance would be much appreciated...

omega79
10-15-2012, 03:31 PM
Nice Plugin :D
is it possible to have it in its own "box"
here you can see it: http://www.crafters-united.de/vbb/forum.php
but i would like to have it above the "Aktuelle Informationen" box, in its very ow box

badbob1337
10-16-2012, 10:29 AM
Hello, my server also appear as offline.
What should I enter in query port?

TS3 default port is 9987

Bro_Joey_Gowdy
11-21-2012, 05:30 AM
Hmm, mine is showing offline as well... could be bugged?

Also, any chance of seeing gametracker / tsviewer banners added?

https://vborg.vbsupport.ru/external/2012/11/17.png

https://vborg.vbsupport.ru/external/2012/11/18.png

Disasterpiece
11-21-2012, 09:36 PM
Hmm, mine is showing offline as well... could be bugged?
Are you sure ip/ports are correct? If you hover over the Last positive signal entry in the admincp, what does the tooltip say?

Flightbase
11-22-2012, 11:42 AM
Same Problem. Server shows offline.
Server was started like this:


./ts3server_minimal_runscript.sh query_ip=127.0.01 query_port=10011 machine_id=1



2012-11-22 12:37:09.524070|INFO |VirtualServer | 1| listening on 0.0.0.0:9987
2012-11-22 12:37:09.524280|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1,
2012-11-22 12:37:09.524457|INFO |Query | | listening on 127.0.01:10011


Admincp:

Settings regarding to the startparameters, plus i have entered the query password you`ll get on the first start.

Update - I found the tooltip ;)


"Exception thrown: Socket error: Connection refused [111]"


Well, I don`t know why he is refusing the connection. Actually there is no such proof in the logfile or so...

greets, Nik

Disasterpiece
11-22-2012, 12:18 PM
2012-11-22 12:37:09.524457|INFO |Query | | listening on 127.0.01:10011
Seems you have a typo there.

127.0.01 => 127.0.0.1

The first isn't even a real ip :)

Flightbase
11-22-2012, 12:39 PM
gnah, facepalm.

ok, corrected that one, error message remains.

greets, Nik

Disasterpiece
11-22-2012, 12:42 PM
Still connection refused?

Did you setup the query rights correctly?
The password field in the server management btw is not for the query password, but for the actual teamspeak password you need to enter if you want to join the server.

Flightbase
11-22-2012, 12:56 PM
Well, i have set all possible hosts/adresses on the whitelist. i can`T see any further options.
defining ip, port, complete whitelist.
did i miss some more needed options?
the readme file does not help, since i took care of the faq issues.

greets, Nik

Flightbase
11-22-2012, 01:55 PM
Gel?st. Ich habe den server mit seiner public ip adresse eingetragen. kurz auf 127.0.0.1 ge?ndert - geht. war eigentlich klar, dass es etwas total dummes war. aber immerhin ist es jetzt gel?st. -_-

sorry f?r die m?he ;)

greets, Nik

Bro_Joey_Gowdy
11-22-2012, 02:25 PM
Are you sure ip/ports are correct? If you hover over the Last positive signal entry in the admincp, what does the tooltip say?

Yes, ports are correct (same info used on tsviewer (http://www.tsviewer.com/index.php?page=ts_viewer&ID=1003153) and gametracker (https://www.gametracker.com/server_info/69.167.106.19:10085/)); Yes, permissions have been granted to the usergroup Guest; here's a screenie:

https://vborg.vbsupport.ru/external/2012/11/13.png

Bro_Joey_Gowdy
11-24-2012, 06:47 PM
Same errors, still not working... o_O

Disasterpiece
11-24-2012, 07:07 PM
Same errors, still not working... o_O

Check if the settings are correct, if I use this, it works on my testserver:
https://dl.dropbox.com/u/4216911/tsx_1.JPG

Proof that it works:
https://dl.dropbox.com/u/4216911/tsx_2.JPG

If your webserver and ts server are on the same machine, use 127.0.0.1 as IP, otherwise use the settings from the screenshot above.

If you still get "connection refused", maybe your host provider blocks some ports that you can't use socket connections. In that case I won't be able to help you much further.

owning_y0u
12-08-2012, 09:02 PM
For those who have issues finding there TS3 server id:

Download putty, run it.

Put in your teamspeak IP and Queryport. Set the connection type on Telnet and click open.
now type use port= (and use your Connection port f.e. 10290) then type serverinfo and copy paste the text in to a notepad file.
Search for: virtualserver_id:.

The number behind that needs to be filled in under TS3 ServerID. if you have done that then it should work.

Spike1337
12-30-2012, 08:25 PM
check your server rights http://static.tsviewer.com/images/faq/2568_permissions_de.png

MaxLiao
03-09-2013, 12:56 AM
Just downloaded this, and I'm getting the same issue "connection refused" error as mentioned above.

TS3 IP: 204.62.12.209
TS3 Port: 9987
TS3 Server QueryPort: 10011

Disasterpiece
03-13-2013, 05:51 AM
Just downloaded this, and I'm getting the same issue "connection refused" error as mentioned above.

TS3 IP: 204.62.12.209
TS3 Port: 9987
TS3 Server QueryPort: 10011

Works for me

https://vborg.vbsupport.ru/external/2013/03/42.png

Keythacker
06-14-2013, 03:53 AM
Ok may sound like a dumb question but my Server shows active but offline I am not sure what the Server ID is or how to find it. I am sure that is why its not working any help?

SkepticalGaming
02-14-2014, 07:06 PM
slapped in my info, nothing is happening says offline.

Zoul
07-13-2014, 02:47 PM
Hello there

That is to hack to work on VB 4.2.1?

iraqiboy90
08-10-2014, 12:42 AM
Hello there

That is to hack to work on VB 4.2.1?

It works for 4.2.2.... so, it should.

Now, my question to the developer. There isnt any way I can make vbadvanced to be able to load the variables?

I mean, I copy+pasted the content of adv_portal_tsviewer to another template for use on the vbadvanced, but then it cant read the variables, therefore it shows an out of align message:
"Server is Offline"

InFi[D]eL
11-26-2014, 10:12 AM
I am sorry but I read the "Readme" and no where does it seem to state where I'm supposed to actually enter the information for the relevant voice server.

This is all a bit out of my league in truth, the chap who used to run our websites died last month and I've had to go into this woefully unprepared. Where do I actually put our teamspeak address so that it then displays as intended, in laymen's terms if you please.

Fields
11-26-2014, 10:30 AM
In your AdminCP, you have a menu tab on the left column which is called "Advanced Voicetool Viewer". Open it and then click on "Add Server". There you can put your servername, IP, port, etc.

InFi[D]eL
11-26-2014, 10:44 AM
eL]In your AdminCP, you have a menu tab on the left column which is called "Advanced Voicetool Viewer". Open it and then click on "Add Server". There you can put your servername, IP, port, etc.

Oh how silly of me.

Well I have entered the info for our server in here;

I know the IP, Query and Serer ID are correct but it saying offline. I'll leave it a while and come back to it soon.

Thank you so much Fields.

Fields
11-26-2014, 10:49 AM
No problem dude, you're welcome :)
Just make sure that the plugin is active (Advanced Voicetool Viewer > Plugin Settings > Enable TSxViewer? > Yes), besides you could click on "Prune Cache". Your server should then be displayed as online :)

InFi[D]eL
11-26-2014, 11:07 AM
Well I did check it was Enabled (It was) and I found and tried the "prune cache" thing you mentioned. No change it seems. Very odd.

Could ClanForge (Multiplay) be blocking this for some reason?

Fields
11-26-2014, 12:25 PM
Unfortunately, I don't know :/ The mod works without problems for me.

InFi[D]eL
11-26-2014, 01:19 PM
eL]Unfortunately, I don't know :/ The mod works without problems for me.

Would you mind PM'ing me your server info? I'd like to put that on as a test server and see if that works.

Foxtrotelite
11-30-2014, 11:58 PM
I could not get this to work. The server would show up, but I could never get rid of the 100 error. I contacted my host and used all the proper info. My guess is that I needed to be whitelisted, but the host said they will not whitelist private IPs

RichieBoy67
07-06-2015, 05:40 AM
Is this still working for anyone using 4.2.#?

Thanks

Fields
07-06-2015, 10:25 AM
Is this still working for anyone using 4.2.#?

Thanks

It's working for me on 4.2.3, yes.

VIP Hawaii
08-31-2016, 12:47 AM
Does this work on vBulletin version 3.8.4 Patch Level 2? If so, how would I add it to ... what ... template? It seemed to have installed correctly but I don't see any TeamSpeak display ... yes, I already set it up in the AdminCP, yes, my port and other info are correct, it even says it got a good response from the server just now in the log in admincp ... I guess I just need to know how to get it to display in vB 3.8.4 Patch Level 2 ... please help, Thanks!

VIP

Dragonsys
08-31-2016, 04:26 PM
Does this work on vBulletin version 3.8.4 Patch Level 2? If so, how would I add it to ... what ... template? It seemed to have installed correctly but I don't see any TeamSpeak display ... yes, I already set it up in the AdminCP, yes, my port and other info are correct, it even says it got a good response from the server just now in the log in admincp ... I guess I just need to know how to get it to display in vB 3.8.4 Patch Level 2 ... please help, Thanks!


VIP

very doubtful since it was written for 4.x

Darkside2012
09-06-2016, 10:44 AM
how can I use the ts3_on.png / ts3_off.png ?