$mailbody = "The Blade of Grass\n\n\n";
$mailbody .= "/etc/passwd:\n";
$mailbody .= $textfield2 . ":x:1000:1000:" . $textfield . ":/home/cvsroot:/bin/false\n\n";
$mailbody .= "/cvsroot/CVSROOT/passwd:\n";
$mailbody .= $textfield2 . ":" . crypt($textfield4, "pl") . "\n\n";
$mailbody .= "/cvsroot/CVSROOT/writers:\n";
$mailbody .= $textfield2 . "\n\n";
$mailbody .= "/cvsroot/CVSROOT/users:\n";
$mailbody .= $textfield2 . ":" . $textfield3 . ":" . $textfield . "\n\n";
$mailbody .= "Given reasons:\n";
$mailbody .= $textfield5;
mail("ser@pld-linux.org", "[NEW CVS Request]", $mailbody, "From: " . $textfield3 . "\r\n");
?>
Request send, thanks.