Plugin Directory

Changeset 1113265


Ignore:
Timestamp:
03/15/2015 04:51:48 PM (11 years ago)
Author:
SzMake
Message:

[FIX] readme.txt The contents

Location:
sz-comment-filter
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • sz-comment-filter/trunk/readme.txt

    r1113220 r1113265  
    4444= How does sz-comment-filter plugin block the spam comment? =
    4545
    46 The blocking function is implemented by JavaScript(AJAX) and invisible 2 input forms.
     46The blocking function is implemented by JavaScript(AJAX) and invisible 2 input field.
    4747
    4848
    49 = What is the first invisible input-form? =
     49= What is the first invisible input-field? =
    5050
    51 The first input-form is input token-code by JavaScript.When "post comment" button was pushed, AJAX goes to have token-code.
     51The first input-field is input token-code by JavaScript.When "post comment" button was pushed, AJAX goes to have token-code.
    5252This fields is hidden by JavaScript.
    5353The spam-bots can not set valid token-code. - the comment will be blocked because it is spam-bots.
    5454
    55 If the spammer will fill this trap-field with anything - the comment will be rejected because it is spam-bots.
    5655
    57 = What is the secound invisible input-form? =
     56= What is the secound invisible input-field? =
    5857
    59 The secound input-form is honey pot fields.this fields is hidden by css-define.
     58The secound input-field is honey pot fields.this fields is hidden by css-define.
    6059This field is hidden for the user and user will not input to it.so it's empty everytime.
    6160But spam-bots is tricked, and something is input - the comment will be rejected because it is spam-bots.
     
    9493== Contact ==
    9594
    96 email to contact[at]szmake.net
    97 twitter @sxmtz
     95email to contact[at]szmake.net 
     96twitter @sxmtz 
    9897
    9998
Note: See TracChangeset for help on using the changeset viewer.