if (!$ok) { echo "
Es ist ein Fehler aufgetreten!
Der Eintrag konnte nicht gespeichert werden!
"; echo "Entweder wurden nicht alle Felder ausgefüllt, oder Du warst zu schnell!?
Du kannst nur alle zehn Minuten einen Eintrag hinterlassen!
"; } ?>
Neuen Eintrag verfassen
Name:
E-Mail:
Homepage:
Kommentar:
Es wurden noch keine Einträge hinterlassen!
"; display_copyright($copyright); die(); } echo "
"; echo "
"; display_navigation($index, $entries_per_page, $entry_count); echo "
"; for ($i = $index; $i < $last; $i++) { $parts = explode("#", $data[$i]); $nr = $entry_count -$i; echo "
"; echo "
"; echo "
"; echo "Eintrag Nr. " .$nr ." von "; if ($parts[1] != "") echo "
"; echo "
" .$parts[0] ."
"; if ($parts[1] != "") echo "
"; echo " vom " .$parts[4] ." um " .$parts[5] ."Uhr"; if ($parts[2] != "" && $parts[2] != "http://") echo "
" .$parts[2] ."
"; echo "
"; $text = urldecode($parts[3]); $comment = urldecode($parts[8]); $text = str_replace("\\", "", $text); $comment = str_replace("\\", "", $comment); echo "
" .$text; if ($comment != "") { echo "
"; echo "Kommentar von " .$parts[9] .":"; echo "
"; echo $comment ."
"; } echo "
"; } echo "
"; echo "
"; display_navigation($index, $entries_per_page, $entry_count); echo "
"; ?>
Administrator Login
"; display_copyright($copyright); ?>