Differences between revisions 1 and 2
Revision 1 as of 2006-11-16 02:07:06
Size: 377
Editor: ZoomQuiet
Comment:
Revision 2 as of 2006-11-16 02:21:37
Size: 1003
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
=== SurgeProtection ===
 * 增强汹涌编辑 : {{{
    surge_action_limits = {
        # allow max. <count> <action> requests per <dt> secs
        # action: (count, dt)
        'show': (250, 120),
        'raw': (30, 60), # some people use this for css
        'AttachFile': (30, 60),
        'diff': (60, 60),
        'fullsearch': (3, 60),
        'edit': (20, 60),
        'rss_rc': (1, 60),
        'default': (50, 60),
    }
}}}
Line 22: Line 37:
=== 取消删除 ===
{{{
acl_rights_default = u"Trusted:read,write,delete,revert Known:read,write,revert All:read SpamAntiGroup:"
acl_rights_after = u"Known:read"
}}}

Spamer 再次袭来! ::-- ZoomQuiet [DateTime(2006-11-16T02:07:06Z)] TableOfContents

Include(CPUGnav)

1. 还是那位吸JB的!

grep suckmyd1ck *
1092202528.98.61540.trail:suckmyd1ck
1162367389.46.63988:name=suckmyd1ck

1.1. 增强设置

1.1.1. SurgeProtection

  • 增强汹涌编辑 :

        surge_action_limits = {
            # allow max. <count> <action> requests per <dt> secs
            # action: (count, dt)
            'show': (250, 120),
            'raw': (30, 60),  # some people use this for css
            'AttachFile': (30, 60),
            'diff': (60, 60),
            'fullsearch': (3, 60),
            'edit': (20, 60),
            'rss_rc': (1, 60),
            'default': (50, 60),
        }

1.1.2. 取消删除

acl_rights_default = u"Trusted:read,write,delete,revert Known:read,write,revert All:read SpamAntiGroup:"
acl_rights_after = u"Known:read"

1.2. 反馈

woodpecker-log/2006-11-16 (last edited 2009-12-25 07:10:18 by localhost)