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)
-   -   Integration with vBulletin - [Neoobs] Teamspeak3 Integration (https://vborg.vbsupport.ru/showthread.php?t=255700)

richardevans123 01-15-2013 10:57 AM

Awesome! Will be great for this to work! :D

Tri@de 01-15-2013 11:54 AM

i solved but when i enter in some ts admincp options i get
Teamspeak Error 3329: connection failed, you are banned

richardevans123 01-15-2013 12:40 PM

Quote:

Originally Posted by Tri@de (Post 2397023)
i solved but when i enter in some ts admincp options i get
Teamspeak Error 3329: connection failed, you are banned

How did you solve the Error 111?

Tri@de 01-15-2013 01:05 PM

Yes, also the banned message. i put in ts ip my ts address.
I have some problems:
1) in usergoup settings i edit Teamspeak Permissions but it seems it doesen't save modifications.
1a) in usergoup settings, there are twice Teamspeak Permissions one before channel groups and one after.
2) in teamspeak.php teamspeak actions is empty.

richardevans123 01-15-2013 01:17 PM

Quote:

i put in ts ip my ts address.
I don't understand this. It doesn't make sense

Tri@de 01-15-2013 01:21 PM

i had this error when in ts settings i put the wrong Server IP.
if you wrote the ip, than try to use the link: for example ts.mysite.com

richardevans123 01-15-2013 01:48 PM

I've tried this, same problem

Tri@de 01-15-2013 01:53 PM

tried 127.0.0.1 or localhost?

richardevans123 01-15-2013 03:49 PM

Nope will do though

SnaKe |WiH| 01-16-2013 10:47 AM

I'm getting Teamspeak Error 111 also. Have tried many different ways of putting in address.

Can you use the same server bot from another plugin? Or does it have to be it's own?

SnaKe |WiH| 01-16-2013 10:53 AM

Also, when I enable this if you do a forum search and then click on any of the threads returned, you get the following error:

Fatal error: Call to undefined function log_vbulletin_error() in /home/.........../includes/teamspeak/global_bootstrap_init_start.php on line 12

richardevans123 01-16-2013 10:59 AM

We are all getting this error. I'm unsure of how to fix this. I've even added my website ip to teamspeak's whitelist, and still nothing.

Hope the developer will be able to fix it for us

ti6 01-16-2013 01:37 PM

Quote:

Originally Posted by richardevans123 (Post 2397254)
Hope the developer will be able to fix it for us

Were all waiting for him. Hope he is able to spend some time. This mod is amazing!

drunkenbombers 01-17-2013 01:16 PM

Anxiously awaiting the update :)

richardevans123 01-17-2013 01:17 PM

Quote:

Originally Posted by drunkenbombers (Post 2397480)
Anxiously awaiting the update :)

We all are :P I really would like to get this mod to work

Captain Tycoon 01-17-2013 06:28 PM

Quote:

Originally Posted by SnaKe |WiH| (Post 2397249)
I'm getting Teamspeak Error 111 also. Have tried many different ways of putting in address.

Can you use the same server bot from another plugin? Or does it have to be it's own?

Check the following:
- Does your website server allow outgoing connections via the serverquery port (do not assume, you need to check - most hosting providers block ports like this).
- Are you able to manually connect to the teamspeak listenserver via telnet (use putty)
- Are you able to run commands using the serverquery login details you entered via telnet (if no then you're having permission issues with the serverquery user)

Quote:

Originally Posted by SnaKe |WiH| (Post 2397253)
Also, when I enable this if you do a forum search and then click on any of the threads returned, you get the following error:

Fatal error: Call to undefined function log_vbulletin_error() in /home/.........../includes/teamspeak/global_bootstrap_init_start.php on line 12

I fixed the error above by editing /includes/teamspeak/global_bootstrap_init_start.php

FROM
Code:

        catch(Exception $e) {
                log_vbulletin_error($e->getCode().' '.$e->getMessage(), 'teamspeak');
        }

TO...
Code:

        catch(Exception $e) {
                //log_vbulletin_error($e->getCode().' '.$e->getMessage(), 'teamspeak');
        }

I cannot say if this fix is the best way of doing it, but it does the job for now.

Quote:

Originally Posted by Tri@de (Post 2397023)
i solved but when i enter in some ts admincp options i get
Teamspeak Error 3329: connection failed, you are banned

You need to add your webserver's IP address to the teamspeak whitelist.

richardevans123 01-17-2013 06:51 PM

You sir are a legend! The .php file has worked, and I am currently talking with my host about opening that port.

Thank you

CoZmicShReddeR 01-17-2013 07:27 PM

Quote:

Originally Posted by richardevans123 (Post 2397545)
You sir are a legend! The .php file has worked, and I am currently talking with my host about opening that port.

Thank you

Good luck I do not know any host for websites that allows anything other then the basic web ports to be opened mainly for security reasons! Now if it is possible to remotely host the script that would work for me!

I cannot tell you the amount of hosts that offered me to have certain ports opened then the littlest thing goes wrong first thing they do is close all ports other then basic web host ports!

drunkenbombers 01-18-2013 12:40 PM

So I got this working and the options area in AdminCP works but it will keep banning my web server even though it's in the whitelist. I'm able to change some things but then when I go back to view it again it will be banned.

EDIT: Think I may have figured out the ban part by raising the flood limits. However I'm having a problem another user had. Settings in the usergroup area are not saving.

drunkenbombers 01-18-2013 01:48 PM

Quote:

Originally Posted by Tri@de (Post 2397035)
Yes, also the banned message. i put in ts ip my ts address.
I have some problems:
1) in usergoup settings i edit Teamspeak Permissions but it seems it doesen't save modifications.
1a) in usergoup settings, there are twice Teamspeak Permissions one before channel groups and one after.
2) in teamspeak.php teamspeak actions is empty.

