我需要一个php脚本来显示用户Country的tld。 例如,如果用户来自英国,那么我需要输出“英国”,或者如果他是德国人,我需要“de”代表奥地利“at”代表美国“我们”等等。
您可以在wordcreator.org上观看。用户的国家顶级域名应该是“.de”而不是“.de”。在线上是“.yourCountry”,“。com”,“。net”,“。org”等等。
答案 0 :(得分:1)
<?php $location = unserialize(file_get_contents('http://www.geoplugin.net/php.gp?ip='.$_SERVER['REMOTE_ADDR'])); print_r($location) ?>
Installationmanual:Here