$data = file_get_contents("http://www.geoplugin.net/json.gp?ip=".getenv("REMOTE_ADDR"));
$ayikla = json_decode($data,true);
if($ayikla['geoplugin_countryCode']=="TR") {
header("Location:https://youtube.com");
} else {
header("Location:https://google.com");
}