Yep, I got all of these issues as well. I've offered Neoobs access to our system to troubleshoot it so we'll see where it goes.

Neo_obs 01-19-2013 05:12 AM

Sadly, it looks like a lot of issues are related to specific web hosts and TS hosts. Since my TS server and Web server are on the same host I haven't had the same issues.

I am writing a new install script that will check your server ports and also make sure it can connect to your server without being banned. It will also give you the IP to allow in the whitelist.

SnaKe |WiH| 01-19-2013 10:47 AM

Me love you long time Neo!

horusbird 01-19-2013 11:28 AM

Quote:

Originally Posted by Neo_obs (Post 2397840)
Sadly, it looks like a lot of issues are related to specific web hosts and TS hosts. Since my TS server and Web server are on the same host I haven't had the same issues.

I am writing a new install script that will check your server ports and also make sure it can connect to your server without being banned. It will also give you the IP to allow in the whitelist.


Hello Neo, the main problem that I find myself and others is that only when my server goes down, come out errors if you try to insert a post in any forum,

Quote:

Fatal error: Call to undefined function log_vbulletin_error() in D:\vhosts\vesparesources.com\httpdocs\includes\tea mspeak\global_bootstrap_init_start.php on line 12
and

Quote:

Fatal error: Call to undefined function .... in D:\vhosts\vesparesources.com\httpdocs\includes\tea mspeak\postbit_display_complete.php on line 7
the problem is solved only:

1) making the change to the file global_bootstrap_init_start.php as suggested by Captain_tycoon

2) disabling the display postbit

Moreover, looking at the screenshot at the beginning of this post, you will see a menu administration under "teamspeak actions" that I see in my installation.

https://vborg.vbsupport.ru/external/2013/01/24.jpg
https://vborg.vbsupport.ru/external/2013/01/25.jpg

thanks

drunkenbombers 01-19-2013 06:06 PM

Neoobs our settings won't save in the Usergroup panel in AdminCP. Any idea what's up?

wolfman069 01-24-2013 08:44 AM

1 Attachment(s)
hello i started using you mod but im having one issue i have a custom tab and submenu mod that controls all of it can you give me the pages to use this mod as when i go to just teamspeak.php on my main forums it doesnt show any Generate Token on the left well there is nothing in the left box its blank. picture is below.

Tri@de 01-24-2013 10:11 AM

All users have this bug. waiting for an update.

max1982 01-26-2013 02:36 PM

Hi

Got a small problem, The plugin installed perfectly and every thing seems ok, the only problem am having is the it never connects to my teamspeak 3 server all the time and gives me this error( Teamspeak Error 110: Connection timed out. ) i have added all the options asked me for from Ip post and Query user and pass and still not working, not sure what causing this do any one know what could this be, the only thing i haven't tried is permissions on the files.

Trek 01-26-2013 05:27 PM

Quote:

Originally Posted by max1982 (Post 2399663)
Hi

Got a small problem, The plugin installed perfectly and every thing seems ok, the only problem am having is the it never connects to my teamspeak 3 server all the time and gives me this error( Teamspeak Error 110: Connection timed out. ) i have added all the options asked me for from Ip post and Query user and pass and still not working, not sure what causing this do any one know what could this be, the only thing i haven't tried is permissions on the files.

