"; echo ""; echo ""; include ($inc_pfad . "/pm.inc"); echo "
"; $lines = @file($members_pfad . "/" . $username . ".txt"); $lines = explode("|",$lines[0]); $pw = $lines[1]; echo "\n"; if ($pw != $password) { echo "\n"; } else { $user_datei = $private_pfad . "/" . $username . $in; $lines = @file($user_datei); $t=0; foreach ($lines as $line) { if ($line) { $line = explode("|",$line); $time = $line[0]; $betreff = stripslashes($line[1]); $nachricht = stripslashes($line[2]); $_username = $line[3]; if ($t == $id) { echo ""; echo "\n"; echo ""; echo ""; echo "\n"; echo ""; echo "\n"; } } $t++; } } echo "\n"; echo "
Private Message
Passwort falsch.
" . date("d.m.Y (H:i", $time) ." Uhr) $betreff $von $_username
" . $nachricht . "
"; echo "Antwort"; echo "
"; echo "Zurück zur Übersicht"; echo "
"; echo ""; ?>