Jump to content

what is this & how can i change it


gotdmw

Recommended Posts

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

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

?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.