"; 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; if (!file_exists($user_datei)) { $datei = @fopen($user_datei,"w+"); fclose($datei); } $lines = @file($user_datei); $t=0; foreach ($lines as $line) { if ($line) { $line = explode("|",$line); $time = $line[0]; $betreff = stripslashes($line[1]); $nachricht = $line[2]; $_username = $line[3]; echo ""; echo "\n"; echo "\n"; echo "\n"; echo ""; } $t++; } } echo "\n"; echo "
Private Messages
Passwort falsch.
" . date("d.m.Y (H:i", $time) ." Uhr)
$betreff
". get_name($_username)."
"; echo "Zurück zur Übersicht"; echo "
"; echo ""; ?>