We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56161a6 commit dca0fb9Copy full SHA for dca0fb9
1 file changed
README.md
@@ -48,7 +48,12 @@ API sends the comment's text and several previous approved comments to the serve
48
SenderIp = "91.207.4.192",
49
SenderEmail = "keanu8dh@gmail.com",
50
SenderNickname = "Mike",
51
- IsJsEnable = 1,
+ //IsJsEnable = 1, redundant if use event_token
52
+ EventToken = "f32f32f32f32f32f32f32f32f32f32a2",
53
+ /// To get this param:
54
+ /// 1. add a script to the web-page: <script src="https://moderate.cleantalk.org/ct-bot-detector-wrapper.js" id="ct_bot_detector-js"></script>
55
+ /// 2. parse the newly added hidden input on the web form, the name atrribute of input is "ct_bot_detector_event_token"
56
+ /// @var string
57
SubmitTime = 15
58
};
59
0 commit comments