i put this into config :
[geoip]
enable = 1
message = "Land: <COUNTRY>, Name <NAME>"
messageadmin = "Land: <COUNTRY>, Name <NAME>"
host = "localhost"
user = "root"
password = ""******" //Should I put my password to be the same as that in geoip.php????????????
but i dont understnd what i need to do with this ...convert in what and put where......im new in this area
$mod->setDefaultCV("geoip", "enabled", 1);
$mod->setDefaultCV("geoip", "message", "Land: <COUNTRY>, Name <NAME>");
$mod->setDefaultCV("geoip", "messageadmin", "Land: <COUNTRY>, Name <NAME>");
$mod->setDefaultCV("geoip", "host", "localhost");
$mod->setDefaultCV("geoip", "user", "root");
$mod->setDefaultCV("geoip", "password", "******");
I'm sorry if i'm busy and sozz for my bad english ..