nie bede tworzył nowego tematu. przerobiłem troche ten skrypt ip to country i mam coś takiego i nie chce mi pokazać kraju oto kod:
<?php
//
//by mit2
//
include('config.php');
$po = '178.213.219.150';
$ip = ctf_clean_input("$po");
echo $pol[country_code2
]; function ctf_clean_input($string) {
return trim(ctf_sanitize_string
(strip_tags(ctf_stripslashes
($string)))); while (list
($key, $value) = each($string)) { $string[$key] = ctf_clean_input($value);
}
return $string;
} else {
return $string;
}
}
function ctf_sanitize_string($string) {
}
function ctf_stripslashes($string) {
} else {
return $string;
}
}
?>