PDA

View Full Version : Miscellaneous Hacks - ajaxReg - Ajax Registration, with instant field checking


Pages : 1 [2] 3

Coders Shack
06-26-2007, 12:41 PM
Ok, here's a live example: http://haste-network.net/register.php
ok from what i can see is you might have the old 'AJAX / Cool Registration' plugin still installed. Remove all of them and re-install the product.

agsguar
06-26-2007, 07:55 PM
I have the same problem. the bar is there but no have any change when i put the password.

I uninstall the product and install again. but is the same!!

Anyone have any idea?

Thank you.!!

tokenyank
06-26-2007, 10:48 PM
Agreed...

Uninstalled due to password bar not working and the fact that a used email address reports back username associated with the email.

will keep watching though... Great hack, just needs 'finishing'! :P

iogames
06-27-2007, 03:53 PM
I have the same problem. the bar is there but no have any change when i put the password.

I uninstall the product and install again. but is the same!!

Anyone have any idea?

Thank you.!!

I have the same problem. the bar is there but no have any change when i put the password.

I uninstall the product and install again. but is the same!!

Anyone have any idea?

Thank you.!! ;)

Coders Shack
06-27-2007, 04:51 PM
if anyone wants me to fix the password strength bar ill need a live demo of it not working to see whats happening.

Howell
06-27-2007, 05:50 PM
Great mod!! :up:

Is it possible to move the password strength bar as it seems a little out of place where it is at the moment. :)

What would I need to edit to move it's location?

Thanks. :D

tokenyank
06-27-2007, 11:06 PM
if anyone wants me to fix the password strength bar ill need a live demo of it not working to see whats happening.

Well, I can't very well leave this 'live' on my production forums as it doesn't work properly...

I just set up a testforum and installed the mod.. And it works...

Which leads me to believe that if you are lucky enough that the template edits are automatically inserted, you'll be fine... However, if you have modified templates and/or skins... The manual edits do not work properly.

If I were some n00b I'd assume it was just me that broke the install on my live site, but I'm not a n00b and after triple checking the template edits and finding nothing wrong, I can only assume that the manual edits don't work too well.

All that said, the mod still echo's the username associated with the email address. This 'disclosure' could be misinterupted in the UK as a breech of the data protection act... It probably isn't, but all it'll take is for one member to notice it, complain on the forums, and then it's a case of damage control.

So, until manual edits work and the username report is lost, I fear I'll have to do without this mod which is a pity really as I'd like to see this actually become part of the core product!

testebr
06-28-2007, 12:23 AM
Please add option to translate text of "Password Strength" from admincp.

Thanks.

Shazz
06-28-2007, 03:15 AM
Please add option to translate text of "Password Strength" from admincp.

Thanks.

lets try and get it working first :)

dope15gd
06-28-2007, 03:30 AM
its working perfectly for me. I have customized templates and am even running an alternate to captcha and that works perfectly as well. This is without any manual template editing

thanks for this awesome hack

iogames
06-28-2007, 05:27 AM
???

snakes1100
06-28-2007, 06:05 AM
???


I assume from the image your ??? about the password meter?

Did you do the manual file edits?

Coders Shack
06-28-2007, 06:15 AM
???

how about you view+source and save it at a pastebin then link it. I cant fix a problem from a damn screen shot... If you have been reading the thread like you should be then you would know that other people are having the same issue.

Magnumutz
06-28-2007, 10:59 AM
Ok, i've re-installed it COMPLETELY... Give it a try now.

iogames
06-28-2007, 03:16 PM
how about you view+source and save it at a pastebin then link it. I cant fix a problem from a damn screen shot... If you have been reading the thread like you should be then you would know that other people are having the same issue.
Yes it's about the password meter, and CoderShack... you hurt my feelings :(
I know what!!! can someone send me the v3.07??? was working like a charm!

Coders Shack
06-28-2007, 06:37 PM
Yes it's about the password meter, and CoderShack... you hurt my feelings :(
I know what!!! can someone send me the v3.07??? was working like a charm!
Don't send "iogames" any of my hacks, you may only receive the hacks from vbulletin.org and codersshack.com.

Still waiting for vbulletin.org to create a system that lets you ban users from your releases. you know the snobby ungrateful members.

Coders Shack
06-28-2007, 06:51 PM
Ok, i've re-installed it COMPLETELY... Give it a try now.

after looking into it i still think you have multiple "AJAX / Cool Registration" plugins.

please go to you plugin system and look for "AJAX / Cool Registration" if you have more than one tell me. other than that i dont know why it not working. Its replacing the correct header but its replacing the wrong password field.

ssslippy
06-29-2007, 03:11 AM
<a href="http://immortal-guild.net/forums/register.php" target="_blank">http://immortal-guild.net/forums/register.php</a> my password bar isnt working. Did the manuall template edits and its a fresh registration template edit.

Coders Shack
06-29-2007, 03:37 AM
http://immortal-guild.net/forums/register.php my password bar isnt working. Did the manuall template edits and its a fresh registration template edit.
ok if you preformed the manual edits you will need to change the password input field to:

<input type="password" class="bginput" name="password" size="25" maxlength="50" value="" onblur="varfield(1);" onkeyup="javascript:showStrength(passwordStrength(this.valu e, document.getElementById('username').value));" id="password_1"/>

Magnumutz
06-29-2007, 06:32 AM
GOOD... now it works... you should update the install .html dude...
And yes, i had only 1 plugin.
You can place my forum's link as a Live demo as it's working fully right now.

Thanks for the support.

Coders Shack
06-29-2007, 06:34 AM
GOOD... now it works... you should update the install .html dude...
And yes, i had only 1 plugin.
You can place my forum's link as a Live demo as it's working fully right now.

Thanks for the support.
well this is made to work without any edits, so if you reverted your register template it would work fine.

RedTyger
06-29-2007, 07:56 AM
Aha, thanks for that! It's missing from the manual edit instructions FYI.

To those who needed to know, to prevent the display of who an in-use email address belongs to, open register.js and find:


LoginStatus('email_1','email_1_status',null,'0', results[0] + ajaxreg_name_inuse + ' by ' + results[1]);



Replace it with:

LoginStatus('email_1','email_1_status',null,'0', results[0] + ajaxreg_name_inuse);

Coders Shack
06-29-2007, 01:05 PM
Aha, thanks for that! It's missing from the manual edit instructions FYI.

To those who needed to know, to prevent the display of who an in-use email address belongs to, open register.js and find:


LoginStatus('email_1','email_1_status',null,'0', results[0] + ajaxreg_name_inuse + ' by ' + results[1]);



Replace it with:

LoginStatus('email_1','email_1_status',null,'0', results[0] + ajaxreg_name_inuse);

ill make an update later that addresses both issues when i have time, but in the meantime thanks redtyger :D.

