Can be purchased exclusively: https://codecanyon.net/item/real-estate-reporting-flagging-abuse-content/18068742

Can be purchased exclusively: https://codecanyon.net/item/real-estate-reporting-flagging-abuse-content/18068742
Some users complaining on SPAM issues, even when using standard captcha. We implemented recaptcha for this case in v1.5.9
Guide:
$config['recaptcha_site_key'] = "your-site_key";
$config['recaptcha_secret_key'] = "your-secret_key";
Also your server should have in php.ini or recaptcha will not work properly:
allow_url_fopen = On;
Standard captcha is supported from v1.4.9 and is included by default: http://iwinter.com.hr/support/?p=54