header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); $agent = $_SERVER['HTTP_USER_AGENT']; if (strtoupper(substr($agent,0,7)) <> "MOZILLA") { header("Location: bugger.htm"); exit(); } if (isset($_COOKIE['Session'])) { $Session = $_COOKIE['Session']; } else { $Session = getenv("REMOTE_ADDR"); } setcookie("Session", $Session, time()+2000, "/", "sixriverstrading.com"); mysql_connect('winewith.ipowermysql.com', 'winewith', 'kahlukers!1'); #mysql_connect('winewith.ipowermysql.com', 'winewith', '2S1sters2!'); mysql_select_db(srt); ?>