<?php
$k = $_GET['sub'];
$aff[] = 'http://mytrackingurl.com/tracking202/redirect/dl.php?t202id=hurrdurr&t202kw=';
$aff[] = 'http://mytrackingurl.com/tracking202/redirect/dl.php?t202id=hurrdurr&t202kw=';
$aff[] = 'http://mytrackingurl.com/tracking202/redirect/dl.php?t202id=hurrdurr&t202kw=';
$aff[] = 'http://mytrackingurl.com/tracking202/redirect/dl.php?t202id=hurrdurr&t202kw=';
$aff[] = 'http://mytrackingurl.com/tracking202/redirect/dl.php?t202id=hurrdurr&t202kw=';
srand ((double) microtime() * 1000000);
$random_number = rand(0,count($aff)-1);
$lol = ($aff[$random_number]);
$lal = $lol.$k;
header("Location: $lal");
?>