well, not included in cloaker (i will probably consider this for v0.2)
I just wrote something for you though:
in file functions.php, your
vBCloaker_CheckUserAgent function..
find
PHP Code:
$spideragents = explode("\n",$spideragents['defaultvalue']);
add after
PHP Code:
$dontcloak = array("googlebot","slurp");
for ($x=0;$x < sizeof($dontcloak);$x++)
{
if ( substr_count(trim($dontcloak[$x]),$_SERVER["HTTP_USER_AGENT"]) > 0)
{
return false;
}
}
now notice the line $dontcloak = array("googlebot","slurp");
googlebot is google's web crawler and slurp is yahoo's
you can add more, for instance: $dontcloak = array("googlebot","slurp","lycos");
You can include parts of the user agent also, for instance you could just put google instead of googlebot.
#37, read my post on the first two pages about SummitMedia spider simulator
#39: Targets are words that will link to other pages.
Titles are words that will be embraced with <h3> HTML tags
Fillers are remaining words that will fill the page