Nun kommt aber eine Fehler meldung beim Logout!:
hier die login.php als txt-Datei
Und das ist der CODE auf zeile 149Parse error: syntax error, unexpected ')' in /home/www/ph2s738/html/forum/login.php on line 149
Code: Alles auswählen
if (($vcheck_need = FALSE || $userdata['session_logged_in']) or (isset($HTTP_GET_VARS['logout'])) || !empty($HTTP_POST_VARS['confirm_id']) && !empty($HTTP_POST_VARS['confirm_code'])))
{
$vcheck_login = TRUE;
}
Problem gelöst! Es hat eine ) gefehlt!! man ist irgendwann etwas dullig!
