<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
"Maybe the AllowedClients and DeniedClients can help you keeping bots from<br>
your grid?<br></div></blockquote><div><br>Bots rarely use a regular viewer.<br>In the robust.hg.ini or the robust.ini you can set the allowed and disallowed clients.<br><br>You can find out wich viewer the bots are using in the Robust.log file, add the channel to the DeniedClients line. Do not forget to remove the ';' before the DeniedClients line.<br>
<br>From the robust.hg.ini file:<br><br> ;; Regular expressions for controlling which client versions are accepted/denied.<br> ;; An empty string means nothing is checked.<br> ;;<br> ;; Example 1: allow only these 3 types of clients (any version of them)<br>
;; AllowedClients = "Imprudence|Hippo|Second Life"<br> ;;<br> ;; Example 2: allow all clients except these<br> ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"<br>
;;<br> ;; Note that these are regular expressions, so every character counts.<br> ;; Also note that this is very weak security and should not be trusted as a reliable means<br> ;; for keeping bad clients out; modified clients can fake their identifiers.<br>
;;<br> ;;<br> ;AllowedClients = ""<br> ;DeniedClients = "" <br></div></div><br>