if ($_SERVER["REMOTE_ADDR"] == "83.140.13.10") { # header("Location:http://en.wikipedia.org/wiki/Leech_(computing)"); # exit; } include_once("php/settings/language/swedish.main.php"); include_once("php/settings/config.php"); include_once("php/settings/database/mysql_db.php"); include_once("php/settings/clean.php"); include_once("php/settings/menu/topmenu.php"); include_once("php/settings/str.php"); $get_string = new clean(); $win = $sub = ""; if (!empty($_REQUEST["p"])) { $win = strtolower($get_string->onlyLettersAndNumbers($_REQUEST["p"])); if (!in_array($win,$GLOBALS["strAllowedPages"])) { $win = $GLOBALS["strStartPage"]; } } else { $win = $GLOBALS["strStartPage"]; } if (!empty($_REQUEST["s"])) { $sub = strtolower($get_string->onlyLettersAndNumbers($_REQUEST["s"])); } else { $sub = ""; } $documentTitle = !empty($GLOBALS["langTitle"][$win]) ? $GLOBALS["langTitle"][$win]:$GLOBALS["strHtmlTitle"]; $documentDesc = !empty($GLOBALS["langDesc"][$win]) ? $GLOBALS["langDesc"][$win]:$GLOBALS["strMetaDesc"]; #$channelURL = ""; if(isset($_GET["channels"])) { $channelURL = $get_string->channelClean($_GET["channels"]); if (!empty($channelURL)) { $_COOKIE["channel"] = str_replace("-",",",$channelURL); } } ?>