> <?php echo _CREATE_ACCOUNT_TITLE ?>

' . htmlspecialchars($a->createAccount()) . '

'; if (isset($_POST['name'])) $name = 'value="' . htmlspecialchars($_POST['name']) . '" '; if (isset($_POST['realname'])) $realname = 'value="' . htmlspecialchars($_POST['realname']) . '" '; if (isset($_POST['email'])) $email = 'value="' . htmlspecialchars($_POST['email']) . '" '; if (isset($_POST['url'])) $url = 'value="' . htmlspecialchars($_POST['url']) . '" '; // $showform = 1; // } else { // $showform = 0; echo $message; } ?>

/>


/>


/>


/>
'createaccount.php', 'prelabel' => '', 'postlabel' => '
', 'prefield' => '', 'postfield' => '

' ); $manager->notify('RegistrationFormExtraFields', $data); // add a Captcha challenge or something else $manager->notify('FormExtra', array('type' => 'membermailform-notloggedin')); ?>