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

Reply
 
Thread Tools
Ajax Check Username Details »»
Ajax Check Username
Version: 1.00, by MrNase MrNase is offline
Developer Last Online: Sep 2010 Show Printable Version Email this Page

Category: End-User Options - Version: 3.6.1 Rating:
Released: 09-18-2006 Last Update: 09-18-2006 Installs: 145
Uses Plugins Template Edits
Additional Files  
No support by the author.

Due to popular demand I decided to put some work into it to make it fully 3.6.1 compliant.

This one uses the phrase system so you can easily translate it without going through the Js-file.
This one uses the vBulletin Ajax Handler, no more custom and buggy solution for connection to the server.
This one uses vB-functions to create the XML file needed for the Ajax magic.

Generally said: This one is the old Add-on taken one step further.

I am a bit handicapped at the moment when it comes to typing but the Add-On is working fine on my forums and so I decided to release it.


Screenshots are attached, for a live demo visit this page: http://www.pagodentreff.de/diskussio...hp?do=register
(PLEASE don't register just for fun! )

What else do I need to say? Well.. make a backup before you start installing this Addon-On. I say it's safe but don't trust the German guy.

Have fun and click install.



Attention:
In order to get this Add-on working you must allow guest access to the file 'misc.php'. That file does the username check and it is important that guests can access that file.

Show Your Support

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

Comments
  #62  
Old 01-02-2007, 03:47 AM
Brew's Avatar
Brew Brew is offline
 
Join Date: Sep 2002
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've seen something like this on some web site and I was impressed.

Now I have it on mine

Woot!
Reply With Quote
  #63  
Old 01-02-2007, 06:51 AM
Terminatoronly's Avatar
Terminatoronly Terminatoronly is offline
 
Join Date: Mar 2006
Posts: 313
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice hack installed it would be great if you make it for the password and the email too it will look much better when it appear it like that with a picture with right and wrong pictures thats awsem
Reply With Quote
  #64  
Old 01-08-2007, 11:30 PM
grandfso grandfso is offline
 
Join Date: May 2005
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I switched to vB 3.6.4 and on register.php?do=register I get:
Quote:
var phrase_checkusernameok = 'This username is not yet taken. Feel free to use it!'; var phrase_checkusernametaken = 'This username is already taken. Please choose another one.';
Is this something with the mod not supporting newest vB or it's me?
Reply With Quote
  #65  
Old 01-11-2007, 05:34 AM
mrahul mrahul is offline
 
Join Date: Nov 2005
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can I allow guests to view misc.php ?? & is it safe to use, i.e no probs from hackers ?
Reply With Quote
  #66  
Old 01-11-2007, 05:51 AM
tankaya61's Avatar
tankaya61 tankaya61 is offline
 
Join Date: Dec 2006
Location: blacksea
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its working 3.6.4
thanks
Reply With Quote
  #67  
Old 01-11-2007, 03:12 PM
yuriy yuriy is offline
 
Join Date: Oct 2006
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what did I do wrong? wow, I am not a n00b at this but these are my results on registration, check my screenshot to see a problem, I am running vB3.6.4 and I have 2 username input boxes, please help me, Thanks!


EDIT: everything is working fine, in instructions it says:

PHP Code:
# now FIND

            
<div class="smallfont" style="margin-bottom:$stylevar[formspacer]px">
                <
strong>$vbphrase[username]</strong>:<br />
                <
input type="text" class="bginput" name="username" size="50" maxlength="$vboptions[maxuserlength]value="$username/>
            </
div>
            
            
            
# and REPLACE it with:

            
<div class="smallfont" style="margin-bottom:$stylevar[formspacer]px">
                <
strong>$vbphrase[username]</strong>:<br />
                <
input type="text" class="bginput" name="username" size="50" maxlength="$vboptions[maxuserlength]value="$username<if condition="$vboptions['checkusernameactive']">onblur="checkUsername(this.value)"</if> />
                <if 
condition="$vboptions['checkusernameactive']"><div id="checkusername"></div></if>
            </
div

but I usually search for: the first couple of letters like <div class="smallfont" style="margin-bottom:$ but I didn't see little lower another same text was there so yea no probs with this, it's working GOOD!

as you can see in my template I got 2 alike ones:

PHP Code:
            <div class="smallfont" style="margin-bottom:$stylevar[formspacer]px">
                <
phrase 1="$vboptions[bbtitle]">$vbphrase[to_post_must_first_register]</phrase>
            </
div>
            
            <
div class="smallfont" style="margin-bottom:$stylevar[formspacer]px">
                <
strong>$vbphrase[username]</strong>:<br />
                <
input type="text" class="bginput" name="username" size="50" maxlength="$vboptions[maxuserlength]value="$username/>
            </
div
at first I edited the first text, and I had that dumb thing thats in my screenshot, as soon as I edited the second one, and replaced the first one, everything is GOOD!
Reply With Quote
  #68  
Old 01-12-2007, 02:21 PM
magnus's Avatar
magnus magnus is offline
 
Join Date: Apr 2002
Location: Miami, FL
Posts: 1,107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I posted a version earlier in the thread that will perform the template edits automatically. So, if you're not comfortable editing templates you can try that one.
Reply With Quote
  #69  
Old 09-03-2007, 01:51 PM
Rabbitoh Warren's Avatar
Rabbitoh Warren Rabbitoh Warren is offline
 
Join Date: Sep 2003
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this hack working on vB 3.6.8?
Reply With Quote
  #70  
Old 11-17-2007, 02:46 PM
funinthesun funinthesun is offline
 
Join Date: Oct 2005
Posts: 460
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for this - installed.

It's working fine for me on 3.6.8
Reply With Quote
  #71  
Old 03-25-2008, 03:37 AM
dfc005 dfc005 is offline
 
Join Date: Mar 2008
Posts: 198
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this hack work on 3.7.0 rc1?
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 01:01 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05373 seconds
  • Memory Usage 2,329KB
  • 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
  • (2)bbcode_php
  • (1)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • 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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete