|

Applying for game account
Before you start to play on Fairyland, you will need to apply for an account. Registration of an account on our website is free. After carefully reviewing the User Agreement, kindly fill in the information as accurately as you can. The information you provided is private and confidential. This information will be used to determined your genuine identity should you lose your Account ID or password.
- All players contend to provide true information on the application. No blanks will be allowed on the application.
- Establish the name of your account as desire:
- Name of account must start with English alphabet
- 3 to 16 characters including alphabets (small caps) and numbers
- For example: truedignity11019
- Establish your password as desired:
- 4 to 8 characters including alphabets (small caps), numbers and symbols (except space or quotes “ ‘)
- For example: dignity@999
- Please be aware that no corrections will be allowed after your successful registration, eg. Name, date of birth, account ID etc. Kindly fill in your information with care.
- A confirmation letter will be sent to the
applicant ’s email address accordingly.
- Go ahead and login with your account ID and password!
|



<%err1=split(request("err"),",")
For i = 0 to UBound(err1)
%><%
select case i
case 0
response.write "Please fill in below information as required:"
case 1
response.write "Password does not match, please try again!"
case 2
response.write "Email address does not match, please try again!"
case 3
response.write "Username cannot be blank!"
case 4
response.write "Firstname cannot be blank!"
case 5
response.write "Lastname cannot be blank!"
case 6
response.write "Address cannot be blank!"
case 7
response.write "City cannot be blank!"
case 8
response.write "Phone number cannot be blank!"
case 9
response.write "Email address cannot be blank!"
case 10
response.write "password cannot be blank."
case 11
response.write "user name must about 4 character."
case 12
response.write "Zipcode cannot be blank!"
end select
%>
<%
next
%>
|