<?php
$link = $_GET['link'];

$mas_arr = array(
'king'  => 'https://97939977.salatsmayonezom.com',
'slotoking'  => 'https://97939977.salatsmayonezom.com',
'netgame'  => 'https://23836378.salatsmayonezom.com',
'777'  => 'https://63140821.salatsmayonezom.com',
'vulkan'  => 'https://23216444.salatsmayonezom.com',
'azino777'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'joycasino'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'joy'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'champion'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'azartplay'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'casinox'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'rox'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'parimatch'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'playfortuna'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'favorit'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'goxbet'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'game'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'lavina'  => 'https://23216444.salatsmayonezom.com',
'riobet'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'pharaon'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'pinup'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'eldorado'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'columbus'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
'pointloto'  => 'https://letsplaybonus.ew.r.appspot.com/go/redir.html',
);

foreach ($mas_arr as $sim => $redirect_link){
 if($sim == $link){  
  header('Location: '.$redirect_link);
  exit;   
 }
}

?>