Coders Shack
06-30-2007, 04:15 AM
v3.09
removed email is taken by "username" *requested
fixed [manual template edits (http://codersshack.com/forums/vbulletin-mods_29/ajaxreg-ajax-registration-instant-field-checking_6.html#post195)]

Magnumutz
06-30-2007, 04:21 AM
Thanks RedTyger and CS.

Later edit: Guys, now the Username Input is not working right... i tried registering with my name again... and it's showing it as available... and it's not.

iogames
06-30-2007, 05:18 AM
Don't send "iogames" any of my hacks, you may only receive the hacks from vbulletin.org and codersshack.com.

Still waiting for vbulletin.org to create a system that lets you ban users from your releases. you know the snobby ungrateful members.

LOL...
Not in this Country, not in this time, not in your life ;)

Unconstitutional...

Thanks for the v3.07

Coders Shack
06-30-2007, 05:28 AM
Thanks RedTyger and CS.

Later edit: Guys, now the Username Input is not working right... i tried registering with my name again... and it's showing it as available... and it's not.
do you have more than one Check Username plugins?

Magnumutz
06-30-2007, 05:33 AM
Yup... that fixed it, i had another one ("CheckUsername" plugin) that was under the vBulletin table... i deactivated it and it works. Thanks CS...

Coders Shack
06-30-2007, 05:37 AM
Yup... that fixed it, i had another one ("CheckUsername" plugin) that was under the vBulletin table... i deactivated it and it works. Thanks CS...
lol no problem, wondering why you had another one. Did you add it?

And when is vb.org going to let me ban users from my topics. No need for these dumb asses leaving useless negative comments when they have contributed noting at all.

Magnumutz
06-30-2007, 05:53 AM
Nope... i didn't add it... It was under the product table: vBulletin.
And yes... it would be nice to be able to ban people from threads...

Coders Shack
06-30-2007, 06:38 AM
hmm only thing i can think of is that you were tinkering with the plugin and accidentally changed its parent product, so when you installed 3.09 it didn't replace the plugin because it was no longer part of the product.

Magnumutz
06-30-2007, 06:53 AM
Anyways... this is it's content... the one that i disabled:
if ($_GET['do'] == 'CheckUsername') {
$result = $vbulletin->db->query_first("SELECT COUNT(*) as username FROM `" . TABLE_PREFIX . "user` WHERE `username` = '" . $_GET['param'] . "'");
$count = $result['username'];
if ($count > 0) {
$return_value = $_GET['param'] . ",Invalid";
} else {
$return_value = $_GET['param'] . ",Working";
}
echo $return_value;
}So it might've slipped away :P

Coders Shack
06-30-2007, 07:57 AM
Anyways... this is it's content... the one that i disabled:
if ($_GET['do'] == 'CheckUsername') {
$result = $vbulletin->db->query_first("SELECT COUNT(*) as username FROM `" . TABLE_PREFIX . "user` WHERE `username` = '" . $_GET['param'] . "'");
$count = $result['username'];
if ($count > 0) {
$return_value = $_GET['param'] . ",Invalid";
} else {
$return_value = $_GET['param'] . ",Working";
}
echo $return_value;
}So it might've slipped away :P
oh thats an old one lol... thats like 3.05 or 3.06's

Magnumutz
06-30-2007, 08:28 AM
Ok... i guess it got separated a while ago... I'll just remove it.

Thanks for the great support.

Mark.B
06-30-2007, 11:19 AM
As far as I can tell, the latest version is working perfectly. My register template is slightly modified, there's a block of text I added at the top, but the rest is untouched and so the auto-edits work fine.

Fantastic work this hack, and adds a touch of impressive professionalism to the initial user experience!

iogames
06-30-2007, 06:56 PM
And when is vb.org going to let me ban users from my topics. No need for these dumb asses leaving useless negative comments when they have contributed noting at all.

Well, that will be the day when the vBulletin Company and this FREE Community allow YOU to discriminate users upon your 'values' or your unstable Mood btw... [then that will provoke Hack-Smuggling - Oh! like you do with Torrents ;) - ] I will be more worried about users RANTING at others users cause they can't endure constructive critic.

Ok I fixed my problems:
- Clear the Code [and make it fit to my needs]
- Rephrase [to eliminate misspelling & drama]
- Redo the Graphics [which are much+more+better]

Thanks!

Coders Shack
06-30-2007, 08:07 PM
iogames you have not posted any constructive criticism, all i have seen is +++++ing.
and wow you made a gradient. The images are meant to be customized.


v3.1.0
fixed ajax vulnerabilities *
added captcha check, thats right :D

Coders Shack
06-30-2007, 08:32 PM
if there are any other requests i would be happy to fulfill them.

I don't really know how i could expand this any more than it is.

Captain Kirk76
06-30-2007, 08:48 PM
Nice, Installed ;)

Player-63
06-30-2007, 08:54 PM
Just upgraded to 3.1.0 from 3.0.8 and my image verification is not working, i just get sdsd in its place.

Both Image Verification & Registration files are originals.

Image Verification Options ON

Random Font
Random Font Size
Random Color
Random SlantSee attached screenshot

Coders Shack
06-30-2007, 08:59 PM
Just upgraded to 3.1.0 from 3.0.8 and my image verification is not working, i just get sdsd in its place.

Both Image Verification & Registration files are originals.

Image Verification Options ON

Random Font
Random Font Size
Random Color
Random SlantSee attached screenshot
woops!

WiseOne38221
06-30-2007, 09:04 PM
I get the same thing...sdsd in the place and this will not work now. I love this deal too, LOL. This is one of the best mods as of yet...IF we can get this captcha fixed now...thanks

Coders Shack
06-30-2007, 09:04 PM
I get the same thing...sdsd in the place and this will not work now. I love this deal too, LOL. This is one of the best mods as of yet...IF we can get this captcha fixed now...thanks
FIXED

lol im running vbulletin on my computer as localhost and i was testing hooks, guess i mixed up boards and give you my test product. All is fixed now.

WiseOne38221
06-30-2007, 09:21 PM
LOL, perfect, works now, thanks! I love this one! Great job, man!

Coders Shack
06-30-2007, 09:25 PM
LOL, perfect, works now, thanks! I love this one! Great job, man!
lol no problem, had fun doing this version it was a challenge.

Player-63
06-30-2007, 09:26 PM
lol Coder Shack

Works grate now :)

Best hack around for vbulletin :D

iogames
06-30-2007, 10:21 PM
and wow you made a gradient. The images are meant to be customized.


v3.1.0
fixed ajax vulnerabilities *
added captcha check, thats right :D

Don't thank me :p it's Layered in Photoshop for users to modify at their convenience...
since I made the gradient, can we call this: CoderShack & IOGames' Hack!?!?!

LOL :D

Total666
06-30-2007, 10:21 PM
Thanks again for this GREAT mod ... Total

Shazz
06-30-2007, 10:42 PM
Don't thank me :p it's Layered in Photoshop for users to modify at their convenience...
since I made the gradient, can we call this: CoderShack & IOGames' Hack!?!?!

LOL :D

Your a big fan of the mod ;)

iogames
06-30-2007, 10:45 PM
;)

I got a list of features and fixes to my board, wnt to do this as soon as possible, in fact mine I renamed 3.1.2 to catch up! LOL!

iogames
06-30-2007, 11:03 PM
Thanks & Bye!

fox3nova
07-01-2007, 02:31 AM
good job~
I like it

Mupetz
07-01-2007, 03:23 AM
Hello,
Just updated, thx btw.

One single problem :
Captcha verification.
Firefox = works
IE = works
Opera = doesn't work

Keep it up :D

Shazz
07-01-2007, 03:30 AM
Hello,
Just updated, thx btw.

One single problem :
Captcha verification.
Firefox = works
IE = works
Opera = doesn't work

Keep it up :D

Opera is limited to many things

rayw
07-01-2007, 07:10 AM
Thanks for the update however, captcha verification isn't working at all. Tired under Firefox and IE and it isn't working for either.

Nathan2006
07-01-2007, 07:14 AM
Thank you for the update :)

Coders Shack
07-01-2007, 07:53 AM
Thanks for the update however, captcha verification isn't working at all. Tired under Firefox and IE and it isn't working for either.

Screen Shot, or link?

Mark.B
07-01-2007, 08:05 AM
I've just tested in Opera 9.20 and it's fine.

I don't know about earlier versions of Opera though. I only browser test my site in latest releases.

rayw
07-01-2007, 09:15 AM
Screen Shot, or link?

http://forums.itresource.com.au/register.php

:)

Coders Shack
07-01-2007, 09:21 AM
http://forums.itresource.com.au/register.php

:)

did you disable it?

and have you tried the manual edits?

Ramsesx
07-01-2007, 09:29 AM
Seems it doesn't check for banned words? Thanks for the update.

rayw
07-01-2007, 10:13 AM
did you disable it?

and have you tried the manual edits?

It isn't disabled. Everything else works fine, it's just the captcha image verification that doesn't.

I haven't tried manual edits. Where can I get these, or do I have to pull the product.xml file apart??

Coders Shack
07-01-2007, 10:18 AM
It isn't disabled. Everything else works fine, it's just the captcha image verification that doesn't.

I haven't tried manual edits. Where can I get these, or do I have to pull the product.xml file apart??
full manual edits are here:

http://codersshack.com/forums/vbulletin-mods_29/ajaxreg-ajax-registration-instant-field-checking_6.html#post195

but i guess you could just preform the IMAGEREG TEMPLATE edit, and leave everything else the way it is.

rayw
07-01-2007, 10:55 AM
full manual edits are here:

http://codersshack.com/forums/vbulletin-mods_29/ajaxreg-ajax-registration-instant-field-checking_6.html#post195

but i guess you could just preform the IMAGEREG TEMPLATE edit, and leave everything else the way it is.

Now it is working great. Thanks a lot. :)

Mupetz
07-01-2007, 11:06 AM
I've just tested in Opera 9.20 and it's fine.

I don't know about earlier versions of Opera though. I only browser test my site in latest releases.
You are right.
Tested with 9.21 and working fine.


Thanks

RedTyger
07-01-2007, 11:31 AM
Superb!

It's not really in the scope of this modification but I'd really like to see the instant CAPTCHA check everywhere the CAPTCHA is used.

testebr
07-01-2007, 12:05 PM
Nominates for MOTM!

I want to see the "Password Strength" phrases to vbulletin system to easy translation.

foopy
07-01-2007, 12:28 PM
This is a fantastic Mod. Installed and working great on 3.6.7. Thanks for sharing.

Ramsesx
07-01-2007, 02:03 PM
Seems it doesn't check for banned words?
Another possible bug, the password strength meter is only reaching to the half of the meter.

Mark.B
07-01-2007, 03:21 PM
Another possible bug, the password strength meter is only reaching to the half of the meter.
No...it's just your passwords aren't strong enough!

Try putting characters like ^%?") in it, intermingled with random letters and numbers.

BadgerDog
07-01-2007, 09:23 PM
Hi ... :)

I'd like to install and try this mod as it looks really nice... :up:

Before I do, is anyone using this mod with the following:

Check E-mail Address Before Registration
https://vborg.vbsupport.ru/showthread.php?p=1225184

IP No-Register
https://vborg.vbsupport.ru/showthread.php?t=129280

Anyone have any, or forsee any conflicts?

Thanks... :)

Regards,
Badger

Coders Shack
07-01-2007, 10:15 PM
Hi ... :)

I'd like to install and try this mod as it looks really nice... :up:

Before I do, is anyone using this mod with the following:

Check E-mail Address Before Registration
https://vborg.vbsupport.ru/showthread.php?p=1225184

IP No-Register
https://vborg.vbsupport.ru/showthread.php?t=129280

Anyone have any, or forsee any conflicts?

Thanks... :)

Regards,
Badger
dunno best way to find out is to try it. If it doesnt work just uninstall.

The check email address before reg might not work but the IP No-Register should work.

KnicksCity
07-01-2007, 11:02 PM
Hi ... :)

I'd like to install and try this mod as it looks really nice... :up:

Before I do, is anyone using this mod with the following:

Check E-mail Address Before Registration
https://vborg.vbsupport.ru/showthread.php?p=1225184

IP No-Register
https://vborg.vbsupport.ru/showthread.php?t=129280

Anyone have any, or forsee any conflicts?

Thanks... :)

Regards,
Badger

Works fine with "Check E-Mail Address Before Registration"

Safest way is just to use the manual edits.

Coders Shack
07-02-2007, 12:15 AM
Superb!

It's not really in the scope of this modification but I'd really like to see the instant CAPTCHA check everywhere the CAPTCHA is used.

v3.1.1
added captcha check to all captcha fields.

Total666
07-02-2007, 12:35 AM
WHere do I add this , a crayon answer would be great .. Thnaks .. Total

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;
}

da420
07-02-2007, 12:38 AM
At the bottom of your Main CSS page in your Admin CP under Additional CSS definitions.

Total666
07-02-2007, 12:44 AM
At the bottom of your Main CSS page in your Admin CP under Additional CSS definitions.

Thanks , I added that , but the password strength bar is blank ...

fox3nova
07-02-2007, 02:26 AM
good job~

Coders Shack
07-02-2007, 02:31 AM
Thanks , I added that , but the password strength bar is blank ...
http://codersshack.com/forums/vbulletin-mods_29/ajaxreg-ajax-registration-instant-field-checking_6.html#post195

manual edits, i guess your template is probably old.

BadgerDog
07-02-2007, 10:08 AM
dunno best way to find out is to try it. If it doesnt work just uninstall.

The check email address before reg might not work but the IP No-Register should work.


Ok, installed.... thank you very much..... nice work and it looks a lot better for people signing up ... :up:

It appears to work fine, although I don't know if it's interacting correctly with the two mods I had previously installed.

Regards,
Badger

BadgerDog
07-02-2007, 10:09 AM
Works fine with "Check E-Mail Address Before Registration"

Safest way is just to use the manual edits.

Thanks.... that's the one I was principally worried about.... :up:

I've installed it automatically and it seems to be working well..... :)

Regards,
Badger

Dannyloski
07-02-2007, 07:06 PM
Installed, working great!

BadgerDog
07-03-2007, 04:42 PM
It's been running for a day now and I have a question ....

Has anyone else found that the amount of spammers registering and logging in has jumped dramatically after installing this, as compared to the standard (with graphics question) approach we were using, or is it just coincidence on our system?

Thanks... :)

Regards,
Badger

Coders Shack
07-03-2007, 07:36 PM
It's been running for a day now and I have a question ....

Has anyone else found that the amount of spammers registering and logging in has jumped dramatically after installing this, as compared to the standard (with graphics question) approach we were using, or is it just coincidence on our system?

Thanks... :)

Regards,
Badger
This is how the captcha check works.

I created a second plugin just for verification of the captcha code so instead of the original check which first checks if the code and hash exist in the DB then deletes them, this will check if it exists and then return valid or invalid.

So there is like no way a spammer or bot will really take advantage of the check it would be like brute forcing a hash... Which would be extremely hard because i think the has is like 32 characters or more.

so it runs exactly like the normal captcha so your increase in bot/spammer sign ups should not have anything to do with it. Unless they were manually registering and just liked the registration process :P.

Shazz
07-03-2007, 08:02 PM
Well explained Coders Shack :)

Shazz
07-03-2007, 08:13 PM
How can you max out the meter?
I only can get it to "Very Strong" :erm:

BadgerDog
07-03-2007, 08:30 PM
so it runs exactly like the normal captcha so your increase in bot/spammer sign ups should not have anything to do with it. Unless they were manually registering and just liked the registration process :P.

I kind of figured that as the code is very well done, but I thought I'd ask ... :)

I think we've coincidently attracted the ardor of a particular spammer who registers by hand and hasn't like the quickness with which his posts get tossed. I hope he gets bore in the next day or so, as it's a real pain in the rear to have to keep up with the banning process and blocking IP's etc.

Thanks for the feedback... :up:

Regards,
Badger

