Title: Message &#8211; reason for blocking
Last modified: November 15, 2018

---

# Message – reason for blocking

 *  Resolved [softrengineer](https://wordpress.org/support/users/softrengineer/)
 * (@softrengineer)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/message-reason-for-blocking/)
 * Hi!
 * We are testing api of arbitrary form. All is well, the only problem, the extra
   text is displayed. In the Cleantalk settings, we entered the following text: 
   [https://c2n.me/3XZ7Od4](https://c2n.me/3XZ7Od4). However, the form displays 
   additional text that we did not put [https://c2n.me/3XZ8dhT](https://c2n.me/3XZ8dhT).
   Please tell me why this is happening.
 * Тестируемый код:
 *     ```
       $ct_request = new CleantalkRequest();
   
               $ct_request->auth_key = $this->auth_key;        
               $ct_request->sender_email = 'stop_email@example.com';
               $ct_request->sender_nickname = 'John Dow';
               $ct_request->sender_ip = '178.32.183.43';
               $ct_request->js_on = 1; # Site visitor has JavaScript
               $ct_request->submit_time = 12; # Seconds from start form filling till the form POST
   
               $ct = new Cleantalk();
               $ct->server_url = $this->config_url;
   
               // Check
               $ct_result = $ct->isAllowMessage($ct_request);
   
               if ($ct_result->allow == 1) {
                   return true;
               } else {    
                   $this->comment = $ct_result->comment;
                   return false;
               }
       ```
   

Viewing 1 replies (of 1 total)

 *  [SergeM](https://wordpress.org/support/users/serge00/)
 * (@serge00)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/message-reason-for-blocking/#post-10884783)
 * Hello.
 * Thank you for your request.
 * We have replied to you in the Ticket #9673:
    [https://cleantalk.org/my/support](https://cleantalk.org/my/support)
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Message – reason for blocking’ is closed to new replies.

 * ![](https://ps.w.org/cleantalk-spam-protect/assets/icon-256x256.gif?rev=3539767)
 * [Anti-Spam by CleanTalk. Spam Firewall & protection](https://wordpress.org/plugins/cleantalk-spam-protect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cleantalk-spam-protect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cleantalk-spam-protect/)
 * [Active Topics](https://wordpress.org/support/plugin/cleantalk-spam-protect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cleantalk-spam-protect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cleantalk-spam-protect/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [SergeM](https://wordpress.org/support/users/serge00/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/message-reason-for-blocking/#post-10884783)
 * Status: resolved