Quote:
Originally Posted by Disasterpiece
Well, you could try to change that 9987 to 4128, that would be the obvious case.
|
Thanks ..
Where do I make that change in your code?

That's the value in the TS3 host settings and has been for the last year.
Quote:
Originally Posted by Disasterpiece
When you connect to your ts3 server using teamspeak 3, what does the connection window say exactly?
|
It says in the TS3 client window when the program loads and executes:
============================
Trying to connect to server on 174.137.xx.xx:9987
Failed to connect to server
============================
Quote:
Originally Posted by Disasterpiece
You have an IP and a port there, and this is the same connection info required for the joinlink to work. 9987 is the default port, so if you didn't need to specify it in your ts3 before, you should now need to do so, because if you leave it blank, ts3 automatically tries port 9987 first.
|
I think you're right and perhaps a new iteration of TS3 server code expects to see a specific port now. So, where can I specific that port it in the mod's AdminCP screen?
The only place it would go (I think) is in your mod's AdminCP field for TS2:
Teamspeak 2 Port
Which port to use for join link
TS2 Default: 8767
TS3 Default: -ignored-
However, I don't use TS2 and so it's a irrelevant entry? BTW, the value 4128 has been plugged in there for the last year and the TS3 client always connected properly, but even with this field blank as a test, I still get the error message from the TS3 client shown above.
As I said, if I manually use the TS3 client by just loading it on it's own outside of vBulletin without using your mode, it loads fine, as long as I use port 4128. TS3 client shows:
========================================
Trying to connect to server on 174.137.xx.xxx:4128
Connected to server
For help goto
http://www.InstantTeamSpeak.com/team...er-support.php
You subscribed to all channels
========================================
If I hover over the link created by this mod in order to load the TS3 client, it shows ...
Quote:
ts3server://174.137.xx.xx/?port=&nickname=Badger&password=test
|
Note port= has no value, but I don't think it ever has when it ran the TS3 client over the last year. I ran a test and simply typed the above line into the browser, except I put a value in the field port= that the mod hasn't been adding.
Quote:
ts3server://174.137.xx.xx/?port=4128&nickname=Badger&password=test
|
It executes fine ...
So, I suspect that the TS3 server code now requires a port field value (like TS2 servers do), which it never has in the past? How can I get it to put 4128 in that field, if there's no AdminCP field to out it in?
Thanks for any guidance... :up:
Regards,
Doug