[TUT and CODE] How to Fake your Referer, Fake Referer Any Offer, Fake Referrer Script

Make sure to 777 all your folder/ php files... This may be an issue too..
 
it's work now, the error because some security protection from hostgator, so it's not because wrong install it :)
thanks for the script, rep+ added !!!
 
Last edited:
this is better then CPA redirector..because the new update for wordpress make my cpa redirector not working like usual..will change it with this referrer
 
it's work now, the error because some security protection from hostgator, so it's not because wrong install it :)
thanks for the script, rep+ added !!!

Great to hear!

this is better then CPA redirector..because the new update for wordpress make my cpa redirector not working like usual..will change it with this referrer

Glad it will help :)

To all who are using, please, any reports on test results are welcomed here.
I haven't tested enough to be able to offer a 100% no-leak guarantee, but if we all post results, between us we'll get there :)
 
it's work now, the error because some security protection from hostgator, so it's not because wrong install it :)
thanks for the script, rep+ added !!!

If anyone gets 403 Forbidden errors on HG shared hosting, they are down to Mod_Security.
The error is produced by the handler domain.
To fix, contact HG Support (Live Chat is fine), and ask them to add an exception rule for Mod_Security, to allow you to perform PHP redirects.

Still hoping people will post results here.
I'm approaching my 100th post and am considering sharing a similar script, for blanking referers, to mark the occasion.
Feedback on this will help make up my mind :)
 
great script..just test it out and it works well
had a little problem before with not adding http in my url but when i did woa it was cool.
thanks
 
I just tested it and it works, great stuff!

But perhaps I am missing the point of it's correct usage.

JD: I am implementing my own twist to your locker method in your other thread (Which is also fantastic). I have a WH site where I use my content locker for a certain type of content as well as some BH sites with lockers that have a different kind of content. I of course want to have it appear that my BH traffic is coming from my WH gateway.

What I did was insert the (test) modded cpa links into my BH locker. But this is where I get confused...If I click on one of the CPA links in that BH locker, I of course, get redirected to my WH site. With that being the case, instead of my BH traffic getting sent to a CPA offer page to complete an offer, they would just get sent to a different site of mine with different content and another locker on it... How am I supposed to get my BH traffic to complete any offers if they're gonna be redirected somewhere else instead of the offer pages? I know there is something blaring wrong about my thought process/angle here, but I cant seem to identify it...

I also noticed that if I switch around the last two urls in the modified links so that the referrer url is in place of the CPAurl and vice versa, that the final result would bring the locker traffic to the CPA offer page like I want, but would that defeat the purpose of the redirector?

Clearly I'm not getting something...lol
 
I just tested it and it works, great stuff!

But perhaps I am missing the point of it's correct usage.

JD: I am implementing my own twist to your locker method in your other thread (Which is also fantastic). I have a WH site where I use my content locker for a certain type of content as well as some BH sites with lockers that have a different kind of content. I of course want to have it appear that my BH traffic is coming from my WH gateway.

What I did was insert the (test) modded cpa links into my BH locker. But this is where I get confused...If I click on one of the CPA links in that BH locker, I of course, get redirected to my WH site. With that being the case, instead of my BH traffic getting sent to a CPA offer page to complete an offer, they would just get sent to a different site of mine with different content and another locker on it... How am I supposed to get my BH traffic to complete any offers if they're gonna be redirected somewhere else instead of the offer pages? I know there is something blaring wrong about my thought process/angle here, but I cant seem to identify it...

I also noticed that if I switch around the last two urls in the modified links so that the referrer url is in place of the CPAurl and vice versa, that the final result would bring the locker traffic to the CPA offer page like I want, but would that defeat the purpose of the redirector?

Clearly I'm not getting something...lol

Hi,

You need to create your links like this:

(insert http where necessary, all urls should be full urls)

HandlerDomain.com/?url=TheCPAOfferLink(final destination)&referer=TheSiteWhereyouPlacedCodeandYouWanttoShowastheReferer

When you construct the links like that, what the script does is send your visitors to the url=TheCPAOfferLink(final destination), but it redirects them VIA the referer=TheSiteWhereyouPlacedCodeandYouWanttoShowastheReferer.

So, they won't "stop" on your WH locked site at all, they will get sent to the Offer, but the WH site will show up as the site it appears they "came from", and your BH site, where you placed the link, constructed as above, will not show up anywhere at all.

To recap, the CPA links in your locker, on your BH site, should be constructed like:

handlerdomain.com/?url=OfferLink&referer=WHsite

The "handlerdomain.com" is where you have placed the index.php (the first code I offered) file, and it takes care of stripping the info from your urls and redirecting the traffic.

Remember that you must place the 2nd code I offered in the WH site, for this whole thing to work.

HTH
 
^Okay, thanks, I think I see the mistake I've made. I don't think I placed the second code on the WH site, but instead the BH one. I'm going to go look over my set up and try again and report back.
 
content lockers are easy to bypass.

step one: open firebug
step two: delete the div of content locker
step three: no more problems hihi

:D
 
Okay, while fixing the first error I made, I found out the REAL problem as to why it wasn't redirecting.

I was about to report back your suggested fix as a failure, but I first did a quick google search.

It turns out that I just needed to rename the 'index.html' file in which I inserted the 2nd code to 'index.php'

and viola, the redirect works! Thanks again JD, this is a big help!



content lockers are easy to bypass.

step one: open firebug
step two: delete the div of content locker
step three: no more problems hihi

:D

Not ALWAYS the case. My locker has to redirect you to the correct page, and that only happens if it unlocks itself. You can use firebug to remove it, but you won't ever get where you want to go.
 
Last edited:
content lockers are easy to bypass.

step one: open firebug
step two: delete the div of content locker
step three: no more problems hihi

:D

You'd struggle to make anything from the users who can do that anyway, those of us banking, just ignore them and move on to better pickings ;)
If you think your bread and butter is going to come from the visitors using firebug, you have a long way to go yet...
 
Okay, while fixing the first error I made, I found out the REAL problem as to why it wasn't redirecting.

I was about to report back your suggested fix as a failure, but I first did a quick google search.

It turns out that I just needed to rename the 'index.html' file in which I inserted the 2nd code to 'index.php'

and viola, the redirect works! Thanks again JD, this is a big help!

You're welcome, glad you got it going.
Yep, some servers will interpret php within html files, but others require the html file to be named as a php file in order to allow the php to execute.
 
Not ALWAYS the case. My locker has to redirect you to the correct page, and that only happens if it unlocks itself. You can use firebug to remove it, but you won't ever get where you want to go.

yes this is the answer aiganst firebug hehe :)
 
How do you test this? Is there a web site where you can paste in your link and it will show you the referer?
 
Back
Top