This Hack Please

Installation Time: < 2 mins
Files: 3
Product: 1
VB Version: 3.X.X

* v3.0.1
o fixed the apostrophe issue
* v3.0.2
o added banned username check
o fixed image url
* v3.0.3
o fixed banned username check for people that don't have banned phrases
* v3.0.4
o fixed the apostrophe issue for real instead of just not letting it be used
o uses your username min character settings
o uses your regex for usernames if set in the registration settings
o (fixed for forums that have unregistered users set to cant view forum, look below for more info, its red.)
* v3.0.5
o fixed minor issue
o added vbsettings option
* v3.0.6
o fixed slashes error
* v3.0.7
o fixed email match
o added email in use check
* v3.0.8
o added password strength meter *requested
* v3.0.9
o removed email is taken by "username" *requested
o fixed [manual template edits]
* v3.1.0
o fixed ajax vulnerabilities *
o added captcha check, thats right
* v3.1.1
o added captcha check to all captcha fields.

Description:
This hack uses AJAX to check if the user name is taken and also displays errors and reasons why the user messed up on the registration form. Look at attached example picture.

Installation Instructions:
(If you don't have the unregistered usergroup set to Can View Forum = YES then you will have to follow the normal steps then apply this fix: (Attached as well, unregisterd_disabled.zip)http://www.vbulletin.org/forum/showp...&postcount=136)

1) Import the Product (make sure you have an original register template, or use the [manual edits])
2) Upload the images and javascript
3) Also Add these to your Additional CSS Definitions for your style:
Code:
.inputgood {
    width: 211px;
    border: 1px solid Green;
}
.inputbad {
    width: 211px;
    border: 1px solid Red;
}
 
Back
Top