Cloaking Google Manual Reviewers?

Status
Not open for further replies.


To speed up the reverse DNS lookup, I am going to use MaxMind - GeoIP ISP Geolocation IP Address to ISP in my new system instead.

I considered doing this, but its probably not going to be as accurate as a true reverse DNS which makes live requests to live / updated DNS servers.

If you go the max mind route, I suggest compiling the PHP Module. Its much faster and adds a handy function to PHP that returns all information on the IP/Host of your choice. It can handle thousands of requests per second.
 
not going to be as accurate as a true reverse DNS

True. But as this only one of several cloaking criteria in my system, I can afford to sacrifice a little accuracy for speed.

I am maybe going to open up a new thread describing in detail how I am cloaking (I am doing some pretty original things there) once I have proof my ideas work as intended.
 
hermann you are going to fit right in around here :)
Yeah, it's definitely nice to have a new guy that actually knows wtf he's doing.
True. But as this only one of several cloaking criteria in my system, I can afford to sacrifice a little accuracy for speed.

I am maybe going to open up a new thread describing in detail how I am cloaking (I am doing some pretty original things there) once I have proof my ideas work as intended.
One thing I've done to speed up cloaking is take a look at the immediately available information(the IP itself, the referrer, etc) and then have a sort of progression of checks. Start with the fast ones and move to the slow ones.
If it's passing the fast checks, don't move onto the slow ones. If there's any doubt(at all) in the fast ones though, let it move on to the rest.
 
Status
Not open for further replies.