سلام



کد PHP:

<section id="login">
<
div id="message_container">




</
div>

<
h1>ثبت نام</h1>

<
script type="text/javascript">
 var 
RecaptchaOptions = {
    
theme 'white'
 
};
 </
script>
<
div style="font-size:14px;">
<
strong>توجه:</strong><br />
تمام فیلدها اجباری هستند و باید پر شوند.<br />

</
div>
<
form name="register_form" id="register_form" method="post" action="register_backend.php">
<
fieldset class="inputs">
<
input type="text" name="form_login" id="reset_form_login" class="input" value="" size="20" tabindex="10"
placeholder="نام کاربری"/>
<
input type="text" name="form_email" id="reset_form_login" class="input" value="" size="20" tabindex="10"
placeholder="ایمیل"/>
<
input type="hidden" name="form_nonce" id="reset_form_nonce" value="19a37210b88007278a3b77fda228079a"/>
<
input type="password" name="form_password" id="reset_form_password" class="input" value="" size="20" tabindex="20"
placeholder="رمز عبور"/>
<
br /><div style="margin:-10px 0">* رمز عبور فقط شامل حروف و اعداد باشد.</div><br />
<
input type="password" name="form_password_bis" id="reset_form_password_bis" class="input" value="" size="20" tabindex="30"
placeholder="رمز عبور (تکرار)"/>
<
input type="text" name="form_alias" id="reset_form_login" class="input" value="" size="20" tabindex="30"
placeholder="نام مستعار"/>
</
fieldset>

<
label>کد امنیتی را وارد نمایید:</label>
<
style type="text/css">
.
recaptchatable {
    
line-height:15px;
}
#recaptcha_response_field {
    
text-align:left;
    
direction:ltr;
}
.
recaptchatable td.recaptcha_r8_c1,
.
recaptchatable td.recaptcha_r7_c1,
.
recaptchatable td.recaptcha_r3_c3,
.
recaptchatable td.recaptcha_r3_c1,
.
recaptchatable td.recaptcha_r2_c2,
.
recaptchatable td.recaptcha_r2_c1,
.
recaptchatable td.recaptcha_r1_c1 {
    
background:none;
}
</
style>
  <
script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LfzjugSAAAAAKu9L6faprLiGm-tXK36dvox6fDN"></script>

    <
noscript>
          <
iframe src="http://www.google.com/recaptcha/api/noscript?k=6LfzjugSAAAAAKu9L6faprLiGm-tXK36dvox6fDN" height="300" width="500" frameborder="0"></iframe><br/>
          <
textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
          <
input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
    </
noscript>
<
fieldset class="actions">
<
input class="submit" id='reset_form_submit' type="submit" value="ثبت نام" tabindex="100"/>
</
fieldset>
</
form>

<
p id="nav">
<
a id="alternate_reset_nav" href="index.php"  title="Sign in">ورود</a>
<
a id="reset_form_nav" href="#" style="display:none;" title="Back">لغو</a>
</
p>
</
section