冰客 发表于 2008-12-26 11:39:41

datalife Modules : Fast Registration


Version engine: 6 .* - 7.*

Tested on DLE 6.7 and 7.3


How to:

- Open main.tpl

- At any block in the right place paste:

<formmethod="post" name="registration" id="registration" action="?do=register">
         
                           Username:
                           <br>
                           <input type="text" name="name" id='name' style="width:108; height:21" class="f_input" />
                           <BR>
                              <input style="height:18px; font-family:tahoma; font-size:11px; border:1px solid #DFDFDF; background: #FFFFFF" title="Checking

Availablity" onclick="CheckLogin(); return false;" type="button" value="Check Name" /><div id='result-registration'></div>
                           <BR>
                           Password:
                           <BR>
                           <input type="password" name="password1" class="f_input" />
                           <BR>
                            Confirm Password:
                           <BR>                        
                           <input type="password" name="password2" class="f_input" />
                           <BR>
                           <BR>
                           E-Mail:<BR>
                            <input type="text" name="email" class="f_input" />
                           <BR>
                           Safety Code:
                           <BR>
                            <img src="/engine/modules/antibot.php" alt="Please Write This Code in The Box Below" border="0">
                            <BR>
                            Enter Here:
                            <BR>
                            <input type="text" name="sec_code" style="width:115px" class="f_input" />
                            <BR>
                        <input type="image" style="width:80px; height:20px" src="/templates/Default/images/dlet_bttn_submit.gif" name="submit" alt="Submit" />
                        <input name="submit_reg" type="hidden" id="submit_reg" value="submit_reg">
</form>
页: [1]
查看完整版本: datalife Modules : Fast Registration