Coders Shack
07-03-2007, 08:50 PM
How can you max out the meter?
I only can get it to "Very Strong" :erm:
you need:
symbols
numbers
lower case letters
upper case letters
and a decent string length which sets or the previous 4.

also the meter cant get maxed 100% it gets to about 98% because when at 100% it wasn't working in other browsers. But i doubt anyone actually uses a 100% password lol.
I kind of figured that as the code is very well done, but I thought I'd ask ... :)

I think we've coincidently attracted the ardor of a particular spammer who registers by hand and hasn't like the quickness with which his posts get tossed. I hope he gets bore in the next day or so, as it's a real pain in the rear to have to keep up with the banning process and blocking IP's etc.

Thanks for the feedback... :up:

Regards,
Badger


looks like you need some kind of post captcha for members that signed up in the first X hours and have less than 5 posts. So the spammer would at least have to pass 5 captchas plus the registration or sum thing. Dunno how you can beat a manual spammer.

Slave
07-06-2007, 10:07 AM
Any chance of making this 3.0.x compliant? I installed this back when it first came out and it seems that upgrading to the latest version on my 3.0.0 doesn't work fully.

Thanks

Coders Shack
07-06-2007, 02:04 PM
Any chance of making this 3.0.x compliant? I installed this back when it first came out and it seems that upgrading to the latest version on my 3.0.0 doesn't work fully.

Thanks
well you could try the manual edits, even though they may not be direct matches use your best judgment on replacements.

jer2eydevil88
07-06-2007, 06:08 PM
My Image Verification seems to be broken now... Not sure why but it doesn't display the pictures.

I have the problem on any browser I try it with.

Shazz
07-06-2007, 06:10 PM
Sorry if this should be obvious but I started this not being very familiar with the VBulletin Theme System and your directions didn't state where in the Style Sheet editor the .inputgood {
width: 211px;
border: 1px solid Green;
}
.inputbad {
width: 211px;
border: 1px solid Red;
} needed to go. My two cents on this are that you should probably add that.

All Style Options at the bottom additional CSS

jer2eydevil88
07-06-2007, 06:25 PM
All Style Options at the bottom additional CSS

Thanks, I actually ended up finding that down there but as a new user I had no idea it was there.

.:: Edit ::.
I went ahead and removed this mod, its neat but it didn't work for me.

Coders Shack
07-07-2007, 07:01 AM
added support... (Requests, Bugs, Help)

http://codersshack.com/forums/project.php?projectid=2

Rickeo
07-09-2007, 01:08 AM
Are there any images for boards with a dark skin please??

~Rick~

Shazz
07-09-2007, 01:20 AM
Are there any images for boards with a dark skin please??

~Rick~

It would look good on a dark skin. Ive seen them :)

Rickeo
07-09-2007, 06:30 AM
It doesn't I have installed it and the tick and cross have big white marks around them

~Rick~

Coders Shack
07-09-2007, 06:45 AM
then replace the images with ones that go good with black. google images.

search delete, and checkmark

RTFA
07-10-2007, 03:17 PM
Great mod, clicked install.

RvG2
07-13-2007, 04:29 AM
cool i like the latest version. :)

maxicep
07-13-2007, 02:54 PM
thanks for update,

I attached ver.3.1.1 's Turkish Translationed version.
Regards.

axi
07-13-2007, 03:36 PM
great hack ! installed.

alexsinev
07-16-2007, 09:16 AM
Has anyone coped with non latin charsets? Are there any ideas?

AuroraStorm
07-16-2007, 09:24 AM
Will there be a version where you can put a referral's name?

Coders Shack
07-18-2007, 08:11 AM
Will there be a version where you can put a referral's name?
? the referral box is ajax standard isnt it?

futureye
07-18-2007, 08:14 AM
It's not working with arabic characters

windows-1256

ammoskumar
07-18-2007, 12:44 PM
Thanaks For Update Nice Work:D

bada_bing
07-18-2007, 12:51 PM
will this hack work with vb 3.5.x ?

Shazz
07-18-2007, 04:44 PM
will this hack work with vb 3.5.x ?

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

Coders Shack
07-19-2007, 06:44 AM
3.1.2

will prevent the user from being able to submit the form until he/she has filled out the form correctly. If you have any other requests then request them here: http://codersshack.com/forums/project.php?projectid=2

vinniecolaiuta
07-19-2007, 07:03 PM
Thank You :)
Installed :D

bada_bing
07-19-2007, 07:31 PM
I received a database error when installing this on vb 3.5.3 any one know of a fix?

Coders Shack
07-19-2007, 11:43 PM
I received a database error when installing this on vb 3.5.3 any one know of a fix?
well without an error report i cant help u.

chatzworld
07-21-2007, 04:38 PM
since i done this my text for everything below password apart from box titles show in white how can i fix this?

Ev!L ErN!E
07-21-2007, 06:50 PM
is there an image pack for this for forums with dark backgrounds??

thincom2000
07-25-2007, 03:35 AM
Hm, glad you finally realized CAPTCHA was safe to add and did it. Waiting for 3.1.2 before I update again so it won't let people submit if info is incorrect.

kafi
07-25-2007, 08:45 PM
nice hack, but I have to cancel my "installed" because it doesnt check correctly my alphabets such as č....

is there a way to fix this?
THANKS!!!

GekkoPixie
07-26-2007, 01:22 AM
I really like this hack. It makes the registration more streamlined and professional. Thanks. :)

edit: CAPTCHA isn't showing up... ?

edit 2: Never mind - the images were turned off. >.<

connkid25
08-03-2007, 01:34 AM
I have been looking for this. It works perfectly on 3.6.8! Thank you!!!! Clicks install.

Brew
08-05-2007, 01:18 AM
When I try to save the register template I get the following error:


Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /usr/home/critical/public_html/forums/includes/adminfunctions_template.php(3593) : eval()'d code on line 11


Any ideas?

Could it because I'm running vB ver 3.6.3?

perfphysio
08-05-2007, 12:55 PM
Sorry for being a bit dum but can you tell me where you do the tird part. e.g. a bit more description and where exactly to find the css so that I can change it.

Sorry for being dum but it is a sunday :)

Khalid-B
08-05-2007, 01:21 PM
Hello,
Installed at 3.6.8 and working great.
Thanks

rizelim
08-05-2007, 03:49 PM
thanks for update,

I attached ver.3.1.1 's Turkish Translationed version.
Regards.


hello! turkish register karakter problem..

KipBond
08-05-2007, 05:08 PM
The regular expression matching does not work correctly. It should use AJAX calls not Javascript to check if it matches, since 1) Javascript uses slightly different RegEx syntax & 2) vBulletin modifes the regular expression when it does its check (it shouldn't, but it does, so it's imperative that this plugin uses the exact same checking method).

If you want to try it, use a regular expression of "\w+ \w+" -- to require users to enter exactly two words separated by a space for their username. It won't work.

I've fixed the problem, and made a few other changes, too. I'll send these to the author of this plugin either tomorrow or later.

