gotdmw Posted March 7, 2010 Share Posted March 7, 2010 I am a complete newbie to any coding. below is a Full page Iframe to display the offer URL and prevent bots from following the link to the final destination URL the problem is it directs to r-decode.php which is a code that masks the url somehow, and is striping my tracking. why is it killing my tracking? how could i just bypass r-decode.php and go to another file? if one of u scholars can tell me how to do this be much appreciated. <?php $offerURL = "http://www.hostgatorxcom/";//put your offer's affiliate jump link here $offerURL = trim($offerURL);//do not edit this line $thisRedirectUrl = base64_encode($offerURL);//do not edit this line $thisRedirectUrl = "r-decode.php?{$thisRedirectUrl}";//do not edit this line ?> Link to comment https://forums.phpfreaks.com/topic/194393-what-is-this-how-can-i-change-it/ Share on other sites More sharing options...
gotdmw Posted March 7, 2010 Author Share Posted March 7, 2010 I am a complete newbie to any coding. below is a Full page Iframe to display the offer URL and prevent bots from following the link to the final destination URL the problem is it directs to r-decode.php which is a code that masks the url somehow, and is striping my tracking. why is it killing my tracking? how could i just bypass r-decode.php and go to another file? if one of u scholars can tell me how to do this be much appreciated. <?php $offerURL = "http://www.hostgatorxcom/";//put your offer's affiliate jump link here $offerURL = trim($offerURL);//do not edit this line $thisRedirectUrl = base64_encode($offerURL);//do not edit this line $thisRedirectUrl = "r-decode.php?{$thisRedirectUrl}";//do not edit this line ?> Link to comment https://forums.phpfreaks.com/topic/194393-what-is-this-how-can-i-change-it/#findComment-1022622 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.