<?php
include_once("files/zag.php");
include_once("files/ini.php");
$polz=mysql_query("SELECT * FROM `users` WHERE `udata0`='$log' AND `udata1`='$pas' LIMIT 1");
if(mysql_num_rows($polz)==0){
header ("Location: index.php?error");
echo'<div class="p">Ошибка! Пользователь с таким логином и паролем не зарегистрирован, или пароль/логин неверен! <a href="index.php">На главную</a><br>';exit;
}else{
if($udata37!=""){echo"Вы не в городе."; include_once"files/down.php";exit;}
echo"<small>
Добро пожаловать в хижину гномов!<br/>";
$qi = mysql_query("SELECT * from `quests` where `town`='$udata20' and `mesto`='/home.php' ");
$row=mysql_fetch_array($qi);
if (mysql_affected_rows()==1)
{
echo"<br><a href="quests.php?id=$row[id]">Задание</a><br/>";}
echo"<br/><a href="clan.php?">Кланы</a>";
echo"<br/><a href="alliance.php?">Альянсы</a>";
}
include_once"files/down.php";
?>