Fake user/Spam regestration

Hi @mithunjj,
is this problem fixed? I have same problem/error when user register. Could you please the way to overcome the problem?

Thank you

image

When I access your site currently, it appear that ReCAPTCHA is disabled. What does the registration form look like when it is enabled?

Hi @ctgraham,

yes, i disabled it because it will be operated by user.

this is the look when it is enabled:
image

and another setting i have posted ini this thread:

Thank you for your help

Do you see anything in your PHP error logs at the time of a failed registration?

I found these. oh noā€¦what are these?

image

image

image

image

image

image

image

You can safely turn off the ā€œStrict Standardsā€ warnings for a cleaner log output. See: OJS 3.0.2 Pre-installation error when running index.php - #2 by ctgraham

Eliminating the Strict Standards warnings leaves one of interest: Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0

To use ReCAPTCHA successfully, you (or your hosting provider or system administrator) will need to enable allow_url_fopen at the PHP level. This is usually done by modifying the ā€œphp.iniā€ file, but this will vary based on your system. Check with your hosting provider support or friendly system admin for more information.

Ok @ctgraham, i will contact the hosting provider.
I will contact you later in this thread.

Thank you