require_once("/WWW/Library/php/core/bootstrap.php"); $noPop =1; if ($_COOKIE['error'] ==''){ setcookie('loginrd',getenv("HTTP_REFERER")); } switch(SITE){ case 'livescience.com': $topnote = 'Thanks for your interest in LiveScience.com, part of TechMediaNetwork. You are about to meet other intellectually curious people who are interested in health, the environment, animals and technology, and a range of other provocative topics.'; break; //case 'aviation.com': $topnote = 'Thanks for your interest in Aviation.com, part of the TechMediaNetwork of Web sites. You are about to meet other intellectually curious people who are interested in aviation, air travel, and a range of other provocative topics.'; break; case 'space.com': $topnote = 'Thanks for your interest in Space.com, part of TechMediaNetwork. You are about to meet other intellectually curious people who are interested in space & astronomy, and a range of other provocative topics.'; break; case 'newsarama.com': $topnote = 'Thanks for your interest in Newsarama, part of TechMediaNetwork. You are about to meet other intellectually curious people who are interested in comic books and entertainment.'; break; } $img_loc = '/common/community/template_images'; $p_title = "TechMediaNetwork Community - HTML registration form"; list($site,$suffix) = explode(".",SITE); $came_from = getenv("HTTP_REFERER"); preg_match('@^(?:http://)?([^/]+)@i',$came_from, $matches); $came_from = $matches[1]; $topnote =$_COOKIE['error']; setcookie("error","",time()-3600); include(DOC_ROOT."/common/forums/inc/meta.php"); include(DOC_ROOT."/common/forums/inc/header_basic.php"); $loginRd = getenv("HTTP_REFERER"); if (stristr($loginRd,"register.php")){ $loginRd = HTTP_HOST; } // whered they come from //$topnote = '
' . $topnote . '
'; ?>