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

Reply
 
Thread Tools
AJAX / Cool Registration Details »»
AJAX / Cool Registration
Version: 0, by Mr Chad Mr Chad is offline
Developer Last Online: Apr 2009 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.5 Rating:
Released: 03-15-2007 Last Update: Never Installs: 191
 
No support by the author.

Removed.

Show Your Support

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

Comments
  #212  
Old 04-02-2007, 12:01 AM
Barakat's Avatar
Barakat Barakat is offline
 
Join Date: Nov 2004
Location: Jerusalem
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works great for me thanks a lot
Reply With Quote
  #213  
Old 04-02-2007, 02:09 AM
bela-meaad bela-meaad is offline
 
Join Date: Jan 2005
Location: Saudi Arabia
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mr Chad View Post
yes this is possible, look inside the javascript and look for the email function. just make it check if thats the domain. (if i have spare time ill try to make it for you)
which line?
i couldn`t find it
Reply With Quote
  #214  
Old 04-02-2007, 10:29 AM
SnowBot's Avatar
SnowBot SnowBot is offline
 
Join Date: Jul 2003
Location: Manchester UK
Posts: 631
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installing now :0 THX!
Reply With Quote
  #215  
Old 04-02-2007, 08:53 PM
Mr Chad's Avatar
Mr Chad Mr Chad is offline
 
Join Date: Jul 2005
Posts: 911
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bela-meaad View Post
which line?
i couldn`t find it
find line 14 in the .js it should look like this:
Code:
			var matchArray=emailStr.match(emailPat);
under it add this:
Code:
			if (!emailStr.match("@yahoo.com") || !emailStr.match("@gmail.com")) {
				LoginStatus('email_1','email_1_status',null,'0', 'You may only register to this forum with Yahoo or Gmail emails.');
				return false;
			}
Reply With Quote
  #216  
Old 04-04-2007, 03:55 AM
The Bish's Avatar
The Bish The Bish is offline
 
Join Date: Aug 2006
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed!
Reply With Quote
  #217  
Old 04-04-2007, 10:17 PM
Tom_S Tom_S is offline
 
Join Date: Jan 2007
Location: VA Beach
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You got my vote. Sweet! Installed.
Reply With Quote
  #218  
Old 04-05-2007, 05:28 AM
bela-meaad bela-meaad is offline
 
Join Date: Jan 2005
Location: Saudi Arabia
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i`m using UTF-8 Unicode
with arabic language

1: when i try to register in arabic word i got this error

inside the box after checking

Code:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><HTML><HEAD><TITLE>406 Not Acceptable</TITLE></HEAD><BODY><H1>Not Acceptable</H1>An appropriate representation of the requested resource /ajax.php could not be found on this server.<P><HR><ADDRESS>Apache/1.3.37 Server at www.bela-meaad.com Port 80</ADDRESS><br /><div style="z-index:3" class="smallfont" align="center">Search Engine Optimization by <a rel="nofollow" href="http://www.vbseo.com/486/">vBSEO</a> 3.0.0 RC8</div><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-537308-2";urchinTracker();</script><br /><div style="z-index:3" class="smallfont" align="center">Search Engine Optimization by <a rel="nofollow" href="http://www.vbseo.com/486/">vBSEO</a> 3.0.0 RC8</div><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-537308-2";urchinTracker();</script></BODY></HTML>
& this below

Code:
Not Acceptable
An appropriate representation of the requested resource /ajax.php could not be found on this server.


--------------------------------------------------------------------------------

Apache/1.3.37 Server at www.bela-meaad.com Port 80


Search Engine Optimization by vBSEO 3.0.0 RC8


Search Engine Optimization by vBSEO 3.0.0 RC8
2: still member can register with any email
ignoring the warning


Thanks
Reply With Quote
  #219  
Old 04-05-2007, 01:16 PM
Abe1's Avatar
Abe1 Abe1 is offline
 
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get this in the username field when I move out of it after typing anything:

Quote:
<?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>
Reply With Quote
  #220  
Old 04-05-2007, 01:56 PM
Mr Chad's Avatar
Mr Chad Mr Chad is offline
 
Join Date: Jul 2005
Posts: 911
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bela-meaad View Post
i`m using UTF-8 Unicode
with arabic language

1: when i try to register in arabic word i got this error

inside the box after checking

Code:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><HTML><HEAD><TITLE>406 Not Acceptable</TITLE></HEAD><BODY><H1>Not Acceptable</H1>An appropriate representation of the requested resource /ajax.php could not be found on this server.<P><HR><ADDRESS>Apache/1.3.37 Server at www.bela-meaad.com Port 80</ADDRESS><br /><div style="z-index:3" class="smallfont" align="center">Search Engine Optimization by <a rel="nofollow" href="http://www.vbseo.com/486/">vBSEO</a> 3.0.0 RC8</div><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-537308-2";urchinTracker();</script><br /><div style="z-index:3" class="smallfont" align="center">Search Engine Optimization by <a rel="nofollow" href="http://www.vbseo.com/486/">vBSEO</a> 3.0.0 RC8</div><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-537308-2";urchinTracker();</script></BODY></HTML>
& this below

Code:
Not Acceptable
An appropriate representation of the requested resource /ajax.php could not be found on this server.


--------------------------------------------------------------------------------

Apache/1.3.37 Server at www.bela-meaad.com Port 80


Search Engine Optimization by vBSEO 3.0.0 RC8


Search Engine Optimization by vBSEO 3.0.0 RC8
2: still member can register with any email
ignoring the warning


Thanks
I'm not sure about you issue. It seems your rewrite URL's are not letting the script access the ajax.php
Quote:
Originally Posted by Abe1 View Post
I get this in the username field when I move out of it after typing anything:
Did you forgot to install the plugin?
Reply With Quote
  #221  
Old 04-05-2007, 03:47 PM
Abe1's Avatar
Abe1 Abe1 is offline
 
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mr Chad View Post
Did you forgot to install the plugin?
Yes, i did install it.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:07 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06173 seconds
  • Memory Usage 2,309KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete