|
If it was something like CCBill, then all you'd need would be
<?
@session_start();
if ($_GET['CA'] || $_GET['PA']) {
$_SESSION['affiliate_traffic'] = 1;
}
?>
Set that for a month and then you can cover type ins as well. If you see that cookie, show the aff billers, otherwise use the SEO ones etc.
|