Skip to content

Commit

Permalink
Readme updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandergull committed Sep 30, 2023
1 parent 56161a6 commit dca0fb9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ API sends the comment's text and several previous approved comments to the serve
SenderIp = "91.207.4.192",
SenderEmail = "keanu8dh@gmail.com",
SenderNickname = "Mike",
IsJsEnable = 1,
//IsJsEnable = 1, redundant if use event_token
EventToken = "f32f32f32f32f32f32f32f32f32f32a2",
/// To get this param:
/// 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>
/// 2. parse the newly added hidden input on the web form, the name atrribute of input is "ct_bot_detector_event_token"
/// @var string
SubmitTime = 15
};

Expand Down

0 comments on commit dca0fb9

Please sign in to comment.