Modify Scparedirector Php
Standalone cpa-redirector is a very small php script that washes the referrer before forwarding traffic out. The code is available here.
http://www.contentgeneration.org/cpa-redirector-2/
There are several versions of this software. I am interested in the Standalone versions, not the WP version.
This program washes the referrer info and passes traffic to a URL that is set as hard variable in the PHP code. I wish to have the code modified so that the forwarding URL is determined by passing a parameter through the incoming URL.
for example, with the current code: index.php?mn=1234 will wash and pass traffic to the URL set in the $cpa_offer_url variable
I wish to change it so that:
index.php?mn=1234&url=http://www.google.com will wash and pass traffic to google. Verify that the referrer washing effect works by sending traffic to http://www.whatismyreferrer.com.
I have attached 3 versions of this software. Please modify all three versions to work this way.