Link shortener that hides referral traffic

dreadpixel

Banned - Selling outside marketplace
Joined
Jul 27, 2010
Messages
2,502
Reaction score
1,179
Greetings...
I am running interstitial ads from PropellerAds but my traffic comes from warez and other movie sites.
Anyone knows a way to cloak referrer with a link shortener? Which ones you recommend?

Thanks in advance.
 
Well I did some research on Google and found https://short.io
Here alternatives: https://www.producthunt.com/alternatives/short-cm

Which one will have the hide referrer options?
 
Create your own script and upload the file to a random domain you own or purchase. It's only like 10 lines of code. If you PM me tomorrow I'll send it to you when I'm in my office.
 
Create your own script and upload the file to a random domain you own or purchase. It's only like 10 lines of code. If you PM me tomorrow I'll send it to you when I'm in my office.
I know how to code, but it should be a Javascript code right? Cause PHP won't handle the referrer hide or yes?
 
I know how to code, but it should be a Javascript code right? Cause PHP won't handle the referrer hide or yes?
PHP won't hide the referrer and will show the original one indeed.

Use a meta refresh redirect on 0 seconds. And also add an empty form with your redirection URL as the action, then set your body onload to form.submit(). I've been using this for ages :)
 
PHP won't hide the referrer and will show the original one indeed.

Use a meta refresh redirect on 0 seconds. And also add an empty form with your redirection URL as the action, then set your body onload to form.submit(). I've been using this for ages :)
Ohh man, thank you so much, it seems easy. So it will gain the referral for my website since the Form Submit!
 
Ohh man, thank you so much, it seems easy. So it will gain the referral for my website since the Form Submit!
I've turned on my laptop so you don't have to waste your time writing the code.

https://pastebin.com/fwq4DiFn
 
Back
Top