<?php
$v =$_GET["v"];

if ($v == "topaze") {$link = "https://topazeaffiliation.com/affiliate/track?sourceID=1055897";}
if ($v == "winpalace") {$link = "https://www.royaumedesrois.com/fr/online-casino/.aspx?affid=37201";}
if ($v == "grandparker") {$link = "https://get.21grandcasino.com/get/a/1351853";}
if ($v == "mybet") {$link = "https://media.mybet.com/redirect.aspx?pid=4439&bid=2144";}
if ($v == "titan") {$link = "https://www.dieuxdelolympe.com/fr/aiddownload.php?affid=63668";}

header("HTTP/1.1 301 Moved Permanently");
header("X-Robots-Tag: noindex,nofollow");
header("Location: $link");
exit();
?>