Thanks for sharing!

Have you reviewed your favorite rinks yet?

[insert_php]
$ip = $_REQUEST[‘REMOTE_ADDR’]; // the IP address to query
$query = @unserialize(file_get_contents(‘http://ip-api.com/php/’.$ip));
echo ‘‘;

[/insert_php]