View Single Post
Old 12-21-2011, 12:13 PM  
Tanker
Confirmed User
 
Tanker's Avatar
 
Industry Role:
Join Date: Nov 2000
Location: Oakville, Ontario, Canada
Posts: 9,287
Sure thing you can do this! As discussed in Skype

Inside the header of FHGs add a second copy of the php link code that looks like this:
note the red is where the changes were made
<?php
$site_link2 = 'http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=XXXXXX-0001&PA=XXXXXXX&HTML=http://www.yoursite.com/join/';
if(isset($_GET['ccbill_id'])){
$site_link2 = 'http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=XXXXXX-0001&PA=' . $_GET['ccbill_id'] . '&HTML='http://www.yoursite.com/join';
}
?>

Then the code for your join links will look like this:

<?php echo $site_link2; ?>
__________________

Tanker
ICQ 3427575


CCBTools Now featured in the CCBill.com APP STORE
Tanker is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote