old-www/cvs-access./ack.php

44 lines
1.7 KiB
PHP

<html>
<head>
<title>Request send, thanks.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<style type="text/css">
<!--
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000099}
a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #339966}
-->
</style>
</head>
<body bgcolor="#FAFAF1" text="#000000" link="#006600" vlink="#006600" alink="#006600">
<?
$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 <cvs@tldp.org>" . "\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 <cvs@tldp.org>" . "\r\n");
?>
Request send, thanks. You will be notified by e-mail from LDP People. Please be patient.<br>
If you think you wait too long, please fill the form again with few dirty words ;-)<br>
<br>
Sergiusz
</body>
</html>