vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - AJAX / Cool Registration (https://vborg.vbsupport.ru/showthread.php?t=142181)

momo2 03-17-2007 08:45 AM

i tried it it seems one of the last code was not in my register code

Quote:

<input type="text" class="bginput" name="emailconfirm" size="25" maxlength="50" value="$emailconfirm" dir="ltr" />
</td>
</tr>

harmor19 03-17-2007 08:46 AM

What is your site?

Kadi 03-17-2007 09:11 AM

Great idea. Members often mispell their emails.

Will this work on an Arabic (right to left) forum?

If so, do I translate through Languages & Phrases?

Thanks

spy90000 03-17-2007 10:37 AM

I like it , thanks

spy90000 03-17-2007 10:43 AM

Quote:

Great idea. Members often mispell their emails.

Will this work on an Arabic (right to left) forum?

If so, do I translate through Languages & Phrases?

Thanks
just translate the Phrases within ( register.js) , and it works LTR .

subzero06 03-17-2007 12:20 PM

I just FIXED the register.js spanish version

PHP Code:

if (sText == 0) {
                var 
sText "&nbsp;<img src='./images/misc/bad.gif'>&nbsp;";
                
inputboxElem.setAttribute("class""inputbad");
                
inputboxElem.setAttribute("className""inputbad");
            } else if (
sText == 1) {
                var 
sText "&nbsp;<img src='./images/misc/good.gif'>&nbsp;";
                
inputboxElem.setAttribute("class""inputgood");
                
inputboxElem.setAttribute("className""inputgood");
            } 

Instead of

./mainframe/misc/bad.gif
./mainframe/misc/good.gif

Lizard King 03-17-2007 03:44 PM

I will install late tonight in order to deeply investigate with non-english characters but i translated it to Turkish.

Kadi 03-17-2007 04:32 PM

Quote:

Originally Posted by spy90000 (Post 1205522)
just translate the Phrases within ( register.js) , and it works LTR .

Thanks.

Is it working ok with Arabic characters in names registered?

Luky 03-17-2007 04:56 PM

IPB Remake, i love it! their registration system rox!

spy90000 03-17-2007 07:11 PM

Quote:

Originally Posted by Kadi (Post 1205697)
Thanks.

Is it working ok with Arabic characters in names registered?

When I saw ur post , I checked with Arabic name

It gave me like this :

%u0645%u0644%u0627%u0643 %u0627%u0644%u0634%u0648%u0642

:confused: :confused:

So, now even the new username cann't do the registration with Arabic anymore !!!! :(

Mr Chad any help for this , coz I have to uninstall the mod to makes the registration with Arabic names working fine again.

Mr Chad 03-17-2007 07:17 PM

Quote:

Originally Posted by spy90000 (Post 1205793)
When I saw ur post , I checked with Arabic name

It gave me like this :

%u0645%u0644%u0627%u0643 %u0627%u0644%u0634%u0648%u0642

:confused: :confused:

So, now even the new username cann't do the registration with Arabic anymore !!!! :(

Mr Chad any help for this , coz I have to uninstall the mod to makes the registration with Arabic names working fine again.

i don't know anything about arabic characters :/

spy90000 03-17-2007 07:27 PM

we mostly used

charset=windows-1256 as primary and UTF-8 in our forums.

or

encoding="ISO-8859-6" in rarely.

Mr Chad 03-17-2007 07:37 PM

Quote:

Originally Posted by spy90000 (Post 1205801)
we mostly used

charset=windows-1256 as primary and UTF-8 in our forums.

or

encoding="ISO-8859-6" in rarely.

yea but nothing in the script defines the language.

its just matching and character lengths.

spy90000 03-17-2007 07:49 PM

you r right in this , but why gave that strange error !!

anyway, am still likes ur mod :) , but am gonna to uninstall it for time been .

I'll try to figure out the reason, the I'll be back for feedback :)

jazde86 03-17-2007 07:59 PM

Here is the German version.

BUT, please do a product and phrase it! Thanks! :)

KBV 03-17-2007 08:02 PM

In IE7; If you write a nick that is already in use it shows "NICK is Available" put the input field is blanked. When I tested the same thing i FF2 it shows "NICK is in use" and the field is blanked. If you write a nick not in use it works fine.

Lizard King 03-17-2007 08:28 PM

I also can confirm that this mod doesn't work with non english characters in usernames. Also there are error in template edits. In each template edit you shall leave space before input closing tag. You shall also correct this .

Mr Chad 03-17-2007 09:02 PM

Quote:

Originally Posted by jazde86 (Post 1205818)
Here is the German version.

BUT, please do a product and phrase it! Thanks! :)

Thanks for the translation.

also if i phrased it, i would need to include the JS into the template or something.

Quote:

