neilparnham
Junior Member
- Mar 3, 2008
- 117
- 13
hi, just after a little bit of help, im not a programmer, yet , just wondering if someone knew in regards to the folllowing:
i want to combine that with
so that i can have my affiliate coding and makes it so i dont get high ctr, i tried putting the second lot of coding where it says our cookie stuffing goes here but it dont work, well im not a programmer so i wont know, thanks for any help, cheers neil.
Code:
<?
$random_number = rand(1,4);
if($random_number == 1){
echo "Our cookie stuffing code goes here!";
}
?>
i want to combine that with
Code:
RewriteEngine On
RewriteRule tracking_pixel.jpg http://www.affiliate.com/BDHDHDHDJ/ [R,L]
so that i can have my affiliate coding and makes it so i dont get high ctr, i tried putting the second lot of coding where it says our cookie stuffing goes here but it dont work, well im not a programmer so i wont know, thanks for any help, cheers neil.