Quote:
Originally Posted by karlogaga
Hello,
i am trying to modify a condition that doesnt allow guests to resd posts.
What i want is that spiders are allowed to read the posts.
So i have tried the following but it doesnt work.
Code:
<if condition="$bbuserinfo['usergroupid'] != 1 and $bbuserinfo[usergroupid] != 3 and $_SERVER['HTTP_USER_AGENT'] == google and $_SERVER['HTTP_USER_AGENT'] == slurp@inktomi and $_SERVER['HTTP_USER_AGENT'] == yahoo! and $_SERVER['HTTP_USER_AGENT'] == msnbot">
</if>
Can someone here tell me what is wrong and how to do this correctly?
Greetings Karlo
PS. Maybe i should add that this code is in the SHOWTHREAD template and works when it is like this:
Code:
<if condition="$bbuserinfo['usergroupid'] != 1 and $bbuserinfo[usergroupid] != 3">
<if condition="$show['threadedmode'] OR $show['hybridmode']">
<!-- thread posts list -->
$threadlist
<!-- /thread posts list -->
</if>
<div id="posts">$postbits</div>
|
You know that statment, is asking if
IF THE USERGROUP IS NOT 1 AND NOT 3 AND GOOGLE IS TRUE AND YAHOO IS TRUE AND SLUPR IS TRUE AND MSN IS TRUE
So you are asking to see if they are every one of the search bots (which is not possilbe)
Also if you are using adsense this could get you removed from their program if they find out guests cannot see the same info as their bots can