Originally Posted by KBV (Post 1205819)
In IE7; If you write a nick that is already in use it shows "NICK is Available" put the input field is blanked. When I tested the same thing i FF2 it shows "NICK is in use" and the field is blanked. If you write a nick not in use it works fine.

I could not reproduce this error. NICK is Available will leave the text in the input.

Quote:

Originally Posted by Lizard King (Post 1205832)
I also can confirm that this mod doesn't work with non english characters in usernames. Also there are error in template edits. In each template edit you shall leave space before input closing tag. You shall also correct this .

ok im pretty sure i fixed the error in the template.

KBV 03-17-2007 11:04 PM

Quote:

Originally Posted by Mr Chad (Post 1205849)
I could not reproduce this error. NICK is Available will leave the text in the input.

Yes, but if you select a new that is in use, it gives you the green border and text "NICK is available" which should be red. :P

KBV 03-17-2007 11:08 PM

And I can also confirm that it doesn't work with characters outside a-z 0-9. æøåäöë etc. doesn't work.

Kirk Y 03-17-2007 11:09 PM

æøåäöë -- all work for me.

Shazz 03-17-2007 11:13 PM

Quote:

Originally Posted by acidburn0520 (Post 1205916)
?????? -- all work for me.

[high]* Shazz 2nds
[/high]

yup :up:

Mr Chad 03-17-2007 11:28 PM

Quote:

Originally Posted by KBV (Post 1205911)
Yes, but if you select a new that is in use, it gives you the green border and text "NICK is available" which should be red. :P

I still cant reproduce that issue.

Lizard King 03-18-2007 01:03 AM

Quote:

Originally Posted by acidburn0520 (Post 1205916)
?????? -- all work for me.

Give e a link to check

Shazz 03-18-2007 01:10 AM

Quote:

Originally Posted by Lizard King (Post 1205965)
Give e a link to check

I can confirm it works...

OziloZ 03-18-2007 01:34 AM

It works perfect
thanks :up:

subzero06 03-18-2007 01:34 AM

I'm having problems with 3.6.4
Every time i use a nick that is already registered like "admin" It tells me that admin Is Available
when IS NOT! bcus its already registered...i tried other registered nicks and still says that they are available.
How can i fix it!

Mr Chad 03-18-2007 01:57 AM

Quote:

Originally Posted by subzero06 (Post 1205987)
I'm having problems with 3.6.4
Every time i use a nick that is already registered like "admin" It tells me that admin Is Available
when IS NOT! bcus its already registered...i tried other registered nicks and still says that they are available.
How can i fix it!

do you have a table prefix? also did you rename your user table or something stupid like that?

subzero06 03-18-2007 02:02 AM

Nop nothing like that.
**********

thincom2000 03-18-2007 02:08 AM

I had this exact problem until I realized I forgot to import the plugin.

Shazz 03-18-2007 02:10 AM

Quote:

Originally Posted by thincom2000 (Post 1206013)
I had this exact problem until I realized I forgot to import the plugin.

lol...
Did that fix the problem?

subzero06 03-18-2007 02:16 AM

Is the plugin in the Administration plugin called "checkusername"? bcus for some reason i have 5 checkusername things

subzero06 03-18-2007 02:34 AM

lol...nvm i fixed it, i had to delete those four and just leave one "checkusername" plugin

Kadi 03-18-2007 06:01 AM

Quote:

Originally Posted by spy90000 (Post 1205812)
you r right in this , but why gave that strange error !!

anyway, am still likes ur mod :) , but am gonna to uninstall it for time been .

I'll try to figure out the reason, the I'll be back for feedback :)

Same here.

Thanks for your feedback, spy90000. :)

Great mod though, Mr.Chad. :up:

Mr Chad 03-18-2007 07:29 AM

most of the issues are just installation errors. I'm not sure how u had 4 plugins. lol

KBV 03-18-2007 09:08 AM

Great addon, but I'm gonna uninstall as well. It seems random for what it works with an not.

redlabour 03-18-2007 09:15 AM

Quote:

Originally Posted by Mr Chad (Post 1205212)
there is a plugin and your post is useless... Its posts like this that make me not release all my addons.

Excuse me - i meaned No Product and again not fully phrased.

jazde86 03-18-2007 09:43 AM

I uninstalled too and switched to another AJAX Register Check Hack.

M-Tuning 03-18-2007 09:51 AM

<a href="http://www.psp-media.nl/register.php" target="_blank">www.psp-media.nl/register.php</a>

Works perfect.

da420 03-18-2007 03:44 PM

Quote:

Originally Posted by redlabour (Post 1206187)
Excuse me - i meaned No Product and again not fully phrased.

Why should this hack be a product?

If I needed it phrased that bad I'd do it myself...


All times are GMT. The time now is 08:05 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.01683 seconds
  • Memory Usage 1,826KB
  • 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
  • (1)bbcode_php_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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