<?php /* Smarty version 2.6.2, created on 2013-01-31 04:50:00
         compiled from signup.tpl */ ?>
<?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'myescape', 'signup.tpl', 16, false),array('modifier', 'escape', 'signup.tpl', 236, false),)), $this); ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "header_full.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>



<div class="colelem" id="u6080c2"><!-- simple frame -->

<div align=center style="margin-top: 30px;">








<?php if (((is_array($_tmp=$this->_tpl_vars['deny_registration'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>
 We are closed for new registrations now.
<?php elseif (((is_array($_tmp=$this->_tpl_vars['settings']['use_referal_program'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) && ((is_array($_tmp=$this->_tpl_vars['settings']['force_upline'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) && ! ((is_array($_tmp=$this->_tpl_vars['referer'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) && ! ((is_array($_tmp=$this->_tpl_vars['settings']['get_rand_ref'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>
 You  do not have a upline. Our system require a upline for each user.
<?php else: ?>
 <?php echo '

 <script language=javascript>
 function checkform() {
  if (document.regform.fullname.value == \'\') {
    alert("Please enter your full name!");
    document.regform.fullname.focus();
    return false;
  }
 '; ?>

 <?php if (((is_array($_tmp=$this->_tpl_vars['settings']['use_user_location'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 1): ?>
 <?php echo '
  if (document.regform.address.value == \'\') {
    alert("Please enter your address!");
    document.regform.address.focus();
    return false;
  }
  if (document.regform.city.value == \'\') {
    alert("Please enter your city!");
    document.regform.city.focus();
    return false;
  }
  if (document.regform.state.value == \'\') {
    alert("Please enter your state!");
    document.regform.state.focus();
    return false;
  }
  if (document.regform.zip.value == \'\') {
    alert("Please enter your ZIP!");
    document.regform.zip.focus();
    return false;
  }
  if (document.regform.country.options[document.regform.country.selectedIndex].text == \'--SELECT--\') {
    alert("Please choose your country!");
    document.regform.country.focus();
    return false;
  }
 '; ?>

 <?php endif; ?>
 <?php echo '
  if (document.regform.username.value == \'\') {
    alert("Please enter your username!");
    document.regform.username.focus();
    return false;
  }
  if (document.regform.password.value == \'\') {
    alert("Please enter your password!");
    document.regform.password.focus();
    return false;
  }
  if (document.regform.password.value != document.regform.password2.value) {
    alert("Please check your password!");
    document.regform.password2.focus();
    return false;
  }
 '; ?>

 <?php if (((is_array($_tmp=$this->_tpl_vars['settings']['use_transaction_code'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>
 <?php echo '
  if (document.regform.transaction_code.value == \'\') {
    alert("Please enter your transaction code!");
    document.regform.transaction_code.focus();
    return false;
  }
  if (document.regform.transaction_code.value != document.regform.transaction_code2.value) {
    alert("Please check your transaction code!");
    document.regform.transaction_code2.focus();
    return false;
  }
 '; ?>

 <?php endif; ?>
 <?php echo '
  if (document.regform.email.value == \'\') {
    alert("Please enter your e-mail address!");
    document.regform.email.focus();
    return false;
  }
  if (document.regform.email.value != document.regform.email1.value) {
    alert("Please retupe your e-mail!");
    document.regform.email.focus();
    return false;
  }
  if (document.regform.agree.checked == false) {
    alert("You have to agree with the Terms and Conditions!");
    return false;
  }
  return true;
 }

 function IsNumeric(sText) {
  var ValidChars = "0123456789";
  var IsNumber=true;
  var Char;
  if (sText == \'\') return false;
  for (i = 0; i < sText.length && IsNumber == true; i++) { 
    Char = sText.charAt(i); 
    if (ValidChars.indexOf(Char) == -1) {
      IsNumber = false;
    }
  }
  return IsNumber;
 }
 </script>
 '; ?>

 
 <?php if (((is_array($_tmp=$this->_tpl_vars['errors'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>
  <ul style="color:red">
  <?php if (isset($this->_sections['e'])) unset($this->_sections['e']);
$this->_sections['e']['name'] = 'e';
$this->_sections['e']['loop'] = is_array($_loop=((is_array($_tmp=$this->_tpl_vars['errors'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['e']['show'] = true;
$this->_sections['e']['max'] = $this->_sections['e']['loop'];
$this->_sections['e']['step'] = 1;
$this->_sections['e']['start'] = $this->_sections['e']['step'] > 0 ? 0 : $this->_sections['e']['loop']-1;
if ($this->_sections['e']['show']) {
    $this->_sections['e']['total'] = $this->_sections['e']['loop'];
    if ($this->_sections['e']['total'] == 0)
        $this->_sections['e']['show'] = false;
} else
    $this->_sections['e']['total'] = 0;
if ($this->_sections['e']['show']):

            for ($this->_sections['e']['index'] = $this->_sections['e']['start'], $this->_sections['e']['iteration'] = 1;
                 $this->_sections['e']['iteration'] <= $this->_sections['e']['total'];
                 $this->_sections['e']['index'] += $this->_sections['e']['step'], $this->_sections['e']['iteration']++):
$this->_sections['e']['rownum'] = $this->_sections['e']['iteration'];
$this->_sections['e']['index_prev'] = $this->_sections['e']['index'] - $this->_sections['e']['step'];
$this->_sections['e']['index_next'] = $this->_sections['e']['index'] + $this->_sections['e']['step'];
$this->_sections['e']['first']      = ($this->_sections['e']['iteration'] == 1);
$this->_sections['e']['last']       = ($this->_sections['e']['iteration'] == $this->_sections['e']['total']);
?> 
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'full_name'): ?>
    <li>Please enter your full name!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'address'): ?>
    <li>Please enter your address!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'city'): ?>
    <li>Please enter your city!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'state'): ?>
    <li>Please enter your state!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'zip'): ?>
    <li>Please enter your zip!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'country'): ?>
    <li>Please choose your country!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'username'): ?>
    <li>Please enter your username!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'username_exists'): ?>
    <li>Sorry, such user already exists! Please try another username. 
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'email_exists'): ?>
    <li>Sorry, such email already exists! Please try another email. 
   <?php endif; ?> 
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'password'): ?> 
    <li>Please enter a password!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'password_confirm'): ?>
    <li>Please check your password!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'password_too_small'): ?>
    <li>The password you provided is too small, please enter at least <?php echo ((is_array($_tmp=$this->_tpl_vars['settings']['min_user_password_length'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
 characters!
   <?php endif; ?> 
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'transaction_code'): ?> 
    <li>Please enter the Transaction Code!
   <?php endif; ?> 
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'transaction_code_confirm'): ?> 
    <li>Please check your Transaction Code!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'transaction_code_too_small'): ?>
    <li>The Transaction Code you provided is too small, please enter at least <?php echo ((is_array($_tmp=$this->_tpl_vars['settings']['min_user_password_length'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
 characters!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'transaction_code_vs_password'): ?> 
    <li>The Transaction Code should differ from the Password!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'egold'): ?> 
    <li>Please enter your e-gold account number!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'email'): ?> 
    <li>Please enter your e-mail!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'agree'): ?>
    <li>You have to agree with the Terms and Conditions!
   <?php endif; ?>
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'turing_image'): ?>
    <li>Enter the verification code as it is shown in the corresponding box.
   <?php endif; ?> 
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'no_upline'): ?>
    <li>The system requires an upline to register. <?php if (((is_array($_tmp=$this->_tpl_vars['settings']['get_rand_ref'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>You have to be agreed to random one or found a referral link in the net.<?php endif; ?>
   <?php endif; ?> 
   <?php if (((is_array($_tmp=$this->_tpl_vars['errors'][$this->_sections['e']['index']])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 'ip_exists_in_database'): ?>
    <li>Your IP already exists in our database. Sorry, but registration impossible.
   <?php endif; ?>

   <br> 
  <?php endfor; endif; ?>
  </ul>
 <?php endif; ?> 
 
 
 


<form method=post onsubmit="return checkform()" name="regform">
<input type=hidden name=a value="signup">
<input type=hidden name=action value="signup">








<!-- <div class="clearfix colelem" id="u7854">  group --> 
     <div class="clearfix grpelem" id="u8033"><!-- column -->
      <div class="clearfix colelem" id="u8028"><!-- group -->
       <div class="clearfix grpelem" id="u7925"><!-- group -->
        <div class="clearfix grpelem" id="u7926-4"><!-- content -->
         <p>Registration In <?php echo ((is_array($_tmp=$this->_tpl_vars['settings']['site_name'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
</p>
        </div>
       </div>
      </div>
      <div class="clearfix colelem" id="u8029"><!-- group -->
       <div class="clearfix grpelem" id="u7929"><!-- column -->
        <div class="position_content" id="u7929_position_content">
         <div class="clearfix colelem" id="u7931-4"><!-- content -->
          <p>PERSONAL DATA</p>
         </div>
         <div class="clearfix colelem" id="u7932"><!-- column -->
          <div class="clearfix colelem" id="pu7933-4"><!-- group -->
           <div class="clearfix grpelem" id="u7933-4"><!-- content -->
            <p>Your Full Name:</p>
           </div>
           <div class="grpelem" id="u7943"><!-- simple frame -->
		   <input type=text name=fullname value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['frm']['fullname'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts_lgn size=30>
		   
		   </div>
          </div>
          <div class="clearfix colelem" id="pu7944-4"><!-- group -->
           <div class="clearfix grpelem" id="u7944-4"><!-- content -->
            <p>Your Address:</p>
           </div>
           <div class="grpelem" id="u7945"><!-- simple frame -->
		   <input type=text name=address value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['frm']['address'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts_lgn size=30>
		   
		   </div>
          </div>
          <div class="clearfix colelem" id="pu7946-4"><!-- group -->
           <div class="clearfix grpelem" id="u7946-4"><!-- content -->
            <p>Your City:</p>
           </div>
           <div class="grpelem" id="u7947"><!-- simple frame -->
		   <input type=text name=city value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['frm']['city'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts_lgn size=30>
		   
		   </div>
          </div>
          <div class="clearfix colelem" id="pu7948-4"><!-- group -->
           <div class="clearfix grpelem" id="u7948-4"><!-- content -->
            <p>Your State:</p>
           </div>
           <div class="grpelem" id="u7949"><!-- simple frame -->
		   <input type=text name=state value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['frm']['state'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts_lgn size=30>
		   
		   </div>
          </div>
          <div class="clearfix colelem" id="pu7950-4"><!-- group -->
           <div class="clearfix grpelem" id="u7950-4"><!-- content -->
            <p>Your Zip:</p>
           </div>
           <div class="grpelem" id="u7951"><!-- simple frame -->
		   <input type=text name=zip value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['frm']['zip'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts_lgn size=30>
		   
		   </div>
          
		  
          <div class="clearfix colelem" id="pu7954-4"><!-- group -->
           <div class="clearfix grpelem" id="u7954-4"><!-- content -->
            <p>Your Country:</p>
           </div>
           <div class="grpelem" id="u7955"><!-- simple frame -->
		 <select name='country' class=inpts_lgn>
<option value=''>--SELECT--</option>
<?php if (isset($this->_sections['c'])) unset($this->_sections['c']);
$this->_sections['c']['name'] = 'c';
$this->_sections['c']['loop'] = is_array($_loop=((is_array($_tmp=$this->_tpl_vars['countries'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['c']['show'] = true;
$this->_sections['c']['max'] = $this->_sections['c']['loop'];
$this->_sections['c']['step'] = 1;
$this->_sections['c']['start'] = $this->_sections['c']['step'] > 0 ? 0 : $this->_sections['c']['loop']-1;
if ($this->_sections['c']['show']) {
    $this->_sections['c']['total'] = $this->_sections['c']['loop'];
    if ($this->_sections['c']['total'] == 0)
        $this->_sections['c']['show'] = false;
} else
    $this->_sections['c']['total'] = 0;
if ($this->_sections['c']['show']):

            for ($this->_sections['c']['index'] = $this->_sections['c']['start'], $this->_sections['c']['iteration'] = 1;
                 $this->_sections['c']['iteration'] <= $this->_sections['c']['total'];
                 $this->_sections['c']['index'] += $this->_sections['c']['step'], $this->_sections['c']['iteration']++):
$this->_sections['c']['rownum'] = $this->_sections['c']['iteration'];
$this->_sections['c']['index_prev'] = $this->_sections['c']['index'] - $this->_sections['c']['step'];
$this->_sections['c']['index_next'] = $this->_sections['c']['index'] + $this->_sections['c']['step'];
$this->_sections['c']['first']      = ($this->_sections['c']['iteration'] == 1);
$this->_sections['c']['last']       = ($this->_sections['c']['iteration'] == $this->_sections['c']['total']);
?>
<option <?php if (((is_array($_tmp=$this->_tpl_vars['countries'][$this->_sections['c']['index']]['name'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == ((is_array($_tmp=$this->_tpl_vars['frm']['country'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>selected<?php endif; ?>><?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['countries'][$this->_sections['c']['index']]['name'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
</option>
<?php endfor; endif; ?>
</select>
		   
		   
		   </div>
          </div>
         </div>
        </div>
       </div>
      </div>
      <div class="clearfix colelem" id="u8030"><!-- group -->
       <div class="clearfix grpelem" id="u7975"><!-- column -->
        <div class="position_content" id="u7975_position_content">
         <div class="clearfix colelem" id="u7977-4"><!-- content -->
          <p>USER DATA</p>
         </div>
         <div class="clearfix colelem" id="u7976"><!-- column -->
          <div class="clearfix colelem" id="pu7978-4"><!-- group -->
           <div class="clearfix grpelem" id="u7978-4"><!-- content -->
            <p>Your Username:</p>
           </div>
           <div class="grpelem" id="u7979"><!-- simple frame -->
		   <input type=text name=username value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['frm']['username'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts_lgn size=30>
		   
		   </div>
          </div>
          <div class="clearfix colelem" id="pu7980-4"><!-- group -->
           <div class="clearfix grpelem" id="u7980-4"><!-- content -->
            <p>Define Passw:</p>
           </div>
           <div class="grpelem" id="u7981"><!-- simple frame -->
		   <input type=password name=password value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['frm']['password'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts_lgn size=30>
		   
		   </div>
          </div>
          <div class="clearfix colelem" id="pu7982-4"><!-- group -->
           <div class="clearfix grpelem" id="u7982-4"><!-- content -->
            <p>Retype Password:</p>
           </div>
           <div class="grpelem" id="u7983"><!-- simple frame -->
		   <input type=password name=password2 value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['frm']['password2'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts_lgn size=30>
		   
		   </div>
          </div>
          <div class="clearfix colelem" id="pu7984-4"><!-- group -->
           <div class="clearfix grpelem" id="u7984-4"><!-- content -->
            <p>Your E&#45;mail Address:</p>
           </div>
           <div class="grpelem" id="u7985"><!-- simple frame -->
		   <input type=text name=email value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['frm']['email'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts_lgn size=30>
		   
		   </div>
          </div>
          <div class="clearfix colelem" id="pu7986-4"><!-- group -->
           <div class="clearfix grpelem" id="u7986-4"><!-- content -->
            <p>Retype Your E&#45;mail:</p>
           </div>
           <div class="grpelem" id="u7987"><!-- simple frame -->
		   <input type=text name=email1 value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['frm']['email1'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts_lgn size=30>
		   
		   </div>
          </div>
         </div>
        </div>
       </div>
      </div>
      <div class="clearfix colelem" id="u8031"><!-- group -->
       <div class="clearfix grpelem" id="u7994"><!-- column -->
        <div class="position_content" id="u7994_position_content">
         <div class="clearfix colelem" id="u7996-4"><!-- content -->
          <p>E&#45;CURRENCY DATA</p>
         </div>
         <div class="clearfix colelem" id="u7995"><!-- column -->
          <div class="clearfix colelem" id="pu7997-4"><!-- group -->
		  
		  
		  <?php if (isset($this->_sections['ps'])) unset($this->_sections['ps']);
$this->_sections['ps']['name'] = 'ps';
$this->_sections['ps']['loop'] = is_array($_loop=((is_array($_tmp=$this->_tpl_vars['pay_accounts'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['ps']['show'] = true;
$this->_sections['ps']['max'] = $this->_sections['ps']['loop'];
$this->_sections['ps']['step'] = 1;
$this->_sections['ps']['start'] = $this->_sections['ps']['step'] > 0 ? 0 : $this->_sections['ps']['loop']-1;
if ($this->_sections['ps']['show']) {
    $this->_sections['ps']['total'] = $this->_sections['ps']['loop'];
    if ($this->_sections['ps']['total'] == 0)
        $this->_sections['ps']['show'] = false;
} else
    $this->_sections['ps']['total'] = 0;
if ($this->_sections['ps']['show']):

            for ($this->_sections['ps']['index'] = $this->_sections['ps']['start'], $this->_sections['ps']['iteration'] = 1;
                 $this->_sections['ps']['iteration'] <= $this->_sections['ps']['total'];
                 $this->_sections['ps']['index'] += $this->_sections['ps']['step'], $this->_sections['ps']['iteration']++):
$this->_sections['ps']['rownum'] = $this->_sections['ps']['iteration'];
$this->_sections['ps']['index_prev'] = $this->_sections['ps']['index'] - $this->_sections['ps']['step'];
$this->_sections['ps']['index_next'] = $this->_sections['ps']['index'] + $this->_sections['ps']['step'];
$this->_sections['ps']['first']      = ($this->_sections['ps']['iteration'] == 1);
$this->_sections['ps']['last']       = ($this->_sections['ps']['iteration'] == $this->_sections['ps']['total']);
?>
		  <table cellspacing=0 cellpadding=2 border=0 style="width: 100%; margin-top: 9px;" >
		  
		  
		  
		  
		  </tr>
          <td>

  		  <div class="clearfix grpelem" id="u7997-4"><!-- content -->
            <p>Your <?php echo ((is_array($_tmp=$this->_tpl_vars['pay_accounts'][$this->_sections['ps']['index']]['name'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
 Account:</p>
           </div>
           <div class="grpelem" id="u7998"><!-- simple frame -->
		   <input type=text class=inpts_lgn size=30 name=pay_account[<?php echo ((is_array($_tmp=$this->_tpl_vars['pay_accounts'][$this->_sections['ps']['index']]['id'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
] value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['pay_accounts'][$this->_sections['ps']['index']]['account'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
">
		   
		   </div>
		   </td>
		   </tr>
		   
		   
		   </table>
		   <?php endfor; endif; ?>
		   
          </div>
		  
		  
          
         </div>
        </div>
       </div>
      </div>
      <div class="clearfix colelem" id="u8032"><!-- group -->
       <div class="clearfix grpelem" id="u8008"><!-- column -->
        <div class="position_content" id="u8008_position_content">
         <div class="clearfix colelem" id="u8010-4"><!-- content -->
          <p>SECURITY DATA</p>
         </div>
         <div class="clearfix colelem" id="u8009"><!-- group -->
          <div class="clearfix grpelem" id="pu8011-4"><!-- column -->
           <div class="clearfix colelem" id="u8011-4"><!-- content -->
            <p>Secret Question:</p></div>
           <div class="clearfix colelem" id="u8013-4">
		   
		   
		   <!-- content -->
            <p>Secret Answer:</p>
           </div>
          </div>
          <div class="clearfix grpelem" id="pu8012"><!-- column -->
           <div class="colelem" id="u8012"><!-- simple frame --><input type=text name=sq value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['frm']['sq'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts_lgn size=30></div>
           <div class="colelem" id="u8014"><!-- simple frame --><input type=text name=sa value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['frm']['sa'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'quotes') : smarty_modifier_escape($_tmp, 'quotes')); ?>
" class=inpts_lgn size=30></div>
          </div>
         </div>
        </div>
       </div>
      </div>
	  
	  
	  
	  
	  
	  
	  
	  
	  <?php if (((is_array($_tmp=$this->_tpl_vars['settings']['use_referal_program'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))):  if (((is_array($_tmp=$this->_tpl_vars['referer'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>
<tr>
 <td>Your Upline:</td>
 <td><?php echo ((is_array($_tmp=$this->_tpl_vars['referer']['name'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
 (<?php echo ((is_array($_tmp=$this->_tpl_vars['referer']['username'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
)</td>
</tr>
<?php else:  if (((is_array($_tmp=$this->_tpl_vars['settings']['force_upline'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>
 <?php if (((is_array($_tmp=$this->_tpl_vars['settings']['get_rand_ref'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>
  <tr>
   <td colspan=2>
    You do not have an upline. Our system requires an upline for each user. You'll have to agree to get a random one or find a referral link on the net.
    <input type=checkbox name="rand_ref" value=1>
   </td>
  </tr>
 <?php else: ?>
  <tr>
   <td colspan=2>
    You do not have an upline. Our system requires an upline for each user.
   </td>
  </tr>
 <?php endif;  endif;  endif;  endif; ?>




	  
      <div class="colelem" id="u8027"><!-- simple frame -->
	  
	  
	  
	  
	  <tr>
 <td colspan=2><input type=checkbox name=agree value=1 <?php if (((is_array($_tmp=$this->_tpl_vars['frm']['agree'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp))): ?>checked<?php endif; ?> > I agree with <a href=?a=rules>Terms and conditions</a></td>
</tr>
<?php if (((is_array($_tmp=$this->_tpl_vars['userinfo']['validation_enabled'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 1): ?>
<tr>
 <td class=menutxt align=right><img src="?a=show_validation_image&<?php echo ((is_array($_tmp=$this->_tpl_vars['userinfo']['session_name'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
=<?php echo ((is_array($_tmp=$this->_tpl_vars['userinfo']['session_id'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
&rand=<?php echo ((is_array($_tmp=$this->_tpl_vars['userinfo']['rand'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)); ?>
"></td>
 <td><input type=text name=validation_number class=inpts_lgn size=15></td>
</tr>
<?php endif; ?>
<br>
<br>
<tr>
 <td>&nbsp;</td>
 <td><input type=submit value="Register" class=sbmt></td>
</tr></table>
</form>
<?php endif; ?>
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  </div>
     </div>
 <!--   </div> -->









</div>
</div>





<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

