vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Advanced Voicetool Viewer (Teamspeak 2, Teamspeak 3, Ventrilo viewer) (https://vborg.vbsupport.ru/showthread.php?t=264573)

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

Quote:

Originally Posted by DivinoZarathos (Post 2323163)
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)
Code:

<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

1 Attachment(s)
Quote:

Originally Posted by Doctor Death (Post 2323659)
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?

Quote:

Originally Posted by Doctor Death (Post 2323659)
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:
Code:

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/attachmen...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

Quote:

Originally Posted by Doctor Death (Post 2323839)
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

Quote:

Originally Posted by dustoff99 (Post 2333493)
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

Quote:

Originally Posted by Disasterpiece (Post 2333494)
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

Quote:

Originally Posted by dustoff99 (Post 2333509)
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

Quote:

Originally Posted by hrenos (Post 2354762)
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

Quote:

Originally Posted by Disasterpiece (Post 2354772)
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

Quote:

Originally Posted by Nirjonadda (Post 2354776)
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.

Quote:

Originally Posted by hrenos (Post 2354782)
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

Quote:

Originally Posted by Fabilous (Post 2355006)
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

Quote:

Originally Posted by Recon0303 (Post 2357430)
Does this work with 4.2.0?

Yes

Quote:

Originally Posted by Recon0303 (Post 2357430)
CMS

No

Quote:

Originally Posted by Recon0303 (Post 2357430)
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

Code:

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

Quote:

Originally Posted by Mauro79 (Post 2367142)
Code:

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

Quote:

Originally Posted by Mauro79 (Post 2367199)
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

Quote:

Originally Posted by Bro_Joey_Gowdy (Post 2383185)
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:

Code:

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

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 ;)

Code:

"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

Code:

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

Quote:

Originally Posted by Disasterpiece (Post 2383502)
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 and gametracker); Yes, permissions have been granted to the usergroup Guest; here's a screenie:

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


All times are GMT. The time now is 02:34 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02308 seconds
  • Memory Usage 1,849KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete