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)

Cheerpipe 03-29-2007 02:52 PM

Installed

cool hack and thanks by spanish translation

Spinball 03-29-2007 07:11 PM

Quote:

Installation Instructions:
Included In ZIP
Erm, excuse me, but no, they aren't.

Mr Chad 03-29-2007 09:52 PM

Quote:

Originally Posted by Spinball (Post 1215521)
Erm, excuse me, but no, they aren't.

the template edits are in the zip. But are not needed if you used the pre-edited template i provided.

So in a way they are included.

Spinball 03-30-2007 05:53 AM

Quote:

Originally Posted by Mr Chad (Post 1215646)
the template edits are in the zip. But are not needed if you used the pre-edited template i provided.

So in a way they are included.

Yes I see the template edits are in there. But no instructions on where to put the images or where to upload the files. Some people need their hands holding a little more than others. ;)

Dead End Society 03-30-2007 07:02 AM

Quote:

Originally Posted by TWTCommish (Post 1211362)
Looks great; very polished. But until/if the apostrophe issue is sorted out, I'll have to pass.

I still don't see a solution to this yet, anyone? I really want to keep this mod installed.

Of course when someone types an apostrophe this error occurs....

Quote:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head> <title>Dead End Society Database Error</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <style type="text/css"> <!-- body { background-color: white; color: black; } #container { width: 400px; } #message { width: 400px; color: black; background-color: #FFFFCC; } #bodytitle { font: 13pt/15pt verdana

bela-meaad 04-01-2007 01:26 PM

i need guest to register using @yahoo.com $ @gmail.com accounts only not other emails

is that possible with this mod?

Krumbz 04-01-2007 04:23 PM

When i insert a screen name "Test" it comes back with a <br /> Im using vbulletin 3.6.5

http://i91.photobucket.com/albums/k287/MrKronik/hmm.gif

Mr Chad 04-01-2007 09:15 PM

Quote:

Originally Posted by bela-meaad (Post 1217483)
i need guest to register using @yahoo.com $ @gmail.com accounts only not other emails

is that possible with this mod?

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)

Mr Chad 04-01-2007 09:16 PM

Quote:

Originally Posted by Dead End Society (Post 1215936)
I still don't see a solution to this yet, anyone? I really want to keep this mod installed.

Of course when someone types an apostrophe this error occurs....

I'm not sure how to fix this yet.

Benj 04-01-2007 09:17 PM

works fine for me sweet !! thanks alot :D

Barakat 04-02-2007 12:01 AM

works great for me thanks a lot

bela-meaad 04-02-2007 02:09 AM

Quote:

Originally Posted by Mr Chad (Post 1217847)
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

SnowBot 04-02-2007 10:29 AM

Installing now :0 THX!

Mr Chad 04-02-2007 08:53 PM

Quote:

Originally Posted by bela-meaad (Post 1218027)
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;
                        }


The Bish 04-04-2007 03:55 AM

Installed!

Tom_S 04-04-2007 10:17 PM

You got my vote. Sweet! Installed.

bela-meaad 04-05-2007 05:28 AM

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

Abe1 04-05-2007 01:16 PM

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>

Mr Chad 04-05-2007 01:56 PM

Quote:

Originally Posted by bela-meaad (Post 1220168)
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 (Post 1220344)
I get this in the username field when I move out of it after typing anything:

Did you forgot to install the plugin?

Abe1 04-05-2007 03:47 PM

Quote:

Originally Posted by Mr Chad (Post 1220379)
Did you forgot to install the plugin?

Yes, i did install it.

audis3 04-05-2007 06:53 PM

Installed!Thanks!You have my vote!

Mr Chad 04-05-2007 09:32 PM

Quote:

Originally Posted by Abe1 (Post 1220457)
Yes, i did install it.

well, I'm sorry but i cannot reproduce your problem.

have you tried it on multiple browsers yet, and are the results the same?
Quote:

Originally Posted by audis3 (Post 1220566)
Installed!Thanks!You have my vote!

thanks

abdulla1 04-05-2007 11:06 PM

Works great here except that it doesnt check the username using regular expressions, so usernames that arent allowed to be registered are noted as available.

Mr Chad 04-06-2007 12:31 AM

not sure what regular expressions are usually used. (if i did then i would add them)

blastup 04-06-2007 04:37 AM

<a href="http://indexspot.com/register.php" target="_blank">http://indexspot.com/register.php</a>........ can you check it got problems.. idk why only the user name.. don;t work all the others worked fine.. the username..part.. when put any name.. it approves it.. do you know how to fix?

blastup 04-06-2007 04:49 AM

i had switched.. back.. to the original code for the username section.. when users put a username in.. after it checks it the whole name disappears .. so when press submit.. it don't work.. because it siad username is empty.. gotta help me..

Mr Chad 04-06-2007 05:59 AM

did you install the plugin?

HDT 04-06-2007 11:41 AM

Why got "page not found " when enter a username?

Installed on VB 3.6.0,any help will appreciated.

Mr Chad 04-06-2007 01:22 PM

Quote:

Originally Posted by HDT (Post 1220989)
Why got "page not found " when enter a username?

Installed on VB 3.6.0,any help will appreciated.

did you install the plugin?

Abe1 04-06-2007 01:45 PM

Quote:

Originally Posted by Mr Chad (Post 1220668)
well, I'm sorry but i cannot reproduce your problem.

have you tried it on multiple browsers yet, and are the results the same?

I think i narrowed it down. Test if the forum is locked for guests.

Abe1 04-06-2007 01:49 PM

Quote:

Originally Posted by Mr Chad (Post 1221044)
did you install the plugin?

BTW, to make life easier, you should release it as a product. It's what most users are used to.

dbirosel 04-06-2007 06:28 PM

Suggestion:

Can you add an option to remove the additional information? :D I want it to look simple, and just have the recommended fields.

|Jordan| 04-07-2007 08:35 PM

What happened to the download link? Why are coders removing their hacks from vb.org? Mutiny?


All times are GMT. The time now is 09:03 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.01502 seconds
  • Memory Usage 1,817KB
  • 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
  • (6)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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