V
V3NTUS
Guest
For xenForo 1 the conditional if a user comes from search engine was:
Code:
But I was unable to find a relative version for Xenforo 2.x.
I aim at finding a way to find legitimate users (or at least try to) as I'm victing of click bombing, so a way to find out if they're coming from search engine would be handy, but I'm also open to other ideas (if any) to defeat malicious bots once and for all, or at least make it harder for them to pass...
Read more
Continue reading...
Code:
Code:
<xen:if is="{$visitor.from_search}">
</xen:if>
But I was unable to find a relative version for Xenforo 2.x.
I aim at finding a way to find legitimate users (or at least try to) as I'm victing of click bombing, so a way to find out if they're coming from search engine would be handy, but I'm also open to other ideas (if any) to defeat malicious bots once and for all, or at least make it harder for them to pass...
Read more
Continue reading...