MyBB Community Forums

Full Version: Using other CAPTCHA Methods
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to integrate a different CAPTCHA method into the anti-spam part of MyBB?

The one that I'd like to implement is the SolveMedia CAPTCHA.
have you seen MyBB SolveMedia - it might work on MyBB 1.8.x by changing compatibility
Just tried it and edited the plugin file so it can be activated, but I got this error after activation:
Quote:/srv/disk3/1671163/www/forums.btcmeup.com/inc/languages/english/admin/member.lang.php does not exist
^ at present you can copy member.lang.php file from english folder to admin sub-folder and check the plugin
Okay, managed to sort out the language files, it activated, but is now giving this error:
Quote:Fatal error: Call to undefined function rebuildsettings() in /srv/disk3/1671163/www/forums.btcmeup.com/inc/plugins/solvemedia.php on line 203

And this is line 203 in the plugin file:
	rebuildsettings();
^ change that line to rebuild_settings(); (use editor like notepad++ for editing php files)
Ah, thanks. It works now Smile