Вход Регистрация
Файл: auth.php
Строк: 106
<?
require 'system/sid.php';
require 
'system/config.php';
include 
'system/a_head.php';
if(
stristr($_SERVER['HTTP_USER_AGENT'],'windows') || stristr($_SERVER['HTTP_USER_AGENT'],'linux') ||
stristr($_SERVER['HTTP_USER_AGENT'],'macintosh') || stristr($_SERVER['HTTP_USER_AGENT'],'unix') ||
stristr($_SERVER['HTTP_USER_AGENT'],'macos') || stristr($_SERVER['HTTP_USER_AGENT'],'bsd'))
{
include 
'system/h_auth.php';
}
else
{
include 
'system/head_mm.php';
}
if(isset(
$_GET['no']))
{
if(
stristr($_SERVER['HTTP_USER_AGENT'],'windows') || stristr($_SERVER['HTTP_USER_AGENT'],'linux') ||
stristr($_SERVER['HTTP_USER_AGENT'],'macintosh') || stristr($_SERVER['HTTP_USER_AGENT'],'unix') ||
stristr($_SERVER['HTTP_USER_AGENT'],'macos') || stristr($_SERVER['HTTP_USER_AGENT'],'bsd'))
{
echo 
'<form id="loginForm" action="auth.php?ok&amp;" method="post">
<div class="message"><center>Логин или пароль введены неверно</center></div><br />
<div class="field"><label>Имя пользователя:</label><div class="input"><input type="text" name="us" value="" id="login" /></div></div>
<div class="field"><a href="http://my.auxe.tk/exit.php?list=lostpass&amp;" id="forgot">Забыли пароль?</a>
<label>Пароль:</label><div class="input"><input type="password" name="ps" value="" id="pass" /></div></div>
<div class="submit"><button type="submit">Войти</button><h4>
<a style="text-decoration : none;" href="http://auxe.tk/">Главная</a></h4></div></form>'
;
exit;
}
else
{
echo 
'<div class="logo">Вход / Авторизация</div>
<form action="auth.php?ok&amp;" method="post">
<div class="message"><center>Логин или пароль введены неверно</center></div><br />
<label>Имя пользователя:</label><input type="text" name="us" value="" id="login" />
<label>Пароль:</label><input type="password" name="ps" value="" id="pass" />
<button type="submit">Войти</button></form>
<a href="http://my.auxe.tk/exit.php?list=lostpass&amp;" id="forgot">Забыли пароль?</a>
<a href="http://auxe.tk"><img src="image/index/homepage.png" alt="" /> На главную</a>'
;
exit;
}
}

if(isset(
$_GET['ok']))
{
if(
stristr($_SERVER['HTTP_USER_AGENT'],'windows') || stristr($_SERVER['HTTP_USER_AGENT'],'linux') ||
stristr($_SERVER['HTTP_USER_AGENT'],'macintosh') || stristr($_SERVER['HTTP_USER_AGENT'],'unix') ||
stristr($_SERVER['HTTP_USER_AGENT'],'macos') || stristr($_SERVER['HTTP_USER_AGENT'],'bsd'))
{
    include 
'system/user.php';
    
whorm(0'auth');
    if (!empty(
$_SESSION['us']) && !empty($_SESSION['ps'])) echo '<meta http-equiv="Refresh" content="3; URL=http://auxe.tk/panel/index.php?"/>
<style type="text/css"> body { background: #E9EEF0 url(http://auxe.tk/image/bg.gif); } #go { width: 290px; padding: 24px 24px 0; margin: 200px auto 0; background: #FEFEFE; border: 1px solid #CAD8DE; border-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,0.08); font: 14px/18px Arial, Tahoma, sans-serif; color: #444;}  #go .field { margin: 0 0 18px; }  #go .submit { overflow: hidden; margin: 30px -24px 0; padding: 22px 24px; background: #F0F5F7; border-top: 1px solid #DDE0E8; border-radius: 0 0 4px 4px; box-shadow: inset 0 1px #FFF, inset -1px -1px #F7FAFB, inset 1px 0 #F7FAFB; font-size: 11px; } </style></head><body><div id="go"><div class="field"><center><img src="http://auxe.tk/image/wait.gif" alt="" title="Пожалуйста ждите..." /></center></div><div class="submit"><center><b>Переход в панель <a href="http://auxe.tk/panel/index.php?">управления</a><blink style="color:red;">...</blink></b></center></div></div>'
;
exit;
}
else
{
    include 
'system/user.php';
    
whorm(0'auth');
if (!empty(
$_SESSION['us']) && !empty($_SESSION['ps'])) header('Location: http://auxe.tk/panel/index.php?');
exit;
}
}

if(
stristr($_SERVER['HTTP_USER_AGENT'],'windows') || stristr($_SERVER['HTTP_USER_AGENT'],'linux') ||
stristr($_SERVER['HTTP_USER_AGENT'],'macintosh') || stristr($_SERVER['HTTP_USER_AGENT'],'unix') ||
stristr($_SERVER['HTTP_USER_AGENT'],'macos') || stristr($_SERVER['HTTP_USER_AGENT'],'bsd'))
{
echo 
'<form id="loginForm" action="auth.php?ok&amp;" method="post">
<div class="field"><label>Имя пользователя:</label><div class="input"><input type="text" name="us" value="" id="login" /></div></div>
<div class="field"><a href="http://my.auxe.tk/exit.php?list=lostpass&amp;" id="forgot">Забыли пароль?</a>
<label>Пароль:</label><div class="input"><input type="password" name="ps" value="" id="pass" /></div></div>
<div class="submit"><button type="submit">Войти</button><h4>
<a style="text-decoration : none;" href="http://auxe.tk/">Главная</a></h4></div></form>'
;
}
else
{
echo 
'<div class="logo">Вход / Авторизация</div>
<form id="loginForm" action="auth.php?ok&amp;" method="post">
<label>Логин:</label><br><input type="text" name="us" value="" id="login" /><br>
<label>Пароль:</label><br><input type="password" name="ps" value="" id="pass" /><br>
<input type="submit" name="ok" value="Войти"/><br>
<a href="http://my.auxe.tk/exit.php?list=lostpass&amp;" id="forgot">Забыли пароль?</a><br>
<img src="image/homepages.gif" alt="" /> <a href="http://auxe.tk"> На главную</a>'
;
echo 
'<div class="v">[&copy; 2013] || auxe.tk </div>';
exit;
}
include 
'system/foot.php';
?>
Онлайн: 0
Реклама