Resource icon

TeamSpeak 3 Client <= 3.0.19.1 Freeze 2017-06-20

No permission to download

dazholmes

Member
Joined
Jun 1, 2016
Messages
17
Reaction score
0
Points
36
can you make it so we can input any query port? as most don't use default
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
True but my servers running multiple query ports this tool only uses 10011
What do you mean multiple query ports???
The query port is one: 10011
You servers may have different join ports like: 9987, 9988.
QUERY IS ONLY ONE!
 

mohammadcr2

Member
Joined
Jun 20, 2016
Messages
2
Reaction score
0
Points
33
The download link is right here, for registered users only. Registering is free, so register if interested:


Here is a video demonstration:


All that you need:
  1. The EXE file downloaded from above.
  2. Access to a server with TCP port 10011 open.
  3. The serveradmin username (default: serveradmin) and password.
  4. Then just do something like:
Code:
[url=ts3server://127.0.0.1]https://www.youtube.com/watch?v=-qFeUHEiPiM[/url]

Theoretically, an individual will see the YouTube link and click it. Then their TeamSpeak 3 client will freeze. ;)

This is for educational and informational purposes only. Use this information responsibly.
nice
 

ixM7MDz

CipherSpeak Developer
Joined
Jan 29, 2016
Messages
60
Reaction score
11
Points
46
No

You can change query port by create file and name it
ts3server.ini

and add these lines:

Code:
machine_id=
default_voice_port=9987
voice_ip=0.0.0.0
licensepath=
filetransfer_port=30033
filetransfer_ip=0.0.0.0
query_port=10011 (WICH QUERY PORT YOU WANT)
query_ip=0.0.0.0 (IF YOU HAVE EXTRA IP AND WANT TO MAKE IT TO QUERY)
query_ip_whitelist=query_ip_whitelist.txt
query_ip_blacklist=query_ip_blacklist.txt
dbplugin=ts3db_sqlite3
dbpluginparameter=
dbsqlpath=sql/
dbsqlcreatepath=create_sqlite/
dbconnections=10
logpath=logs
logquerycommands=1
dbclientkeepdays=30
logappend=1
query_skipbruteforcecheck=0
serveradmin_password=

AAAAAAAAND SAVE :8
and when you lunch the server ./ts3server_startscript.sh inifile=ts3server.ini

Regards,
 

umit

Member
Joined
Nov 4, 2016
Messages
1
Reaction score
0
Points
33
The download link is right here, for registered users only. Registering is free, so register if interested:


Here is a video demonstration:


All that you need:
  1. The EXE file downloaded from above.
  2. Access to a server with TCP port 10011 open.
  3. The serveradmin username (default: serveradmin) and password.
  4. Then just do something like:
Code:
[url=ts3server://127.0.0.1]https://www.youtube.com/watch?v=-qFeUHEiPiM[/url]

Theoretically, an individual will see the YouTube link and click it. Then their TeamSpeak 3 client will freeze. ;)

This is for educational and informational purposes only. Use this information responsibly.
 
Top