sound interesting, could you explain more how you do this please.You're using the URL shortener to redirect to a CPA dating offer and to mask it from Facebook.
Literally, you cloak a gateway redirect - sniff Facebook's class C IP - and show them a page that looks like a blog post on dating, but every other IP gets redirect to the CPA offer.
It's easy to build, I've done it to snipe traffic - but it won't work with FB ads but it will work with FB pages.
$checkip=$_SERVER['SERVER_ADDR'];
if ($checkip contains "69.63.*.*"){
//It's a Facebook bot
echo "Blog post about dating or whatever";
}else{
//It's probably a visitor
header("Location: CPAOffer");
}
Million ways to do it, but the way I've done it is built a PHP script that sniffs the current IP address.
Then check the user agent and IP address to see if it's a Facebook bot (you have to play around with this - it's easy to test using FB's developer section) - if it matches Facebook's IP & user agent, display a generic blog post about dating.
For all other users, redirect to CPA offer. Facebook will think it's just a blog post, when really it's a redirect.
You can find code online for simple cloaking, and I'm feeling lazy - so here's pseudo code:
Code:$checkip=$_SERVER['SERVER_ADDR']; if ($checkip contains "69.63.*.*"){ //It's a Facebook bot echo "Blog post about dating or whatever"; }else{ //It's probably a visitor header("Location: CPAOffer"); }
You missed the part where I said pseudo code.um this won't work at all "SERVER_ADDR" will return the IP of the server the script is running on, what you want is "REMOTE_ADDR".
this simple way might work for a while but is very unreliable.
anyways as for promotion i would not just send the traffic to stupid CPA offers that pay peanuts and shave heavily.
get an affiliate account at some cam site that has rev-share options and you will make much more in the long run.
i saw that, otherwise i would also have mentioned your if statement. however even pseudo code should be somewhat correct, this is completely wrong.You missed the part where I said pseudo code.
i saw that, otherwise i would also have mentioned your if statement. however even pseudo code should be somewhat correct, this is completely wrong.
uh kiddo..trying to be funny to compensate for your lack in coding skills?You sound like you need a hug.
Nah, I don't really need to prove my skillset or get into childish arguments on the internet to prop up my self-esteem.uh kiddo..trying to be funny to compensate for your lack in coding skills?
You just need to check the user agent for the Facebook bot. That’s what I use. No need for IP address. I use it all the time, very simple. But only works for organic, as it’s their crawler. For paid, it’s manual review and won’t work, will need a cloacker. I won’t post the code here, but just lookup how to detect user agent in PHP and do a if. For the Facebook user agent, just search, Facebook will tell you on their help docs.Million ways to do it, but the way I've done it is built a PHP script that sniffs the current IP address.
Then check the user agent and IP address to see if it's a Facebook bot (you have to play around with this - it's easy to test using FB's developer section) - if it matches Facebook's IP & user agent, display a generic blog post about dating.
For all other users, redirect to CPA offer. Facebook will think it's just a blog post, when really it's a redirect.
You can find code online for simple cloaking, and I'm feeling lazy - so here's pseudo code:
Code:$checkip=$_SERVER['SERVER_ADDR']; if ($checkip contains "69.63.*.*"){ //It's a Facebook bot echo "Blog post about dating or whatever"; }else{ //It's probably a visitor header("Location: CPAOffer"); }
i'm fine, you are the one who got offended when i corrected your mistakeNah, I don't really need to prove my skillset or get into childish arguments on the internet to prop up my self-esteem.
You sounded like you woke up on the wrong side of the bed.
I just PM you, explain your proposition thereI have something for you, that will make us both happy . I'm talking about ~150-200$ daily with the traffic you got. Leave me your discord if you're interested so we can talk.
thank you mate for the reply, what you said looks simpler and applicable to my case but i never done something similar to this. could you please explain in details how you do it, i will be grateful or at least point me to a video or a website where they explain how to do this step by step.You just need to check the user agent for the Facebook bot. That’s what I use. No need for IP address. I use it all the time, very simple. But only works for organic, as it’s their crawler. For paid, it’s manual review and won’t work, will need a cloacker. I won’t post the code here, but just lookup how to detect user agent in PHP and do a if. For the Facebook user agent, just search, Facebook will tell you on their help docs.
can you send that traffic over to an instagram page? if so DM meFor almost a year i manage to get 500 to 1000 clicks/day from Facebook Page, most of the clicks coming from countries like (Germany, US, UK, Canada...) All clicks are organic and horny people.
my question is: can i monetize this traffic, or it's useless?
Note: i can easily double that traffic in matter of 15 days to 1 month.