One part of it that we havent built yet until today is public blacklist integrations. This means that it compares a users session IP or posted email/username against public databases of SPAMMERS. Would you like to try out our basic vQmod to prevent bad IP's from posting junk? This will compare against the awesome stopforumspam.com database, using the IP that bots may use posting registers, emails, etc. It will present them with a human friendly lander along with hard 403 page that includes a hidden honeypot/tarpit link (currently set to yoursite.com/wp-admin.php).
This blacklist integration is heavily simplistic and BETA atm. Its nothing you can see until a bot hits, then check your error.txt or your var/log/messages at server level. You can test if you like, by using vpnbook.com public web proxy. Then view your logs.
Alternatively if you have a test server you can uncomment the test $ip to make ALL posts on effected pages fail. *** DO NOT USE THE TEST $ip ON A LIVE SERVER, IT WILL DENY MANY LOGIN/REGISTER/EMAIL REQUESTS *** Eventually this will be in OC store alongside logger frame, any bug reports or wonk or additions you can add i will include thank you's in the extension

Here is the changelog, i will upload new vQ updates as they are crafted:
July 28 v1.0.1 - Initial release - IF FAIL: compares IP against stopforumspam.com upon POST of user data. Sends logs to server sys and also as html to error.txt. Returns 403 honeypot/tarpit instead of rendering the controller->TPL. Saves the memory/cpu from anything generated below in the controller.