Scandal
08-06-2007, 05:57 PM
Installed! :D
.. but I have a problem with Greek language :(:(
What to do??

alexsinev
08-07-2007, 03:52 AM
Here is a variation of the mod with the solution of the problem with Cyrillic. The problem with Greek and other languages can be solved the similar way. There is also a solution for regular expressions there. I haven't completed the mod, so you should enter a regular expression directly into register.js and clear it in the AdminCP. The Cyrillic letters are written with unicodes. The regular expression in the file restricts the nicknames to the ones of 1 or 2 words, written both in Latin or Cyrillic and separated with a space, dash or underscore character.

You should also change the character codes in the function rus(str) in register.js for your own language. They stand for the Cyrillic letters in my variant of the file.

The Russian language phrases are in the separate file ajax_reg-language-rus.xml. You can make a similar file for your own language. Install it in AdminCP -> Languages & Phrases -> Download / Upload Languages -> Import Language XML File. Important: Select the language you want to import the phrases into, not "(Create New Language)" - this won't work! If you use another version of vBulletin than I use enable "Ignore Language Version" to import the language pack or correct the version in the file.

I've also added a verification of the maximum username length in the mod.

I thank snoopi and Ateist for their ideas which helped to make this mod. And of course I thank Coders Shack for the original mod.

The installation manual is in Russian, sorry. I don't have time to translate it to English, but it's almost the same as in the first post of this thread.

cynthetiq
08-08-2007, 05:31 PM
Thank you for this mod. It's quite nice!

Duvernoy
08-10-2007, 10:17 AM
thanks

TrIn@dOr
08-10-2007, 12:07 PM
working in 3.6.8, thanks.

maxicep
08-11-2007, 05:39 PM
i found a bug :

i added a space before my username than checked, resault is : Username Is Available
plx fix this.

sadiq6210
08-18-2007, 10:38 PM
i try it
http://codersshack.com/forums/register.php

when i write the username - the result is
(checking...)

and did not change

( i use internet explorer 7 )

sadiq6210
08-18-2007, 11:01 PM
Also

there is a problem in username when i write by Arabic Language

Thanks

nnjj.net
08-18-2007, 11:51 PM
Also

there is a problem in username when i write by Arabic Language

Thanks

in which way the problem?

gforce75
08-19-2007, 03:05 AM
Woot, installed and works like a charm :)

mtlcore
08-19-2007, 05:16 AM
I am gettin this error:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/vhosts/SITE.com/httpdocs/forums/includes/adminfunctions_template.php(3596) : eval()'d code on line 11

Robert7
08-23-2007, 04:08 AM
This hack have problem with non-english usernames.

alexsinev
08-23-2007, 04:29 AM
Robert7, see post 376 (https://vborg.vbsupport.ru/showpost.php?p=1311622&postcount=376) and make the similar changes in the mod for your own language.

NeeJam
08-23-2007, 08:59 AM
installed thanks!

puertoblack2003
08-25-2007, 03:55 PM
nice hack and installed this hacks remind me of ipb when you reg....

Delioncourt
08-26-2007, 07:32 PM
Works perfectly on 3.6.8. One wicked mod you've got here :D
Good job and thanks!

nocte
08-26-2007, 07:43 PM
I found a bug: Type in asdfasdf@asdf#.de as Email-Adress.

The script changes the sting to asdfasdf@asdf and wirtes that the emai adress was correct. If you type in asdfasdf@asdf directly it says that this address ist not correct.

nocte
08-26-2007, 08:13 PM
I have another problem: This version doesn not seem to support german Umlaute (http://de.wikipedia.org/wiki/Umlaut) like ?,?,? and scharfes S (http://de.wikipedia.org/wiki/%C3%9F) (?). They are part of the german language and should be allowed in user names and in email-adresses as well (german and austrian domain names (domain.de, domain.at) can contain these letters too!)

ForYou
08-31-2007, 09:31 PM
Hello ,

Nice Hack ,

I need to ask what about Arabic Font , Is the hack work with Arabic characters !!

When I try to register in Demo Forum that you put it here there is message like this when check user name ,

%u0627%u0644%u0645%u0628%u062F%u0639 Is Available

IS there solution to be arabic font work in this hack ,

Regards

KiraLove
09-01-2007, 01:56 PM
The regular expression matching does not work correctly. It should use AJAX calls not Javascript to check if it matches, since 1) Javascript uses slightly different RegEx syntax & 2) vBulletin modifes the regular expression when it does its check (it shouldn't, but it does, so it's imperative that this plugin uses the exact same checking method).

If you want to try it, use a regular expression of "\w+ \w+" -- to require users to enter exactly two words separated by a space for their username. It won't work.

I've fixed the problem, and made a few other changes, too. I'll send these to the author of this plugin either tomorrow or later.

can you please post your changes because the author apparently didn't include your fix. regex is still broken.

RedefiningFate
09-12-2007, 01:08 PM
This might have been posted elsewhere but performing a search did not find it. Any time I plug in an e-mail address (it doesn't matter which one) it says it is in use. I even created a new gmail account and it states it is in use even though I know it isn't. Any idea why this would be doing this.

The automatic install worked so I didn't have to manually edit anything. If you have some idea where to look to resolve this issue, it would be much appreciated.

Thanks,

RF.

Tuga??
09-12-2007, 07:34 PM
i have got this error

<?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>

any help

yoyoyoyo
09-12-2007, 07:45 PM
Originally Posted by KipBond https://vborg.vbsupport.ru/external/2011/11/11.gif (https://vborg.vbsupport.ru/showthread.php?p=1310511#post1310511)
The regular expression matching does not work correctly. It should use AJAX calls not Javascript to check if it matches, since 1) Javascript uses slightly different RegEx syntax & 2) vBulletin modifes the regular expression when it does its check (it shouldn't, but it does, so it's imperative that this plugin uses the exact same checking method).

If you want to try it, use a regular expression of "\w+ \w+" -- to require users to enter exactly two words separated by a space for their username. It won't work.

I've fixed the problem, and made a few other changes, too. I'll send these to the author of this plugin either tomorrow or later.


please post the fix to this thread if possible

za3em
09-13-2007, 04:45 AM
Username and email is showing as form fields but not being checked, image code is working fine and password bar is also working fine.

Any Idea??????

za3em
09-17-2007, 04:21 AM
Username and email is showing as form fields but not being checked, image code is working fine and password bar is also working fine.

Any Idea??????

Still waiting for some help to get this hack working please responed.

thanks

nnjj.net
09-18-2007, 04:25 PM
is it working with 3.6.8?

Shazz
09-18-2007, 06:51 PM
is it working with 3.6.8?

Yes.

Chadi
09-18-2007, 08:36 PM
Still waiting for some help to get this hack working please responed.

thanks

Same problem here. I tried my own username and it said it was available. Is there a fix coming soon please?

za3em
09-18-2007, 10:20 PM
Same problem here. I tried my own username and it said it was available. Is there a fix coming soon please?

Well my problem is that its not even checking for the name or Email. the only thing that is working is the password bar and the image check

AzaDiyaR
09-19-2007, 01:06 AM
<a href="http://www.azadiyar.com/Forum/register.php" target="_blank">http://www.azadiyar.com/Forum/register.php</a>

this working fine for me

thanks for this addons.

nice work man :P

i.s.s.w
09-19-2007, 03:28 AM
installed :D

but I have a problem with arabic language
What to do??

i need arabic language

thanks Coders Shack

nickypoooo
09-19-2007, 07:50 AM
Works fine for me but can not use iso-8859-8-i charset

semauae
09-19-2007, 08:36 AM
Really

It is excellent

can you support arabic language ?

yahoooh
09-19-2007, 09:36 AM
it is not work with :
database collation latin_swedish_ci
and encode:cp1256
for arabic site

to convert the databse to utf-8 is very very diffecult and i use all hacks that already there but with alot of problems

can u try to make it work with arabic font without convverting the database
there is already some ajax that work great with arabic font without requiring utf-8

thincom2000
09-20-2007, 04:58 AM
can u try to make it work with arabic font without convverting the database

Did you look at post 376?

semauae
09-20-2007, 09:42 AM
Did you look at post 376?

Contains invalid characters

:)

nnjj.net
09-23-2007, 08:46 PM
Also

there is a problem in username when i write by Arabic Language

Thanks

any help!

Fifthe1ement
09-24-2007, 03:39 AM
I am gettin this error:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/vhosts/SITE.com/httpdocs/forums/includes/adminfunctions_template.php(3596) : eval()'d code on line 11
I am getting the same error as above and as many users in this thread have asked for help with yet you have ignored each reply for help. What is going on?

FifthE1ement :mad:

iRO Wiki
09-24-2007, 06:31 PM
Two things:

It claims you need to have a 6 character password, but using a 4 character password works...is there a setting somewhere I'm missing in vb for minimum password length?

Also, I have regex setup, and AJAX isn't reading it, and saying the username is available, is this normal?

htscpl
09-29-2007, 10:02 AM
Nice mod ! Thanks for your work on this. *** installs ***

Fifthe1ement
09-30-2007, 04:06 AM
Lol, this guy has great support, he hasn't even answered tech support posts from almost a year ago! DO NOT install this mod!

Fifth

Alibass
09-30-2007, 04:23 AM
I think you have your wires crossed mate, what do you call this from July

https://vborg.vbsupport.ru/showpost.php?p=1296128&postcount=363

If you haven't installed this hack then it's your lost.

NitroXploit
10-02-2007, 12:56 PM
Getting an error of :

Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 0 in /ajax.php(474) : eval()'d code on line 8

Checking username.

Lea Verou
10-02-2007, 08:28 PM
Uninstalled due to the problems with the greek language and with the minimum password characters. :(

Panagioths
10-02-2007, 09:10 PM
I haven't any problems with the greek language. I use UTF-8. Which charset do you use?

nickypoooo
10-02-2007, 10:09 PM
Please I need help getting it to work with iso-8859-8-i charset

wolfe
10-03-2007, 11:24 PM
i tried to fix to allow this mod to work when unregistered can view forum is = no and it still gives me and error. can this issue be fixed

Fifthe1ement
10-05-2007, 03:58 AM
Lol, he still hasn't answered anyone, good luck but don't hold your breath.

Fifth

nickypoooo
10-05-2007, 04:50 AM
Lol, he still hasn't answered anyone, good luck but don't hold your breath.

Fifth


Maybe we all need to go to http://codersshack.com/index.php for support.

mdcdeve
10-11-2007, 08:19 PM
Not sure what i'm doing wrong, when checking it always says any user name is available even when the username isn't available. Is this working fine for 3.6.8?

nickypoooo
10-11-2007, 10:09 PM
works great with my 3.6.8!

CHIPIT
10-14-2007, 02:17 AM
The only thing this is missing is valid referrer checking...

gider
10-14-2007, 01:28 PM
nice and work..thank you

inciarco
10-14-2007, 04:28 PM
Great Hack!! :up:

A little Bug I found Today While Testing it!! :(

:confused: 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!! :confused:

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!!

:)

Netaudio
10-18-2007, 08:20 AM
nice Job!

*installed*

works fine with NoSpam! Addon.

But i look for dark Style bad.gif and good.gif

Thanx!

neopet001
10-24-2007, 01:54 AM
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.

Coders Shack
10-25-2007, 03:22 AM
Great Hack!! :up:

A little Bug I found Today While Testing it!! :(

:confused: 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!! :confused:

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?

Coders Shack
10-25-2007, 03:23 AM
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?

inciarco
10-25-2007, 05:00 AM
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!! :rolleyes:

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!! :p ;)

(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!! ;)

:)

Coders Shack
10-25-2007, 09:18 AM
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

perfphysio
10-25-2007, 09:26 AM
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 :)

Coders Shack
10-25-2007, 09:53 AM
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.

Mudvayne
10-28-2007, 01:46 PM
Whatever nick I tried to use I got this message :S
nipa56shd contains a banned phrase.
I have customized templates but the hack works fine for me except the nick check thingi :S

Coders Shack
10-28-2007, 04:03 PM
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.

Mudvayne
10-28-2007, 05:10 PM
Did you mean Username Regular Expression? That is blank i mean disabled. Still I'm getting the same message :S

Noxious
10-29-2007, 04:46 PM
I get this problem but only when using IE7, with firefox i dont have a problem

i get this in the username field

<?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

Mudvayne
10-29-2007, 05:11 PM
Yah I have disabled the addon

Zia
10-30-2007, 05:50 AM
badly sad--for this problem..

waiting for a fix..

BadgerDog
10-31-2007, 10:44 AM
I get this problem but only when using IE7, with firefox i dont have a problem


I'm confused.... :confused:

I've been using this mod for months and have no problems or complaints from anyone using IE7.

I have my Guest Usergroup set so they can view certain forums (ie: help etc), but can't view the rest.

What exactly is it that I should be looking for that would cause me to uninstall or turn OFF this mod and wait for what problem to be fixed?

Thanks... :)

Regards,
Badger

Noxious
10-31-2007, 02:00 PM
I have my Guest Usergroup set so they can view certain forums (ie: help etc), but can't view the rest.

To view this problem you need to disable guest access completely, so people are forced to either register or login as soon as they attempt to access your site.

I have been able to bypass the problem by setting the guest usergroup to view forums but then in the forum permissions change them all to can't view, this temp fix will do me for the time being.

I've yet to have time to look through the script and attempt to solve this problem

Mudvayne
10-31-2007, 03:21 PM
To view this problem you need to disable guest access completely, so people are forced to either register or login as soon as they attempt to access your site.
My forum is accessible by guests!

neopet001
11-01-2007, 10:43 AM
Problem with unicode charaters, it CANNOT display unicode characters so it returns error :(

Zia
11-08-2007, 07:52 AM
what about the fix?

bada_bing
11-08-2007, 11:49 AM
I would also like to see a fix please

Coders Shack
11-08-2007, 02:36 PM
what about the fix?
i wish i could, i dont know anythng about diff languages and why this hack wouldnt work with them.

bjhuang
11-10-2007, 03:40 AM
if you press the submit button while leaving the cursor in the image verification text box, you will not pass the verification even if the right value was entered.

when is the 3.1.2 going to be released?

zglows
11-10-2007, 08:59 PM
this is so nice!

Fifthe1ement
11-11-2007, 05:59 AM
Lol, everyone is still waiting on an update from three months ago.. Uninstall and make him update!

Fifth

TheMilkCarton
11-11-2007, 12:27 PM
It would be nice to add support for custom profile field checking, e.g. I have a profile field that is *required* at registration AND has a regexp, so if a person doesn't fill it out correctly they'll get an error message and have to go back and fill out the info again.

I'm not sure how easy that'd be to implement, though... so for now I've just made that field optional (which sort of defeats the purpose of the field in the first place) :( I guess a simple query to check for profile fields that are required at registration, and that have a regexp filled out would be able to grab the correct info, but I'm not exactly the best with coding for vBulletin.

I also had an idea to add a bot-preventative measure to all this... well, two ideas actually.

1) Currently, when you incorrectly fill out a CAPTCHA, it simply clears the field for you and refreshes the image. I doubt bots would ever adapt to this and be able to "brute force" the CAPTCHA box, but I thought an extra level of protection would be nice, say something like an error message that requires a response/click to refresh the CAPTCHA image and clear the input field.

2) Banned email checking. Entering a blacklisted email could either (a) throw an error message saying the domain's been banned or (b) cause the page to redirect to an error message upon entering the banned email.

2a would work perfectly with your idea a few posts ago to grey out the Submit button until all fields are correctly filled out.. This could keep a lot of bots from even getting past the Submit button since their email boxes won't even fill out.. :) Although, I do think a lot of bots probably bypass the actual form altogether with all that special software they use. haha.

Coders Shack
11-11-2007, 09:01 PM
its been kind of busy for me lately i would love to release an update but the problem is i have a full time job @ the moment and am taking 14 college units. (aka I'm also a full time student).

As for bots, turning a capatcha is all you would need to do to prevent a bot. Bots don't use the actual form, well a good bot wouldn't. When you get spammed user sign ups its usually people manually signing up then they add the accounts to a spam list and run a bot that logs in and spams the forum.

hopefully i can find time to release a new one, if you look at the one on Scriptasy it implements the grayed out box.

TheMilkCarton
11-12-2007, 12:18 AM
No need to explain yourself... they were just suggestions. :)

As for bots, I figure that most do bypass the form altogether, but I thought a measure like disallowing banned emails from being entered could at least prevent some bots from ever submitting the form, and maybe even stop some manual spammers in their tracks (the ones who normally get through CAPTCHA).. but I realize that if they're determined they'll just keep entering emails until they find one that's not banned.

Coders Shack
11-12-2007, 04:29 AM
if i do have the time to update this hack, ill look into the banned email addresses.

bots cant bypass the captcha, as for emails if the "spammer" is determined he will just find the list of emails that are OK. But i will look into adding the check. I do know that spammers do use temp email services, such as http://2prong.com/ which is a great service :D (they make a new domain like every day).

Lea Verou
11-12-2007, 04:41 AM
if i do have the time to update this hack, ill look into the banned email addresses.

bots cant bypass the captcha, as for emails if the "spammer" is determined he will just find the list of emails that are OK. But i will look into adding the check. I do know that spammers do use temp email services, such as http://2prong.com/ which is a great service :D (they make a new domain like every day).
If you release an update, please please please try to solve the issue with some languages (eg greek). I can't use the hack because of that problem and so do a lot other greek admins that I know of :( I love this hack, and I can't use it :(

I don't mean to put pressure on you, I am also a student and I work full time at the same time, so I understand what you mean ;) What I'm trying to say is that, please don't forget us!

TheMilkCarton
11-12-2007, 05:09 AM
bots cant bypass the captcha, as for emails if the "spammer" is determined he will just find the list of emails that are OK. But i will look into adding the check. I do know that spammers do use temp email services, such as http://2prong.com/ which is a great service :D (they make a new domain like every day).

I know bots can't bypass CAPTCHA..

I was talking about bots bypassing the actual FORM (as in they wouldn't actually be limited by something like disabling the Submit button, although I still think it'd be a nice feature :)), and "manual" spammers being the ones "bypassing" the CAPTCHA (being human and all).

But I do agree with you, a very determined spammer would just keep cycling through email domains til they find the right one... but honestly, I think they'd much rather just move onto another board that will take the email address that they've been spamming other boards with, instead of sitting around trying to hack into the site.

Coders Shack
11-12-2007, 01:43 PM
If you release an update, please please please try to solve the issue with some languages (eg greek). I can't use the hack because of that problem and so do a lot other greek admins that I know of :( I love this hack, and I can't use it :(

I don't mean to put pressure on you, I am also a student and I work full time at the same time, so I understand what you mean ;) What I'm trying to say is that, please don't forget us!
I still have no idea why it doesn't work with other languages. I wish i did!

Lilyandy
11-16-2007, 10:12 AM
"Username Regular Expression" PCRE After setting, can't use!

Excuse me, how solve?

The eyes ground hopes and may forbid Chinese, Japanese, …etc. the 2 bit word dollar register.

Thank you! ^_^

DEMO:http://www.lilyandy.com/vbb/register.php

rayw
11-19-2007, 07:23 AM
I've had this mod installed for some time now and love it. I've just noticed that it doesn't query the banned email addresses though.

For example, say I've banned '@yahoo.com'. I'm able to type in an email address containing '@yahoo.com' and it says the email is available. When I hit the Complete Registration button though, it says the email address has been banned.

Is there a way to get this mod to query the banned email addresses?

Thanks a lot. :)

Saviour
11-20-2007, 05:07 PM
Absolutely love this mod...

And for those interested...if you have the following mod installed...it will conflict with this mod:

https://vborg.vbsupport.ru/showthread.php?t=160060

So I removed that mod...wasn't serving any purpose, anyway...

Nice job on this hack...I'm absolutely loving it...

Installed on 3.6.8 PL2 and apparently working as expected...

SBlueman
11-21-2007, 05:05 AM
Would it be possible to have some sort of instant e-mail address verification included into this? They have a function like this available for phpbb:

Live Email Validate (LEV) (http://www.phpbb.com/community/viewtopic.php?t=280755)

Newfarm
11-23-2007, 01:28 PM
To bring up an old question asked by someone else eons ago, how do you feel about No Spam! hack support now that you've captcha support anyway ? I know they don't function exactly the same, but could it be doable somehow now ?

AWJunkies
11-24-2007, 10:05 AM
I would love the Email check thing and the submit button NOT to be active till all fields have been filled in. I will look at the code and see if I can help you out. I also like the LIVE EMAIL checker that thing rocks when I used to use phpbb. I will see if that is possible as well.

lazserus
11-24-2007, 07:39 PM
I'm having a strange problem. It seems that this script doesn't allow AOL addresses past the registration page. When a potential member attempts to sign up using an AOL email address it returns an error saying that the email address is invalid. I've confirmed the validity of the email addresses attempting to register, so it must be the plugin. Any ideas on what I could change in the xml file to counter this error?

mri_mohammad
11-24-2007, 11:34 PM
only work for password what can i do?

this is my register page -> http://forum.caltexmovie.com/register.php

yingzhou
11-25-2007, 05:34 AM
how to remove the ajax check for Image Verification, my Member dont like that check!

unknownkind
11-25-2007, 05:15 PM
Hopefully you can help me. Is there a way to move the bar or fix the formatting problem?

http://img90.imageshack.us/img90/1417/overlapoi1.jpg

Thanks for the help!

kafi
12-05-2007, 07:30 AM
Coder Shack it is pitty that we can not use this wonderfull add-on on our foreign language boards.

I believe that vb has some sort of interperter between foront-end and database that translate characters.
When I check my db there are different characters than on the front-end (they are written in UTF-8 code I believe in the db).

Can you use this interperter before you run the text through your javascript? or after that for checking?

nader
12-05-2007, 08:24 AM
does the code support arabia language?

Tearstone
12-05-2007, 12:11 PM
Thank you for continually supporting this mod, it's really evolving quite nicely :)

Coders Shack
12-05-2007, 03:44 PM
Coder Shack it is pitty that we can not use this wonderfull add-on on our foreign language boards.

I believe that vb has some sort of interperter between foront-end and database that translate characters.
When I check my db there are different characters than on the front-end (they are written in UTF-8 code I believe in the db).

Can you use this interperter before you run the text through your javascript? or after that for checking?

does the code support arabia language?

I wish i could, but i have not found out how to fix it.

AWJunkies
12-05-2007, 05:45 PM
What is with aol email issue? is this just one guy or a mod issue that is getting resolved? cant install till it is fixed (big board)

Elenna
12-06-2007, 07:37 PM
I have had people register with AOL email addresses just fine on my board. I am running 3.6.8 (Patch 2).

AWJunkies
12-06-2007, 10:31 PM
I have had people register with AOL email addresses just fine on my board. I am running 3.6.8 (Patch 2).

K then I am going to try it thanks!

Triky
12-07-2007, 12:49 PM
I've tried to add it manually, with the templates changes. My first problem, when I add the <script.. code to the tolp of my register template, and when I click save.. it say this:

The following error occurred when attempting to evaluate this template:

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in c:\programmi\easyphp1-8\www\forum\includes\adminfunctions_template.php(3 596) : eval()'d code on line 21

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.

Can you help me?

Aligator21
12-08-2007, 07:12 AM
I also installed this addon, but i have the known problem with the Greek characters.
Does anyone find any solution?

I've uninstalled due to this problem :(

Coders Shack
12-10-2007, 02:05 PM
I am totally re-coding this project. It should be done by today. It will be much nicer and more compatible than before.

Newfarm
12-10-2007, 02:11 PM
Oooh that is cool, thanks for the work you're putting into this :)

AWJunkies
12-10-2007, 07:36 PM
Thanks I look forward to it!

Coders Shack
12-10-2007, 11:59 PM
ok v4.0.0 has been released in beta.

the upgrade process is:

delete all the files that you uploaded before and uninstall the older version, then install the new one, and finally upload the new files.

ill have an example running ASAP

Coders Shack
12-11-2007, 12:05 AM
ok the example is here: ajaxReg (http://scriptasy.com/register.php)

also im not sure if this fixed the character issues with different languages, but it might of :D

Shazz
12-11-2007, 12:22 AM
Looks good, Upgrading :)

MrApples
12-11-2007, 12:30 AM
Any plans for support for NoSpam? Or actually the "Human Verification System" coming up in 3.7.

TheBlackPoet
12-11-2007, 12:37 AM
this is nice... i like the way it flows.. I had the first edition of this hack.. but this one is a far better improvement...

AWJunkies
12-11-2007, 12:38 AM
Your link and reg does not work. It only shows the username and non of the rest of the code. Fx latest version

OK I see what happened it did not tell my the username was already in use. Or that there was an issue with username. That is why I didn't know what was going on.

Coders Shack
12-11-2007, 12:56 AM
right now I'm open for suggestions/improvements

testebr
12-11-2007, 12:57 AM
Where is the changelog of version 4?

AzzidReign
12-11-2007, 01:22 AM
Can you explain what is different with this version other than it being recoded entirely?

beduino
12-11-2007, 01:27 AM
Hi!
tks for share!
A little question: the order of the steps to upgrade is this?

the upgrade process is:

delete all the files that you uploaded before and uninstall the older version, then install the new one, and finally upload the new files


Only to confirm.
Tks again
Beduino

Coders Shack
12-11-2007, 01:32 AM
havent added a log because this it a early rollout, it functions but i want to make it even better. This release was for suggestions and hopefully to fix alot of issues.

Current Suggestions:

- Add a check button next to the username field instead of a onchange event
- Add a check email button and have it disappear once a good email is entered
- Make it focus on the next field

If anyone has any other ideas please feel free to post them.

Also if the quick flash bothers you when you first load the page i can offer an manual template edit.

Coders Shack
12-11-2007, 01:33 AM
Hi!
tks for share!
A little question: the order of the steps to upgrade is this?


Only to confirm.
Tks again
Beduino
yes basically reverse the install process. then install again.

there are new phrases... so it requires a uninstall.

alexsinev
12-11-2007, 02:13 AM
does the code support arabia language?

I also installed this addon, but i have the known problem with the Greek characters.
Does anyone find any solution?

I've uninstalled due to this problem :(

The solution for the version 3.1.1 is here (https://vborg.vbsupport.ru/showthread.php?p=1311622#post1311622). Just read the thread attentively.

But I have a question to Coders Shack. Have you included such a solution into your new version? This was a great problem for the languages other than English.

aus_dave
12-11-2007, 02:40 AM
I'm not sure I like the gradual reveal of all the fields on this version - I thought the 'old' form was pretty good :).

Will it be possible to override this as an option?

Great hack btw too!

Saviour
12-11-2007, 02:53 AM
So...basically there are no security issues with the previous version of this hack...just cosmetic fixes? Am I correct?

I really don't see the need to update this hack if the one I currently have installed is working perfectly.

I see a lot of this going on...where a mod comes out and users make referenece to this and that...having nothing to do with the overall functionality of a hack. The coder then feels the need to change it based on these recommendations...when there really isn't the need to do so.

Coders Shack...

Just leave it alone man...it's working fine on 3.6.8 PL2...

I really don't want to change it, if I don't have to. Plus...you sent all those who have installed your previous version...which was stable I might add...an email to a manual update of a Beta version...which IMHO isn't stable...otherwise, it wouldn't be a Beta version...right?

Okay...the changes you made per your post:

Add a check button next to the username field instead of a onchange event
Add a check email button and have it disappear once a good email is entered
Make it focus on the next field


You see my point? All of the changes you made above aren't necessary. Your previous version works fine. Leave well enough alone, man...seriously. Otherwise, I think I'll just uninstall this thing before you have someone tell you..."Hey, can you change the color of the red 'x' to a purple 'x'?"

This is a great hack, man...don't ruin it for everyone...

BTW...why don't you remove the unecessary vulgar email address from your attached image for this hack...really...that was a lack of good judgment...and a show of poor taste.

Coders Shack
12-11-2007, 03:07 AM
So...basically there are no security issues with the previous version of this hack...just cosmetic fixes? Am I correct?

I really don't see the need to update this hack if the one I currently have installed is working perfectly.

I see a lot of this going on...where a mod comes out and users make referenece to this and that...having nothing to do with the overall functionality of a hack. The coder then feels the need to change it based on these recommendations...when there really isn't the need to do so.

Coders Shack...

Just leave it alone man...it's working fine on 3.6.8 PL2...

I really don't want to change it, if I don't have to. Plus...you sent all those who have installed your previous version...which was stable I might add...an email to a manual update of a Beta version...which IMHO isn't stable...otherwise, it wouldn't be a Beta version...right?

Okay...the changes you made per your post:

Add a check button next to the username field instead of a onchange event
Add a check email button and have it disappear once a good email is entered
Make it focus on the next field


You see my point? All of the changes you made above aren't necessary. Your previous version works fine. Leave well enough alone, man...seriously. Otherwise, I think I'll just uninstall this thing before you have someone tell you..."Hey, can you change the color of the red 'x' to a purple 'x'?"

This is a great hack, man...don't ruin it for everyone...

BTW...why don't you remove the unecessary vulgar email address from your attached image for this hack...really...that was a lack of good judgment...an a show of poor taste.
main thing was that in the previous version it used RAW ajax, which had quite a few issues with different browsers. This version is much more cross-browser compatible. As for my taste and judgment they are both poor, not like that has anything to do with the quality of my release. Basically the past version was done wrong... and sloppy, i decided to do it the correct way and a more compatible way. Also i can care less if you uninstall my mod... I coded it for myself and its not like I'm being commissioned for my releases, 1 install vs 1,000 makes no difference.

AWJunkies
12-11-2007, 03:20 AM
Did you see issue with username? It does not let you know there is an error if you put a username in that is already in use. Does nothing and the rest of the email and pass stuff does not show. You are kinda just stagnant until you go lets try another username. SO I suggest there be that username is already in use notice below username if that is the case.

Coders Shack
12-11-2007, 03:30 AM
Did you see issue with username? It does not let you know there is an error if you put a username in that is already in use. Does nothing and the rest of the email and pass stuff does not show. You are kinda just stagnant until you go lets try another username. SO I suggest there be that username is already in use notice below username if that is the case.
it doesn't give me an error, look @ the demo and type in chad.

TheMilkCarton
12-11-2007, 03:33 AM
it doesn't give me an error, look @ the demo and type in chad.

I don't get anything going to your demo. It looks completely default.

EDIT:

Aha. I had to hard refresh for some reason. Sorry.

EDIT2:

HOWEVER, there are some big issues with the email fields. If you remove what you've typed and then try again, the system doesn't reinitialize, meaning it stays red, because it still thinks you've removed the email. It also didn't tell me the 2nd email field matched, even though it did.

EDIT3:

It's because I was using autocomplete, which should probably be turned off on those fields. :)

(also, one tiny bug I noticed -- not with this mod -- is that the banner to your site uses an onclick event, but there is no cursor: pointer; :))