Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
ajaxReg - Ajax Registration, with instant field checking Details »»
ajaxReg - Ajax Registration, with instant field checking
Version: 4.0.0, by Coders Shack Coders Shack is offline
Developer Last Online: Sep 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.7 Rating:
Released: 04-13-2007 Last Update: 12-10-2007 Installs: 865
Uses Plugins
Additional Files Is in Beta Stage  
No support by the author.

[hr]value[/hr]
. . . . . . . . Brought to you by

. . . http://www.Scriptasy.com
[hr]value[/hr]

Live Demo: ajaxReg 4.0.0

Installation Time: < 2 mins
Files: 3
Product: 1
VB Version: 3.X.X
  • v3.0.1
    • fixed the apostrophe issue
  • v3.0.2
    • added banned username check
    • fixed image url
  • v3.0.3
    • fixed banned username check for people that don't have banned phrases
  • v3.0.4
    • fixed the apostrophe issue for real instead of just not letting it be used
    • uses your username min character settings
    • uses your regex for usernames if set in the registration settings
    • (fixed for forums that have unregistered users set to cant view forum, look below for more info, its red.)
  • v3.0.5
    • fixed minor issue
    • added vbsettings option
  • v3.0.6
    • fixed slashes error
  • v3.0.7
    • fixed email match
    • added email in use check
  • v3.0.8
    • added password strength meter *requested
  • v3.0.9
  • v3.1.0
    • fixed ajax vulnerabilities *
    • added captcha check, thats right
  • v3.1.1
    • 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: https://vborg.vbsupport.ru/showpost....&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;
}
If you like then [Mark As Installed]

Download Now

File Type: (21.4 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #432  
Old 10-25-2007, 03:22 AM
Coders Shack Coders Shack is offline
 
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by inciarco View Post
Great Hack!! :up:

A little Bug I found Today While Testing it!!

When pressing the "Reset Fields" on the Register Form, causes an Error on the Code of the Pagem, causing the Image Checking System to Block on the Current Image and Identifying the Unstroduced Text as NOT CORRECT even when it matches the Frozen Image, it looks like if the Ajax Code gets affected (Error Page) and don't Reloads the Image when Introducing the New Verification Text!! When Trying to Press the Refresh Image Link the Code Shows an Error Message that Says "String Entered For Image Verification Did Not Match What Was Displayed" The Registration Process Gets Stopped and Users Can't Complete the Registration Process!!

I've Tested it also in Your Forum (http://codersshack.com/forums/register.php?do=register) and I get the Same Error and Registration Process Gets Stopped!!

I hope you can Fix this Bug That Stops the Registration Process!!

Thank You Very Much!! This Hacks Adds Great Visual Functionality to the Registration Checking Process, is Working Great, the Only Detail is the Bug I Previously Described!!

wait so this only happens if you click reset right?
Reply With Quote
  #433  
Old 10-25-2007, 03:23 AM
Coders Shack Coders Shack is offline
 
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by neopet001 View Post
I meet this problem and can't continue!!

Please view the image attached

my ajax.php is now 644 , as default.

Thanks for your support.
is ajax enabled on your forum?
Reply With Quote
  #434  
Old 10-25-2007, 05:00 AM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Coders Shack View Post
wait so this only happens if you click reset right?
Yes!!

And Eventually a New User Wont Be As Resourceful as to Press the Back Button of the Browser to Reload the Accept Rules Step and Again Try To Fill the Form!!

Also When The User Sees That The Form Gets Stuck You Can Be Sure That Will Get Dissapointed At Registering On The Forum!!

Try It On Your Forum, Coders Shack; Press The Reset Button On The Registration Form and Try To Reload The Verification Image!! You'll See What Happens!!

(I Tried That On Your Forum Too, And Got The Same Results I Had On My Forums)!!

I Hope You Can Fix That Little Bug!! :up:

This Hack Is Great!! Helps A Lot New Users To Fill Right The Registration Form!! :up:

My Best Regards!!

Reply With Quote
  #435  
Old 10-25-2007, 09:18 AM
Coders Shack Coders Shack is offline
 
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i tried but was unable to reproduce your issue. I can see that it would be a good idea to clear the form status though.

im planning on releasing a new version soon.

(the shit below this is for my use)
+ Reset Status
+ Disable Submit until everything is green
Reply With Quote
  #436  
Old 10-25-2007, 09:26 AM
perfphysio's Avatar
perfphysio perfphysio is offline
 
Join Date: Sep 2006
Location: London, UK
Posts: 212
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah an update would be great. New user regs are a problem with this hack with otherwise is a great addition. Also the ability to have a simple remove the force read status from the nav bar when viewing the thread rather than currently having to set an expiry date in the past to make this happen.

Also a way to see all posts marked as must be read would also be great.

And I also have a problem with users reading the post only to be then logged out immediately afterwards. ? Is this a cookie issue with this mod?

thanks again, this could be a definite contender for MOTM once the new release comes out
Reply With Quote
  #437  
Old 10-25-2007, 09:53 AM
Coders Shack Coders Shack is offline
 
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by perfphysio View Post
Yeah an update would be great. New user regs are a problem with this hack with otherwise is a great addition. Also the ability to have a simple remove the force read status from the nav bar when viewing the thread rather than currently having to set an expiry date in the past to make this happen.

Also a way to see all posts marked as must be read would also be great.

And I also have a problem with users reading the post only to be then logged out immediately afterwards. ? Is this a cookie issue with this mod?

thanks again, this could be a definite contender for MOTM once the new release comes out
this mod has nothing to do with cookies or threads, am i missing something, or is it that i have a horrible tooth ache and i just took 800MG of ibuprofen and a Vicodin.
Reply With Quote
  #438  
Old 10-28-2007, 01:46 PM
Mudvayne's Avatar
Mudvayne Mudvayne is offline
 
Join Date: Dec 2005
Location: /dev/null/
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Whatever nick I tried to use I got this message :S
Quote:
nipa56shd contains a banned phrase.
I have customized templates but the hack works fine for me except the nick check thingi :S
Reply With Quote
  #439  
Old 10-28-2007, 04:03 PM
Coders Shack Coders Shack is offline
 
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mudvayne View Post
Whatever nick I tried to use I got this message :S

I have customized templates but the hack works fine for me except the nick check thingi :S
remove your regex in your vbulletin settings.
Reply With Quote
  #440  
Old 10-28-2007, 05:10 PM
Mudvayne's Avatar
Mudvayne Mudvayne is offline
 
Join Date: Dec 2005
Location: /dev/null/
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you mean Username Regular Expression? That is blank i mean disabled. Still I'm getting the same message :S
Reply With Quote
  #441  
Old 10-29-2007, 04:46 PM
Noxious Noxious is offline
 
Join Date: Jun 2005
Location: England
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get this problem but only when using IE7, with firefox i dont have a problem

i get this in the username field

Code:
<?xml version="1.0" encoding="windows-1252"?><error>You do not have permission to perform this action. Please refresh the page and login before trying again.</error>
To re-produce this error you need to, go into the usergroup options and remove all access for guests so they can't view anything which basically forces them to login before access

to those who have this problem
You have 1 of 2 options.

1. Disable this mod till this problems fixed
2. In the Guests Usergroup options put Can View Forum to Yes
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 02:35 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.07486 seconds
  • Memory Usage 2,350KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete