Skip to content

Commit dca0fb9

Browse files
committed
Readme updated.
1 parent 56161a6 commit dca0fb9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@ API sends the comment's text and several previous approved comments to the serve
4848
SenderIp = "91.207.4.192",
4949
SenderEmail = "keanu8dh@gmail.com",
5050
SenderNickname = "Mike",
51-
IsJsEnable = 1,
51+
//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
5257
SubmitTime = 15
5358
};
5459

0 commit comments

Comments
 (0)