Просмотр файла mail/lostpassword.php

Размер файла: 2.18Kb
<?php
#-----------------------------------------------------#
#          ********* WAP-MOTORS *********             #
#             Made by   :  VANTUZ                     #
#               E-mail  :  [email protected]             #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#  Вы не имеете право вносить изменения в код скрипта #
#-----------------------------------------------------#	
require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/maincore.php";
require_once"../template/antidos.php";
require_once"../template/cookies.php";
require_once"../template/gzip.php";
require_once"../template/header.php";
require_once"../template/referer.php";
include_once"../themes/$config_themes/index.php";
       
echo'<img src="../images/img/partners.gif" alt=""> <b><font color="#FFFF00">Восстановление пароля</font></b><br>';
echo'Введите свой логин и е-mail<br>Пароль будет выслан на e-mail указанный в профиле ';

require_once"../template/isset.php";

if($config_themes!=="wml"){
echo'<form method="post" action="password.php?'.$detect_wap.''.SID.'">';
echo'Логин:<br>';
echo'<input name="logus" maxlength="20" /><br>';
echo'E-Mail: <br><input name="mailsus" type="text" value="@" /><br><br>';
echo'<input value="Получить пароль" type="submit" /></form><hr>';
}else{
	
echo'<br>Логин:<br><input name="logus" maxlength="20"/><br>';
echo'E-Mail:<br><input name="mailsus" value="@"/><br>';
echo'<anchor>Получить пароль';
echo'<go href="password.php?'.$detect_wap.''.SID.'" method="post">';
echo'<postfield name="logus" value="$(logus)"/>';
echo'<postfield name="mailsus" value="$(mailsus)"/>';
echo'</go></anchor><br>--------------------<br>';
}	

echo'<br><a href="../index.php?'.$detect_wap.''.SID.'">На главную</a><br>';
include_once"../themes/$config_themes/foot.php";
?>