Quick help needed

looperff

Newbie
Joined
Jan 3, 2013
Messages
8
Reaction score
1
How can I implement this?

Ok I have a blog page:

abc*c0 m / p=1

I need a plugin that will generate a similar u rl like this, xyz*c0 m / p=1mn7865

Now , when i go out and promote my offers , i use this xyz*c0 m / p=1mn7865 . This u rl automatically re-directs this page to CPA offer.

But when my affiliate manager sees the traffic source and he want to investigate and visit the blog by typing xyz*c0 m / p=1 , then he doesn't get redirected, and only sees my original. The page just shows up as any normal page.

Obviously , i make the blog look decent with couple of CPA banners showing up on the side.

This way , I hope you can fake the referrer.

Anyone know of a plugin that does this? or a little code that does this.

And will this idea of mine work?
 
Code:
<?php if ($_GET['url']){ $url = $_GET['url']; ?>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=<?php echo $url;?>" />
<?php } ?>
Put it in the header and use it like xyz*com /p=1?url=www*myaffiliatelink*com

Don't know how the referer looks like tho..
 
Last edited:
Find and use brad's CPA-R 2.1 standalone or if you are on wordpress look for cpa-r 5
 
There is a plugin available and I found during christmas some one Giveaway the plugin for free. Name of the Plugin is "Pretty Link"

Thanks
 
Use a tracking link to p202 or a similar tracker. They support using DMR (double meta refresh) which will blank the referrer.

Other options are to use a cloaker and geoip library to only cloak certain kinds of traffic (PPV, etc.)
 
Back
Top