Dustman
Ahoi, in der index.php von der 2.1.4 kann ich dieses nicht finden:
Zitat: |
#-> Suche: <if($wbbuserdata['userid']==0)> <then> <br /><a name="login" id="login"></a> <if($allowloginencryption==1)><then> <script type="text/<if($wbbuserdata['userid']==0)>" src="js/sha1.js"></script> <script type="text/javascript" src="js/crypt.js"></script> </then></if> <form method="post" action="login.php" name="loginform"<if($allowloginencryption==1)><then> onsubmit="return encryptlogin(this);"</then></if>> <input type="hidden" name="send" value="send" /> <input type="hidden" name="sid" value="$session[hash]" /> <if($allowloginencryption==1)><then> <input type="hidden" name="authentificationcode" value="$session[authentificationcode]" /> <input type="hidden" name="crypted" value="false" /></then></if> <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder"> <tr> <td class="tabletitle" align="left"><span class="smallfont"><b>{$lang->items['LANG_START_LOGIN']}</b></span></td> </tr> <tr> <td class="tableb"><table cellpadding="0" cellspacing="5" align="center"> <tr> <td><span class="smallfont">{$lang->items['LANG_START_USERNAME']}</span></td> <td><span class="smallfont"><input type="text" name="l_username" maxlength="50" size="20" class="input" tabindex="1" /> </span></td> <td><span class="smallfont">{$lang->items['LANG_START_PASSWORD']} (<a href="forgotpw.php?sid=$session[hash]">{$lang->items['LANG_START_LOSTPW']}< /a>):</span></td> <td><span class="smallfont"><input type="password" name="l_password" maxlength="30" size="20" class="input" tabindex="2" /> </span></td> <if($allowloginencryption==1)><then> <td><span class="smallfont"><label for="checkbox1">{$lang->items['LANG_GLOBAL_ENCRYPT_TRANSFER']}</label></spa n></td> <td><span class="smallfont"><input type="checkbox" id="checkbox1" name="activateencryption" onclick="activate_loginencryption(document.loginform);" /> </span></td></then></if> <td><input type="submit" value="{$lang->items['LANG_START_LOGIN']}" class="input" tabindex="3" /></td> </tr> </table></td> </tr> </table></form> <if($allowloginencryption==1)><then> <script type="text/javascript"> <!-- activate_loginencryption(document.loginform); //--> </script></then></if> </then> </if> #-> UND ENTFERNE ES |