Файл: goldenbirds/pages/_account.php
Строк: 67
<?PHP
$_OPTIMIZATION["title"] = "Аккаунт";
$_OPTIMIZATION["description"] = "Аккаунт пользователя";
$_OPTIMIZATION["keywords"] = "Аккаунт, личный кабинет, пользователь";
# Блокировка сессии
if(!isset($_SESSION["user_id"])){ Header("Location: /"); return; }
if(isset($_GET["sel"])){
$smenu = strval($_GET["sel"]);
switch($smenu){
case "404": include("pages/_404.php"); break; // Страница ошибки
case "stats": include("pages/account/_story.php"); break; // Статистика
case "referals": include("pages/account/_referals.php"); break; // Рефералы
case "farm": include("pages/account/_farm.php"); break; // Моя ферма
case "wheel": include("pages/account/_wheel.php"); break; // Колесо фортуны
case "add_bil": include("pages/account/_add_bil.php"); break; // Покупка билетов для КФ
case "store": include("pages/account/_store.php"); break; // Склад
case "knb": include("pages/_knb.php"); break; // КНБ
case "swap": include("pages/account/_swap.php"); break; // Обменный пункт
case "back": include("pages/account/_back.php"); break; // Накопительный банк
case "market": include("pages/account/_market.php"); break; // Рынок
case "chat": include("pages/account/_chat.php"); break; // chat
case "payment": include("pages/account/_payment.php"); break; // Выплата WM
case "payment_qiwi": include("pages/account/_payment_qiwi.php"); break; // Выплата QIWI
case "auc": include("pages/account/_auc.php"); break; // аукцион
case "insert": include("pages/account/_insert.php"); break; // Пополнение баланса
case "config": include("pages/account/_config.php"); break; // Настройки
case "bonus": include("pages/account/_bonus.php"); break; // Ежедневный бонус
case "set": include("pages/account/_set.php"); break; // Сэты
case "lottery": include("pages/account/_lottery.php"); break; // Лотерея
case "exit": @session_destroy(); Header("Location: /"); return; break; // Выход
# Страница ошибки
default: @include("pages/_404.php"); break;
}
}else @include("pages/account/_user_account.php");
?>
<center><script type="text/javascript" src="http://linkslot.ru/bancode.php?id=13422"></script></center>