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

34 lines
1.3 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 = "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.
</body>
</html>