View Single Post
Old 11-06-2017, 03:20 PM  
TitanWM
Confirmed User
 
TitanWM's Avatar
 
Industry Role:
Join Date: Dec 2015
Posts: 111
If you want to try different Images/Banners with tracking code:

Code:
<?php

$rand = rand(1, 8); //example for 8 different images/banners
 
$ads = "<a href=\"AFFLINK?WM-ID&CAMPAIGN=CampaignName$rand\" title=\"title-text\" rel=\"nofollow\"><img src=\"/path-to-image/Image-$rand.gif\" alt=\"alt-text\" /></a>";

echo $ads;

?>
You should name the images/banners like:
Image-1
Image-2
Image-3
...
Image-8
__________________
CamSoda invite link - promote an unsatisfied cam site!
TitanWM is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote