vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - ajaxReg - Ajax Registration, with instant field checking (https://vborg.vbsupport.ru/showthread.php?t=144869)

blankoboy 02-18-2008 01:05 PM

If you want to see this feature show up in a future release of vBulletin (natively, not a mod), hopefully 3.7 final, then cast your vote this poll over at vbulletin.com. ;)

Brew 02-20-2008 04:09 AM

Kind of a strange thing going on with captcha

If you input the string then refresh the captcha image you get an image that says vBulletin. And you can't get any further.

Is anyone else getting captcha problems?

vB 3.6.8 pl2

Bloom21 02-20-2008 04:46 PM

Awesome work!

Any chance to integrate with reCAPTCHA?
https://vborg.vbsupport.ru/showthread.php?t=151824

ferreo 02-21-2008 02:14 PM

Quote:

Originally Posted by rayw (Post 1426124)
This works great for me at the moment except for one minor thing (I think I mentioned it a few pages back as well).

I have banned email addresses such as @yahoo.com and @hotmail.com however, when I entered in one of these addresses into the registration form, it says it is available but when you submit the registration, a message appears stating that an administrator has banned the address.

Is it possible to get this fixed?

Thanks! :)


Indeed, a check against the banned email addresses would be superb!

mariocaz 02-21-2008 10:01 PM

ferreo, did you install this mod in your VB 3.6.8 and is working fine ??

Because I want to install it and I have a 3.6.8

Thank you.

mariocaz 02-23-2008 04:20 AM

Anybody ??

dazed12 02-26-2008 01:39 AM

thanks, great mod, using vb 3.7.0

mariocaz 03-05-2008 05:39 PM

no news ?

No new version ?? and why did you uninstall it from your forum ?

jalmz 03-06-2008 12:28 AM

Uninstalled.

The following error occurred when attempting to evaluate this template:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /forum/includes/adminfunctions_template.php(3596) : eval()'d code on line 11

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

Shazz 03-06-2008 02:13 AM

Quote:

Originally Posted by jalmz (Post 1458055)
Uninstalled.

The following error occurred when attempting to evaluate this template:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /forum/includes/adminfunctions_template.php(3596) : eval()'d code on line 11

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

What version are you using?

dancue 03-09-2008 04:16 AM

Can someone tell me what this code does?

Quote:

.inputgood {
width: 211px;
border: 1px solid Green;
}
.inputbad {
width: 211px;
border: 1px solid Red;
}
I've installed the mod, however I don't know why I would need this? what does it add?

Shazz 03-09-2008 04:21 AM

Quote:

Originally Posted by dancue (Post 1460475)
Can someone tell me what this code does?



I've installed the mod, however I don't know why I would need this? what does it add?


Its the red and green colors of the boxes

dancue 03-09-2008 04:32 AM

It was doing it without that.

Are you sure?

Also, I'm not getting the strength meter thingie... What do I have to do?

dancue 03-09-2008 01:33 PM

Can anyone help me with the strength meter? There weren't any images to upload for it.

Lynne 03-09-2008 03:52 PM

Did you follow all the steps including adding the additional css to your style?

Shazz 03-09-2008 03:55 PM

Quote:

Originally Posted by dancue (Post 1460489)
It was doing it without that.

Are you sure?

Did you try out all the boxes.

dancue 03-09-2008 04:17 PM

yeah. They all outlined the boxes either green or red without me inputing the css.

what I don't have is the strength meter. the css doesn't help that. Aren't we supposed to upload an image for that? I only had the check mark and X-mark in the images folder.

Lynne 03-09-2008 05:09 PM

Quote:

Originally Posted by dancue (Post 1460819)
yeah. They all outlined the boxes either green or red without me inputing the css.

what I don't have is the strength meter. the css doesn't help that. Aren't we supposed to upload an image for that? I only had the check mark and X-mark in the images folder.

Well it does say this in the installation instructions:

2) Upload the images and javascript

In the forum folder is the images folder and within that is the misc folder which has the images. Follow the same path to install them.

dancue 03-09-2008 05:37 PM

I said I did upload the images, but there were only 2 images included. Both of those images are working fine.

The meter is what is not working. Is the meter image supposed to be included?

Lynne 03-09-2008 07:04 PM

I see three images in the misc folder to upload, so if you only uploaded two, then you have not uploaded all the images.

The password meter? If you look at the source code, you will see it is a bunch of div code with inline css. It uses "background-image: url('./images/misc/pwStrengthBar.gif')"

dancue 03-09-2008 07:25 PM

ok...the image "pwStrengthBar.gif" is included with ajaxReg.zip but not with ajaxReg v4.0.0.zip.

Thanks for your help Lynne.

what was confusing me was the screenshot. I see that v4.0 no longer uses the password meter, correct?

Lynne 03-09-2008 08:21 PM

I don't know, I'm not running version 4 and the author didn't add any version change notes regarding that version.

FleaBag 03-10-2008 05:51 PM

I just finally got around to installing this again, version 4 is very nice!

I noticed the meter missing also; I guess we'll find out if this is intentional in time!

Thanks again. :)

GameWizard 03-11-2008 04:40 AM

Found a bug, Vbulletin 3.7 Beta 6.

Filled out all the forms, and then when i mistyped the Captcha it refreshed with the dialog on the top stating I mistyped it. Problem is that it would not allow me to go further, the username check ceased to function... pressing "check" would do nothing. And the rest of the fields (Password / Email) remained hidden).

Edit: Found another bug, in my Admincp, I had "Require Unique Email Addresses" set to NO. While attempting to use an already used email, it said I could not use it again, even though when I disabled your hack, it would allow me to register no problem with an already assigned email.

mariocaz 03-13-2008 07:03 PM

Installed, wonderful mod.

symptome 03-16-2008 09:39 PM

Is it a bug too that ajax reg doesn't check PCRE?

mariocaz 03-17-2008 05:37 PM

Hi I have a big problem.

I am using the v4.0.0 of this mod in my 3.6.8. pl2 but isn't working properly for me. The confirm email address field remains red, even though the address is available and correct.

This happen in IE, please can you help me to fix this problem ??

Thank you in Advance!

Mario

codershark 03-17-2008 05:45 PM

@mario: I have the same problem (at firefox too) so i erase the hack und install version 3.11 because version 4.0 has beta status since a lot of weeks and nothing happens...

mariocaz 03-17-2008 05:52 PM

Mmmmm ok very bad news.

The strange thing is in this bouard have the same version of the hack and is working really great:

http://www.ciber-digital.net/register.php

Also for me in Firefox really works, but with IE I have that problem.

Did you try to find a solution of this ?

mariocaz 03-17-2008 06:23 PM

Codershark,

and with the other version you don´t have now any problems ??

also the captcha is working well ??

thank you a lot!

codershark 03-17-2008 07:17 PM

yes with the old version is all correct and all works fine.

mariocaz 03-17-2008 07:21 PM

Ok I will talk with my friend the owner of rhte forum that I put the link in my last posts and see if he did something to fix that problem, becasue also he is using v.4.00

If not I will uninstall it and install the old version of the mod.

glennybee 03-19-2008 05:17 PM

Thanks for this mod, just what I was looking for.

Although I have a problem with Internet Explorer 6.

The 'confirm email address' box doesn't go green when the email addresses match, it stays at red and the 'COMPLETE REGISTRATION' button at the bottom is gray'd out so I can't click it.

Check on Firefox and it works perfect. I will check with IE7 tonight and post back.

Anyone else got this problem with IE6?

Thanks. :)

mariocaz 03-19-2008 05:23 PM

Also the problem is with IE7 and we don´t have any support to fix this.

I recommend you that install the older version that is stable, this one is beta (4.00)

glennybee 03-20-2008 09:09 AM

Thank you for the reply mariocaz, I will try that :)

mariocaz 03-20-2008 09:12 PM

You´re welcome glennybee

Evolution06 03-27-2008 05:17 PM

awww to bad the beta one is awesome looking but I added the old one for now.

alexsinev 03-30-2008 03:07 PM

ajaxReg 3.1.1 and vBulletin 3.7.0 RC1

Everything works fine except image verification text. On 3.6.8 it works. Is there any solution for 3.7.0?

masterross 04-05-2008 09:53 AM

Quote:

Live Demo: ajaxReg 4.0.0
doesnt work for me

Adem GEN? 04-10-2008 10:26 AM

Hi,

Allowed for usernama
Character Turkish: ?? ğĞ İı şŞ ??
and max 10 character


and
No allowed "www." for email username
www.username.@domain.com

I's how make

(version: 3.1.1)
Thanks


All times are GMT. The time now is 02:47 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.01736 seconds
  • Memory Usage 1,815KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete