Вход Регистрация
Файл: public_html/system/view/header.php
Строк: 205
<? 
/**********************************
*    @package: PerfCMS              *
*    @year: 2012                      *
*    @author: Artas                  *
*    @link: http://perfcms.org.ua      *
**********************************/
$azazaza $db->query("SELECT `id`,`gold`,`gtime` FROM `forum_t` WHERE `gold` = '1'")->fetch();
if (
$azazaza['gtime'] < time ())
{
$db->query("UPDATE `forum_t` SET `gold` = '0' WHERE `id` = '"$azazaza['id'] ."'"); 
}
if(isset(
$user)) 
{
    if(!isset(
$locate))
    {
        
$locate 'in_site';
    }
     
$db->query("UPDATE `users` SET `locate` = '"$locate ."' WHERE `id` = '"$user['id'] ."'"); 

if(!
file_get_contents(TPL.'/themes/'.$tpl->type.'/'$stylen .'/header'$tpl->format)) {
?>
<!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" lang="uk" xml:lang="uk">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?=''.(!empty($title) ? ''.$title.'' 'Page of PerfCMS').''?> | <?=$system['title'];?></title>
        <link rel="stylesheet" href="/template/themes/<?=$ttype?>/<?=$stylen?>/style.css" type="text/css"/>
        <?php echo (!empty($system['description']) ? '<meta name="description" content="'.$system['description'].'" />' NULL); ?>
        <?php if(!empty($system['keywords'])) { ?>
        <meta name="keywords" content="<?=$system['keywords']; ?>" /> <? ?>
        </head>
<body>
<?echo '<div class="logo" style = ""><p><font size="8">Site.Ru</font></p></div>';?>

<?//<a href="/">
//<img src="http://cssliga.ru/template/themes/wap/default/images/logo.pn" alt="" /></a></div>
?>

<? if(isset($user)) {
$new_mess $db->query("SELECT * FROM `mail` WHERE `who_id` = '"$user['id'] ."' AND `read` = '0'")->rowCount();
$new_notify $db->query("SELECT * FROM `notify` WHERE `user_id` = '"$user['id'] ."' AND `read` = '0'")->rowCount();

echo 
'<table style="width:100%" cellspacing="0" cellpadding="0" class="panel">
<tr><td style="vertical-align:top;width:10%;"><center> <a href="/user/panel/" title="Кабинет"><img  align="middle" src="/template/icons/user2.png" alt="*"></a></center></td>
<td style="vertical-align:top;width:10%;"><center><a href="/mail/" title="Почта"><img align="middle" src="/template/icons/mail2.png" alt="*"> '
.($new_mess>'+<b>'.$new_mess.'</b> ' NULL).'</a></center></td>
<td style="vertical-align:top;width:10%;"><center><a href="/user/notify" title="Оповещения"><img  align="middle" src="/template/icons/send.png" alt="*"> '
.($new_notify>'+<b>'.$new_notify.'</b> ' NULL).'
</a></center></td>'
;
if(
$user['level'] >= 6) { 
echo 
'<td style="vertical-align:top;width:10%;"><center><a href="/padmin/" title="Админ-панель"><img align="middle" src="/template/icons/adminp.png" alt="*"></a></center></td>';
}
echo 
'<td style="vertical-align:top;width:10%;"><center><a href="/exit" title="Выход"><img align="middle" src="/template/icons/exit.png" alt="*">
</a></center></td>
</tr>
</table>'
;


} else {
echo 
'<table style="width:100%" cellspacing="0" cellpadding="0" class="panel">
<tr><td style="vertical-align:top;width:10%;"><center> <a href="/sign_in/" title="Вход"><img  align="middle" src="/template/icons/vhod2.png" alt="*"></a></center></td>
<td style="vertical-align:top;width:10%;"><center><a href="/sign_up/" title="Регистрация"><img align="middle" src="/template/icons/rega.png" alt="*"></a></center></td>
</tr>
</table>'
;


}
elseif(
file_exists(TPL.'/themes/'.$tpl->type.'/'$stylen .'/header'$tpl->format)) {
$tpl->set_value('title'title(). ' | '.$system['title']);
$tpl->set_value('keywords'$system['keywords']);
$tpl->set_value('description'$system['description']);
$tpl->set_value('user-panel'user_panel());
$tpl->set_value('type'$tpl->type);
$tpl->set_value('theme'$stylen);
$tpl->set_value('user-id'$user['id']);
$tpl->set_value('nick'tnick($user['id']));
$tpl->parse('header');
$tpl->view();
}

$new_friends $db->query("SELECT * FROM `friends` WHERE `friend_id` = '"$user['id'] ."' AND `active` = '0'")->rowCount();
if(
$new_friends 0)
    {
        
$tpl->div('menu'img('new_friend.png') .'<a href="/friends/requests">'$lang->word('friends') .'</a> [+'.$new_friends.']');
    }

echo 
$stat->adsHeader();
###Уведомления о состоянии сайта
if($system['open_site'] == 'no' && $page != 'auth' && $user['level'] < 6) {
$tpl->div('menu'$lang->word('site_closed'));
require_once(
SYS.'/view/footer.php');
exit;
}elseif(
time()<$user['ban_time']) {
$tpl->div('title'$lang->word('u_r_banned'));
$tpl->div('menu'$lang->word('ban_text').': '.$user['ban_text'].'<br/>
                    '
.$lang->word('end_ban').': '.rtime($user['ban_time']).'');
require_once(
SYS.'/view/footer.php');
exit;
}elseif(
$system['open_mini_chat'] == 'no' && $user['level'] < && $locate=='in_mini_chat') {
$tpl->div('menu'$lang->word('mini_chat_closed'));
require_once(
SYS.'/view/footer.php');
exit;
}elseif(
$system['open_library'] == 'no' && $user['level'] < && $locate=='in_library') {
$tpl->div('menu'$lang->word('library_closed'));
require_once(
SYS.'/view/footer.php');
exit;
}elseif(
$system['open_forum'] == 'no' && $user['level'] < && $locate=='in_forum') {
$tpl->div('menu'$lang->word('forum_closed'));
require_once(
SYS.'/view/footer.php');
exit;
}elseif(
$system['open_share'] == 'no' && $user['level'] < && $locate=='in_share') {
$tpl->div('menu'$lang->word('share_closed'));
require_once(
SYS.'/view/footer.php');
exit;
}elseif(
$system['open_news'] == 'no' && $user['level'] < && $locate=='in_news') {
$tpl->div('menu'$lang->word('news_closed'));
require_once(
SYS.'/view/footer.php');
exit;
}elseif(
$locate=='in_portfolio') {
}elseif(
$locate=='in_obmen') {
}elseif(
$locate=='in_index') {
}elseif(
$system['public_site'] == 'no' && !isset($user) && $page != 'reg') {
$tpl->div('title'$lang->word('sign_in'));
echo 
'<div class="menu">
<form action="/sign_in/?" method="post">
        '
$lang->word('nick') .':<br/>
        <input type="text" name="nick" /><br/>
        '
$lang->word('password') .':<br/>
        <input type="password" name="password" /><br/>
        <input type="submit" value="'
$lang->word('sign_in') .'" />
    </form>
    </div>'
;
$tpl->div('block'img('nav.png').' <a href="/user/recovery?">'.$lang->word('recovery').'</a><br/> '.  NAV .'<a href="/sign_up/">'$lang->word('sign_up') .'</a>');
require_once(
SYS.'/view/footer.php');
exit;
}
Онлайн: 0
Реклама