Changeset 1113265
- Timestamp:
- 03/15/2015 04:51:48 PM (11 years ago)
- Location:
- sz-comment-filter
- Files:
-
- 2 added
- 1 edited
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sz-comment-filter/trunk/readme.txt
r1113220 r1113265 44 44 = How does sz-comment-filter plugin block the spam comment? = 45 45 46 The blocking function is implemented by JavaScript(AJAX) and invisible 2 input f orms.46 The blocking function is implemented by JavaScript(AJAX) and invisible 2 input field. 47 47 48 48 49 = What is the first invisible input-f orm? =49 = What is the first invisible input-field? = 50 50 51 The first input-f ormis input token-code by JavaScript.When "post comment" button was pushed, AJAX goes to have token-code.51 The first input-field is input token-code by JavaScript.When "post comment" button was pushed, AJAX goes to have token-code. 52 52 This fields is hidden by JavaScript. 53 53 The spam-bots can not set valid token-code. - the comment will be blocked because it is spam-bots. 54 54 55 If the spammer will fill this trap-field with anything - the comment will be rejected because it is spam-bots.56 55 57 = What is the secound invisible input-f orm? =56 = What is the secound invisible input-field? = 58 57 59 The secound input-f ormis honey pot fields.this fields is hidden by css-define.58 The secound input-field is honey pot fields.this fields is hidden by css-define. 60 59 This field is hidden for the user and user will not input to it.so it's empty everytime. 61 60 But spam-bots is tricked, and something is input - the comment will be rejected because it is spam-bots. … … 94 93 == Contact == 95 94 96 email to contact[at]szmake.net 97 twitter @sxmtz 95 email to contact[at]szmake.net 96 twitter @sxmtz 98 97 99 98
Note: See TracChangeset
for help on using the changeset viewer.