%include:header%>
<%error_send_password%>
function random_password()
{
mt_srand((double)microtime()*1000000);
$charset="qwertyuiopasdfghjklzxcvbnm1234567890";
for ( $i = 0; $i < 8; $i++ )
$ret.=($charset[mt_rand(0,35)]);
return $ret;
}
?>
if (!$email) {?>
|
|
| =$first?> =$last?> | |
| We asked you: | "=$secretq?>" |
| You answered: | "=$answer?>" |
| This is: | if (!strcasecmp($answer, $secreta)) { ?>Correct } else {?>Incorrect - Try Again } ?> |
| Your username: | =$username?> |