userinfo['userid']; $username = $vbulletin->userinfo['username']; // chdir("../forums"); // define('NO_REGISTER_GLOBALS', 1); // require('./global.php'); // require_once('./includes/functions.php'); // chdir("../dvdcatalog"); // include "./header.php"; // include "./header-inc.php"; $i=0; if (is_browser('opera')) { $selain = "opera"; if ($selain == "opera") { if ($i != 0) { echo ""; $i++; } } } if ($vbulletin->userinfo['userid'] != 0) { $username = $vbulletin->userinfo['username']; $cookie_name="authcat"; $cookie_value="ok"; $cookie_name2="usernamecat"; $cookie_value2="$username"; $cookie_expire="0"; $cookie_domain=""; setcookie($cookie_name, $cookie_value, $cookie_expire, "/", $cookie_domain, 0); setcookie($cookie_name2, $cookie_value2, $cookie_expire, "/", $cookie_domain, 0); header("Location: http://www.dvdplaza.fi/dvdcatalog/login.php"); } else { $vbheader = str_replace( "", "DVD Plaza - leffakatalogi", $vbheader ); echo $vbheader; ?>