WP cloaking advice

cooooookies

Senior Member
Joined
Oct 6, 2008
Messages
1,125
Reaction score
281
I want to cloak a wp page, can anybody tell me if I am on the right way?

I will to use the fantomaster bot list and modify wp/index.php

wp/index.php
- read the bot list an check traffic source
- if it is in the botlist, do not redirect
- else redirect to a CB site

Is this really working that simple or did I miss something? Maybe sb has already a snippet to use? How did you implement caching to prevent reparsing the list every page request? MySQL cached query or is there a better way w/o database?

Thanks guys!
 
Nobody here who could help a noob?
 
You need to put the botbase on that same domain if suexec isn't disabled then configure the cgi file to the right ip.txt.

pm me I may be able to help you.
 
I just wrote a small cloaking script which checks $_SERVER['REMOTE_ADDR'] against the bot database. Is this enough or are there more things to consider? Anything missing for succesful cloaking?
 
Back
Top