Friend Folder

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
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
Nov 4, 2015
65
0
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
Mar 31, 2016
2,570
12
2,857
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
Apr 26, 2015
1,029
896
216
Contacts are stored in settings.db along teamspeak preferences.
 

Splamy

TeamSpeak Developer
Apr 26, 2016
72
101
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)
 

Splamy

TeamSpeak Developer
Apr 26, 2016
72
101
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