Hi, I think it's rigthy now.
I change the code in /public_html/plugins/captcha/recaptcha/recaptcha.php
on or around line 189:
if (($fs = @fsockopen($host, $port, $errno, $errstr, 10)) == false )
by
Code:
if (($fs = @fsockopen(gethostbyname($host), $port, $errno, $errstr, 10)) ==
false )
Thanks.