I m not sure I have understood what safe page is. Is it the version that search engines see? If so, try to use a service provided by Google to see the web page?
Of course because if Google comes with another UA it means it s not googlebot, could be fetcher, google ads-bot or whatever. But have you ever seen googlebot comings with another UA. This is Mythology not real life
That's crazy. I just wanted to share a stuff that could help and this is what I get. Are you sure you looked at the code dude?
It s not a clocking on user agent, the user agent check is to make the clock faster without serving a reverse DNS to all of your human traffic :)
$host == $ip it's not always true, it's false if someone is spoofing the DNS. Don't ask me how DNS spoofing works I don't know but it's well known that reverse DNS is the most secure way to know for sure who is spidering your web pages.
That said, I believe that DNS spoofing is something really...
I've done many tests with Googlebot for mobile it uses always ApplelWebKit in the user agent string. If you see something different from your logs files please provide the correct strings, this could be helpful to everyone
Have you ever tried doing a Reverse DNS Before claiming it takes multiple seconds? An RDNS is typically 200 ms
Source please. This is a myth I think. I m not talking about the other google spiders as fetcher or ads-bot or whatever. Googlebot is is always coming from googlebot.com.
Don't worry for that, we're all here to learn something and help each other (when we can)
Yes, the IP change but this script works for every IP, it's not a cloaking based on user agent or ip, it's based on reverse dns
Hi !
Here is a cloaking script with reverse dns. Is just triggering Googlebot nothing else. Hope it's helpful
<?php
$ua = $_SERVER['HTTP_USER_AGENT'];
$ip = $_SERVER['REMOTE_ADDR'];
if(preg_match('#googlebot#i',$ua)){
$dns = gethostbyaddr($ip)...
8 months later I don't know if you're still looking for a solution.
If I understand, only the users coming from google must be redirected to the money page. All the other users (Bots, reviewers) must stay in the safe page.
At this point you do not need to care about who is a bot or not, you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.