• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Completed Country Flags

M4T14SG4M3R

Well-known member
Hi, i have an error on my teaspeak servers, everyone has the United States flag on their icon instead of the country of the user, (The hosting is located at USA)
 

M4T14SG4M3R

Well-known member
The ips are not the same, they all have different ip address, and there is no ip reditect, they just use the direct ip address
 

otalportista

Fanatic member
In config.yml go to geolocation:
and try change this

mapping:
#Description:
# The mapping file for the given provider
# Default for IP2Location: geoloc/IP2Location.CSV
# Default for Software77: geoloc/IpToCountry.csv
#The value must be a string
file: geoloc/IP2Location.CSV
#Description:
# The IP 2 location resolver
# 0 = IP2Location
# 1 = Software77
#The value must be a positive numeric value between 0 and 2
type: 0

to this

mapping:
#Description:
# The mapping file for the given provider
# Default for IP2Location: geoloc/IP2Location.CSV
# Default for Software77: geoloc/IpToCountry.csv
#The value must be a string
file: geoloc/IpToCountry.csv
#Description:
# The IP 2 location resolver
# 0 = IP2Location
# 1 = Software77
#The value must be a positive numeric value between 0 and 2
type: 1
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Else you could update the IP2Location database by yourself.
Files could be found in geoloc/.

PS: I should may update them as well, because the database are over a year old now :D
 

M4T14SG4M3R

Well-known member
It didn't worked, i will try to update them myself

EDIT: Okay i have just updated them but it still shows the USA flag, i have searched my own ip and it is inside the updated file, why it doesn't work then?
 
Last edited: