PenSpinner MX
Problembeschreibung:
Die Fehler seite bei WBB2, wenn man sich z.B, mit falschen Daten ingeloggt hat, funktioniert nicht.
Fehlermeldung:
Keine, es kommt einfach eine weisse Seite mit 2 Buttons. Dass eine muss wohl ein Zurück-Button sein, da man bei klick darauf auf die zuvor besuchte Seite kommt.
Link zum Forum oder Screenshot:
http://td10.ks01.rshost.eu/board/index.php
-->versucht euch da mal, mit falschen Daten einzuloggen
Was wurde zuletzt geändert oder eingebaut?
nichts großes...
Von welchen Dateien und Templates ist die Fehlerseite abhängig? Weil daher kann ja der Fehler stammen

.
Danke schomal für die Hilfe!
Gruß,
deMaddin
[kamui]
Ich denke das liegt an eurem Style, wer hat diesen denn erstellt?
Das Template müsste "error" im Namen tragen ...
Hangman
Zugriff verweigert! Bitte überprüfen Sie Ihre Eingaben.
sagt der bei mir !...Steht oben links aber weisse seite als Hintergrund ...sols so normal sein?
schaue mal ob in dem Tablate oben $header und unten $footer steht!...das könnte fehlen denke ich mal !
PenSpinner MX
Also am Design liegt es nicht, ist beim Standard auch so...
@Hangman: Welches template meinst du?
Ist übrigends auch so, wenn man die mitgliederliste aufruft. Aber da an der Datei stimmt alles, von welchen Templates ist die Seite abhängig (Mitgliederliste)?
Hangman
na erstmal würde ich sagen Fehler beheben vonder Fehlerseite. also wenn es keine weise seite sein soll dann Stimmt das Template icht ODER es ist in der php net angegeben ..keinne den hack leider nicht sonst wüsste ich mehr ^^
PenSpinner MX
An welchem Template/an welcher Datei würde es denn liegen?
Hier das Template "accses_error":
code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
|
<?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></title>
<meta http-equiv="Content-Type" content="text/html; charset={$lang->items['LANG_GLOBAL_ENCODING']}" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<table cellpadding="4" cellspacing="1" width="100%" class="tblborder" align="center">
<tr class="tblhead">
<td>{$lang->items['LANG_ACP_GLOBAL_ERROR']}</td>
</tr>
<tr class="firstrow">
<td>{$lang->items['LANG_ACP_GLOBAL_ACCESS_ERROR']}</td>
</tr>
<tr class="secondrow">
<td align="center"><input type="button" value="{$lang->items['LANG_ACP_GLOBAL_LOGIN_SUBMIT']}" onclick="parent.location.href='index.php';" /> <input type="button" value="{$lang->items['LANG_ACP_GLOBAL_BACK']}" onclick="history.back();" /></td>
</tr>
</table>
</body>
</html> |
|
Gruß,
deMaddin
Hangman
mach mal im Head "<link rel="stylesheet" href="css/main.css" />
" weg und mal schauen ...
dann fehlt oben $header $headinclude und unten $footer...die ganze access_error ist meines erachtens Mühl... meine sihet wesentlich anders aus ...
Biggi
Ersetze dein Template access_error mal mit diesem:
code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
|
<?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_GLOBAL_ACCESS_ERROR']}</title>
$headinclude
</head>
<body>
$header
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tabletitle" align="left"><span class="normalfont"><b>{$lang->items['LANG_GLOBAL_ACCESS_ERROR']}</b></span></td>
</tr>
<tr class="normalfont">
<td class="tablea" align="left">{$lang->items['LANG_GLOBAL_ACCESS_ERROR_DESC']}
<if($wbbuserdata['userid'])>
<then>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:300px" class="tableinborder" align="center">
<tr align="left">
<td class="tableb"><span class="normalfont">{$lang->items['LANG_GLOBAL_ACCESS_ERROR_APPLY']}</span></td>
<td class="tablea"><span class="normalfont"><b>$usercbar_username</b></span><span class="smallfont"> <a href="logout.php?u=$wbbuserdata[userid]{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_ACCESS_ERROR_LOGOUT']}</a></span></td>
</tr>
</table>
</then>
<else>
<if($allowloginencryption==1)><then>
<script type="text/javascript" src="js/sha1.js"></script>
<script type="text/javascript" src="js/crypt.js"></script></then></if>
<form action="login.php" method="post" name="loginform"<if($allowloginencryption==1)><then> onsubmit="return encryptlogin(this);"</then></if>>
<input type="hidden" name="url" value="$REQUEST_URI" />
<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']}" class="tableinborder" align="center">
<tr align="left">
<td class="tableb"><span class="normalfont">{$lang->items['LANG_GLOBAL_ACCESS_ERROR_USERNAME']}</span></td>
<td class="tableb" nowrap="nowrap"><input type="text" class="input" name="l_username" size="20" maxlength="50" tabindex="1" /><span class="smallfont"> <a href="register.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_ACCESS_ERROR_REGISTER']}</a></span></td>
</tr>
<tr align="left">
<td class="tablea"><span class="normalfont">{$lang->items['LANG_GLOBAL_ACCESS_ERROR_PASSWORD']}</span></td>
<td class="tablea" nowrap="nowrap"><input type="password" class="input" name="l_password" size="20" tabindex="2" /><span class="smallfont"> <a href="forgotpw.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_ACCESS_ERROR_FORGOTPW']}</a></span></td>
</tr>
<if($allowloginencryption==1)><then>
<tr align="left">
<td class="tableb"><span class="normalfont"><label for="checkbox1">{$lang->items['LANG_GLOBAL_ENCRYPT_TRANSFER']}</label></span></td>
<td class="tableb" nowrap="nowrap"><input id="checkbox1" type="checkbox" name="activateencryption" onclick="activate_loginencryption(document.loginform);" /></td>
</tr></then></if>
</table>
<p align="center"><input class="input" type="submit" name="submit" accesskey="S" value="{$lang->items['LANG_GLOBAL_ACCESS_ERROR_LOGIN']}" /> <input class="input" type="reset" accesskey="R" value="{$lang->items['LANG_GLOBAL_ACCESS_ERROR_RESET']}" /></p>
</form>
<if($allowloginencryption==1)><then><script type="text/javascript">activate_loginencryption(document.loginform);</script></then></if>
</else>
</if>
</td>
</tr>
</table>
$footer
</body>
</html> |
|
Was die Mitgliederliste angeht:
Da hast du das Template aus dem ACP in die Board-Templates importiert.
Ersetze alle Templates, die mit memberslist_ anfangen, wieder durch die Board-Templates.
Hangman
Ja genau so muss die aussehen. Hätte ich ja auch anhängen können ich eiermaler ...Sorry ist wohl untergegangen!
PenSpinner MX
@Biggi74: thx, damit funktioniert nun schonmal eine Fehlerseite mehr

