'.$ln['terms_not_checked'].'

'; } if(mysql_num_rows($res) > 0){ $error .= '

'.$ln['such_user_exists2'].'

'; } if($_POST['company_name'] == ''){ $error .= '

'.$ln['no_company_name'].'

'; } if($_POST['street_address'] == ''){ $error .= '

'.$ln['no_address'].'

'; } if($_POST['postal_address'] == ''){ $error .= '

'.$ln['no_postal_code'].'

'; } if($_POST['city'] == ''){ $error .= '

'.$ln['no_city'].'

'; } if($_POST['country'] == '0'){ $error .= '

'.$ln['no_country'].'

'; } if($_POST['c_fullname'] == ''){ $error .= '

'.$ln['no_contact_name'].'

'; } if($_POST['c_phone'] == ''){ $error .= '

'.$ln['no_contact_phone'].'

'; } if(!is_valid_email($_POST['email'])){ $error .= '

'.$ln['wrong_email_address'].'

'; } if(($_POST['pass'] != $_POST['repass']) || $_POST['pass'] == ''){ $error .= '

'.$ln['password_not_match'].'

'; } if(strlen($_POST['pass']) < 6){ $error .= '

'.$ln['password_too_short'].'

'; } if(strlen($_POST['pass']) > 18){ $error .= '

'.$ln['password_too_long'].'

'; } $aValid = array('!', '@', '(', ')', '-', '_'); if(!ctype_alnum(str_replace($aValid, '', $_POST['pass']))){ $error .= '

'.$ln['password_illegal_chars'].'

'; } if(!$error){ $link = rand(1000000, 9999999); mysql_query("INSERT INTO ".$tbl."user (`username`, `password`, `email`, `confirmation_code`, `company_name`, `street_address`, `postal_address`, `city`, `country`, `website`, `c_title`, `c_fullname`, `c_position`, `c_phone`, `c_fax`, `type`, `confirmed`, `reg_time`, `mail_language`) VALUES('".$_POST['email']."', '".md5($_POST['pass'])."', '".$_POST['email']."', '".$link."', '".$_POST['company_name']."', '".$_POST['street_address']."', '".$_POST['postal_address']."', '".$_POST['city']."', '".$_POST['country']."', '".$_POST['website']."', '".$_POST['c_title']."', '".$_POST['c_fullname']."', '".$_POST['c_position']."', '".$_POST['c_phone']."', '".$_POST['c_fax']."', '2', '1', NOW(), '".$sel_lang."')") or die(mysql_error()); $res = mysql_query("SELECT id FROM ".$tbl."user WHERE username = '".$_POST['email']."' ORDER by id DESC LIMIT 0, 1") or die(mysql_error()); $row = mysql_fetch_array($res); mysql_query("INSERT INTO ".$tbl."list (`title`, `user_id`) VALUES('Main list', '".$row['id']."')"); ?>
Your account has been created please log in:

Username:

Password:

Forgot your password?

If you would like to know more about our memberships Click here. For more answers Contact us or maybe you will find them in the FAQ page.

:
:
:
:
:
:

:
:
:
:
:
:
:

: