![]() |
Well, I am not sure this mod is for you because I get the impression that you don't know how a TeamSpeak server works.
|
That's probably very true =D. Just curious, 'tis all. It does sound like a good feature to have though.
|
Although mentioned as a bug, how do I remove the profile fields after I've uninstalled the plugin?
|
Just remove them like any other user profile.
|
Does this Support Teamspeak servers which don't run through a Database?
My Teamspeak installation is running on server hosted by my hosting company, and have only provided me with the Address, and Port number, aswell as the username and password..... |
Doubtful it uses mySQL to interface with accounts and passwords.
|
Hi, I just updated from v2.0.0 to 3.1.0 and when I try to enable/disable a plugin I get this error message
Quote:
Please can you tell me how to fix this? |
Ok here we go:
This is the old table Quote:
Quote:
I got v3.1.0 running with this Quote:
|
Hi Blackjack,
v3.1.0 is working well after the above sql modification. What about these old things? 1. Delete Teamspeak account if the vBulletin account is deleted (except for SAs) 2. Add an additional page to show who's currently online 3. Stats page with: How many users, channels, uptime etc. 4. Form to request a Channel or Channelchange Questions: 1. Can also a secondary group make users automatically SA or only primary? 2. Is the login page fully phrased? |
Ah, well the id field should be missing, I just forgot to update the plugin query for enable/disable. I will fix that.
Requests: 1. User accounts are currently deleted if the forum account is deleted. Questions: 1. Yes, 2. Yes. |
Importing v 3.2.0 brings this error
Quote:
|
Hmm, I can not reproduce that. It looks like something went awry with the product installer as that query is handled by vBulletin's product system.
|
Quote:
|
You will not lose existing TeamSpeak user data by uninstalling.
|
Quote:
|
im so lost.. but im determined to make this work....
my host company siteground.... i need to find out if they host this.. or how to configure it through my side... |
You need to find out if you and run executable on your server. This is uncommon for a lot of the general web services. A really quick search appears that SiteGround will not host a TeamSpeak server. However, I could be wrong.
|
Fantastic product.
It makes my life a lot easier, I run a VB and teamspeak forum for a gaming (eve-online) community. I have several vbulletin usergroups which correspond to in game groups ("corporations") and as players leave their in game corporation, so the individual group leaders remove them from the forum group that corresponds to their in game corporation. Would it be easy to add an option to delete teamspeak accounts that are not members of the "allowed to use teamspeak" list of groups set in the options? Or perhaps modify the cron so that it can delete accounts that are banned or not in my list of allowed groups to use teamspeak. Cheers, Paul. |
Yeah, I plan to add it to the cron to check for users who are no longer in a usergroup previously allowed access to the TeamSpeak server soon.
|
Fantastic product indeed... But I can't get the Remote MySQL server option to work... I have tried it on MySQL 5.0 and 4.1 Servers, (Password in OLD Encryption etc etc), but I simply dont get an error but also can't manage users, can't create new accounts (Page looks as if you didnt fill in a password yet.... filling it in and clicking 'Go' Simply refreshes the page and nothing happens. (Connectivity between servers is fine, there are no MySQL errors coming up)
It's a feature I actually need very much, any help would be much appreciated! thanks |
Has there been any answers given to users of PHP5 & MySql 5?
I get this error: Unable to Load /usr/lib/libmysqlclient_r.so.10.0.0 I need a quick solution to get this vB mod working asap. Thanks in advanced. |
Quote:
First you have to make sure that you got your teamspeak running with your DB. Then you can start installing and using this hack. For teamspeak related questions and how to install it --> www.goteamspeak.org |
Quote:
1. Setup TeamSpeak to use mySQL By default TeamSpeak uses a file system called SQLite. To make it use a mySQL database edit the server.ini and add: Quote: [DBEXPRESS] sqldir=mysql_sql/ Drivername=mysql Database=database_name Hostname=localhost User_name=database_username Password=database_password GetDriverFunc=getSQLDriverMYSQL VendorLib=/usr/lib/libmysqlclient_r.so.10.0.0 LibraryName=./libsqlmy.so Active=1 there is an error with this on PHP 5 / mysql 5 servers. This needs corrected ASAP. Now for the second time, can someone please tell me how to get this working, so I can continue to step 2. Thanks again, |
Quote:
Have you tried the other libraries? If you don't have success with them try to get old ones, copy them to the lib directory and use them. It worked for me. And now for the second time from me: This has nothing to do with the mod, its about basic linux knowledge! |
Quote:
When it comes to PHP / mysql files, that is handled by the webhost, and they replied back to me about those lib files with, " Huh?" I have teamspeak up and running, but would love to add this hack, can you help? |
You have TeamSpeak running on SQLite most likely. You need to set it up to use mySQL, that is beyond the scope of this mod, you need to find out how to configure TeamSpeak to use mySQL on the TeamSpeak forums.
|
Quote:
there is about 20 + dead topics on that dead forum (teamspeak) that several people have asked the same thing, with the same results (teamspeak can not use mysql5) without the files from late version 3 or early version 4. The host we have our site on, has already replied that they will not add the needed files. The sad thing is our dedicated host were moving too, also only allows php5 & mysql 5 to be loaded on the server. :) Guess we will do without this mod. Thanks, |
Thats what I said, its not a mod issue :D
btw. your host does not need to "install" the old libraries. Its enough if they put them in the lib directory so that you have access to them. Its only copying the files not more. It does not matter for other installed things cause they still use the newer libraries anyway. If you would like to be able to change such things in future on your own you should get a root server where the host is not managing the machine or restricting things. But before doing so please increase your linux knowledge. I hope to see Teamspeak3 coming this year with integrated db support. Hopefully Blackjack is going to upgrade the mod then for this version :D |
I got this installed tonight and it's a very interesting product. I'm quite pleased with it. I do have a question that might be more of a feature request, Is it possible to be able to utilize groups OTHER than just Registered and SA? Specifically groups such as Operator, and to a lesser extent, Channel Admin? I use those groups quire extensively and I find it a bit odd that it's an all-or-nothing approach with either giving a user (R) or (SA) but nothing in between.
Other than that. Great product!! |
Those flags are specific to the channel in which you grant the permission for the user. I currently do not have the structure setup to handle any channel settings, they are best handled from the TS client.
|
Quote:
|
alright i set this up but i keep getting the error that it cannot connect to db server
my teamspeak is on a seperate host from the db my site runs on. i have put the appropriate settings in the server.ini and confirmed it with my webhoster. but still it cannot connect. is there a particular port that must be opened on my database side for the teamspeak to connect to my db server, or will it even work like that ? |
I am not positive, but might be port 3306. You will have to grant access to allow the remote IP as well. With cPanel, it is as easy as entering the IP and pressing submit. See http://dev.mysql.com/doc/refman/4.1/en/connecting.html for more information.
|
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 |
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.
|
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 |
Excess me wen i Insalled your soft wire on my site this happin i uninsalled it its still like this can u help http://www.elite-programs.com/forum.php
|
Quote:
Quote:
|
ok i got it to connect to my database server it wrote the tables
but then the ts server aborts and gives me this : dbExpress Error: Operation Not Supported any thoughts? |
All i did was insall the XML then Uploaded the files an then Wam that happin ? its thing or no one eles files but this one i have never EVER Had a proble like this an dum ace me didt back it up lol but i got a restore one ummm let me try an reupload my mysql File
|
All times are GMT. The time now is 12:54 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|