View file pages/vhod.php

File size: 2.84Kb
<?php
#-----------------------------------------------------#
#     **** WAP-MOTORS AutoDetect XHTML/WML ****       #
#-----------------------------------------------------#
#     Original Made by  :  VANTUZ                     #
#               E-mail  :  [email protected]             #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#-----------------------------------------------------#
#   AutoDetect Made by  :  X-ray (Юрий)               #
#               E-mail  :  [email protected]           #
#                 Site  :  http://zugdidi.us          #
#             WAP-Site  :  http://geowap.mobi         #
#-----------------------------------------------------#
#  Вы не имеете право вносить изменения в код скрипта #
#-----------------------------------------------------#
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";
       
if($config_themes!=="wml"){
echo'<form method="post" action="'.$config_home.'/input.php">';
echo'Ваше имя:<br><input name="log" value="'.$_COOKIE['cookname'].'" /><br>';
echo'Пароль:<br><input name="par" type="password" /><br><br>';
if($config_cookies==1){
echo 'Запомнить меня:';
echo '<input name="cookietrue" type="checkbox" value="1" checked><br><br>';}
echo'<input value="Войти" type="submit" /></form><hr>';

}else{
		
echo'<br>Ваше имя:<br><input name="log" value="'.$_COOKIE['cookname'].'"/><br>';
echo'Пароль:<br><input name="par" type="password"/><br>';
if($config_cookies==1){
echo'Запомнить меня: <select name="cookietrue"><option value="1">Да</option>';
echo'<option value="0">Нет</option></select><br>';}

echo'<br><anchor>Войти';
echo'<go href="'.$config_home.'/input.php" method="post">';
echo'<postfield name="log" value="$(log)"/>';
echo'<postfield name="par" value="$(par)"/>';
echo'<postfield name="cookietrue" value="$(cookietrue)"/>';
echo'</go></anchor><br>';
}

echo '</div><div>';
echo'Вы можете сделать закладку для быстрого входа, она будет иметь вид:<br>';
echo'<font color="#FF0000">'.$config_home.'/input.php?log=ВАШ_ЛОГИН&amp;par=ВАШ_ПАРОЛЬ</font><br>';
echo'<br><a href="../index.php?'.$detect_wap.''.SID.'">На главную</a>';
include_once"../themes/$config_themes/foot.php";
?>