Title: Request
Last modified: May 21, 2022

---

# Request

 *  Resolved [LeoRaphael](https://wordpress.org/support/users/leoraphael/)
 * (@leoraphael)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/request-85/)
 * Hello.
 * There are several similar plugins, but none are better than this one.
 * I think there is still time until WordPress officially supports PHP8, but there
   are some parts where problems are occurring due to the lack of a new release.
 * I would be grateful if you could update it. I look forward to working with you.

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

 *  [Clifford Paulick](https://wordpress.org/support/users/cliffpaulick/)
 * (@cliffpaulick)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/request-85/#post-16009261)
 * Yes please
 *  [Fabian](https://wordpress.org/support/users/fabeylous/)
 * (@fabeylous)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/request-85/#post-16017179)
 * For everyone wondering: You can fix this if you are not afraid to go into the
   code:
 * `/wp-content/plugins/invisible-recaptcha/includes/utils/MchIPUtils.php`
 * There, change line 197 replace the { } with [ ].
 * from:
 *     ```
       foreach($ip as $index => $seg) {
       			while ($seg {0} == '0')
       ```
   
 * to:
 *     ```
       foreach($ip as $index => $seg) {
       			while ($seg[0] == '0')
       (..)
       ```
   
    -  This reply was modified 3 years, 10 months ago by [Fabian](https://wordpress.org/support/users/fabeylous/).
 *  [vmcosta](https://wordpress.org/support/users/vmcosta/)
 * (@vmcosta)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/request-85/#post-16091885)
 * [@fabeylous](https://wordpress.org/support/users/fabeylous/) Thanks man, appreciated.

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

The topic ‘Request’ is closed to new replies.

 * ![](https://ps.w.org/invisible-recaptcha/assets/icon-256x256.png?rev=3622043)
 * [Invisible reCaptcha](https://wordpress.org/plugins/invisible-recaptcha/)
 * [Support Threads](https://wordpress.org/support/plugin/invisible-recaptcha/)
 * [Active Topics](https://wordpress.org/support/plugin/invisible-recaptcha/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/invisible-recaptcha/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/invisible-recaptcha/reviews/)

## Tags

 * [request](https://wordpress.org/support/topic-tag/request/)
 * [update](https://wordpress.org/support/topic-tag/update/)

 * 3 replies
 * 4 participants
 * Last reply from: [vmcosta](https://wordpress.org/support/users/vmcosta/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/request-85/#post-16091885)
 * Status: resolved