Файл: system/mod.php
Строк: 118
<?php
/*
Appointment: Подключение модулей
File: mod.php
*/
if(!defined('MOZG'))
die('Hacking attempt!');
if(isset($_GET['go']))
$go = htmlspecialchars(strip_tags(stripslashes(trim(urldecode(mysql_escape_string($_GET['go']))))));
else
$go = "main";
$mozg_module = $go;
check_xss();
switch($go){
//Регистрация
case "register":
include ENGINE_DIR.'/modules/register.php';
break;
case "newuser":
include ENGINE_DIR.'/modules/newuser.php';
break;
//Регистрация
case "cover":
include ENGINE_DIR.'/modules/cover.php';
break;
//Граффити
case "graffiti":
include ENGINE_DIR.'/modules/graffiti.php';
break;
//Профиль пользователя
case "profile":
$spBar = false;
include ENGINE_DIR.'/modules/profile.php';
break;
//Редактирование моей страницы
case "editprofile":
$spBar = true;
include ENGINE_DIR.'/modules/editprofile.php';
break;
//Загрузка городов
case "loadcity":
include ENGINE_DIR.'/modules/loadcity.php';
break;
//Альбомы
case "albums":
$spBar = true;
if($config['album_mod'] == 'yes')
include ENGINE_DIR.'/modules/albums.php';
else {
$user_speedbar = 'Информация';
msgbox('', 'Сервис отключен.', 'info');
}
break;
//Просмотр фотографии
case "photo":
include ENGINE_DIR.'/modules/photo.php';
break;
//Плеер в окне
case "audio_player":
if($config['audio_mod'] == 'yes')
include ENGINE_DIR.'/modules/audio_player.php';
else {
$spBar = true;
$user_speedbar = 'Информация';
msgbox('', 'Сервис отключен.', 'info');
}
break;
//Друзья
case "friends":
$spBar = true;
include ENGINE_DIR.'/modules/friends.php';
break;
//Друзья
case "voting":
$spBar = false;
include ENGINE_DIR.'/modules/voting/vote_start.php';
break;
case "requests":
$spBar = false;
include ENGINE_DIR.'/modules/requests.php';
break;
case "apps":
$spBar = false;
include ENGINE_DIR.'/modules/api.php';
break;
//Закладки
case "fave":
$spBar = true;
include ENGINE_DIR.'/modules/fave.php';
break;
//Сообщения
case "messages":
$spBar = true;
include ENGINE_DIR.'/modules/messages.php';
break;
//Диалоги
case "im":
include ENGINE_DIR.'/modules/im.php';
break;
//Заметки
case "notes":
$spBar = true;
include ENGINE_DIR.'/modules/notes.php';
break;
//Подписки
case "subscriptions":
include ENGINE_DIR.'/modules/subscriptions.php';
break;
//Видео
case "videos":
$spBar = true;
if($config['video_mod'] == 'yes')
include ENGINE_DIR.'/modules/videos.php';
else {
$user_speedbar = 'Информация';
msgbox('', 'Сервис отключен.', 'info');
}
break;
//Поиск
case "search":
include ENGINE_DIR.'/modules/search.php';
break;
//Стена
case "wall":
$spBar = true;
include ENGINE_DIR.'/modules/wall.php';
break;
//Статус
case "status":
include ENGINE_DIR.'/modules/status.php';
break;
//Новости
case "news":
$spBar = true;
include ENGINE_DIR.'/modules/news.php';
break;
//Настройки
case "settings":
include ENGINE_DIR.'/modules/settings.php';
break;
//Помощь
case "support":
include ENGINE_DIR.'/modules/support.php';
break;
//Игры
case "apps":
include ENGINE_DIR.'/modules/api.php';
break;
//Значок
case "znachok":
include ENGINE_DIR.'/modules/znachok.php';
break;
//Воостановление доступа
case "restore":
include ENGINE_DIR.'/modules/restore.php';
break;
//Загрузка картинок при прикриплении файлов со стены, заметок, или сообщений
case "attach":
include ENGINE_DIR.'/modules/attach.php';
break;
//Блог сайта
case "blog":
$spBar = true;
include ENGINE_DIR.'/modules/blog.php';
break;
//Баланс
case "balance":
include ENGINE_DIR.'/modules/balance.php';
break;
//Подарки
case "gifts":
include ENGINE_DIR.'/modules/gifts.php';
break;
//Сообщества => обсуждения
case "groups_forum":
include ENGINE_DIR.'/modules/groups_forum.php';
break;
case "guests" :
include ENGINE_DIR . '/modules/guests.php';
break;
case "radio" :
include ENGINE_DIR . '/modules/radio/radio_list.php';
break;
//Сообщества
case "groups":
include ENGINE_DIR.'/modules/groups.php';
break;
//Сообщества
case "stiker":
include ENGINE_DIR.'/modules/stiker.php';
break;
//Сообщества -> Публичные страницы
case "public":
$spBar = false;
include ENGINE_DIR.'/modules/public.php';
break;
//Сообщества -> Загрузка фото
case "attach_groups":
include ENGINE_DIR.'/modules/attach_groups.php';
break;
//Музыка
case "audio":
if($config['audio_mod'] == 'yes')
include ENGINE_DIR.'/modules/audio.php';
else {
$spBar = true;
$user_speedbar = 'Информация';
msgbox('', 'Сервис отключен.', 'info');
}
break;
//Плеер в окне
case "audio_player":
if($config['audio_mod'] == 'yes')
include ENGINE_DIR.'/modules/audio_player.php';
else {
$spBar = true;
$user_speedbar = 'Информация';
msgbox('', 'Сервис отключен.', 'info');
}
break;
//Статические страницы
case "static":
include ENGINE_DIR.'/modules/static.php';
break;
//Выделить человека на фото
case "distinguish":
include ENGINE_DIR.'/modules/distinguish.php';
break;
//Скрываем блок Дни рожденья друзей
case "happy_friends_block_hide":
$_SESSION['happy_friends_block_hide'] = 1;
die();
break;
//Скрываем блок Дни рожденья друзей
case "fast_search":
include ENGINE_DIR.'/modules/fast_search.php';
break;
//Жалобы
case "report":
include ENGINE_DIR.'/modules/report.php';
break;
//Отправка записи в сообщество или другу
case "repost":
include ENGINE_DIR.'/modules/repost.php';
break;
//Моментальные оповещания
case "updates":
include ENGINE_DIR.'/modules/updates.php';
break;
//Документы
case "doc":
include ENGINE_DIR.'/modules/doc.php';
break;
//Опросы
case "votes":
include ENGINE_DIR.'/modules/votes.php';
break;
//Рейтинг
case "rating":
include ENGINE_DIR.'/modules/rating.php';
break;
//Рейтинг
case "fotoreit":
include ENGINE_DIR.'/modules/fotoreit.php';
break;
//Сообщества -> Публичные страницы -> Аудиозаписи
case "public_audio":
include ENGINE_DIR.'/modules/public_audio.php';
break;
//Сообщества -> Публичные страницы -> Аудиозаписи
case "balance_account":
include ENGINE_DIR.'/modules/balance_account/user.php';
break;
default:
$spBar = false;
/*if($logged)
header("Location: /id{$user_info['user_id']}");
else*/
if($go != 'main')
msgbox('', $lang['no_str_bar'], 'info');
}
if(!$metatags['title'])
$metatags['title'] = $config['home'];
if($user_speedbar)
$speedbar = $user_speedbar;
else
$speedbar = $lang['welcome'];
$headers = '<title>'.$metatags['title'].'</title>
<meta name="generator" content="TOEngine" />
<meta http-equiv="content-type" content="text/html; charset=windows-1251" />';
?>