What cloaker do you use for Facebook?

My accounts are churn and burn and I just want to block the FB crawlers. If my site gets manually reviewed then sure I'll take the loss of the account.

Then use a simple PHP script "if this matches Facebook, switch"......should not be rocket science.
 
Does this help?
<?php
$ua = $_SERVER['HTTP_USER_AGENT'];

if (preg_match('/facebookexternalhit/si',$ua)) {

header('Location: no_fb_page.php');

die() ;

}else{

header("Location:http://www.mynewdomain.in");

die();

}
?>
 
Last edited by a moderator:
Then use a simple PHP script "if this matches Facebook, switch"......should not be rocket science.

Does this help?
<?php
$ua = $_SERVER['HTTP_USER_AGENT'];

if (preg_match('/facebookexternalhit/si',$ua)) {

header('Location: no_fb_page.php');

die() ;

}else{

header("Location:http://example.com/myOtherPage.phphttp://www.mynewdonain.in");

die();

}
?>

Thanks,

I did some tests and realized FB crawlers are always blowing their cover by having "facebookexternalhits/" in the user agent. This makes them super easy to block. What's the reason for FB not trying to hide their crawlers?
 
Thanks,

I did some tests and realized FB crawlers are always blowing their cover by having "facebookexternalhits/" in the user agent. This makes them super easy to block. What's the reason for FB not trying to hide their crawlers?

That's not all there is to it, but yeah as we said, a trivial cloaker begins like that.
 
That's not all there is to it, but yeah as we said, a trivial cloaker begins like that.

What do you mean? What more do I have to expect?

Are the FB crawlers going to crawl my site even after I have made the post on FB even when they have already crawled it once?
 
What do you mean? What more do I have to expect?

Are the FB crawlers going to crawl my site even after I have made the post on FB even when they have already crawled it once?

Yep. Human reviewers, crawlers, competitors, etc.
 
Hey, WE offer service that's for renting Google premium ads accounts. If you need accounts for running cloaking campaign, fast approval and spend a huge daily budget. Let's contact with me on skype: kimngan191294 of facebook : 01646945456. Thanks!
 
Id recommend Trafficarmor for FB, you'll pay per impression so its not expensive at all when you're just starting up
 
I have accounts rental ads, it can spend max 5k$ per day/account, good service for cloaking your campaign on Facebook /Google.
* Account is especially suitable for businesses with links through Internet Marketing, skincare, weigh loss, Nutra, traffic ...
If you do not know how to set up campaign and cloak for Google, I will support you. If you think I scam, you can ignore it.
*If you really need my account. Hit me up
Skype: linh.mu811
mail: [email protected]
Thanks
 
Thanks,

I did some tests and realized FB crawlers are always blowing their cover by having "facebookexternalhits/" in the user agent. This makes them super easy to block. What's the reason for FB not trying to hide their crawlers?

bot can not read js, so just js redirect? just block the agent still work now? please share. or add my skype amzzoo2.
 
Apart from that there is nothing more to expect right?

I was wondering why I didn't remember this chat then I saw the date.

No, there's ton more that can happen. Today user tracking is much more intense than 3 years ago. Do research and experiment, it's the only way to find out.
 
I was wondering why I didn't remember this chat then I saw the date.

No, there's ton more that can happen. Today user tracking is much more intense than 3 years ago. Do research and experiment, it's the only way to find out.

I will avoid using a cloaker, it s never 100% safe
Found another solution
 
I will avoid using a cloaker, it s never 100% safe
Found another solution
Hi,

could you help me? I’m a newbie trying to get my head around this. I can even pay for your knowledge/ help.
Many thanks
 
Back
Top