Please update your Flash Player to the latest version.
You can install and download Adobe Flash Player here: Install flash player. More instructions for installation can be found here: More information
/*include('global.php'); if(!isset($_SESSION['username'])) { header('location: index.php'); }*/ //$data = $core->GetFetch("SELECT * FROM users WHERE id = ".$_SESSION["id"]); $ip = $_SERVER["REMOTE_ADDR"]; /*$core->SendMUSData("UPDATEIP ".$data['id']." ".$ip); if($core->ExecuteQuery("UPDATE `users` SET `authenticator` = '".$ip."' WHERE `id` = ".$data['id'].";")) { // good! }*/ ?>