Facebook Horny Clicks, What You Could Do With it?

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.
sound interesting, could you explain more how you do this please.
 
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");
}
 
Create a website. Put your CPA dating offers there.
Redirect the horny users there.
 
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");
}

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.
 
How come you manage to get such traffic? Do you have a Facebook page or group?
 
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.
You missed the part where I said pseudo code.
 
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.
 
I 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.
 
uh kiddo..trying to be funny to compensate for your lack in coding skills?
Nah, 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.
 
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 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.
 
Nah, 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'm fine, you are the one who got offended when i corrected your mistake ;) you could have just accepted it, instead you try to argue about it.
 
I 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.
I just PM you, explain your proposition there
 
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.
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.
thanks again
 
Find a good smart link network in semi-adult dating, I do not recommend webcam offers but soft porn offers.

https://advidi.com is a great network for this and most of your traffic is probably Facebook, smart link makes things a lot easier but no FB will not allow it but you get your own domains and redirect them or find a cheap Cloaker to show Facebook a clean page and send your real visitors to the adult smart link.

AND always test out different networks, https://www.clickdealer.com/ is another great one. You can absolutely make a few hundred with your amount of traffic depending on the quality of your traffic.

Here is a good but old read on smart links that is still worth reading: https://charlesngo.com/smartlinks/
 
For 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.
can you send that traffic over to an instagram page? if so DM me
 
Back
Top