Thanks for Sharing

Have you reviewed and claimed your rink 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]