Friend Folder

Giovanni Ruta

Member
Joined
Nov 4, 2015
Messages
65
Reaction score
0
Points
44
Where is folder with list of contact added as friend on teamspeak
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
Where is folder with list of contact added as friend on teamspeak
Hello @Giovanni Ruta
Generally there is no specific folder or file that you can do to save your contacts from teamspeak but what you can do is to copy the whole client folder (the client saves i mean)

If you run Win XP the location should be: C:\Users\(Your User's Name)\AppData\Local\TS3Client ....(copy the whole TS3Client)....
If you run Win Vista or newer the location should be: C:\Users\(Your User's Name)\AppData\Roaming\TS3Client ....(copy the whole TS3Client)....

Wish that i helped you my friend!
 

Giovanni Ruta

Member
Joined
Nov 4, 2015
Messages
65
Reaction score
0
Points
44
yes. but... i must delete all friend i don't do backup. and i have 4.000+ contacts. so i mean take file with friend and delete it :)
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
yes. but... i must delete all friend i don't do backup. and i have 4.000+ contacts. so i mean take file with friend and delete it :)
So if i understood correctly you want to delete all your contacts?
I check teamspeak and you can't choose all contacts together to mass delete...I guess in that case you can just one by one Shift+Del to delete your contacts without the warning message.
If somebody else knows another way probably he will help you!
 

ehthe

Retired Staff
Contributor
Joined
Apr 26, 2015
Messages
1,029
Reaction score
896
Points
216
Contacts are stored in settings.db along teamspeak preferences.
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
Contacts are stored in settings.db along teamspeak preferences.
Thanks for the info @ehthe , but in this files there are lots of things, so i guess if you delete wrong things this file will be broken?
 

ehthe

Retired Staff
Contributor
Joined
Apr 26, 2015
Messages
1,029
Reaction score
896
Points
216
Most certainly yes.
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
Most certainly yes.
No offence...i am going to keep my own way....more secure for me ;) as i have lot's of server and things saved on teamspeak. But new information is always welcome!
Thank you :)
 

Splamy

TeamSpeak Developer
Joined
Apr 26, 2016
Messages
72
Reaction score
101
Points
71
Hey,
here's a simple way:
  • download the db browser for sqlite from here (or any sqlite browser of your choice)
  • open you ts3 db file at C:\Users\<username>\AppData\Roaming\TS3Client\settings.db
  • simply execute this SQL statement:
    Code:
    DELETE FROM Contacts;
  • and save the file again ('write changes' button).
(you can make a backup inb4 if you think you'll mess anything up xD)
 

Giovanni Ruta

Member
Joined
Nov 4, 2015
Messages
65
Reaction score
0
Points
44
no such table: Contacts: DELETE FROM Contacts;
 
Last edited:

Splamy

TeamSpeak Developer
Joined
Apr 26, 2016
Messages
72
Reaction score
101
Points
71
no such table: Contacts: DELETE FROM Contacts;
Strange,... I just double checked and it worked for me. Can you show me you database structure (example:
83b29413b6.png
and
581555a912.png
)
 
Top