Просмотр файла auth.php

Размер файла: 1.01Kb
<?php
############################################ Автор: Воскобойник Diniyar63 ###################### ICQ: 217-95-85 ###################### E-mail: [email protected] ############################################

include "config.php"; include "header.php";
if (!$act){if($standart==123456){echo "<div class=\"back\">Регистрация Админа</div><br/>";}
echo "<div class=\"back\"><form action=\"auth.php\" method=\"POST\">
<input type=\"hidden\" name=\"act\" value=\"send\"/><br/>
Login:<br/>
<input type=\"text\" name=\"l\" value=\"$l\"/><br/>
Password:<br/>
<input type=\"password\" name=\"p\" value=\"$p\"/><br/>
<input type=\"submit\" value=\"ВХОД\"/></form><br/>"; echo $end;}
if($act=="send"){if($standart==123456){$file2=fopen("set/reg.txt", "w"); fputs($file2, "654321|"."\r\n");fclose($file2);
$file=fopen("set/vxod.$hz.txt", "w");fputs($file, "$l|$p|"."\r\n");fclose($file); header("location: sets.php?password=$p&login=$l");}else{header("location: sets.php?password=$p&login=$l&a=1");}} ?>