GetLoginID(); if (($login->CheckAccess($userid, "cief")) && ($action != "logout")) { GoToPage("forum.html"); exit; } $bannermenus = new BannerMenus_cellbio($link, $DB_USER_TABLE, $path); // // Display login or main menu: // // May already be logged in: if ($_SESSION["userid"]) { $id = $_SESSION["userid"]; $pwd = $_SESSION["passwd"]; } $userid = $login->CheckLogin($user, $pass, $id, $pwd, false); $defpage = "forum.html?message=Logged%20in"; $page = GetParamDefault("page", $defpage); $docid = GetParam0("docid"); if (empty($action)) { DisplayLogin(0, $message, $headfoot, $bannermenus, $userid, $page, $docid, $login); } else if ($action == "logout") { $login->Logout(); GoToPage("index.html?message=$message"); exit; } else if ($action == "sendpass") { $message = SendPassword($link, $user, $login); DisplayLogin(0, $message, $headfoot, $bannermenus, $userid, $page, $docid, $login); } else { if ($userid > 0) { $url = $page; if ($docid != 0) { $url .= "?docid=$docid"; } GoToPage($url); exit; } else if ($userid == -1) { $message = "Login not validated — please check your email for instructions"; DisplayLogin(0, $message, $headfoot, $bannermenus, $userid, $page, $docid, $login); } else { DisplayLogin(1, $message, $headfoot, $bannermenus, $userid, $page, $docid, $login); } } function DisplayLogin($accessDenied, $message, $headfoot, $bannermenus, $userid, $page, $docid, $login) { global $HTTP_POST_VARS; global $HTTP_GET_VARS; $user = strip_tags($HTTP_POST_VARS["user"]); $pass = strip_tags($HTTP_POST_VARS["pass"]); $path = "../"; $current = -1; $current_sub = -1; ?> cIEF Forum
Banner_cIEF($userid, true, "./index.html"); ?>
Sidebar_cIEF($current, true); ?>
Search_cIEF_widget($author, $company, $pub, "ciefsearch") ?>

cIEF Forum

This site is dedicated to advancing cIEF technology as well as providing a resource for scientists to stay current on the latest cIEF scientific presentations. The cIEF forum content includes Conference presentations and posters, Technical seminars, User Group Meetings, and other formats. Please contribute to the forum by submitting a pdf of a poster or presentation or provide a link to a publication.

Please Login

Email: New users register here...
Password: Forgot your password?
 

Access Denied — Please re-enter your login information

 

 

 

FooterNav_cIEF(); ?>
GetUserID($email); if ($userid > 0) { $password = $login->GetUserPassword($userid); $subject = "Your $COMPANY_NAME password..."; $body = "Here is your $COMPANY_NAME password: $password\n"; $headers = "From: $FROM_EMAIL"; mail($email, $subject, $body, $headers); $msg = "Password sent"; } return $msg; } ?>