hi
i had the same probelms with spiders and bots. after spending weeks searching i found out their is two different versions of the user mod and both had a little difference to them. the first one is not supported and i don't beleive you can even find it unless someone comes across and gives it to you but i don't think it will work with 1.3.7 . that verson had a no bot policy of some sort. i have to find it but what i did is took the footer of that one which isand inserted with the newer version thats in downloads. so far so good i don't have a single bot or spider being recorded. that saves me about mmmmm a billion useless infoPHP Code:<?php if (ZEN_CONFIG_USER_TRACKING == 'true' && !$spider_flag && function_exists('zen_update_user_tracking')) { zen_update_user_tracking(); } ?>![]()


Reply With Quote
i put mine in /includes/templates/xxxxxxxxxx/common/tpl_footer.php where 'xxxxxxxx' is the name of the template i am using. hope this works for you

