Вход Регистрация
Файл: index.php
Строк: 179
<?php
require_once 'system/xcms_core.php';$title='Главная';
if(
$_COOKIE['style']=='web')require_once 'system/web_head.php'; else require_once 'system/head.php';
echo
'<div class="menu" style="text-align:center;"><b>В данный момент проходит реконструкция</b></div>';
        
$chat=$db->query("SELECT COUNT(*) as count FROM `chat`");$chat->setFetchMode(PDO::FETCH_ASSOC);$chat=$chat->fetch();
        
$forum1=$db->query("SELECT COUNT(*) as count FROM `themes`");$forum1->setFetchMode(PDO::FETCH_ASSOC);$forum1=$forum1->fetch();
        
$forum2=$db->query("SELECT COUNT(*) as count FROM `posts`");$forum2->setFetchMode(PDO::FETCH_ASSOC);$forum2=$forum2->fetch();
        
$obmen=$db->query("SELECT COUNT(*) as count FROM `obmen`");$obmen->setFetchMode(PDO::FETCH_ASSOC);$obmen=$obmen->fetch();
        
$news=$db->query("SELECT COUNT(*) as count FROM `news`");$news->setFetchMode(PDO::FETCH_ASSOC);$news=$news->fetch();
        
$files=$db->query("SELECT COUNT(*) as count FROM `files`");$files->setFetchMode(PDO::FETCH_ASSOC);$files=$files->fetch();
        
$mail1=$db->query("SELECT COUNT(*) as count FROM `mail` where `komu`='$user[id]'");$mail1->setFetchMode(PDO::FETCH_ASSOC);$mail1=$mail1->fetch();
        
$mail2=$db->query("SELECT COUNT(*) as count FROM `mail` where `komu`='$user[id]' and `status`='1'");$mail2->setFetchMode(PDO::FETCH_ASSOC);$mail2=$mail2->fetch();
        
$online=$db->query("SELECT COUNT(*) as count from `user` where `visit`>$time-90");$online->setFetchMode(PDO::FETCH_ASSOC);$online=$online->fetch();
        
$users=$db->query("SELECT COUNT(*) as count from `user`");$users->setFetchMode(PDO::FETCH_ASSOC);$users=$users->fetch();
if(
$user){
    if(
$user['ban']==1){
        echo 
'<div class="head">Бан!</div>Вы забанены!<br/>';
    }else{
        
$kols=$db->query("SELECT COUNT(*) as count FROM `ads` WHERE `pozic`='Ве' and `srok`>".time()."");$kols->setFetchMode(PDO::FETCH_ASSOC);$kols=$kols->fetch();
        if(
$kols['count']>0){
            
$ser=$db->query("select * from `ads` where `pozic`='Ве' and `srok`>$time order by `time` desc");
            while(
$fr=$ser->fetch(PDO::FETCH_ASSOC)){
                echo
'<div class="menu"><a href="/go_to_'.$fr['id'].'" style="display:block;">'.bb_code($fr['name']);
                
$ost=$fr['srok']-time();
                if(
$user['level']>0)echo'<br /><small>Осталось: '.date('jдн. h:i:s'$ost).'</small>';
                echo
'</a></div>';
            }
        }
        
$new=$db->query("select * from `news` order by `id` desc limit 1")->fetch(PDO::FETCH_ASSOC);
        if(
$new)echo'<div class="citatka"><b>'.$new['nazv'].'</b> / '.clock($new['time']).'<br/>'.$new['msg'].'</div>';
        if(
$user['level']==1){echo '<div class="pages" style="text-align:center;"><a href="/admin" style="display:block;">Администратор панель</a></div>';}
        
$bonus mt_rand(1,25);$razmer mt_rand(2,20);
        if(
$bonus == '7'){echo'<div class="pad">Вам попался бонус в размере '.$razmer.'</div>';$db->prepare("update `user` set `balans`=`balans`+$razmer where `id`='$user[id]'")->execute();}
        echo
'<div class="menu"><a href="/chat" style="display:block;">
        <img src="/images/chat.png" style="width:35px;height:35px;float:left;margin-right:3px;margin-bottom:1px;" alt=""/> Чат ('
.$chat['count'].')<br/>
        Общайся с другими участниками чата</a></div>
        <div class="menu"><a href="/forum" style="display:block;">
        <img src="/images/forum.png" style="width:35px;height:35px;float:left;margin-right:3px;margin-bottom:1px;" alt=""/> Форум ('
.$forum1['count'].'/'.$forum2['count'].')<br/>
        Создавай темы и общайся</a></div>
        <div class="menu"><a href="/obmen" style="display:block;">
        <img src="/images/obmen.png" style="width:35px;height:35px;float:left;margin-right:3px;margin-bottom:1px;" alt=""/> Файлообменник ('
.$obmen['count'].')<br/>
        Делись файлами с другими людьми</a></div>
        <div class="menu"><a href="/news" style="display:block;">
        <img src="/images/news.png" style="width:35px;height:35px;float:left;margin-right:3px;margin-bottom:1px;" alt=""/> Новости сайта ('
.$news['count'].')<br />
        Новости нашего сайта</a></div>
        <div class="menu"><a href="/dl" style="display:block;">
        <img src="/images/obmen.png" style="width:35px;height:35px;float:left;margin-right:3px;margin-bottom:1px;" alt=""/> Загруз-центр ('
.$files['count'].')<br />
        Загруз-центр нашего сайта</a></div>
        
        <div class="menu"><a href="/profile'
.$user['id'].'" style="display:block;">
        <img src="/images/profle.png" style="width:35px;height:35px;float:left;margin-right:3px;margin-bottom:1px;" alt=""/> Мой профиль <br/>
        ID: '
.$user['id'].'/'.$user['balans'].' Баллов(а)</a></div>
        <div class="menu"><a href="/dialog" style="display:block;">
        <img src="/images/mail.png" style="width:35px;height:35px;float:left;margin-right:3px;margin-bottom:1px;" alt=""/> Диалоги<br />
        Сообщений:'
.$mail1['count'].'/Новых:'.$mail2['count'];
        if(
$mail2['count']>0)echo ' <font style="background-color:orange;border: 1px solid black;color:black;">Новое</font>';
        echo
'</a></div>
        <div class="menu"><a href="/info" style="display:block;">
        <img src="/images/info.png" style="width:35px;height:35px;float:left;margin-right:3px;margin-bottom:1px;" alt=""/> Информация<br />
        Смайлы, BB-Теги, Администрация и т.д.</a></div>
        <div class="menu"><a href="/shop" style="display:block;">
        <img src="/images/cart.png" style="width:35px;height:35px;float:left;margin-right:3px;margin-bottom:1px;" alt=""/> Магазин<br/>
        Покупка привелегий за валюту сайта</a></div>
        <div class="menu"><a href="/remied" style="display:block;">
        <img src="/images/key.png" style="width:35px;height:35px;float:left;margin-right:3px;margin-bottom:1px;" alt=""/> Смена пароля<br />
        Смена пароля учетной записи</a></div>
        <div class="menu"><a href="/exit" style="display:block;">
        <img src="/images/power.png" style="width:35px;height:35px;float:left;margin-right:3px;margin-bottom:1px;" alt=""/> Выход<br />
        Возвращайтесь снова!:)
        </a></div>'
;        

        
$kols1=$db->query("SELECT COUNT(*) as count FROM `ads` WHERE `pozic`='Ни' and `srok`>".time()."");$kols1->setFetchMode(PDO::FETCH_ASSOC);$kols1=$kols1->fetch();
        if(
$kols1['count']>0){
            
$ser1=$db->query("select * from `ads` where `pozic`='Ни' and `srok`>$time order by `time` desc");
            while(
$fr1=$ser1->fetch(PDO::FETCH_ASSOC)){
                echo
'<div class="menu"><a href="/go_to_'.$fr1['id'].'" style="display:block;">'.bb_code($fr1['name']);
                
$ost1=$fr1['srok']-time();
                if(
$user['level']>0)echo'<br /><small>Осталось: '.date('jдн. h:i:s'$ost1).'</small>';
                echo
'</a></div>';
            }
        }
        echo
'<div class="menu"><a href="/online" style="display:block;text-align:center;">В сети:'.$online['count'].'</a></div>';        
    }
}else{
    echo
'<div class="sort"><ul><li><a href="/login">Вход</a></li><li><a href="/registration">Регистрация</a></li></ul></div>';
    
$new=$db->query("select * from `news` order by `id` desc limit 1")->fetch(PDO::FETCH_ASSOC);
    if(
$new)echo'<div class="citatka"><b>'.$new['nazv'].'</b> / '.clock($new['time']).'<br/>'.$new['msg'].'</div>';else echo'<div class="citatka">Новостей еще нет</div>';
    echo
'<div class="head">Навигация</div>
    <div class="menu">
    <img src="/images/news.png" style="width:35px;height:35px;float:left;margin-right:3px;margin-bottom:1px;" alt=""/> <a href="/news">Новости сайта</a> ('
.$news['count'].')<br />
    Новости нашего сайта</div>
    <div class="menu">
        <img src="/images/obmen.png" style="width:35px;height:35px;float:left;margin-right:3px;margin-bottom:1px;" alt=""/> <a href="/dl">Загруз-центр</a> ('
.$files['count'].')<br />
        Загруз-центр нашего сайта</div>
    <div class="menu">
        <img src="/images/info.png" style="width:35px;height:35px;float:left;margin-right:3px;margin-bottom:1px;" alt=""/> <a href="/info">Информация</a><br />
        Смайлы, BB-Теги, Администрация и т.д.</div>
    '
;
    echo 
'<div class="pad" style="text-align:center;">С нами уже - '.$users['count'].' человек(а)<br />
    Из них <a href="/online">'
.$online['count'].' в сети</a></div>';
}
if(
$_COOKIE['style']=='web')require_once 'system/web_foot.php'; else require_once 'system/foot.php';
?>
Онлайн: 0
Реклама