jave links are bad, as they are really just passing your link juice directly to the casino, but thats a seperate issue
lest do this
//This is the page you sent from the banner such as redirect.php
$url = “[COLOR=”#FF8C00″]http://affiliate.igamefriends.com/processing/clickthrgh.asp?btag=a_5239b_236[/COLOR]”; or whatever your aff URL is
$Name = “my Site”; //senders name
$email = “[email protected]”; //senders e-mail adress
$recipient = “[email protected]”; //recipient
$mail_body = “The text for the mail…”; //mail body like you got a click
$subject = “Subject for reviever”; //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
?>
Be sure to add the
@Apex Global 244002 wrote:
AllFreeChips… again thanks for the code, i am now trying to plug what i can into the site…i’m having trouble though.. this is the code i am using to direct off the banner..
a onclick=”window.open(this.href,’_blank’);return false;” href=”http://affiliate.igamefriends.com/processing/clickthrgh.asp?btag=a_5239b_236″ img scr=”http://affiliate.igamefriends.com/processing/impressions.asp?btag=a_5239b_236″ alt=”www.apex-gambling.com” style=”border:none; width:125px; height:125px
i’m confused on where to put in the code so its in the banner and emails me on a click
can you direct me some, thank you