View Full Version : Integration with vBulletin - gTeamSpeak - TeamSpeak User Management
Gryphon
08-18-2008, 09:05 PM
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.
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
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
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
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.
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.
zoomgod
10-26-2008, 03:47 AM
Are you referring to the TCPQuery port or the HHTP port? Either way both and accessible from my PC to the TS server.
Just to clarify the problem, It is step 5 of installing, there is only a blank page for configuration no way to fill in server info. Something seems to be failing on install
EDIT: NM, I just discovered I can set it under vBulletin options, would still be nice if options under gTeamspeak worked though.
thomaskant
10-26-2008, 06:10 PM
Hello,
my English is not so good.
I get the MOD not to run. Server.log:
17-05-08 21:59:00, ALL, Info, server, server init initialized
17-05-08 21:59:00, ALL, Info, server, the server version: Linux 2.0.23.19
17-05-08 21:59:00, WARNING, Info, SQL, created table ts2_servers
17-05-08 21:59:00, WARNING, Info, SQL, created table ts2_server_privileges
17-05-08 21:59:00, WARNING, Info, SQL, created table ts2_channels
17-05-08 21:59:00, WARNING, Info, SQL, created table ts2_channel_privileges
17-05-08 21:59:00, WARNING, Info, SQL, created table ts2_clients
17-05-08 21:59:00, WARNING, Info, SQL, created table ts2_bans
17-05-08 21:59:00, ALL, Info, server, Starting virtual server id: 1 with port: 8767
17-05-08 21:59:00, ALL, Info, server, virtual server Started id: 1 with port: 8767
17-05-08 21:59:00, WARNING, Info, SERVER, default virtual server created
17-05-08 21:59:00, WARNING, Info, SERVER, admin account info: username: admin password: XXXXXX
17-05-08 21:59:00, WARNING, Info, SERVER, super admin account info: username: super admin password: XXXXX
17-05-08 21:59:06, ALL, Info, server, server finished init
17-05-08 21:59:06, WARNING, Info, server, Teamspeak server daemon activated
17-05-08 22:32:45, ALL, Info, server, server shutdown initialized
17-05-08 22:32:45, ALL, Info, server, virtual server Stopping id: 1 with port: 8767
17-05-08 22:32:46, ALL, Info, server, Virtual Server Stopped id: 1 with port: 8767
17-05-08 22:32:48, ALL, Info, server, server shutdown finished
[DBEXPRESS]
sqldir=mysql_sql\
Drivername=mysql
Database=XXX
Hostname=localhost
User_name=XXX
Password=XXXX
GetDriverFunc=getSQLDriverMySQL
VendorLib=libmysql.dll
LibraryName=dbexpmda.dll
Active=1
***********
Mysql 5
My TS IP: 87.106.94.90:7777
I ask for help if possible in German.
MFG thank Thomas
Gryphon
10-30-2008, 04:59 PM
@zoomgod Sorry, I see what you mean now. I did not understand before. I am not sure why those option links are not working. I will look into it, it appears that vBulletin changed something in their nav menu system that is breaking the links.
ViperMaul
11-15-2008, 05:48 AM
Hi Grypon,
This has been a great tool for us for many months now.
However, we have started receiving the following error when we click on
Manage Users from the gTeamSpeak section of the admin Control Panel if you wait for a very long time...
Database error in vBulletin 3.7.1:
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Lost connection to MySQL server at 'reading initial communication packet', system error: 110
/home/theatreo/public_html/devforums/includes/class_core.php on line 311
MySQL Error :
Error Number : 0
Request Date : Friday, November 14th 2008 @ 12:39:17 PM
Error Date : Friday, November 14th 2008 @ 12:43:47 PM
Script : http://www.theatre-of-war.com/devforums/admincp/gteamspeak.php?do=manageusers
Referrer : http://www.theatre-of-war.com/devforums/admincp/index.php?do=nav
IP Address : {masked}
Username : {7}Maj.ViperMaul
Classname : vB_Database
MySQL Version : 5.0.51a-community-log
Do you have any ideas on how to trouble shoot this?
I need a super hero to help me solve this.
Its probably my server host. We shall see.
zoomgod
12-02-2008, 01:42 PM
Thanks for fixing the navigation, works great now!
I'm sure that will help avoid some others being confused lol
Scathefire
12-10-2008, 07:11 AM
just curious, do you have plans on updating this for teamspeak 3 when it (finally) arrives?
Shawn385
12-15-2008, 05:00 PM
Seems TS doesn't like working with libmysqlclient_r15.0.0...dang would love to use this but it wont start the server for me.
After reading a TON of these errors in other forums I finally got the TS to work with MYSQL, but now it wont let me login in backend as the admin. It lets me in a superadmin but when I go to edit a server ( name and so forth ) it tells me my server is invalid.
fgforty2`
12-19-2008, 03:17 AM
just curious, do you have plans on updating this for teamspeak 3 when it (finally) arrives?
I'm hoping he does. It looks like there will be a bit more MySQL support for 3. I want to install this mod but library issue thing is a turn off.
Gryphon
12-19-2008, 10:37 PM
Yes, though it will most likely be a complete rewrite.
Sanjiyan
12-31-2008, 02:07 PM
Hi there, I am running VB 3.7.2, with TS in mysql, the mysql database for TS, is hosted on the same mysql server, but in a different database than vBulletin
As such, it doesnt work.
I do not have any graphics on the TS register screen, it says:
User Name: ranko.1
Password:
Not encrypted, do not use your forum password.
Enter the password, press Go it refreshes and nothing else. (there is no graphic on the screen), even if its in the style image misc folder.
-----
Now on the admincp side of it, it is setup.
Please see attachments, as they better explain it I think (I've enabled the debug information).
So, image1 shows the manage users, as you can see theres an error displayed this I think is the root cause of my entire problem.
Image5, lists the remote database, now I can remotely access the MySQL database server using Navicat, the user for the TS database itself allows remote access etc.
As you can see from all the screenshots they all display the same error type:
Array
(
[0] => Array
(
[cmd] =>
[rpl] => [TS]
)
[1] => Array
(
[cmd] => SEL 8767
[rpl] => OK
)
[2] => Array
(
[cmd] => SLOGIN
[rpl] => ERROR, invalid paramcount
)
)
My server details:
CentOS 5.2
Apache 2
MySQL 5.0.45
PHP 5.2.6
TS 2 (latest build from goteamspeak)
Cybershaolin
01-10-2009, 01:23 AM
This mod is really cool. Works very well with 3.6.8 too.
One question: How could I add a instant messaging icon for TS, as for MSN, Skype, etc when viewing our profiles?
Cybershaolin
01-12-2009, 05:12 PM
No idea folks?
Gryphon
01-12-2009, 05:24 PM
This probably isn't the place to discuss that. Also, what would you link such a profile field to or what would you display as a username? TS doesn't really work like MSN, Skype etc.
Cybershaolin
01-12-2009, 05:52 PM
Thinking about it, you're right! :) Thanks for your answer.
Cybershaolin
01-12-2009, 06:16 PM
BTW I would have two more questions:
1- I've noticed even if I have setted up the permissions for server and channel admin, once in Teamspeak, I cannot op or voice any regular registered user. Is this caused by TeamSpeak itself or by the hack?
2- I have some users who log in but they have a "Guest01" or Guest02" nicknames! How can that happen? Does it mean they got the login info by somebody else? Is there a way tp prevent this? It's because those are not supposed to be able to access TS...
Gryphon
01-14-2009, 09:57 PM
1. I am not positive, there are a few ways this could happen. You simply aren't logging in with an user that doesn't have permission, or you have setup your TeamSpeak's own permissions to not allow it. It isn't anything in this mod, just a setting that you are overlooking.
2. They just aren't filling in their name they want. They are still assigned to vBulletin accounts, but TeamSpeak usernames can still be anything they want, they are separate from the login name.
Cybershaolin
01-15-2009, 01:14 AM
1- Well, I'm logged as a server and channel admin. According to the permissions I have setup, I would supposed to be able to grant permissions to op or voice other registered users but when I right click on a user, the options are grayed out as you can see on all the pictures included.
So, you are saying it does not anything to do with this mod, is that it?
2- I'm not sure to understand the way you've explained it sorry.
Gryphon
01-15-2009, 02:39 AM
1. I am not sure why they are grayed out, this mod can't do anything about that, the user you are logged in as doesn't have permission by some TS setting not readily apparent. You have SA next to your name when you login?
2. step 5 of the registration process, they are not entering their Nickname, Guest is the default for TS users who do not enter a name. They still need to use step 7 and 8 assuming that you have passworded your server to something random, otherwise people can still join without registering. Only one login can be used at a time, no two people can use the same login at the same time. If you right click their name and look at the connection info, you can see the login id.
Cybershaolin
01-15-2009, 04:10 AM
1- Yes, SA and CA are next to my nickname...
2- OK I got it for that. Thanks.
Gryphon
01-15-2009, 04:26 AM
I am afraid I am not sure why you do not have the options available.
Cybershaolin
01-15-2009, 05:02 AM
If I find out why and/or how to resolve this, I'll let you know... Thanks for trying to help about this issue. I find it weird but I'll investigate...
Dekard
01-20-2009, 04:21 PM
No its not the same. Promoting a user if he has for example 30 posts is something different than checking if the user has written 30 posts within the last X days.
Thats what I was looking for.
Not check the post amount but check the post amount for the last x days :D
Did you get it now? Sorry that I did not describe it better in my initial postingI would love to see this feature too. Perhaps in the version 3 updates.
If I find out why and/or how to resolve this, I'll let you know... Thanks for trying to help about this issue. I find it weird but I'll investigate...This is almost certainly a permissions issues within TeamSpeak. You would fix this at the TeamSpeak webadmin.
Cybershaolin
01-21-2009, 05:48 PM
Have you look at the screenshots in post #277? All permissions are set... but it just does not work.
Dekard
01-21-2009, 07:15 PM
Cyber, have you tried deleting the TS files & DB from your server and starting over? Perhaps there's some corruption you can't account for.
HaS?R
01-28-2009, 05:41 PM
Thanks.
LeatherNeck
02-20-2009, 10:25 AM
Excellent work, working like a charm on 3.8.1:D
Hope it's ok, but a lot of people have trouble getting TS to work on linux with mysql, so here is how I did it (tested on Centos5 and mysql 5 ;) )
Add the following to the very bottom of your server.ini
[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=*************
Hostname=127.0.0.1
User_name=**********
Password=*****************************
GetDriverFunc=getSQLDriverMYSQL
VendorLib=FULL/SERVER/PATH/TO/LIBS/libmysqlclient_r.so.10.0.0
LibraryName=FULL/SERVER/PATH/TO/LIBS/libsqlmy.so
Active=1
WITH THIS YOU NEED TO RUN AT THE MYSQL PROMPT
mysql>
SET PASSWORD FOR
'TheTSdbUser'@'localhost' = OLD_PASSWORD('***************');
ATACHED ARE THE LIBS NEEDED TO CONNECT TO MYSQL
Cybershaolin
02-20-2009, 12:01 PM
Cyber, have you tried deleting the TS files & DB from your server and starting over? Perhaps there's some corruption you can't account for.
Yes tried that but still the same. Am I the only one with this problem?
LeatherNeck
02-20-2009, 05:39 PM
Cyber, have you tried logging into the Web Admin of TS and checking what permissions are set for the user groups?
Cybershaolin
02-20-2009, 06:23 PM
Yes, as you can see in post here: https://vborg.vbsupport.ru/showpost.php?p=1712800&postcount=277
Does your permissions work for yourself? I mean can you put people Operator or Voice?
LeatherNeck
02-20-2009, 07:10 PM
After a little investigation, it would seem that this is a TS2 issue, hopefully the upcoming release of TS3 will sort all this out.
Certainly not an issue with the mod.
Cybershaolin
02-20-2009, 07:20 PM
OK thanks for having looked at this. I was under the impression that I was alone having this issue.
Just one more question: By investigation what do you mean? You asked the TS guys or you saw by yourself that you had the same problem than me?
LeatherNeck
02-20-2009, 07:25 PM
No worries ;)
By investigation what do you mean? You asked the TS guys or you saw by yourself that you had the same problem than me?
Both, and also chatting with a few friends that are far more advanced than me and code in thier dreams.:)
It appears that you have done everything right and the problem is with the server application not the user ;)
Cybershaolin
02-20-2009, 08:56 PM
Thanks bud.
Brandje
02-23-2009, 06:31 PM
Excellent work, working like a charm on 3.8.1:D
Hope it's ok, but a lot of people have trouble getting TS to work on linux with mysql, so here is how I did it (tested on Centos5 and mysql 5 ;) )
Add the following to the very bottom of your server.ini
[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=*************
Hostname=127.0.0.1
User_name=**********
Password=*****************************
GetDriverFunc=getSQLDriverMYSQL
VendorLib=FULL/SERVER/PATH/TO/LIBS/libmysqlclient_r.so.10.0.0
LibraryName=FULL/SERVER/PATH/TO/LIBS/libsqlmy.so
Active=1
WITH THIS YOU NEED TO RUN AT THE MYSQL PROMPT
mysql>
SET PASSWORD FOR
'TheTSdbUser'@'localhost' = OLD_PASSWORD('***************');
ATACHED ARE THE LIBS NEEDED TO CONNECT TO MYSQL
I have done exactly the same on my server, and it works, now im moving servers, copied all files from my old server, changed the database user / pass, en now i get:
-------------- log started at 23-02-09 15:29 -------------
---------------------------------------------------------------
23-02-09 15:29:57,ALL,Info,server, Server init initialized
23-02-09 15:29:57,ALL,Info,server, Server version: 2.0.24.1 Linux
23-02-09 15:29:57,ERROR,All,SQL, Database initialization error: EDatabaseError.dbExpress Error: Invalid Username/Password
23-02-09 15:29:57,ERROR,All,SERVER, Start_Server: unable to open database
----------------------------------------------------------
I am 100% sure my user/pass is correct, and my config and files are eactly the same as my old working server.
any idea what i could be missing?
FFTFTCEd
02-23-2009, 11:46 PM
I'm confused a bit, my TS is not on the same server as my vB, it is hosted by a third party and I do not have access to the server.ini to edit.
My confusing is that in your Features list it says;
Optionally connect to a remote TeamSpeak database if TeamSpeak is not hosted on the same db as your vBulletin.
Yet under Support it says;
For best results and performance, have your TeamSpeak server use your vBulletin database as it's database.
Then you have the Setup mySQL info which ends with;
Make sure these tables exist and that your TeamSpeak server is actively using your mySQL database properly before even downloading the gTeamSpeak modification.
So my question is, can I use your mod or not, it seems that in the feature it would fit my need, yet later it says I must edit the files or not to download.
Thank you for your comments and mod, I hope it can work for my site.
Gryphon
03-04-2009, 06:43 PM
RE: Optionally connect to a remote TeamSpeak database...;
If you have purchased TeamSpeak hosting from a voice comm service provider, it is highly unlikely they will grant you database access.
RE: For best results and performance...;
If they share the database it doesn't have to make a slow external connection.
RE: Make sure these tables exist...;
By default TeamSpeak does not use a MySQL database, this is something people who host their own TeamSpeak servers do before even downloading the mod. On top of that, if the MySQL database is remote, you have to take steps to know the authentication information and you have to add the ip of the requesting service to MySQL.
This requirement ensures that the user has at least completed the necessary steps unrelated to this mod, because without them this mod will just add confusion.
FFTFTCEd
03-04-2009, 06:58 PM
so.... the answer is no then.
Perhaps you should add your first response (If you have purchased TeamSpeak hosting from a voice comm service provider, it is highly unlikely they will grant you database access.) to the Features list so that ppl in my position are not downloading the mod by mistake.
But thank you for your hard work & mod anyway,
Ed
relaxiha
03-14-2009, 08:31 AM
does not work in .8.1?
Gryphon
03-14-2009, 09:24 AM
Works fine, not much about it should be version dependent.
LeatherNeck
03-14-2009, 12:57 PM
does not work in .8.1?
in reply to your pm m8
hello
may you help me for install gTeamSpeak - TeamSpeak User Management ?
i can't install
You have
VendorLib=/usr/lib/libmysqlclient_r.so.10.0
LibraryName=./libsqlmy.so
you need to change this to:
Example:
VendorLib=/home/relaxiha/tss2_rc2/libmysqlclient_r.so.10.0 (the EXACT location on your server)
LibraryName=/home/relaxiha/tss2_rc2/libsqlmy.so the EXACT location on your server)
This works perfectly in 3.8.1, but as i stated, I am running this on CENTOS 5 and mysql 5
relaxiha
03-15-2009, 09:37 PM
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=relaxiha_vb
Hostname' at line 1
relaxiha
03-18-2009, 03:40 AM
please help me.
this hack is little troublesome
Hoegaarden
03-23-2009, 03:13 AM
Hi, I'm having the issue that a number of people have had--namely, when entering the password on the signup form, it simply refreshes and does nothing else. Nothing is showing in the navbar, and it's not adding the quicklink. I've verified that it's connecting to the DB, because entering incorrect info results in an error.
Has any solution been found to this? Is this a general error that could have a number of underlying causes? How can I go about trying to troubleshoot this? I have no problem with PHP code, so adding extra error logging wouldn't be a problem, but something as large and complex as vBulletin isn't something I want to try to debug.
Skyrider
04-29-2009, 04:08 AM
I just wanted to ban someone through the "manage users", and got this error:
Invalid SQL:
UPDATE userfield SET 0 = 'no' WHERE userid = '3086';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '0 = 'no' WHERE userid = '3086'' at line 1
Great plugin though!
jchamber2010
05-05-2009, 11:41 PM
Teamspeak wasn't ment to be used on the newer versions of MySQL, therefore you'll need to find version (i think) 3.x in order for teamspeak to cooperate with it, but then the new version of php doesn't like to communicate with anything but the newest version of MySQL so your sorta between a rock, and a hard place, sorry to say
-John
sinistergaming
06-08-2009, 06:15 PM
doews this work on a ts server hosted on windows box ?
icewarp
07-08-2009, 06:35 AM
When my TS down, my site index never loading and CPU go to 99% of process...
Only solution is disable addon in AdminCP.
relaxiha
07-13-2009, 12:45 AM
Hello.
I think update be here.
installed because it is very hard and a proper training.
The 21 pages and talk to me.
I think if this part of the Update and training with a general and complete explanations by the first.
It is more than what is welcomed by villages will be
TheHardest
07-17-2009, 05:33 PM
I got myself a new vps because the webhost I was using had no support for what I wanted to do.
So I had to start over. Created a database etc without 1 problem. I did use the same db as the forums. Everything is working fine.
I only want one thing to add. Or like to know where I could do it myself.
Now the nickname that the forum gives you is the forum name. But I would like to add some tags in front of the forum name. Depending on what Usergroup they are in.
===Edit===
Is there an option to give CA for a Usergroup? I know there is something like that for SA.
doews this work on a ts server hosted on windows box ?
Yes. Look at the install file in the folder where your ts server is installed.
jujubins
07-23-2009, 02:36 PM
Can you convert the code to run on sqlite for localhost?
Skyrider
08-26-2009, 04:54 PM
I just wanted to say that this plugin is causing a small lag issue on the front mainpage of the forums. Which delays the loading of the sites by a few seconds or less.
Dekard
11-10-2009, 04:45 PM
I just wanted to let you know that I'm using this on a regular basis and its quite lovely. We're planning on migration to 4.0 when its released and I'd love to see this product make its way over to the new version. I hope you have time to work on it. Thanks!
Gryphon
11-11-2009, 05:27 PM
It should work ok with 4.0. If it doesn't, I will probably only fix it if there are simple issues.
If it is very broken with 4.0 I will probably be focusing on developing for TeamSpeak 3 which will available soon, this mod will likely need to be redesigned from the ground up...if needed at all.
Desiderius
12-19-2009, 09:22 AM
At the moment its not working.
I get this errors
Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3889
Parse error: syntax error, unexpected T_STRING in /var/www/.../gteamspeak.php(69) : eval()'d code on line 1
Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3889
Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3889
Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3889
Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3889
SirShaw
12-22-2009, 01:59 AM
teamspeak 3 is out now, will this mod be converted to support it?
SteveLV702
12-22-2009, 02:43 AM
teamspeak 3 is out now, will this mod be converted to support it?
I sure hope its converted for TeamSpeak 3 and vBulletin 4 support
alpha.cccp
12-22-2009, 08:09 AM
Yeah the new TS3 user management system is COMPLETELY different. Every client has a unique ID, which makes it impossible to create accounts for an individual user. This is kind of silly to me because...you used to be able to lock your server and make a user registration form ( which what this mod basically did ) now you can still lock the server, but users no longer have passwords associated with their accounts ( even though there is a client_password table in the database ) instead, the permissions to the server are associated with the unique ID issued by the client. This makes me wonder if a TS3 registration mod is even possible to make for vBulletin.
The new system uses server side created token that have to be manually used by the client. On the client side you click "Use Token" and use the token given to you by the server, it associates itself with your unique ID and you no longer need the server pass to get in...however, you still need to get into the server to use the token...so I'm slightly lost. You can no longer lock the server and create individual accounts, because you have to give the password out in order for users to even be able to register...
Software is great, but the new user/permissions system is super retarded. I want to see where this can do with vB.
SirShaw
12-24-2009, 04:15 AM
you would think they would offer a legacy mode or something for teamspeak 3. I know on mine I have the permissions set pretty tight. I give kudos to them for reworking a lot of the issues that plagued teamspeak 2 but its still not perfect. maybe they will add something later for us running mods such as this at a later date. I know I would hate to have to completely rework this mod :-\
Cybertims
01-04-2010, 06:02 PM
By default TeamSpeak uses a file system called SQLite. To make it use a mySQL database edit the server.ini and add:
What server.ini?
Cheers
Scathefire
01-05-2010, 12:26 PM
This makes me wonder if a TS3 registration mod is even possible to make for vBulletin.
You could have a field in vbulletin for a user to paste their unique ID from TS3. So a user takes their ID from the TS3 client, then goes to vbulletin site running the mod and pastes in the string: 'h2FKENkbE7MVtISAKLc8O5tmyUi=' into a profile field.
Then I'd imagine you could use the new serverquery stuff in TS3 to manipulate clients into whatever client groups/permission settings you want, via checking usergroups in vbulletin. As well as enforcing some sort of 'reserved' nickname system.
Tri@de
02-04-2010, 01:48 PM
there's a way to rebuild the teamspeak user page also in vb4?
Beava
02-04-2010, 06:15 PM
there's a way to rebuild the teamspeak user page also in vb4?
Yeah that would be wicked
Devil_Dog
09-24-2010, 11:36 PM
there's a way to rebuild the teamspeak user page also in vb4?
Would love to see this done for VB4
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.