I'm using this basic rotator with tracking 202 and Im wondering if anyone can help me insert a better cloaker than just the standard p202. I've been having issues with my traffic sources and them leaking. Sure enough, now more people are buying from the same place. Here's the current code:
Any help is GREATLY appreciated!
HTML:
<?php
$k = $_GET['sub'];
$aff[] = 'T202URL&kw=';
srand ((double) microtime() * 1000000);
$random_number = rand(0,count($aff)-1);
$lol = ($aff[$random_number]);
$lal = $lol.$k;
header("Location: $lal");
Any help is GREATLY appreciated!