Changes between Version 2 and Version 3 of DolphinAdminAntispamTools


Ignore:
Timestamp:
Feb 17, 2012, 5:55:24 AM (12 years ago)
Author:
AlexT
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DolphinAdminAntispamTools

    v2 v3  
    66 
    77[[Image(Antispam-Tools.png)]] 
     8 
     9 
     10''NOTE:'' be very careful with enabling '''zomgbl.spameatingmonkey.net.''' - because it will block anyone! 
     11 
     12 
     13 
     14== Example: how to allow only several countries and block all other countries == 
     15 
     16 
     17The purpose - we need to allow users from Canada and USA countries and don't allow to join or login users from all other countries. 
     18 
     19 
     20Add Canada, USA to the while list: 
     21 
     22{{{ 
     23'''Chain:''' whitelist 
     24Domain Zone: ca.countries.nerd.dk. 
     25Return Value: 127.0.0.2 
     26Url: http://countries.nerd.dk/ 
     27Recheck URL: [leave empty]                
     28Comment: Allow CA 
     29}}} 
     30 
     31 
     32{{{ 
     33Chain: whitelist 
     34Domain Zone: us.countries.nerd.dk. 
     35Return Value: 127.0.0.2 
     36Url: http://countries.nerd.dk/ 
     37Recheck URL:              
     38Comment: Allow US 
     39}}} 
     40 
     41 
     42Then enable the following DNSBL: 
     43{{{ 
     44zomgbl.spameatingmonkey.net. 
     45}}} 
     46It will block all other countries except the ones you've whitelisted - US and CA. 
     47 
     48 
     49Now everything is setup but the system is not enabled (by default), to enable it turn on the following setting: 
     50Admin Panel -> Settings -> Advanced Settings > Security > Enable DNS Block Lists 
     51 
     52 
     53Also this system don't block admin, so even if you block yourself - you will still be able to login to your site as admin via admin login. Only exception is when you enable total block - so user is blocked before he can login - so in this case everyone is affected, but this option is turned off by default. By default users are blocked during login and join only. 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub