What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » Improve user registration

Improve user registration
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
O.P. RE: Improve user registration
I generate 2 random numbers and just print it to the screen

PHP code:
        <div id="content">
            <h1>Verify Your Account</h1>
            <cite>Welcome <?=$strUsername;?></cite>
            <?
                $n1 = @rand(1, 10);
                $n2 = @rand(1, 10);
                $_SESSION['answer'] = $n1+$n2;
            ?>
            <p><? if ($error == true) echo "An incorrect answer was provided. Please try again.<br />"; ?>
            Please verify your account by answering the following question.</p>
            <form id="verify" action="<?=$url;?>verify/<?=$_GET['v'];?>/" method="post">
                <div>
                    <label for="answer"><?=($n1).'+'.($n2).'=';?></label>
                    <input type="text" name="answer" id="answer" />
                </div>
                <div>
                    <input type="submit" name="submit" id="submit" value="Submit" />
                </div>
            </form>
        </div>


But this is also done after the user registers, gets an email verification link then they are prompted with this.

This post was edited on 02-18-2010 at 03:31 PM by matty.
02-18-2010 03:30 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Improve user registration - by matty on 02-17-2010 at 03:19 PM
RE: Improve user registration - by blessedguy on 02-17-2010 at 04:11 PM
RE: Improve user registration - by Lou on 02-17-2010 at 07:18 PM
RE: Improve user registration - by toddy on 02-17-2010 at 07:24 PM
RE: Improve user registration - by Menthix on 02-17-2010 at 07:31 PM
RE: Improve user registration - by WDZ on 02-17-2010 at 11:46 PM
RE: Improve user registration - by Nagamasa on 02-18-2010 at 03:59 AM
RE: Improve user registration - by prashker on 02-18-2010 at 04:11 AM
RE: Improve user registration - by CookieRevised on 02-18-2010 at 08:37 AM
RE: Improve user registration - by matty on 02-18-2010 at 03:30 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On