The mod is NOT compatible with vb4 out of the box, but there is a few simple change you can make to make it work.
1. Install as instructed, except add this line to the
register template instead:
PHP Code:
<input type="hidden" name="isbot_time1" value="{vb:raw isbot_time1}" />
2. Go to Admin CP -> Plugins & Products -> Plugin Manager.
3. Look for the
register_form_complete hook for the
isBot product and click Edit.
4. In the Plugin PHP Code text box, add the following line below the only line of code there.
PHP Code:
vB_Template::preRegister('register',array('isbot_time1' => $isbot_time1));
5. Click Save and you're done.
Now you just have to wait for a bot to come along to test it.