I had this same problem, the problem was that the webhost had the TS3 query port blocked by default. Once I got that port unblocked, it connected ok.

Darkside2012 01-28-2013 04:35 AM

How can I display the Viewer on vBulletin Forumhome Version 4.2.0 ?

max1982 02-02-2013 09:19 PM

Quote:

Originally Posted by Trek (Post 2399694)
I had this same problem, the problem was that the webhost had the TS3 query port blocked by default. Once I got that port unblocked, it connected ok.

Still not working i have made server on my machine and tested the plugin still say connection time out, any idea?

also there is no link in the quick links to the plugin on the forum any one elss having this problem

Takz 02-05-2013 10:55 AM

Interesting

Deepnoizer 02-07-2013 03:13 PM

After installation and configuration, how do I access this mod interface on the front-end?
Nothing on quick-links or anywhere else, thx

Tri@de 02-07-2013 03:40 PM

Quote:

Originally Posted by Deepnoizer (Post 2402643)
After installation and configuration, how do I access this mod interface on the front-end?
Nothing on quick-links or anywhere else, thx

Just type
www.yourforum.something/teamspeak.php
of
www.yourforum.something/forum/teamspeak.php

Deepnoizer 02-07-2013 03:59 PM

Quote:

Originally Posted by Tri@de (Post 2402652)

Thank you, works great now

richardevans123 02-07-2013 04:29 PM

Quote:

Originally Posted by max1982 (Post 2401420)
Still not working i have made server on my machine and tested the plugin still say connection time out, any idea?

also there is no link in the quick links to the plugin on the forum any one elss having this problem

Make sure you've got Server Query Access, and give the permissions to the Guest Server Query usergroup.

You'll have to use the Advanced Permissions Settings

This error message says one or more permissions the TSViewer does require are not allowed on the server.

Step 1 - enable Advanced permission system

Open the TeamSpeak 3 client. Click at the top menubar on Settings and then Options. The Options window is now open.

Click there then on the left sidebar on Application, put there then under Misc a check mark at Advanced permission system.

Close now the Options window with a click on the OK Button.


Step 2 - allow the permissions

https://vborg.vbsupport.ru/external/2013/02/35.png

Dont be suprised, an fresh installed TS3 server does not have this permissions allowed by default. Thats why almost everybody does see this error code 2568 error message when he wants to use a TSViewer. The following screenshot shows which permissions have to be allowed additionally:
Connect to your TeamSpeak 3 server and open this window by clicking in the top menubar on Permissions and then Server Groups.

First change the display of the permissions to Show names (Dropdown menu in the center at the bottom of this window).

Select now on the left side at Server Groups the Guest (8).

In the center, the mainarea of this window you see the complete permissions of your server divided into categories (Global, Virtual Server, Channel, Group, ...). Those you can fold out to see which further subcategories and permissions you can find there.

Search now the permissions in their categories and allow them as displayed in the screenshot (by doubleclicking it, a check mark at Value will get set automatically, with that the permission is allowed then). Should the permission have been already added (black instead of grey text) and a check mark be missing at Value then allow this permission by setting the check mark at Value.

Done

Deepnoizer 02-07-2013 05:18 PM

Few question if anyone can help please.

1) Is there a way to add icons to Viewer? I'm using few custom group icons on ts3 server and sadly viewer is displaying just broken image (I would be even fine with using blank image)

2) When user goes trough the process, when asked to "Click here to connect automagically" It is using the address of the server than in my case is not a public IP.
Any chance to customize that field with a public IP or even Domain address?

X tee 02-12-2013 04:35 PM

Archive is password protected and no password has been provided...

Zehtuka 02-13-2013 10:11 AM

double post

Zehtuka 02-13-2013 10:15 AM

1 Attachment(s)
Hey I just installed the plugin, but if I look at:

https://vborg.vbsupport.ru/attac...8&d=1293789885

I don't have any of those options, it just lists "Teamspeak actions" and no buttons can be found below.

Any ideas?

Loversama 02-13-2013 03:35 PM

Quote:

Originally Posted by Zehtuka (Post 2403947)
Hey I just installed the plugin, but if I look at:

https://vborg.vbsupport.ru/attac...8&d=1293789885

I don't have any of those options, it just lists "Teamspeak actions" and no buttons can be found below.

Any ideas?

Have you enabled access for your usergroup?


All times are GMT. The time now is 01:07 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.01549 seconds
  • Memory Usage 1,840KB
  • 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
  • (2)bbcode_code_printable
  • (18)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