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)

jluerken 07-07-2007 11:37 AM

Quote:

Originally Posted by silral (Post 1285084)
und jetzt noch den Link daf?r, das w?re die Vollendung..;)
Ich hab das ganze Board durchsucht, aber nichts f?r meine Version (3.67) finden k?nnen.

Na da es was mit Teamspeak zu tun hat, solltest du auch besser nicht hier suchen sondern im Teamspeak board :D
http://forum.goteamspeak.com/

Dr.NoTime 07-08-2007 12:43 AM

Very nice. Finally got the install done.

One small problem, maybe someone can help. If I enable the super admin feature, my forum will lock up and I get an error 500 internal server error. I am guessing it has to do with port 51234 being denied by my provider, but I was hoping for some confirmation by someone who is who is far more experienced before contacting them.

Thanks,
Rob

RogerChristie 07-08-2007 05:09 AM

I set gTeamspeak up to use a remote database, then realised I could host it on the Linux box I had SSH access to. When I went to change the settings to using the local database, it said the changes were made successfully but when I try to access the gteamspeak.php file, I get this:

---------------------------------------------------------------------------------------------------------------
Database error in vBulletin 3.6.7:

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

MySQL Error : Table 'thcministryforum.ts2_clients' doesn't exist
Error Number : 1146
Date : Sunday, July 8th 2007 @ 12:03:14 AM
Script : http://www.thc-ministry.org/forum/gteamspeak.php
Referrer :
IP Address : 66.75.110.135
Username : SacredPlanter
Classname : vB_Database
-----------------------------------------------------------------------------------------------------------------

I can blank out the info in all the fields in GTeamspeak Options, and Advanced Options (set to "No" to use localhost instead of remote database) and it seems to save the data but when I log in apparently it isn't writing the new data to the database. I've searched all over my database and can't even find where it's writing the 66.75.110.135 addy and I also don't see it in any of the files I uploaded for the package itself. I've tried uninstalling and reinstalling the whole package, using 'Overwrite' with zero success.

Please help!:

silral 07-08-2007 04:16 PM

Quote:

Originally Posted by jluerken (Post 1285118)
Na da es was mit Teamspeak zu tun hat, solltest du auch besser nicht hier suchen sondern im Teamspeak board :D
http://forum.goteamspeak.com/

was ich prompt auch tat, leider ebenso ohne Erfolg wie hier.

Ich denke auch nicht, das es an dem Teamspeaker selbst liegt, sondern an dem Modul hier, denn dieses sollte doch alle DB Tables installieren, welche ben?tigt werden, oder liege ich da falsch?

Ich hatte bis vor kurzem ein WBB Forum, wo das alles reibungslos lief.
Na ja, wie auch immer, ich werde weiter suchen und selbst probieren. Danke.

Gryphon 07-09-2007 07:24 PM

Quote:

Originally Posted by Dr.NoTime (Post 1285485)
If I enable the super admin feature, my forum will lock up and I get an error 500 internal server error. I am guessing it has to do with port 51234 being denied by my provider, but I was hoping for some confirmation by someone who is who is far more experienced before contacting them.

Correct, with SA enabled it sends a TCP query when you access the page to use the extra features tcp provides.

Quote:

Originally Posted by RogerChristie (Post 1285568)
I set gTeamspeak up to use a remote database, then realised I could host it on the Linux box I had SSH access to. When I went to change the settings to using the local database, it said the changes were made successfully but when I try to access the gteamspeak.php file, I get this:

If you use local, the tables for ts2 need to be in the same database as vB. So you need to setup TS to use your vBulletin database. I don't know if you setup a second database on your vbulletin server for teamspeak, if you did, you still need to use remote option.

Logo, jluerken; thanks for the language support :D

silral 07-10-2007 12:50 PM

Quote:

Originally Posted by Blackjack (Post 1286950)

Logo, jluerken; thanks for the language support :D

Yes, it's super...

..but my problem exists still .

RogerChristie 07-15-2007 06:27 PM

Quote:

Originally Posted by Blackjack (Post 1286950)
Correct, with SA enabled it sends a TCP query when you access the page to use the extra features tcp provides.



If you use local, the tables for ts2 need to be in the same database as vB. So you need to setup TS to use your vBulletin database. I don't know if you setup a second database on your vbulletin server for teamspeak, if you did, you still need to use remote option.

I did all that, had to install mysql shared object libraries, did that, then it was able to show the gteamspeak page ... BUT I had to run all the sql files manually by actually pasting the queries into the sql query window of phpmyadmin.... it did NOT populate the new teamspeak tables with the vbulletin userdata or use the data from the existing vbulletin tables either, resulting in zero accounts available for login on the teamspeak server, and also no login image (odd!). I checked permissions on the image (the Teamspeak settings dialogue image that fills in with the user's details if working properly) and it's 777. I can go directly to the image file and view it no problem but it doesn't show up normally on the main gteamspeak.php page.

What to do now?

dooch 07-19-2007 09:02 AM

Quote:

Originally Posted by dooch (Post 1245023)
This is my most favorite mod here.

Its fantastic and works a charm.

I've installed it on my clan website and the boys love it.

ONE HUGE question though.

Is it possible to alter the coding so the SA's get a clan tag infront of their name on TS. So the nickname bit added "{RD}" infront of their nickname if they register as SA. The rest just get their usual forum name.

If someone could help me alter the code so it did this I'd be very happy.

Thanks again.

Dooch

Quote:

Originally Posted by Gryphon (Post 1245066)
The name that shows up in TS is not determined or stored server side, it is determined by whatever they put into their client for a nickname on step five of the registration instructions. You will need to just ask that your members update their nickname in their addressbook.

Quote:

Originally Posted by dooch (Post 1245460)
I understand however your quick connect buttons dont allow this, they use your forum name as the nickname and this is not changeable unless you manually connect to the server via TS itself..

Surely there is an if statement to say

if SA then add "{RD}" infornt of nickname

for the quick connect?

I'm no coder but this is what I'd like.

Thanks

Quote:

Originally Posted by Gryphon (Post 1245760)
Ahh yeah, I see what you mean. That is possible, I will try and look into that.

Gryphon,

Any luck with my original request. Still hoping the connect button will add a "clan tag" infront of the username for SA users.

MANY Thanks for this mod.

:up:

Gryphon 07-19-2007 04:43 PM

Sorry I have no looked into that yet. I find myself hopping projects too much hehe.

p4rad0x 08-23-2007 02:33 PM

Hi Gryphon,

I installed everything correct but these two errors got freakin' me out. My solution: Installing in the same database and now it works fine! ;-)


All times are GMT. The time now is 04:27 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.01269 seconds
  • Memory Usage 1,756KB
  • 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
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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