.
Hier mal mein Login-Template, evt liegt es ja beim Login daran, dass kein Style kommt:
code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
|
<?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_ACP_GLOBAL_LOGIN_TITLE']}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$lang->items['LANG_GLOBAL_ENCODING']}" />
<link rel="stylesheet" href="css/other.css" />
<style type="text/css">
<!--
INPUT {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
-->
</style>
<if($allowloginencryption==1)><then>
<script type="text/javascript" src="../js/sha1.js"></script>
<script type="text/javascript" src="../js/crypt.js"></script></then></if>
</head>
<body onload="document.lform.<if($l_username)><then>l_password</then><else>l_username</else></if>.focus();">
<p> </p><p> </p><p> </p>
<form method="post" action="login.php" name="lform"<if($allowloginencryption==1)><then> onsubmit="return encryptlogin(this);"</then></if>>
<table align="center">
<tr>
<td align="left"><img src="{$style['imagefolder']}/acp-logo.gif" border="0" alt="{$lang->items['LANG_ACP_GLOBAL_ACP']}" /></td>
</tr>
<tr>
<td><table align="center">
<tr>
<td><b>{$lang->items['LANG_ACP_GLOBAL_LOGIN_USERNAME']}</b></td>
<td><input type="text" name="l_username" value="$l_username" maxlength="50" /></td>
</tr>
<tr>
<td><b>{$lang->items['LANG_ACP_GLOBAL_LOGIN_PASSWORD']}</b></td>
<td><input type="password" name="l_password" maxlength="50" /></td>
</tr>
<if($allowloginencryption==1)><then>
<tr>
<td><label for="checkbox1">{$lang->items['LANG_GLOBAL_ENCRYPT_TRANSFER']}</label></td>
<td><input type="checkbox" id="checkbox1" name="activateencryption" onclick="activate_loginencryption(document.lform);" style="background: transparent;" /></td>
</tr>
</then></if>
</table></td>
</tr>
<tr>
<td colspan="2" align="right"><input type="submit" accesskey="S" value="{$lang->items['LANG_ACP_GLOBAL_LOGIN_SUBMIT']}" /></td>
</tr>
</table>
<p align="center">WoltLab Burning Board $boardversion - {$lang->items['LANG_ACP_GLOBAL_ACP']}</p>
<input type="hidden" name="sid" value="$session[hash]" />
<input type="hidden" name="url" value="$url" />
<if($allowloginencryption==1)><then>
<input type="hidden" name="authentificationcode" value="$authentificationcode" />
<input type="hidden" name="crypted" value="false" /></then></if>
</form>
<if($allowloginencryption==1)><then>
<script type="text/javascript">
<!--
activate_loginencryption(document.lform);
//-->
</script></then></if>
</body>
</html> |
|
Schonmal danke im voraus

.
Gruß,
deMaddin (AAAAH ICH WILL DIESEN NEUEN NICKNAMEN!!!!)
Hangman
ersetzte mal das hier
code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
|
<?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_ACP_GLOBAL_LOGIN_TITLE']}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$lang->items['LANG_GLOBAL_ENCODING']}" />
<link rel="stylesheet" href="css/other.css" />
<style type="text/css">
<!--
INPUT {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
-->
</style>
<if($allowloginencryption==1)><then>
<script type="text/javascript" src="../js/sha1.js"></script>
<script type="text/javascript" src="../js/crypt.js"></script></then></if>
$headinclude
</head>
<body onload="document.lform.<if($l_username)><then>l_password</then><else>l_username</else></if>.focus();">
$header
<p> </p><p> </p><p> </p>
<form method="post" action="login.php" name="lform"<if($allowloginencryption==1)><then> onsubmit="return encryptlogin(this);"</then></if>>
<table align="center">
<tr>
<td align="left"><img src="{$style['imagefolder']}/acp-logo.gif" border="0" alt="{$lang->items['LANG_ACP_GLOBAL_ACP']}" /></td>
</tr>
<tr>
<td><table align="center">
<tr>
<td><b>{$lang->items['LANG_ACP_GLOBAL_LOGIN_USERNAME']}</b></td>
<td><input type="text" name="l_username" value="$l_username" maxlength="50" /></td>
</tr>
<tr>
<td><b>{$lang->items['LANG_ACP_GLOBAL_LOGIN_PASSWORD']}</b></td>
<td><input type="password" name="l_password" maxlength="50" /></td>
</tr>
<if($allowloginencryption==1)><then>
<tr>
<td><label for="checkbox1">{$lang->items['LANG_GLOBAL_ENCRYPT_TRANSFER']}</label></td>
<td><input type="checkbox" id="checkbox1" name="activateencryption" onclick="activate_loginencryption(document.lform);" style="background: transparent;" /></td>
</tr>
</then></if>
</table></td>
</tr>
<tr>
<td colspan="2" align="right"><input type="submit" accesskey="S" value="{$lang->items['LANG_ACP_GLOBAL_LOGIN_SUBMIT']}" /></td>
</tr>
</table>
<p align="center">WoltLab Burning Board $boardversion - {$lang->items['LANG_ACP_GLOBAL_ACP']}</p>
<input type="hidden" name="sid" value="$session[hash]" />
<input type="hidden" name="url" value="$url" />
<if($allowloginencryption==1)><then>
<input type="hidden" name="authentificationcode" value="$authentificationcode" />
<input type="hidden" name="crypted" value="false" /></then></if>
</form>
<if($allowloginencryption==1)><then>
<script type="text/javascript">
<!--
activate_loginencryption(document.lform);
//-->
</script></then></if>
$footer
</body>
</html> |
|
mach aber BAckup der tpl bevor de es ersetzt!...
sollte sich nun was ändern^^
PenSpinner MX
Hat sich leider nichts verändert...
vielleicht liegt es ja auch nicht an der login-teplate...
Hangman
gibt es auch eine login_errorbit.tpl?
PenSpinner MX
nein.
muss die da sein?^^
Wenn ja, wie muss die lauten? kann die ja im ACP erstellen...
Hangman
Zitat: |
Original von PenSpinner MX
nein.
muss die da sein?^^
Wenn ja, wie muss die lauten? kann die ja im ACP erstellen... |
nein wenn da keine ist MUSS da auch keine rein... In der Anleitung von dem hackst Steht ja bestimmt drinnen was alles an neue datein dazu kommt. ansonsten importiere die tamplates des Hacks erneut und schauen was passiert!..ACHTUNG die alten werden ÜBERSCHRIEBEN hehe Also immer schön sichern vorher ^^
Was anders fällt mir gerade net ein!.. wenn es den da drann net gelegen hat.
Biggi
Es gibt fünf error-Templates:
access-error
error
newthread_error
register_error
userrating_error
Ersetze doch einfach mal alle fünf gegen die Originale.
Edit:
Und dann zitiere ich mich mal selbst, weil deine Mitgliederliste ja auch immer noch nicht geht:
Zitat: |
Original von Biggi74
Was die Mitgliederliste angeht:
Da hast du das Template aus dem ACP in die Board-Templates importiert.
Ersetze alle Templates, die mit memberslist_ anfangen, wieder durch die Board-Templates. |
PenSpinner MX
Die Mitgliederliste nehme ich mir danach vor

.
Ich habe die ursprungstemplates nicht mehr, da man sie ja erst nach der installation bekommt... kann jemand die 5 anhängen?
PenSpinner MX
Cool danke, konnte nun alle Bugs entfernen

.
Sonst melde ich mich nochmal
-->closed pls