Basit üyelik

Son güncelleme: 15.02.2007 13:36
  • main Boardın Basit üyelik Sistemini Bizlere Sunabilirmisiniz Acaba Cünki Buldugun Cogu Basit üyeliklerin Hepsi Hatalı Cogu Üye olan Kişilerin Avatarını Kimisininde isimleri Bozuk Görünüyor

    MainBoardın register.php Alabilirmiyiz
#14.02.2007 22:52 0 0 0
  • register.php orjinalini kullaniyorum.


    sadece register templatestekileri degistirmen yeterlidir...








    <?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
    <head>
    <title>$master_board_name | {$lang->items['LANG_REGISTER_TITLE']}</title>
    $headinclude
    </head>
    <body>
    $header
    $register_error

    <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
    </table>
    <br /><br />

    <form action="register.php" method="post">
    <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
    <tr>
    <td class="tablecat" align="left" colspan="2"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_QUICK_REG']}</b></span></td>
    </tr>
    <tr>
    <td class="tabletitle" align="left" colspan="2"><span class="smallfont">{$lang->items['LANG_REGISTER_NEEDED_INFORMATION']}</span></td>
    </tr>
    <tr align="left">
    <td class="tablea" style="width:50%"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_USERNAME']}</b></span></td>
    <td class="tablea" style="width:50%"><span class="normalfont"><input type="text" class="input" name="r_username" value="$r_username" maxlength="50" /></span></td>
    </tr>
    <tr align="left">
    <td class="tableb"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_EMAILADDRESS']}</b></span></td>
    <td class="tableb"><span class="normalfont"><input type="text" class="input" name="r_email" value="$r_email" maxlength="150" /></span></td>
    </tr>

    <if($emailverifymode!=3)>
    <then>
    <tr align="left">
    <td class="tablea"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_PASSWORD']}</b></span></td>
    <td class="tablea"><span class="normalfont"><input type="password" class="input" name="r_password" value="$r_password" maxlength="30" /></span></td>
    </tr>
    <tr align="left">
    <td class="tablea"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_CONFIRMPASSWORD']}</b></span></td>
    <td class="tablea"><span class="normalfont"><input type="password" class="input" name="r_confirmpassword" value="$r_confirmpassword" maxlength="30" /></span></td>
    </tr>
    </then>
    </if>
    <if($reg_image == 1)><then>
    <tr align="left">
    <td class="tableb"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_CODE']}</b><br /></span><span class="smallfont">{$lang->items['LANG_REGISTER_CODE_DESC']}<br /><img src="regimage.php?key_number=$key_number" alt="" border="0" /></span></td>
    <td class="tableb"><span class="normalfont"><input type="text" class="input" name="key_string" value="$key_string" length="10" maxlength="6" /><input type="hidden" name="key_number" value="$key_number" /></span></td>
    </tr>
    </then></if>
    <tr align="left">
    <td class="tableb"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_GENDER']}</b></span></td>
    <td class="tableb"><select name="r_gender">
    <option value="0">{$lang->items['LANG_REGISTER_NODECLARATION']}</option>
    <option value="1"$gender[1]>{$lang->items['LANG_REGISTER_MALE']}</option>
    <option value="2"$gender[2]>{$lang->items['LANG_REGISTER_FEMALE']}</option>
    </select></td>
    </tr>
    $profilefields_required
    </table><br />
    <if($r_invisible==1)>
    <then>
    <input type="hidden" name="r_invisible" value="1" />
    </then>
    </if>
    <if($r_invisible==0)>
    <then>
    <input type="hidden" name="r_invisible" value="0" />
    </then>
    </if>
    <if($r_nosessionhash==1)>
    <then>
    <input type="hidden" name="r_nosessionhash" value="1" />
    </then>
    </if>
    <if($r_usecookies==0)>
    <then>
    <input type="hidden" name="r_nosessionhash" value="0" />
    </then>
    </if>
    <if($r_usecookies==1)>
    <then>
    <input type="hidden" name="r_usecookies" value="1" />
    </then>
    </if>
    <if($r_usecookies==0)>
    <then>
    <input type="hidden" name="r_usecookies" value="0" />
    </then>
    </if>
    <if($r_admincanemail==1)>
    <then>
    <input type="hidden" name="r_admincanemail" value="1" />
    </then>
    </if>
    <if($r_admincanemail==0)>
    <then>
    <input type="hidden" name="r_admincanemail" value="0" />
    </then>
    </if>
    <if($r_showemail==1)>
    <then>
    <input type="hidden" name="r_showemail" value="1" />
    </then>
    </if>
    <if($r_showemail==0)>
    <then>
    <input type="hidden" name="r_showemail" value="0" />
    </then>
    </if>
    <if($r_usercanemail==1)>
    <then>
    <input type="hidden" name="r_usercanemail" value="1" />
    </then>
    </if>
    <if($r_usercanemail==0)>
    <then>
    <input type="hidden" name="r_usercanemail" value="0" />
    </then>
    </if>
    <if($r_emailnotify==1)>
    <then>
    <input type="hidden" name="r_emailnotify" value="1" />
    </then>
    </if>
    <if($r_emailnotify==0)>
    <then>
    <input type="hidden" name="r_emailnotify" value="0" />
    </then>
    </if>
    <if($r_notificationperpm==1)>
    <then>
    <input type="hidden" name="r_notificationperpm" value="1" />
    </then>
    </if>
    <if($r_notificationperpm==0)>
    <then>
    <input type="hidden" name="r_notificationperpm" value="0" />
    </then>
    </if>
    <if($r_receivepm==1)>
    <then>
    <input type="hidden" name="r_receivepm" value="1" />
    </then>
    </if>
    <if($r_receivepm==0)>
    <then>
    </uf>
    <input type="hidden" name="r_receivepm" value="0" />
    </then>
    </if>
    <if($r_emailonpm==1)>
    <then>
    <input type="hidden" name="r_emailonpm" value="1" />
    </then>
    </if>
    <if($r_emailonpm==0)>
    <then>
    <input type="hidden" name="r_emailonpm" value="0" />
    </then>
    </if>
    <if($r_pmpopup==1)>
    <then>
    <input type="hidden" name="r_pmpopup" value="1" />
    </then>
    </if>
    <if($r_pmpopup==0)>
    <then>
    <input type="hidden" name="r_pmpopup" value="0" />
    </then>
    </if>
    <if($r_showsignatures==1)>
    <then>
    <input type="hidden" name="r_showsignatures" value="1" />
    </then>
    </if>
    <if($r_showsignatures==0)>
    <then>
    <input type="hidden" name="r_showsignatures" value="0" />
    </then>
    </if>
    <if($r_showavatars==1)>
    <then>
    <input type="hidden" name="r_showavatars" value="1" />
    </then>
    </if>
    <if($r_showavatars==0)>
    <then>
    <input type="hidden" name="r_showavatars" value="0" />
    </then>
    </if>
    <if($r_showimages==1)>
    <then>
    <input type="hidden" name="r_showimages" value="1" />
    </then>
    </if>
    <if($r_showimages==0)>
    <then>
    <input type="hidden" name="r_showimages" value="0" />
    </then>
    </if>
    <input type="hidden" name="r_daysprune" value="0" />
    <input type="hidden" name="r_umaxposts" value="0" />
    <if($r_threadview==1)>
    <then>
    <input type="hidden" name="r_threadview" value="1" />
    </then>
    </if>
    <if($r_threadview==0)>
    <then>
    <input type="hidden" name="r_threadview" value="0" />
    </then>
    </if>
    <input type="hidden" name="r_dateformat" value="$r_dateformat" />
    <input type="hidden" name="r_timeformat" value="$r_timeformat" />
    <input type="hidden" name="r_startweek" value="$r_startweek" />
    <input type="hidden" name="r_timezoneoffset" value="$r_timezoneoffset" />
    <if($r_usewysiwyg==1)>
    <then>
    <input type="hidden" name="r_usewysiwyg" value="1" />
    </then>
    </if>
    <if($r_usewysiwyg==0)>
    <then>
    <input type="hidden" name="r_usewysiwyg" value="0" />
    </then>
    </if>
    <input type="hidden" name="r_styleid" value="$r_styleid" />
    <input type="hidden" name="r_langid" value="r_langid" />

    <p align="center"><input class="input" type="submit" accesskey="S" value="{$lang->items['LANG_REGISTER_REGISTER']}" /> <input class="input" type="reset" accesskey="R" value="{$lang->items['LANG_POSTINGS_RESET']}" /></p>
    <input type="hidden" name="send" value="send" />
    <input type="hidden" name="sid" value="$session[hash]" />
    <input type="hidden" name="disclaimer" value="$disclaimer" />
    </form>
    $footer





    </body>
    </html>

