// Copyright 2001,2002,2003,2004,2005,2006, Chris Heart - ALL RIGHTS RESERVED WORLDWIDE
// join.html
include("../tpnsecurity.inc");
include("../tpndblib.inc");
include("../tpnuserlib.inc");
include("../tpnnotify.inc");
include("../tpndate.inc");
$message="";
function checkEmail1 ($EMAIL)
{
if ( $EMAIL )
{
$EMAIL = strtolower( trim( $EMAIL ) ); // lowercase & trim extra spaces
$temp = explode( "@", $EMAIL ); // part of domain check
$dom = $temp[1]; // name@=[0], domain($dom)=[1]
if ( ! eregi( "^[_\-\.0-9a-z-]+@([0-9a-z][0-9a-z-]+\.)+[a-z]{2,4}$", $EMAIL ) )
$message .= "
Your EMail Address appears to be invalid.
Please contact the webmaster if you think your submitted email is correct.";
elseif ( ( $dom == "hotmail.com.au" ) OR $dom == "dingoblue.net.au" OR $dom == "one.net.au" )
$message .= "
include ("../tpnfooter.inc"); ?>New Member Registration if ( $message != "" ) print "$message
"; ?>