'.$text_post["button_back"].' ' .$text_post["button_back2"].' '.urlencode($group) ?>

$message
"; } } else { echo $text_post["error_readonly"]; } } } if ($type=="reply") { // $ns=OpenNNTPconnection($server,$port); $message=read_message($id,0,$group); $head=$message->header; $body=explode("\n",$message->body[0]); closeNNTPconnection($ns); if ($head->name != "") { $bodyzeile=$head->name; } else { $bodyzeile=$head->from; } $bodyzeile=$bodyzeile." wrote:\n\n"; for ($i=0; $i<=count($body)-1; $i++) { if (trim($body[$i])!="") { $bodyzeile=$bodyzeile."> ".$body[$i]."\n"; } else { $bodyzeile.="\n"; } } // $bodyzeile.=eregi_replace("\n","\n> ",$body); // $bodyzeile.="> ".str_replace("\n","\n> ",$body); $subject=$head->subject; if (isset($head->followup) && ($head->followup != "")) { $newsgroups=$head->followup; } else { $newsgroups=$head->newsgroups; } splitSubject($subject); $subject="Re: ".$subject; $show=1; $references=false; if (isset($head->references[0])) { for ($i=0; $i<=count($head->references)-1; $i++) { $references .= $head->references[$i]." "; } } $references .= $head->id; } if ($type=="retry") { $show=1; $bodyzeile=$body; } if ($show==1) { if ($testgroup) { $testnewsgroups=testgroups($newsgroups); } else { $testnewsgroups=$newsgroups; } if ($testnewsgroups == "") { echo $text_post["followup_not_allowed"]; echo " ".$newsgroups; } else { $newsgroups=$testnewsgroups; echo '

'.$text_post["group_head"].$newsgroups .$text_post["group_tail"].'

'; if (isset($error)) echo "

$error

"; ?>
Subject:
Name: size="40" maxlength="40">
eMail: size="40" maxlength="40">

" />