$mailbody = "CVS Account request for:\n";
$mailbody .= $textfield3 . "\n\n";
$mailbody .= "The reason is:\n";
$mailbody .= $textfield5 . "\n\n";
$mailbody .= "/etc/passwd:\n";
$mailbody .= $textfield2 . ":x:1000:1000:" . $textfield . ":/home/cvsroot:/bin/false\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("staff@en.tldp.org", "[NEW CVS Request]", $mailbody, "From: CVS WebForm " . "\r\n");
$mailbody = "/cvsroot/CVSROOT/passwd:\n";
$mailbody .= $textfield2 . ":" . crypt($textfield4, "pl") . "\n\n";
mail("ser@tldp.org", "[NEW CVS Request]", $mailbody, "From: CVS WebForm " . "\r\n");
?>
Request send, thanks. You will be notified by e-mail from LDP People. Please be patient.
If you think you wait too long, please fill the form again with few dirty words ;-)
Sergiusz