url/page rotator needed

frenchboy

Power Member
Joined
Aug 19, 2008
Messages
769
Reaction score
1,380
I'm retarded and I've been looking for one on google and BHW for about an hour. I give up.

What I'm looking to do is to send 50% of the traffic to one CPA ad and the other 50% to another ad. It would be cool if I could add more than 2 offers down the road.

I don't want a banner rotator (or do I??). I want a page that redirects directly to the offers.

I don't know much about coding so if any nice person could give me a script or some line of code that would work, ID BE HAPPY :)
 
And what would "split1" and "split2" be?

couldnt I just do this?

<?php
if(rand(0,1) == 0) {
header("Location: myaffilaitelink.com");
} else {
header("Location: myaffiliatelink.com2");
}
?>

Or is it the same thing that you wrote?
 
Back
Top