1
I'm looking for a recaptcha for XOOPS, have been for a few days because of spambot registrations, 13 today and it's a pain.
I found Common Utilities which has a recaptcha plugin but I don't know how to install it.
https://xoops.org/modules/news/article.php?storyid=5372The readme has this in it:
Quote:
This plugin allows you to use the recaptcha system in comments other forms. Also
you can use it in your own modules or plugins by calling a pair of events.
To show field:
$field = RMEvents::get()->run_event('rmcommon.recaptcha.field');
To check post data:
$passed = RMEvents::get()->run_event('rmcommon.captcha.check');
But I have no idea how to get this on the registration page, help please!