ValidateText('username',$_POST['uname'],3,'Your username is invalid',18); $vClass->ValidateText('password',$_POST['pass_1'],3,'Your password is invalid',12); $vClass->ValidateCompare('passes',$_POST['pass_1'],$_POST['pass_2'],'Your passwords do not match'); $vClass->ValidateCompare('tosandrules',$_POST['tosandrules'],'checked','You must agree to our TOS and rules'); $vClass->ValidateText('email',$_POST['email'],3,'Your email is invalid'); $vClass->ValidateText('first',$_POST['first'],3,'Your first name is invalid'); $vClass->ValidateText('last',$_POST['last'],3,'Your last name is invalid'); $vClass->ValidateNumeric('age',$_POST['age'],'Your age is invalid'); $vOutput = $vClass->ValidationOutput(); if ($vOutput == FALSE){ $Register = $uClass->UserRegister($post->uname,$post->pass_1,$post->email,$post->first,$post->last,$_SERVER['REMOTE_ADDR'],$post->age); if ($Register == FALSE){ echo $uClass->output; } else { echo 'Please check your inbox in order to proceed with your registration'; } }else{ } } ?>

Signing up: When the registration is complete your account is credited 15,000 credits.

Username
Password
Confirm Password
Email Address
First Name
Last Name
Age
Agree to Terms of Service

Your ip address is being logged as:
Your host is being logged as:
Your browser is being logged as:
Being logged on page: