Файл: system/head_n.php
Строк: 52
<?php
echo '<?xml version="1.0" encoding="UTF-8" ?>';
?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="http://my.auxe.tk/theme/default.css" type="text/css" />
</head>
<body>
<style>
.tag {
font-family: Helvetica, Arial, sans-serif;
background: #588fe5;
display: inline-block;
color: #fff;
position: relative;
padding: 10px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
margin: 0 70px 0 0;
text-decoration: none;
}
.tag:hover {
background-color: #739fe4;
}
.tag:before {
background: #fff;
width: 10px;
height: 10px;
content: "";
display: inline-block;
border-radius: 20px;
margin: 0 5px 0 0;
}
.tag:after {
display: inline-block;
border: 20px solid;
border-color: transparent transparent transparent #588fe5;
height: 0;
width: 0;
position: absolute;
right: -40px;
top: 0;
content: "";
}
.tag:hover:after {
border-color: transparent transparent transparent #739fe4;
}
</style>
<?
if (!empty($_COOKIE['us']) && empty($_SESSION['us']))
{
$_SESSION['us'] = my_check($_COOKIE['us']);
$_SESSION['ps'] = my_check($_COOKIE['ps']);
header('Location: http://my.auxe.tk/index.php');
}
if(!empty($_SESSION['us'])) {
mysql_query("DELETE FROM `guests` WHERE `date_last` < '" . time() - 200 . "'");
}
?>