Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Registration form AJAX enhancements Details »»
Registration form AJAX enhancements
Version: 1.1.7, by FractalizeR FractalizeR is offline
Developer Last Online: Nov 2014 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.7.0 Rating:
Released: 06-08-2008 Last Update: 07-23-2008 Installs: 833
Uses Plugins
Re-useable Code Additional Files Translations  
No support by the author.

What does it do?
  • Checks for username validity as you type it in registration form
  • Checks for email validity as you type it in registration form
  • Checks for password validity as you type it in registration form
  • Suggests good passwords
  • Shows strength of your password as you type it in registration form
Points of interest:
  • No template or code changes. All is done using VBulletin Product API.
  • Only several custom phrase is used. All others are taken from VBulletin. So, product localization is VERY easy.
  • All validity checks are implemented using VBulletin API

How to install?
  • Unpack archive into forum root
  • Install *.xml file via Admin Control Panel (Product management)

What is NOT done:
  • No checks implemented for entering captchas as it may seriously lower forum anti-spam security


How to update to latest version?
Overwrite all files by new ones from latest zip and reimport product XML file via Admin Control Panel with "Allow Overwrite" option checked.

Version history:
Code:
1.1.7 (24-07-08)
  • Situation where password = login is now classified as error. New string added for this case (localizers, note).
1.1.6 (22-07-08)
  • Minified version of ajaxreg.js included in the pack. 1Kb savings :)
1.1.5 (01-07-08)
  • Fix for checking usernames, containing space character (only fractalizer_ajaxreg_ajax.php file is changed since 1.1.4)
1.1.4 (17-06-08)
  • Small fix to a bug with username checking on some forums.
1.1.3 (16-06-08)
  • A fix provided to prevent some browsers from refreshing page after clicking on Password Suggestor button
1.1.2 (16-06-08)
  • Another attempt to fix checking usernames containing non-latin chars. Should work this time ;)
  • Icons rearranged to prevent problems with custom styles
1.1.1 (11-06-08)
  • Template issue fixed (password suggestor is now correctly shown) (skariko)
1.1 (11-06-08)
  • New feature - password suggestor. New phrases were added for it also to product XML.
  • New images for password strength added to distro for easy customization.
  • Functionality of password strength calculation fixed (Quantnet.org, Arbit3r)
  • non-latin characters problem hopefully fixed (requires iconv PHP extension, autodetected). (ecihanuysal)
  • Border in IE is now correctly cleared (Jeordie015)
1.0.1 (10-06-08)
  • Text sanitizing added (AlexanderT).
  • Password strength images are now shown everywhere (HTML was broken) (TheInsaneManiac, uantnet.org, Lionel)
  • jQuery is now about 45% less in size (Milad)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
caoducanh9x

Comments
  #222  
Old 09-14-2008, 03:30 PM
sambalis sambalis is offline
 
Join Date: Feb 2008
Location: Greece
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks very much for this mod!!!
Reply With Quote
  #223  
Old 09-14-2008, 05:16 PM
Arbit3r Arbit3r is offline
 
Join Date: Dec 2007
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good mod but still lacks many features that similer mods used to have.
Reply With Quote
  #224  
Old 09-14-2008, 08:16 PM
entertain entertain is offline
 
Join Date: May 2007
Location: Bavaria
Posts: 435
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesn't this mod check if the email address is on the "blocked email adresses list"?
Reply With Quote
  #225  
Old 09-15-2008, 09:02 AM
FractalizeR's Avatar
FractalizeR FractalizeR is offline
 
Join Date: Oct 2005
Location: Russia, Moscow
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by entertain View Post
Doesn't this mod check if the email address is on the "blocked email adresses list"?
This mod uses VBulletin engine to check email. So, if VBulletin checks that, mod does also.
Reply With Quote
  #226  
Old 09-15-2008, 11:47 AM
ShiZoPhreN ShiZoPhreN is offline
 
Join Date: Apr 2008
Location: Germany/Hamburg
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*Installed*

Thanks...
Reply With Quote
  #227  
Old 09-15-2008, 12:28 PM
Savage702 Savage702 is offline
 
Join Date: Sep 2007
Location: Las Vegas, NV
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was hoping some Savvy vb admin could help me out here... my registrations require a First and Last name, ie John Doe (with the space and all). I haven't been successful in VB of entering the proper expression to force this as a registration requirement. Right now I ban anyone that creates an improper username, it'd be great to use this mod and have the proper expression to make this come together properly.
Reply With Quote
  #228  
Old 09-17-2008, 11:22 AM
entertain entertain is offline
 
Join Date: May 2007
Location: Bavaria
Posts: 435
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FractalizeR View Post
This mod uses VBulletin engine to check email. So, if VBulletin checks that, mod does also.
okay, but when i enter a blocked e-mail adress your mod says, that you can use it. Only then, when you click at "Complete Registration" you get the message that you can't register you with this e-mail address.

Can you take a look on it and say me if it is working in your community?

Thanks.
Reply With Quote
  #229  
Old 10-07-2008, 10:11 PM
craig5320 craig5320 is offline
 
Join Date: Aug 2004
Location: Manchester, UK
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FractalizeR View Post
This mod uses VBulletin engine to check email. So, if VBulletin checks that, mod does also.
This doesn't seem to be the case on my board (3.7.2), I don't allow hotmail or yahoo addresses, but they verify ok, but then on completing registration you get the prompt that it's a banned address.

Keep up the good work :up:

Craig
Reply With Quote
  #230  
Old 10-07-2008, 10:37 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks pretty sharp, may have to add this one
Reply With Quote
  #231  
Old 10-09-2008, 04:04 PM
bastard1967 bastard1967 is offline
 
Join Date: Sep 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

... dosent work on vb 3.7.3
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:15 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06861 seconds
  • Memory Usage 2,315KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete