Resource icon

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

No permission to download

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
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
Jun 20, 2016
2
0
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
Jan 29, 2016
60
11
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
Nov 4, 2016
1
0
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