The Arcive of vBulletin Modifications Site. |
|
captchaLogin - image verification login Details »»
|
|||||||||||||||||||||||||||
|
captchaLogin - image verification login
Developer Last Online: Sep 2013
[hr]value[/hr]
Installation Time: < 1 mins Product: 1 File: 1 VB Version: 3.6.X ![]() Prevents bots from logging into your forum, because when they send the login headers the bot will not be expecting a captcha image. Also does not add a extra query. The image is generated after the person clicks login, check out the demo for more info. [DEMO] Installation Instructions:
Code:
define('DISABLE_HOOKS', 1);
If you like then [Mark As Installed] Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Reserved .
Working fine. |
|
#3
|
||||
|
||||
|
Wasn't captcha supposed to be case sensitive?
Cuz from your screenshot... it doesn't seem so. |
|
#4
|
||||
|
||||
|
why should we use it ?!
if the password is Password and you wont log in till its wrong ?! |
|
#5
|
|||
|
|||
|
Quote:
dunno what you mean but some bots are programmed to read the register captcha and they mass sign up, or the spammer makes accounts manually. Then his "bot" reads the account list and logs in and spams. This will prevent the second step so the spammer would actually have to signup manually and login manually, in other words no chance of spam from a bot. |
|
#6
|
|||
|
|||
|
very interesting
|
|
#7
|
||||
|
||||
|
Ok, my bad CS.
|
|
#8
|
|||
|
|||
|
theres one more thing i would need to do to make it impossible for the bot to spam, Auto-logout after registration.
Ill look into this later. I have been getting heavily spammed by boots so i needed to do something that could stop past accounts and new accounts. |
|
#9
|
||||
|
||||
|
Nice work but members are PISSED off about it so uninstalled.
|
|
#10
|
|||
|
|||
|
Quote:
define('DISABLE_HOOKS', true); remove it after your upgraded. |
![]() |
|
|