Get exclusive CAP network offers from top brands

View CAP Offers

Reply To: banner question

[bsa_pro_ad_space id=2]
#827549

Ok, i think i got it. so the code should look like this?

open PHP TAG//This is the page you sent from the banner such as redirect.php
$url = “http://affiliate.igamefriends.com/processing/clickthrgh.asp?btag=a_5239b_236“; or whatever your aff URL is
$Name = “www.Apex-Gambling.com”; //senders name
$email = “[email protected]”; //senders e-mail adress
$recipient = “[email protected]”; //recipient
$mail_body = “Affiliate banner name Clicked”; //mail body like you got a click
$subject = “Banner Click”; //subject
$header = “From: “. $Name . ” <" . $email . ">rn”; //optional headerfields

mail($recipient, $subject, $mail_body, $header); //mail command :)

// now you sent an email lets redirect to the url

header(“Location: $url”);

// now you emailed and re-directed ?>

a onclick=”window.open(this.href,’_blank’);return false;” href=”http://www.Apex-Gambling.com/redirect.php” img scr=”http://affiliate.igamefriends.com/processing/impressions.asp?btag=a_5239b_236&#8243; alt=”www.apex-gambling.com” style=”border:none; width:125px; height:125px

And then i will get the banner image and when someone clicks it it will email me and redirect them to the landing page or direct download?