Changeset 32
- Timestamp:
- 02/17/05 14:37:28
- Files:
-
- trunk/plugins/dnsbl/tmpl/dnsbl.tmpl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugins/dnsbl/tmpl/dnsbl.tmpl
r30 r32 19 19 </TMPL_IF> 20 20 21 <p>The DNS Blacklist plugin allows you block comments and TrackBack pings from open proxies. The plugin checks the IP address of each submitted comment against your choice of IP blacklists 22 of known open proxies.</p> 21 <p>The DNS Blacklist plugin allows you block comments and TrackBack pings from open proxies. The plugin checks the IP address of each submitted comment against your choice of IP blacklists of known open proxies.</p> 23 22 24 23 … … 31 30 <input type="checkbox" name="comment_filter" value="1" <TMPL_IF NAME=COMMENT_FILTER>checked="checked"</TMPL_IF> /> Filter inbound comments<br /> 32 31 <input type="checkbox" name="ping_filter" value="1" <TMPL_IF NAME=PING_FILTER>checked="checked"</TMPL_IF> /> Filter inbound Trackback pings<br /> 33 <input type="checkbox" name="allow_auth" value="1" <TMPL_IF NAME=ALLOW_AUTH>checked="checked"</TMPL_IF> /> Don't filter comments from valid TypeKey identities.<br />34 <input type="checkbox" name="allow_urlless" value="1" <TMPL_IF NAME=ALLOW_URLLESS>checked="checked"</TMPL_IF> /> Only filter comments with hyperlinks (approves comments with no discernable URL).<br />35 <input type="checkbox" name="allow_priorurls" value="1" <TMPL_IF NAME=ALLOW_PRIORURLS>checked="checked"</TMPL_IF> /> Allow comments whose URL matches a previously approved commenter URL (only takes effect if no URLs are present in comment body).<br />36 <input type="checkbox" name="pingip_check" value="1" <TMPL_IF NAME=PINGIP_CHECK>checked="checked"</TMPL_IF> /> Block TrackBack pings whose IP does not match the IP address for the source URL.37 32 </p> 38 33 39 34 <h3>Filter Options</h3> 35 36 <input type="checkbox" name="allow_auth" value="1" <TMPL_IF NAME=ALLOW_AUTH>checked="checked"</TMPL_IF> /> Don't filter authenticated comments (i.e., for users logging in through TypeKey).<br /> 37 38 <input type="checkbox" name="allow_urlless" value="1" <TMPL_IF NAME=ALLOW_URLLESS>checked="checked"</TMPL_IF> /> Only filter comments with hyperlinks (approves comments with no discernable URL).<br /> 39 40 <input type="checkbox" name="allow_priorurls" value="1" <TMPL_IF NAME=ALLOW_PRIORURLS>checked="checked"</TMPL_IF> /> Allow comments whose URL matches a previously approved commenter URL (only takes effect if no URLs are present in comment body).<br /> 41 42 <input type="checkbox" name="pingip_check" value="1" <TMPL_IF NAME=PINGIP_CHECK>checked="checked"</TMPL_IF> /> Block TrackBack pings whose IP does not match the IP address for the source URL. 43 44 <hr /> 40 45 41 46 <input onclick="toggle(this, 'headers_prefs')" value="1" type="checkbox" name="headers_enabled" id="headers_enabled" <TMPL_IF NAME=HEADERS_ENABLED>checked="checked"</TMPL_IF> /><label for="headers_enabled">Check HTTP headers for proxy IP</label><br /> … … 100 105 </div> 101 106 107 <hr /> 108 102 109 <input onclick="toggle(this, 'caching_prefs')" value="1" type="checkbox" name="caching_enabled" id="caching_enabled" <TMPL_IF NAME=CACHING_ENABLED>checked="checked"</TMPL_IF> /><label for="caching_enabled">Enable caching of IP proxy tests</label> (<a href="?__mode=view_cache">View cache</a>)<br /> 103 110 <div id="caching_prefs" class="sub-field" <TMPL_IF NAME=CACHING_ENABLED>style="display: block"</TMPL_IF>>