#15.02.2007 11:26 0 0 0
  • Usta Dogum Tarihi Doldurulacak Yer kayıp oluyor Onu da KoyabilmemizMumkunmu Acaba
#15.02.2007 13:28 0 0 0
  • usta Özür Dilerim ya Denemeden Sizlerden istedim Pardon

    ben yaptım


    <?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
    <head>
    <title>$master_board_name | {$lang->items['LANG_REGISTER_TITLE']}</title>
    $headinclude
    </head>
    <body>
    $header
    $register_error

    <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
    </table>
    <br /><br />

    <form action="register.php" method="post">
    <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
    <tr>
    <td class="tablecat" align="left" colspan="2"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_QUICK_REG']}</b></span></td>
    </tr>
    <tr>
    <td class="tabletitle" align="left" colspan="2"><span class="smallfont">{$lang->items['LANG_REGISTER_NEEDED_INFORMATION']}</span></td>
    </tr>
    <tr align="left">
    <td class="tablea" style="width:50%"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_USERNAME']}</b></span></td>
    <td class="tablea" style="width:50%"><span class="normalfont"><input type="text" class="input" name="r_username" value="$r_username" maxlength="50" /></span></td>
    </tr>
    <tr align="left">
    <td class="tableb"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_EMAILADDRESS']}</b></span></td>
    <td class="tableb"><span class="normalfont"><input type="text" class="input" name="r_email" value="$r_email" maxlength="150" /></span></td>
    </tr>

    <if($emailverifymode!=3)>
    <then>
    <tr align="left">
    <td class="tablea"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_PASSWORD']}</b></span></td>
    <td class="tablea"><span class="normalfont"><input type="password" class="input" name="r_password" value="$r_password" maxlength="30" /></span></td>
    </tr>
    <tr align="left">
    <td class="tablea"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_CONFIRMPASSWORD']}</b></span></td>
    <td class="tablea"><span class="normalfont"><input type="password" class="input" name="r_confirmpassword" value="$r_confirmpassword" maxlength="30" /></span></td>
    </tr>
    </then>
    </if>
    <if($reg_image == 1)><then>
    <tr align="left">
    <td class="tableb"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_CODE']}</b><br /></span><span class="smallfont">{$lang->items['LANG_REGISTER_CODE_DESC']}<br /><img src="regimage.php?key_number=$key_number" alt="" border="0" /></span></td>
    <td class="tableb"><span class="normalfont"><input type="text" class="input" name="key_string" value="$key_string" length="10" maxlength="6" /><input type="hidden" name="key_number" value="$key_number" /></span></td>
    </tr>
    </then></if>
    <tr align="left">
    <td class="tableb"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_GENDER']}</b></span></td>
    <td class="tableb"><select name="r_gender">
    <option value="0">{$lang->items['LANG_REGISTER_NODECLARATION']}</option>
    <option value="1"$gender[1]>{$lang->items['LANG_REGISTER_MALE']}</option>
    <option value="2"$gender[2]>{$lang->items['LANG_REGISTER_FEMALE']}</option>
    </select></td>
    </tr>
    </tr>
    <tr align="left">
    <td class="tablea"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_BIRTHDAY']}</b></span></td>
    <td class="tablea"><table>
    <tr class="tablea_fc">
    <td><span class="smallfont">{$lang->items['LANG_REGISTER_BIRTHDAY_DAY']}</span></td>
    <td><span class="smallfont">{$lang->items['LANG_REGISTER_BIRTHDAY_MONTH']}</span></td>
    <td><span class="smallfont">{$lang->items['LANG_REGISTER_BIRTHDAY_YEAR']}</span></td>
    </tr>
    <tr>
    <td><select name="r_day">
    <option value="0"></option>
    $day_options
    </select></td>
    <td><select name="r_month">
    <option value="0"></option>
    $month_options
    </select></td>
    <td><input type="text" class="input" name="r_year" value="$r_year" maxlength="4" size="5" /></td>
    </tr>
    </table></td>


    $profilefields_required
    </table><br />
    <if($r_invisible==1)>
    <then>
    <input type="hidden" name="r_invisible" value="1" />
    </then>
    </if>
    <if($r_invisible==0)>
    <then>
    <input type="hidden" name="r_invisible" value="0" />
    </then>
    </if>
    <if($r_nosessionhash==1)>
    <then>
    <input type="hidden" name="r_nosessionhash" value="1" />
    </then>
    </if>
    <if($r_usecookies==0)>
    <then>
    <input type="hidden" name="r_nosessionhash" value="0" />
    </then>
    </if>
    <if($r_usecookies==1)>
    <then>
    <input type="hidden" name="r_usecookies" value="1" />
    </then>
    </if>
    <if($r_usecookies==0)>
    <then>
    <input type="hidden" name="r_usecookies" value="0" />
    </then>
    </if>
    <if($r_admincanemail==1)>
    <then>
    <input type="hidden" name="r_admincanemail" value="1" />
    </then>
    </if>
    <if($r_admincanemail==0)>
    <then>
    <input type="hidden" name="r_admincanemail" value="0" />
    </then>
    </if>
    <if($r_showemail==1)>
    <then>
    <input type="hidden" name="r_showemail" value="1" />
    </then>
    </if>
    <if($r_showemail==0)>
    <then>
    <input type="hidden" name="r_showemail" value="0" />
    </then>
    </if>
    <if($r_usercanemail==1)>
    <then>
    <input type="hidden" name="r_usercanemail" value="1" />
    </then>
    </if>
    <if($r_usercanemail==0)>
    <then>
    <input type="hidden" name="r_usercanemail" value="0" />
    </then>
    </if>
    <if($r_emailnotify==1)>
    <then>
    <input type="hidden" name="r_emailnotify" value="1" />
    </then>
    </if>
    <if($r_emailnotify==0)>
    <then>
    <input type="hidden" name="r_emailnotify" value="0" />
    </then>
    </if>
    <if($r_notificationperpm==1)>
    <then>
    <input type="hidden" name="r_notificationperpm" value="1" />
    </then>
    </if>
    <if($r_notificationperpm==0)>
    <then>
    <input type="hidden" name="r_notificationperpm" value="0" />
    </then>
    </if>
    <if($r_receivepm==1)>
    <then>
    <input type="hidden" name="r_receivepm" value="1" />
    </then>
    </if>
    <if($r_receivepm==0)>
    <then>
    </uf>
    <input type="hidden" name="r_receivepm" value="0" />
    </then>
    </if>
    <if($r_emailonpm==1)>
    <then>
    <input type="hidden" name="r_emailonpm" value="1" />
    </then>
    </if>
    <if($r_emailonpm==0)>
    <then>
    <input type="hidden" name="r_emailonpm" value="0" />
    </then>
    </if>
    <if($r_pmpopup==1)>
    <then>
    <input type="hidden" name="r_pmpopup" value="1" />
    </then>
    </if>
    <if($r_pmpopup==0)>
    <then>
    <input type="hidden" name="r_pmpopup" value="0" />
    </then>
    </if>
    <if($r_showsignatures==1)>
    <then>
    <input type="hidden" name="r_showsignatures" value="1" />
    </then>
    </if>
    <if($r_showsignatures==0)>
    <then>
    <input type="hidden" name="r_showsignatures" value="0" />
    </then>
    </if>
    <if($r_showavatars==1)>
    <then>
    <input type="hidden" name="r_showavatars" value="1" />
    </then>
    </if>
    <if($r_showavatars==0)>
    <then>
    <input type="hidden" name="r_showavatars" value="0" />
    </then>
    </if>
    <if($r_showimages==1)>
    <then>
    <input type="hidden" name="r_showimages" value="1" />
    </then>
    </if>
    <if($r_showimages==0)>
    <then>
    <input type="hidden" name="r_showimages" value="0" />
    </then>
    </if>
    <input type="hidden" name="r_daysprune" value="0" />
    <input type="hidden" name="r_umaxposts" value="0" />
    <if($r_threadview==1)>
    <then>
    <input type="hidden" name="r_threadview" value="1" />
    </then>
    </if>
    <if($r_threadview==0)>
    <then>
    <input type="hidden" name="r_threadview" value="0" />
    </then>
    </if>
    <input type="hidden" name="r_dateformat" value="$r_dateformat" />
    <input type="hidden" name="r_timeformat" value="$r_timeformat" />
    <input type="hidden" name="r_startweek" value="$r_startweek" />
    <input type="hidden" name="r_timezoneoffset" value="$r_timezoneoffset" />
    <if($r_usewysiwyg==1)>
    <then>
    <input type="hidden" name="r_usewysiwyg" value="1" />
    </then>
    </if>
    <if($r_usewysiwyg==0)>
    <then>
    <input type="hidden" name="r_usewysiwyg" value="0" />
    </then>
    </if>
    <input type="hidden" name="r_styleid" value="$r_styleid" />
    <input type="hidden" name="r_langid" value="r_langid" />

    <p align="center"><input class="input" type="submit" accesskey="S" value="{$lang->items['LANG_REGISTER_REGISTER']}" /> <input class="input" type="reset" accesskey="R" value="{$lang->items['LANG_POSTINGS_RESET']}" /></p>
    <input type="hidden" name="send" value="send" />
    <input type="hidden" name="sid" value="$session[hash]" />
    <input type="hidden" name="disclaimer" value="$disclaimer" />
    </form>



    $footer





    </body>
    </html>


    Bunu Ekledim hemen Bay Veya Bayan yazsının Hemen Altına Ekledim oldu Geliba Dogrudur

    </tr>
    <tr align="left">
    <td class="tablea"><span class="normalfont"><b>{$lang->items['LANG_REGISTER_BIRTHDAY']}</b></span></td>
    <td class="tablea"><table>
    <tr class="tablea_fc">
    <td><span class="smallfont">{$lang->items['LANG_REGISTER_BIRTHDAY_DAY']}</span></td>
    <td><span class="smallfont">{$lang->items['LANG_REGISTER_BIRTHDAY_MONTH']}</span></td>
    <td><span class="smallfont">{$lang->items['LANG_REGISTER_BIRTHDAY_YEAR']}</span></td>
    </tr>
    <tr>
    <td><select name="r_day">
    <option value="0"></option>
    $day_options
    </select></td>
    <td><select name="r_month">
    <option value="0"></option>
    $month_options
    </select></td>
    <td><input type="text" class="input" name="r_year" value="$r_year" maxlength="4" size="5" /></td>
    </tr>
    </table></td>
#15.02.2007 13:36 0 0 0