<%@ page language ="java" errorPage="ExceptionHandler.jsp"%> <%@ page import ="java.sql.*" %> <%@ page import ="db.*" %> <%! ResultSet rs=null; String theam=""; int totalbonus=0; int totalval=0; int contestpoint= 0; %> <% String new_user=request.getParameter("val"); %> <% String username=null; String mobile=null; String mail=null; String fname=null; String lname=null; if(!new_user.equals("new")) { username=query.getUsername(); mobile=query.getMobile(); mail=query.getMail(); fname=query.getFname(); lname=query.getLname(); } else { username=""; mobile=""; mail=""; fname=""; lname=""; } %> <% Connection con=ConnectionFactory.getConnection(); Statement sttheam = con.createStatement(); rs=sttheam.executeQuery("select * from theams where display='Y'"); while(rs.next()) { theam=rs.getString("color_pg"); } rs.close(); sttheam.close(); %> Welcome to Smscontest.com
 
     
 

<% if(!new_user.equals("new")) { %> <%}%>
USER REGISTERATION
Sorry This User Name or Mobile No. is Already Present

*User ID :

 

*Password:

Mininum six characters

*Confirm Password:

 

*Mobile:

  (91xxxxxxxxxx)

*Cell Model

*GPRS Connection N  

*Email:

 

Choosing your ID
You will use this information to access PositiveSMS Messenger each time. Capitalization matters for your password!
Your activation code will be send to you on your Mobile / Email ID. So Please write correct email id and mobile number


*Title:

 

*First Name:

 

 
*Last Name:
 

*Date of Birth:

     

Personal Information
We will try to provide you more relevant information in future.
Your First Name will be your Sender.

 
-:: Terms & Conditions ::-
 
       
 
* I Agree
 
 
 
 
<% theam=""; if(con!=null) { con.close(); } %>