Bonjour,
Comme l'inique le titre, j'ai la table anope_geoip_country qui reste vide donc les informations ne sont pas transmise. J'utilise MagIRC et du coté Pays j'ai donc que inconnue.
Pourtant les services anope voient bien a la connexion des utilisateurs :/
Une petite idée ?
Translate :
Hello,
As the title suggests, I have the anope_geoip_country table which remains empty so the information is not transmitted. I use MagIRC and on the Country side I therefore have only unknown.
Yet the anope services see the connection of users :/
A small idea?
irc2sql.conf
/*
* IRC2SQL
*/
module
{
name = "irc2sql"
/* Ceci doit être configuré avec un module SQL actif */
engine ="mysql/main"
prefix = "anope_"
/*Active GeoIP */
geoip_database = "country"
client = "StatServ"
ctcpuser = "yes"
ctcpeob = "yes"
}
service
{
nick = "StatServ"
user = "StatServ"
host = "Services.network"
gecos = "Statistical Service"
#modes = "+o"
channels = "@#Services" /* Le service joindra ces salons */
}