vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - gTeamSpeak - TeamSpeak User Management (https://vborg.vbsupport.ru/showthread.php?t=122221)

Gryphon 08-18-2008 09:05 PM

Quote:

Originally Posted by GaryT (Post 1597873)
Could this be adapted as easily for those using Ventrilo? There are hundreds if not thousands of gaming groups that use Ventrilo exclusively and would jump on an add on like this for their sites.

It is very specific to TeamSpeak, it would need a complete re-write. I am not a fan of Ventrilo nor have any personal need for such a project, which is what motivates me to create the mods that I do. I am afraid that someone else will have to fill the void.

Quote:

Originally Posted by butler312 (Post 1597516)
Would anyone happen to have a simple set of instructions for how to get teamspeak running on my vbulletins database. I have verified with my host that I can do so, but the instructions on teamspeak are just jibberish to me.

There shouldn't be any need for someone to duplicate here what has been addressed several times at http://www.teamspeak.com

Quote:

Originally Posted by butler312 (Post 1601114)
I did search, and I found some explanations, but they don't make any sense to me. It is telling me to do things that I simply have no idea how to do. It gives me commands to use that give me error messages when I try them. It just simply does me no good.

This mod release is independent from setting up a server. The best place for getting your questions answered will be on the TeamSpeak forums where it is much more likely someone will have the answers.

LittleB@ 09-09-2008 09:54 PM

Hi G, I know you only provide limited support but figured you might have run into the same problem yourself and I was hoping you had a solution.

Thing is when I upgraded my vB to the latest 3.7.3 PL1 I was not able to log in to the forums, all I got was this:

Fatal error: Maximum execution time of 120 seconds exceeded in /**/forum/includes/class_cyts.php on line 1953

I then proceeded with disabling all my plugins to track down the problem and found out that I can have all my plugins activated except your gTeamspeak, would you say this is something that happened only to me or did you have the same problem when you upgraded your forums? (if you did upgrade).

Thnx for any help and above all, for this wonderful mod :)

*Edit*

Seems I am blaming the wrong person here, sorry ;) It turned out that during my recent server migration the mysql addresses in my database were the only thing the support team forgot to change hence the plug-in here tried to connect to the old database server with obvious failure

this rendered me unable to view any page that had gTeamspeak code executed (for example my private forums where I can see whos online on TS atm)

To perhaps help you in maintaining this plug-in perhaps you could look into a way of reporting this error to the user before he finds himself in some mysterious and endless loop? Im no php/mysql programmer but just to give you a hint that the problem can arise and if so you might want to see some kind of message, hope this helps :)

and thnx again for this plug-in, I love it =)

Insanity.TM 09-23-2008 03:59 PM

Datenbankfehler in vBulletin 3.7.3:

Invalid SQL:
SELECT * FROM ts2_clients WHERE s_client_name = 'nubyel.1' AND i_client_server_id = '152';

MySQL-Fehler : Table 'db252288009.ts2_clients' doesn't exist
Fehler-Nr. : 1146
Fehler-Zeit : Tuesday, 23.09.2008 @ 18:53:53
Datum : Tuesday, 23.09.2008 @ 18:53:54
Skript : http://www.fallen-angels-ambossar.de/gteamspeak.php
Referrer : http://www.fallen-angels-ambossar.de/index.php
IP-Adresse : 85.182.9.80
Benutzername : Nubyel?
Klassenname : vB_Database
MySQL-Version : 5.0.51a-log

this ist my error,...

Gryphon 09-23-2008 10:46 PM

Quote:

Originally Posted by Insanity.TM (Post 1628665)
Datenbankfehler in vBulletin 3.7.3:

Invalid SQL:
SELECT * FROM ts2_clients WHERE s_client_name = 'nubyel.1' AND i_client_server_id = '152';

MySQL-Fehler : Table 'db252288009.ts2_clients' doesn't exist
Fehler-Nr. : 1146
Fehler-Zeit : Tuesday, 23.09.2008 @ 18:53:53
Datum : Tuesday, 23.09.2008 @ 18:53:54
Skript : http://www.fallen-angels-ambossar.de/gteamspeak.php
Referrer : http://www.fallen-angels-ambossar.de/index.php
IP-Adresse : 85.182.9.80
Benutzername : Nubyel?
Klassenname : vB_Database
MySQL-Version : 5.0.51a-log

this ist my error,...

You have not setup your TeamSpeak database properly.

Hamednet 09-29-2008 09:39 AM

thanks dear

very nice !

jluerken 10-10-2008 05:22 PM

Hey Gryphon,

its me again :-)
I am using vB 3.7.3pl1 at the moment with the actual version of your addon and have a strange bug.
I am using your hack on two forums with two own teamspeakservers which use the same teamspeak database.
Everything was working for month but today I got a strange error.
People in the database got the passwords from other people in the db.
So far I could not find out how this happened.
Do you have any idea how I can get the correct password again connected to the correct usernames?

jluerken 10-10-2008 06:15 PM

No idea how this happened so far. I can only imagine one of the vbulletin maintenance functions but I don't think that I am right there.

Gryphon I need a db query to do the following:
Delete all passwords from table ts_clients, field s_client_password and b_client_privilege_serveradmin is not -1 and i_client_server_id is 0

Can you help me with this please?

zoomgod 10-18-2008 01:05 PM

I have used this before and it installed easy and worked great on 3.7.3.

Now I brought up another site for a clan also using 3.7.3, problem is when I click on options, who's online or advanced options nothing is there so I can't configure it, anybody have any ideas?

I've re-installed it like 3 times now.

BucWiLd 10-19-2008 11:11 PM

i wish i would be able to install this but i see it is wayyyy to difficult..lol

Gryphon 10-22-2008 05:34 AM

Quote:

Originally Posted by jluerken (Post 1642102)
People in the database got the passwords from other people in the db.

The TeamSpeak account is associated to vBulletin accounts by vBulletin userid. Bob with userid 35 on forum 1 and Jim with userid 35 on forum 2 are going to conflict. There is no way around this at the moment with the way the mod is designed.

Quote:

Originally Posted by jluerken (Post 1642129)
Gryphon I need a db query to do the following:
Delete all passwords from table ts_clients, field s_client_password and b_client_privilege_serveradmin is not -1 and i_client_server_id is 0

Can you help me with this please?

Untested and off the top of my head: DELETE `s_client_password` FROM `ts_clients` WHERE `i_client_server_id` = '0' AND `b_client_privilege_serveradmin` != '-1';

Make a backup, I am not positive.

@zoomgod make sure the TeamSpeak server telnet ports are open.


All times are GMT. The time now is 05:06 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.01352 seconds
  • Memory Usage 1,752KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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