Title: eurescom's Replies | WordPress.org

---

# eurescom

  [  ](https://wordpress.org/support/users/eurescom/)

 *   [Profile](https://wordpress.org/support/users/eurescom/)
 *   [Topics Started](https://wordpress.org/support/users/eurescom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/eurescom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/eurescom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/eurescom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/eurescom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/eurescom/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[InfiniteWP Client] .rnd file created on “reload data”](https://wordpress.org/support/topic/rnd-file-created-on-reload-data/)
 *  Thread Starter [eurescom](https://wordpress.org/support/users/eurescom/)
 * (@eurescom)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/rnd-file-created-on-reload-data/#post-12503223)
 * Already did on Mon 13/01/2020.
    Never got a reply besides the automated ticket
   email. Your ticket id is – 150595
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[InfiniteWP Client] .rnd file created on “reload data”](https://wordpress.org/support/topic/rnd-file-created-on-reload-data/)
 *  Thread Starter [eurescom](https://wordpress.org/support/users/eurescom/)
 * (@eurescom)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/rnd-file-created-on-reload-data/#post-12318428)
 * We have found that it must have something todo with the SSL connection as the“.
   rnd” file is mentioned in the used phpseclib libraries inside the iwp-client 
   plugin directory.
 * lib/phpseclib/phpseclib/phpseclib/openssl.cnf:RANDFILE = $ENV::HOME/.rnd
 * But it still open why this file isn’t removed on some servers.
 * It also seems the aren’t the only one:
    [https://wordpress.org/support/topic/unknown-file-in-wordpress-core-wp-admin-rnd/](https://wordpress.org/support/topic/unknown-file-in-wordpress-core-wp-admin-rnd/)
   [https://wordpress.org/support/topic/unknown-file-in-wordpress-core-wp-admin-rnd-2/](https://wordpress.org/support/topic/unknown-file-in-wordpress-core-wp-admin-rnd-2/)
 * Btw i forgot to mention that all servers have installed the InfiniteWP – Client
   Version 1.9.4.5.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Error orange border after activating reCAPTCHA v3](https://wordpress.org/support/topic/error-orange-border-after-activating-recaptcha-v3/)
 *  [eurescom](https://wordpress.org/support/users/eurescom/)
 * (@eurescom)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/error-orange-border-after-activating-recaptcha-v3/#post-12180585)
 * We experimented a bit and added some code where we lowered the minimum score 
   required for google to distinguish a human from a bot:
 * function wpcf7_recaptcha_verify_response($is_human, $response_body)
    { $score
   = isset($response_body[‘score’]) ? $response_body[‘score’] : 0; error_log(‘wpcf7
   score = ‘. $score); $threshold = 0.2; $is_human = $threshold < $score; return
   $is_human; } add_filter(‘wpcf7_recaptcha_verify_response’, ‘wpcf7_recaptcha_verify_response’,
   10, 2);
 * The value 0.2 is of course much lower than the recommended 0.5, but we found 
   that many perfectly human form submissions only reach a score of 0.3. So Google
   must have sharpened their recaptcha algo since about a week ago. I searched for
   further proof of this, but rather to no avail.
 * Best,
    Klaas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Error orange border after activating reCAPTCHA v3](https://wordpress.org/support/topic/error-orange-border-after-activating-recaptcha-v3/)
 *  [eurescom](https://wordpress.org/support/users/eurescom/)
 * (@eurescom)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/error-orange-border-after-activating-recaptcha-v3/#post-12180286)
 * We have reCAPTCHA v3 installed on several sites that we host. It stopped working
   after the 19 November 2019. It looks like Google changed something. We have temporarily
   removed the V3 keys and hope there will be a solution for this issue soon.
 * Best wishes,
    Klaas

Viewing 4 replies - 1 through 4 (of 4 total)