| Showing items 0 - 3 (3 items on 1 pages) |
|
"
|| $_REQUEST['ccms_module'] == "Login"
|| $_REQUEST['ccms_module'] == "Register"
|| $_REQUEST['ccms_module'] == "Submit" && $_REQUEST['type'] == "link"
|| $_REQUEST['ccms_module'] == "Submit News"
|| $_REQUEST['ccms_module'] == "Links"
|| $_REQUEST['ccms_module'] == "Search"
|| $_REQUEST['ccms_module'] == "Latest" && $_REQUEST['section'] == "blogs"
|| $_REQUEST['ccms_module'] == "Shop"
|| $_REQUEST['ccms_module'] == "News" && $found_game == "0"
|| $_REQUEST['ccms_module'] == "Contact"
|| !$_REQUEST['ccms_module']) {
include ('right_blocks/standard.php');
}
if ($_REQUEST['ccms_module'] == "User CP"
|| $_REQUEST['ccms_module'] == "Blogs"
|| $_REQUEST['ccms_module'] == "Online"
|| $_REQUEST['ccms_module'] == "Password"
|| $_REQUEST['ccms_module'] == "Poll"
|| $_REQUEST['ccms_module'] == "Vote"
|| $_REQUEST['ccms_module'] == "Members"
|| $_REQUEST['ccms_module'] == "User Profile"
|| $_REQUEST['ccms_module'] == "Edit Profile") {
include ('right_blocks/userpanel.php');
}
####################################################################################################
# GAMES / CHEATS / FAQ
####################################################################################################
if ($_REQUEST['ccms_module'] == "Games" && $_REQUEST['action'] != "showgame"
|| $_REQUEST['ccms_module'] == "Upcoming Games"
|| $_REQUEST['ccms_module'] == "Top Games"
|| $_REQUEST['ccms_module'] == "Companies"
|| $_REQUEST['ccms_module'] == "Search" && $_REQUEST['t'] == "cheats"
|| $_REQUEST['ccms_module'] == "Search" && $_REQUEST['t'] == "games"
|| $_REQUEST['ccms_module'] == "Search" && $_REQUEST['t'] == "company"
|| $_REQUEST['ccms_module'] == "Latest" && $_REQUEST['section'] == "cheats"
|| $_REQUEST['ccms_module'] == "Latest" && $_REQUEST['section'] == "faq"
|| $_REQUEST['ccms_module'] == "Latest" && $_REQUEST['section'] == "achievements"
|| $_REQUEST['ccms_module'] == "Submit" && $_REQUEST['type'] == "Cheats"
|| $_REQUEST['ccms_module'] == "Cheats" && $found_game < 1) {
include ('right_blocks/games.php');
}
####################################################################################################
# GAME RIGHT
####################################################################################################
if ($_REQUEST['ccms_module'] == "Games" && $_REQUEST['action'] == "showgame" || $found_game == "1") {
include ('right_blocks/showgame.php');
}
####################################################################################################
# ARTICLES
####################################################################################################
if ($_REQUEST['ccms_module'] == "Articles" && $found_game < 1
|| $_REQUEST['ccms_module'] == "Latest" && $_REQUEST['section'] == "articles"
|| $_REQUEST['ccms_module'] == "Search" && $_REQUEST['t'] == "articles"
|| $_REQUEST['ccms_module'] == "Submit" && $_REQUEST['type'] == "Article") {
include ('right_blocks/articles.php');
}
####################################################################################################
# NEWS
####################################################################################################
if ($_REQUEST['ccms_module'] == "Story" && $found_game < 1
|| $_REQUEST['ccms_module'] == "Archive"
|| $_REQUEST['ccms_module'] == "Latest" && $_REQUEST['section'] == "news"
|| $_REQUEST['ccms_module'] == "Search" && $_REQUEST['t'] == "news"
|| $_REQUEST['ccms_module'] == "Submit" && $_REQUEST['type'] == "News") {
include ('right_blocks/news.php');
}
####################################################################################################
# VIDEO
####################################################################################################
if ($_REQUEST['ccms_module'] == "Video" && $found_game < 1
|| $_REQUEST['ccms_module'] == "Latest" && $_REQUEST['section'] == "video"
|| $_REQUEST['ccms_module'] == "Search" && $_REQUEST['t'] == "video"
|| $_REQUEST['ccms_module'] == "Submit" && $_REQUEST['type'] == "Video") {
include ('right_blocks/videos.php');
}
####################################################################################################
# SCREENS
####################################################################################################
if ($_REQUEST['ccms_module'] == "Media" && $found_game < 1
|| $_REQUEST['ccms_module'] == "Latest" && $_REQUEST['section'] == "media"
|| $_REQUEST['ccms_module'] == "Search" && $_REQUEST['t'] == "media"
|| $_REQUEST['ccms_module'] == "Submit" && $_REQUEST['type'] == "Media") {
include ('right_blocks/media.php');
}
####################################################################################################
# FILES
####################################################################################################
if ($_REQUEST['ccms_module'] == "Files" && $found_game < 1
|| $_REQUEST['ccms_module'] == "Latest" && $_REQUEST['section'] == "files"
|| $_REQUEST['ccms_module'] == "Search" && $_REQUEST['t'] == "files"
|| $_REQUEST['ccms_module'] == "Submit" && $_REQUEST['type'] == "File") {
include ('right_blocks/files.php');
}
####################################################################################################
# CONSOLE PAGE
####################################################################################################
if ($_REQUEST['ccms_module'] == "Console") {
include ('right_blocks/console.php');
}
?>