Вход Регистрация
Файл: public_html/start2.php
Строк: 54
<?
include './system/common.php';
include 
'./system/functions.php';
include 
'./system/user.php';
$title 'Выбор стороны персонажа';
?>


<!DOCTYPE html><html>
<head>
<title><?=$title?></title>
<link rel='shortcut icon' href='/favicon.ico'/>
<link href='https://fonts.googleapis.com/css?family=Comfortaa:700' rel='stylesheet' type='text/css'>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='stylesheet' href='/css/mresh.css'/>  
<meta content="battlecry, battle-cry, батл край, сражения, бои, битва, онлайн игра" name="keywords">     
 </head>
<body>


<div class='main'>
<div class="header-title"><span style="color: rgb(228, 208, 105);"><center>Bыбор стороны персонажа</center></span></div>

<div class=" ">

<center><img width='97%' alt='storona' src='/images/start2.png'></center>
<div width='90%'>
<table  width="100%">
<tbody><tr valign="middle">
<td align="left" width="75"></td>
<td align="right" width="40"></td>
</tr></tbody>
</table>
</div>

<table style="width: 100%; text-align: left; margin-left: auto; margin-right: auto;"><tbody><tr>
<td style="text-align: center; vertical-align: middle; width: 50%;"><div class='btn22'> <a href='?ray'>Боги</a></div></td>
<td style="text-align: center; vertical-align: middle; width: 50%;"><a class='btn22' href='?ad'>Демоны</a></td>
</tr></tbody></table>





<center><span style="color: rgb(228, 208, 105);">В процессе игры вы сможете сменить сторону персонажа, для этого перейдите в настройки игры.</span></center>





<div class="header-title">&nbsp;</div></div>


<? if (isset($_GET['ad']) && $user['save']==0) {
mysql_query("UPDATE `users` SET `r`= '0' WHERE `id`='".$user['id']."'");
header('Location: /start3.php');
}
?>

<? if (isset($_GET['ray']) && $user['save']==0) {
mysql_query("UPDATE `users` SET `r`= '1' WHERE `id`='".$user['id']."'");
header('Location: /start3.php');
}


?>
Онлайн: 1
Реклама