Вход Регистрация
Файл: pages/shop/index.php
Строк: 94
<?php

require_once '../../sys/inc/start.php';
require_once 
'../../sys/inc/compress.php';
require_once 
'../../sys/inc/sess.php';
require_once 
'../../sys/inc/settings.php';
require_once 
'../../sys/inc/db_connect.php';
require_once 
'../../sys/inc/ipua.php';
require_once 
'../../sys/inc/fnc.php';
require_once 
'../../sys/inc/user.php';

$set['title'] = 'Магазин';

require_once 
'../../sys/inc/thead.php';

if (!isset(
$user) && !isset($_GET['id'])) {
    
header("Location: /index.php?" SID);
    exit;
}
if (isset(
$user)) {
    
$ank['id'] = $user['id'];
}
if (isset(
$_GET['id'])) {
    
$ank['id'] = intval($_GET['id']);
}
if (
mysql_result(mysql_query("SELECT COUNT(*) FROM `user` WHERE `id` = '$ank[id]' LIMIT 1"), 0) == 0) {
    
header("Location: /index.php?" SID);
    exit;
}
$ank mysql_fetch_array(mysql_query("SELECT * FROM `user` WHERE `id` = $ank[id] LIMIT 1"));

aut();
err();

if (!isset(
$user)) {
    
err('Пройдите авторизацию');
} else {
    
only_reg();

    if (isset(
$_GET['cleans'])) {
        if (
$user['money'] <= 200) {
            echo 
"<div class = 'err'>";
            echo 
"<img src = '/style/icons/bullet_error.png' /> Не хватает монет<br />";
            echo 
user($ank['id']);
            echo 
"</div>";

            require_once 
'../../sys/inc/tfoot.php';
            exit();
        }
        if (isset(
$_GET['ok'])) {
            
mysql_query("UPDATE `user` SET `money` = '" . ($user['money'] - 200) . "' WHERE `id` = '$user[id]' LIMIT 1");
            
mysql_query("INSERT INTO `user_voice2` (`rating`, `id_user`, `id_kont`) VALUES ('-1','0','$user[id]')");
            
mysql_query("UPDATE `user` SET `rating` = '" . ($user['rating'] + 1) . "' WHERE `id` = '$user[id]' LIMIT 1");

            
msg('Вы купили 1 рейтинг за 200 монет.');
            
header("Location: ?page=" $_GET['page'] . "" SID);
        } else {
            echo 
"<div class = 'msg'>";
            echo 
"Вы уверены что хотите купить 1 рейтинг? Стоимость 200 монет.<br /><a href = '?cleans&amp;ok'>Да</a> | <a href = '?'>Нет</a>";
            echo 
"</div>";
        }
    }

    if (isset(
$_GET['clean'])) {
        if (
$user['rating'] <= 1) {
            echo 
"<div class = 'err'>";
            echo 
"<img src = '/style/icons/bullet_error.png' /> Не хватает рейтинга<br />";
            echo 
user($ank['id']);
            echo 
"</div>";

            require_once 
'../../sys/inc/tfoot.php';
            exit();
        }

        if (isset(
$_GET['ok'])) {
            
mysql_query("UPDATE `user` SET `rating` = '" . ($user['rating'] - 1) . "' WHERE `id` = '$user[id]' LIMIT 1");
            
mysql_query("INSERT INTO `user_voice2` (`rating`, `id_user`, `id_kont`) VALUES ('-1','0','$user[id]')");
            
mysql_query("UPDATE `user` SET `money` = '" . ($user['money'] + 200) . "' WHERE `id` = '$user[id]' LIMIT 1");

            
msg('Вы продали 1 рейтинг за 200 монет.');
            
header("Location: ?page=" $_GET['page'] . "" SID);
        } else {
            echo 
"<div class = 'msg'>";
            echo 
"Вы уверены что хотите продать рейтинг? Стоимость 200 монет.<br /><a href = '?clean&amp;ok'>Да</a> | <a href = '?'>Нет</a>n";
            echo 
"</div>";
        }
    }

    echo 
"<div class = 'razd'>";
    echo 
"<img src = '/style/icons/update.png' /> <a href = '?$passgen'>Обновить</a>";
    echo 
"</div><div class = 'blok'>";
    echo 
"<img src = '/style/icons/table_money.png' /> Ваши монеты: $ank[money]";
    echo 
"</div><div class = 'blok'>";
    echo 
"<img src = '/style/icons/ticket_stub.png' /> Ваш рейтинг: $ank[rating] ";
    echo 
"<span class = 'count'>";
    echo 
"<a href = '?cleans' title = 'Купить'><img src = '/style/icons/verh.png' /></a> ";
    echo 
"<a href = '?clean' title = 'Продать'><img src = '/style/icons/vniz.png' /></a>";
    echo 
"</span></div><div class = 'blok'>";
    echo 
"<img src = '/style/icons/cup_gold.png' /> Лидер дня: ";
    echo 
"<span class = 'count'>";
    echo 
"<a href = '/pages/leader.php' title = 'Купить'>приобрести</a>";
    echo 
"</span></div>";
}

require_once 
'../../sys/inc/tfoot.php';
Онлайн: 3
Реклама