View Full Version : Anti-Spam Options - vBMC - vBulletin Motion Captcha
Seba123
09-12-2012, 10:00 PM
vBMC is a small HTML5 + jQuery (http://www.josscrowcroft.com/projects/motioncaptcha-jquery-plugin/) fancy addon for anti-spam purpose without typing any text. Just draw the shapes ;) Now you can use it with vBulletin 4 forums. Original plugin is little tuned by me for more security.
Some screenshots (in polish language, but package contain only english language):
https://vborg.vbsupport.ru/attachment.php?attachmentid=141199&stc=1&d=1347553939 https://vborg.vbsupport.ru/attachment.php?attachmentid=141200&stc=1&d=1347553939
How to install?
1. Download and unpack package
2. Upload folder clientscript from upload directory to your root directory
3. Import product in AdminCP from xml dir
4. Enable product in vBulletin options
Thats all. :)
Demo site for today: http://puchatkowe.pl/register.php
Thread in polish language -> vBulletin Motion Captcha (http://cs-puchatek.pl/poradniki-artykuly-instrukcje/389424-vbulletin-vb-motion-captcha-recaptcha-anti-spam-przed-botami.html#post1529620)
Seba123
09-13-2012, 03:38 PM
Reserved.
Scanu
09-13-2012, 05:19 PM
Good work i may install this on my forum when i have time :)
sross
09-13-2012, 09:06 PM
insanely interesting, will wait until some others comment on real world use
*update: ok I've installed on one of my boards getting a ton of spam lately. I have disabled human verification and am now only using this motion captcha. Was very easy to install and two tests worked great. Hopeful this will put a stop to robots unless they can work out a way to hijack the underlying script and bypass it (not sure how likely that is). I'll monitor my board for a couple days and report back.
update2* So far so good. Running on 2 different boards now, 5 new registrations without issue and no spam. Only thing I changed was the phrase "Draw Image" to be more detailed for less computer oriented users:
Please trace the image to the right with your mouse (*tip: take it slow, left click at the starting point and continue to hold your mouse button down while tracing the line)
update3* 12 registrations, no issues and no spam. I would have definitely had a couple spam posts by now. So far this is proving better than recaptcha.
pete_brady
09-14-2012, 11:51 AM
this is really impressive.
although i am a bit concerned about accessibility issues.
mathforum
09-14-2012, 01:22 PM
Recaptcha is horrible. I had 500+ spammers pass recaptcha tests but were caught by Glowhost's spam tool. This mod looks promising :) I use Keycaptcha which is amazing but this might be something to try as well. Really glad developers are helping us keep our forums clean. :)
Seba123
09-14-2012, 10:58 PM
@up - please send me this file and check Apache logs. Any chunk of php code in this mod isnt able to execute any external code.
sross
09-15-2012, 11:29 AM
Just an update, this plugin is still running great on my boards. Have had over 40 registrations since installing with no reports of issues by those registering. It has effectively stopped all spam accounts on both of my boards saving me a lot of headaches..
comunidadmh
09-16-2012, 02:52 PM
Excelent !
v123shine
09-16-2012, 03:13 PM
Good Job. Thanks
dawges
09-16-2012, 10:18 PM
Brilliant! Installed and testing. Thank you.
stalkingdatoast
09-17-2012, 06:51 AM
i get a empty white box on the registration page, the image to draw wont show! i run 4.1.11!
tarzan22
09-17-2012, 03:40 PM
i get a empty white box on the registration page, the image to draw wont show! i run 4.1.11!
As I passed in 4.2
http://img845.imageshack.us/img845/1514/screenshot003xd.png
Seba123
09-18-2012, 08:42 AM
Thanks for info, I'll check it.
In terms of blocking spam this plugin is working fine but it is causing another issue. Whenever i try to visit someone's profile or a thread this is what i get:
Warning: require_once([path]/clientscript/ckeditor/ckeditor_php5.php) [function.require-once]: failed to open stream: No such file or directory in [path]/vb/ckeditor.php on line 13
Fatal error: require_once() [function.require]: Failed opening required '/home/iamextre/public_html/maximum-tech.net/forums/clientscript/ckeditor/ckeditor_php5.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/iamextre/public_html/maximum-tech.net/forums/vb/ckeditor.php on line 13
GamerPerfection
09-22-2012, 06:16 AM
This Mod does not work on a Windows 7 Smart Phone. I'm using the HTC and it doesn't work. This means anyone that wants to access a site using certain smart phones can't.
GamerPerfection
09-22-2012, 09:46 AM
Is blank on 4.2
tanzeelniazi
09-26-2012, 03:11 PM
can you add this Captcha on Login Stage ?
davidg
10-06-2012, 05:00 PM
This Mod does not work on a Windows 7 Smart Phone. I'm using the HTC and it doesn't work. This means anyone that wants to access a site using certain smart phones can't.
works fine from iphone4 allready tested
newmomsforum
10-14-2012, 04:03 AM
Works amazingly well. One of my sites was getting 50-100 bot registrations a day. It's reduced to zero overnight with no spam registrations in the 10 days since install.
Thanks :)
Amit86
10-25-2012, 06:56 PM
W3 validated vbmc_headercode
Is it really neccesary to load vbmc_headercode in every page on the forum?
shouldnt this be only on the regstration page?
<script type="text/javascript">!window.jQuery && document.write(unescape('%3Cscript src="clientscript/motioncaptcha/jquery.min.js"%3E%3C/script%3E'))</script>
<script type="text/javascript" src="clientscript/motioncaptcha/jquery.motionCaptcha.0.2.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/motioncaptcha/jquery.motionCaptcha.0.2.css" />
<script type="text/javascript">
$(document).ready(function() {
$('#registerform').motionCaptcha({
shapes: ['triangle', 'x', 'rectangle', 'circle', 'check', 'caret', 'zigzag', 'arrow', 'leftbracket', 'rightbracket', 'v', 'delete', 'star', 'pigtail'],
errorMsg: '{vb:rawphrase vbmc_tryagain}',
successMsg: '{vb:rawphrase vbmc_ok}',
noCanvasMsg: '{vb:rawphrase vbmc_update}',
label: '{vb:rawphrase vbmc_drawimage}'
});
});
</script>
Mr.Danko Jones
10-25-2012, 11:38 PM
Had major 'spammage' going on my forums. Hoping this clears it all up! :)
davidg
10-31-2012, 09:16 PM
your mod works fine with the default vbulletin style but not with this one (https://vborg.vbsupport.ru/showthread.php?p=2376500#post2376500)
is there any fix for this ?
than you
iraqiboy90
08-19-2013, 04:46 PM
This mod does ONLY work with the register page. Other places where human verification can be put, doesnt work.
Examples; Lost Password page, Contact Us form, ect
iraqiboy90
09-04-2013, 09:01 AM
Can you please add the support for that?
Dragon Company
09-24-2013, 08:30 AM
Amazing mod, thanks !
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.