AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.216.59
Web Server : Apache
System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64
User : lrsys ( 1015)
PHP Version : 5.6.40
Disable Function : exec,passthru,shell_exec,system
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/lrsys/www/lrsys_projetos/sopizzas/application/views/frontend/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_projetos/sopizzas/application/views/frontend/restaurant_owner_register.php
<?php
$ci = &get_instance();
$language_list = $ci->frontend_model->language_list();
if($ci->session->userdata('user_language'))
{
  $language = $ci->session->userdata('user_language');
}
else
{
  $language = $this->config->item('language');
}
$data['user_language'] =  $language;
$this->lang->load('header', $language);
// if (!$this->session->userdata('staging_logged_in')) {
//     redirect('staginglogin');
// }
?>
<!DOCTYPE html>
<html lang="en"><head>
  <meta charset="utf-8">
  <title><?=SITENAME?> | <?php echo $this->lang->line('business_owner_register');?></title>
  <meta name="keywords" content="">
  <meta name="description" content="">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  
  <meta property="og:title" content="">
	<meta property="og:type" content="website">
	<meta property="og:url" content="">
	<meta property="og:site_name" content="">
	<meta property="og:description" content="">

  <!-- Styles -->
  <link rel="stylesheet" href="<?=base_url();?>assets/css/font-awesome.min.css">
  <link rel="stylesheet" href="<?=base_url();?>assets/css/animate.css">
  <link href='https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900|Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="<?php echo base_url(); ?>assets/favicon.ico" />
  

  <link rel="stylesheet" href="<?=base_url();?>assets/css/bootstrap.min.css">
  <link rel="stylesheet" href="<?=base_url();?>assets/css/front-end/main.css">
  <link rel="stylesheet" href="<?=base_url();?>assets/css/front-end/style.css">
  <!-- <link rel="stylesheet" type="text/css" href="assets/css/style.css" /> -->
  <!-- <script src="assets/js/modernizr-2.7.1.js"></script> -->
  <style type="text/css">
    .navbar-header{position: relative;}
    .logo img {position: absolute;}
    .navbar{min-height: 70px;top: -150px;}
    .mctop75{margin-top: 75px;}
    .navbar-toggle{margin-top: 17px;}
    .round-layer{position: absolute;top: 77px;left: -22px;z-index: -1;display: none;}
    .round-layer img{width: 175px;}
    .navbar{border-bottom: 0px solid #807d7d !important;}
    .mt40 {
      margin-top: 40px;
    }
    .suggest-input {
      color: #929292;
      font-size: 12px;
      margin-top: 2px;
      display: none;
    }
    @media (max-width: 767px)
    {
      .logo img {
      position: absolute;
      height: 30px;
      margin: 0px auto;
      left: 0px;
      right: 0px;
      }
      .regowener-header h3 {
        margin: 0px !important;
        color: #000 !important;
        margin-top: 10px !important;
      }
      .ownerLoginRightbg123{margin-top: 40px;}
    }

  </style>
  
</head>

<body>
    <section id="restaurants">   
      <div class="navbar navbar-fixed-top">
        <div class="container">
          <div class="navbar-header">
            <button type="button" style="background-color: #333;display: none;" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
              <span class="icon-bar"></span>
              <span class="icon-bar"></span>
              <span class="icon-bar"></span>
            </button>
            <a class="logo" href="<?=base_url();?>"><img src="<?=base_url();?>assets/logo-main.png" alt="Logo" style="height: 56px;"></a>
            <div class="round-layer">
              <img src="<?=base_url();?>assets/img/front-end/round-layer.png">
            </div>
          </div>
     	  <div class="text-center trt regowener-header" style="padding: 20px;">
	        <h3 style="" class="jh3"><?php echo $this->lang->line('join_now');?></h3>
	      </div>
        </div>
      </div>
    </section>
    <div class="for-fixed-img"></div>
    <section id="owener-reg" class="mt40">
      <div class="container">
        <div class="row owener-reg">
          <div class="col-md-12 col-sm-12 col-xs-12">
            <div class="col-md-6">
              <div class=" col-xs-12 ownerLoginRightbg123">
                <div class="col-xs-8 col-sm-8 col-md-8">
                  <h1 class="haveanAccnt"><?php echo $this->lang->line('have_an_account');?></h1>
                  <h1 class="restOwnerLogin"><?php echo $this->lang->line('Business_owners_Login');?></h1>
                </div>
                  <div class="col-xs-4 col-sm-4 col-md-4">
                    <a href="<?=base_url();?>restaurantadmin"><input class="loginifacnt" value="Login" type="submit"></a>
                  </div>
                <div class="clearfix"></div>
              </div>
              <div class="clearfix"></div>
              <div class="col-md-12 custom-padding-0 mctop30" style="margin-bottom: 30px;">
                <div class="col-md-3 trc">
                  <img src="<?=base_url();?>assets/img/front-end/mn11.png" class="icon-reg">
                </div>
                <div class="col-md-9 paddingleft0">
                  <h3 class="h3res1 trc"><?php echo $this->lang->line('add_your_restaurant');?></h3>
                  <p class="pres trc"><?=SITENAME?>.com <?php echo $this->lang->line('business_tagline');?></p>
                </div>
              </div>
              <div class="col-md-12 custom-padding-0" style="margin-bottom: 30px;">
                <div class="col-md-3 trc">
                  <img src="<?=base_url();?>assets/img/front-end/mng1.png" class="icon-reg">
                </div>
                <div class="col-md-9 paddingleft0">
                  <h3 class="h3res1 trc"><?php echo $this->lang->line('get_more_orders');?></h3>
                  <p class="pres trc"><?php echo $this->lang->line('online_phone_orders');?> <?=SITENAME?>.</p>
                </div>
              </div>
              <div class="col-md-12 custom-padding-0">
                <div class="col-md-3 trc">
                  <img src="<?=base_url();?>assets/img/front-end/mn12.png" class="icon-reg">
                </div>
                <div class="col-md-9 paddingleft0">
                  <h3 class="h3res1 trc"><?php echo $this->lang->line('increased_sales');?></h3>
                  <p class="pres trc"><?php echo $this->lang->line('online_telephone_orders');?></p>
                </div>
              </div>
            </div>
            <div class="col-md-6">
              <?php if($this->session->flashdata('success_msg')) { ?>
              <div class="alert alert-info text-center">
                <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
                <strong><?php echo $this->session->flashdata('success_msg'); ?></strong>
              </div>
              <?php } ?>
              <?php if($this->session->flashdata('error_msg')) { ?>
              <div class="alert alert-danger text-center">
                <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
                <strong><?php echo $this->session->flashdata('error_msg'); ?></strong>
              </div>
              <?php } ?>
              <?php if(validation_errors() != FALSE) { ?>
              <div class="alert alert-danger text-center">
                <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
                <strong><?php echo validation_errors(); ?></strong>
              </div>
              <?php } ?>
              <?php $validator = array('role' => 'form', 'data-toggle' => 'validator'); echo form_open('restaurantadmin', $validator); ?>
              <fieldset>
                <legend style="font-size: 16px;"><?php echo $this->lang->line('business_info');?></legend>
                  <div class="col-md-6">
                  <div class="form-group">
                    <label for="usr"><?php echo $this->lang->line('business_name');?></label>
                    <input type="text" class="form-control bod-form" id="restaurant_name" name="restaurant_name" required="" data-error="<?php echo $this->lang->line('fill_this_field');?>" value="<?=set_value('restaurant_name')?>">
                    <div class="help-block with-errors"></div>
                  </div>
                </div>
                <div class="col-md-6">
                  <div class="form-group">
                    <label for="usr"><?php echo $this->lang->line('contact_name');?></label>
                    <input type="text" class="form-control bod-form" id="restaurant_contact_name" name="restaurant_contact_name" required="" data-error="<?php echo $this->lang->line('enter_contact_name');?>" value="<?=set_value('restaurant_contact_name')?>">
                    <div class="help-block with-errors"></div>
                  </div>
                </div>
                <div class="clearfix"></div>
                <div class="col-md-6">
                  <div class="form-group">
                    <label for="restaurant_phone"><?php echo $this->lang->line('business_phone_number');?></label>
                    <input type="text" class="form-control bod-form" id="restaurant_phone" name="restaurant_phone" required="" data-error="<?php echo $this->lang->line('enter_phone_number');?>" pattern="(?:[+][0-9]{1,3}[\s]?)?(?:(?:[(][0-9]{2}[)][\s]?)|(?:[0-9]{2}[\s]?))?(?:(?:[0-9]{1}[0-9.-]{6,8}[0-9]{1})|(?:[0-9]{1}[\s]?[0-9\.-]{6,8}[0-9]{1})){1}" data-pattern-error="<?php echo $this->lang->line('enter_valid_number');?>" value="<?=set_value('restaurant_phone')?>" maxlength="16">
                    <div class="suggest-input">Ex:&nbsp;&nbsp;3456662121, 345-666-2121, 345.666.2121, 345 666 2121</div>
                    <div class="help-block with-errors"></div>
                  </div>
                </div>
                <div class="col-md-6 hide">
                  <div class="form-group">
                    <label for="restaurant_fax"><?php echo $this->lang->line('business_fax_number');?></label>
                    <input type="text" class="form-control bod-form" id="restaurant_fax" name="restaurant_fax" pattern="(?:[+][0-9]{1,3}[\s]?)?(?:(?:[(][0-9]{2}[)][\s]?)|(?:[0-9]{2}[\s]?))?(?:(?:[0-9]{1}[0-9.-]{6,8}[0-9]{1})|(?:[0-9]{1}[\s]?[0-9\.-]{6,8}[0-9]{1})){1}" data-pattern-error="<?php echo $this->lang->line('valid_fax_number');?>" value="<?=set_value('restaurant_fax')?>" maxlength="16">
                    <div class="suggest-input">Ex:&nbsp;&nbsp;3456662121, 345-666-2121, 345.666.2121, 345 666 2121</div>
                    <div class="help-block with-errors"></div>
                  </div>
                </div>
              <!-- <div class="col-md-6">
                  <div class="form-group">
                      <label for="restaurant_abn">ABN (Don't have in hand? <a href="https://abr.business.gov.au/" target="_blank">Lookup my ABN</a>)</label>
                      <input type="text" class="form-control bod-form" id="restaurant_abn" name="restaurant_abn" pattern="^[0-9]{11})$" data-pattern-error="Please enter a valid ABN" data-error="Please enter ABN" value="<?=set_value('restaurant_abn')?>" maxlength="11" minlength="11" required>
                      <div class="suggest-input">Ex:&nbsp;&nbsp;34566621215</div>
                      <div class="help-block with-errors"></div>
                  </div>
              </div>
                <div class="clearfix"></div> -->
                <div class="col-md-6">
                  <div class="form-group">
                    <label for="restaurant_website"><?php echo $this->lang->line('business_website');?></label>
                    <input type="text" class="form-control bod-form" id="restaurant_website" name="restaurant_website" data-error="<?php echo $this->lang->line('enter_business_website');?>" pattern="(http(s)?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$" data-pattern-error="<?php echo $this->lang->line('valid_business_website');?>" value="<?=set_value('restaurant_website')?>">
                    <div class="help-block with-errors"></div>
                    <!-- ^([a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,6}$ -->
                    <!-- (https?:\/\/(?:www\.|(?!www))[^\s\.]+\.[^\s]{2,}|www\.[^\s]+\.[^\s]{2,}) -->
                    <!-- (http(s)?:\/\/)?([\w-]+\.+[\w-])+[.com|.co|.co.uk|.uk|.biz|.net]+[/?%&=]*? -->
                  </div>
                </div>
              </fieldset>
              <div class="clearfix"></div>
              <fieldset>
                <legend style="font-size: 16px;"><?php echo $this->lang->line('business_address');?></legend>
                <div class="col-md-6">
                  <div class="form-group">
                    <label for="restaurant_streetaddress"><?php echo $this->lang->line('business_street_address');?></label>
                    <input type="text" class="form-control bod-form" id="restaurant_streetaddress" name="restaurant_streetaddress" required="" data-error="<?php echo $this->lang->line('enter_restaurant_address');?>" value="<?=set_value('restaurant_streetaddress')?>">
                    <div class="help-block with-errors"></div>
                  </div>
                </div>
                <div class="col-md-6">
                  <div class="form-group">
                    <label for="restaurant_zip"><?php echo $this->lang->line('zip_code');?></label>
                    <input onkeyup="findAddressByZip(this.value)" pattern="^([0-9]){5}([-])([0-9]){3}$" type="text" class="form-control bod-form" id="restaurant_zip" name="restaurant_zip" required="" data-error="<?php echo $this->lang->line('enter_zipcode');?>" pattern="^[-+]?\d*\.?\d*$" data-pattern-error="<?php echo $this->lang->line('valid_zipcode');?>" value="<?=set_value('restaurant_zip')?>">
                    <div class="help-block with-errors"></div>
                  </div>
                </div>
                <div class="clearfix"></div>
                <div class="col-md-6">
                  <div class="form-group">
                    <label for="restaurant_city"><?php echo $this->lang->line('business_city');?></label>
                    <div class="clearfix"></div>
                    <input value="<?php echo set_value('restaurant_city'); ?>" name="restaurant_city" id="restaurant_city" required type="text" class="form-control bod-form generatedCity" placeholder="<?php echo $this->lang->line('city_fill_out_zipcode');?>" data-error="<?php echo $this->lang->line('Error_city');?>" readonly>
                  </div>
                </div>
                <div class="col-md-6">
                  <div class="form-group">
                    <label for="restaurant_state"><?php echo $this->lang->line('business_state');?></label>
                    <input value="<?php echo set_value('restaurant_state'); ?>" name="restaurant_state" id="restaurant_state" required type="text" class="form-control bod-form generatedState" placeholder="<?php echo $this->lang->line('state_fill_out_zipcode');?>" data-error="<?php echo $this->lang->line('enter_state');?>" readonly>
                  </div>
                </div>
              </fieldset>
              <div class="clearfix"></div>
              <fieldset>
                <legend style="font-size: 16px;"><?php echo $this->lang->line('business_login_info');?></legend>
                <div class="col-md-6">
                  <div class="form-group">
                    <label for="restaurant_contact_email"><?php echo $this->lang->line('business_email_address');?></label>
                    <input type="email" class="form-control bod-form" id="restaurant_contact_email" name="restaurant_contact_email" required="" data-error="<?php echo $this->lang->line('enter_email_address');?>" value="<?=set_value('restaurant_contact_email')?>" pattern="^([0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})$" data-pattern-error="<?php echo $this->lang->line('enter_valid_email');?>">
                    <div class="help-block with-errors"></div>
                  </div>
                </div>
                <div class="col-md-6">
                  <div class="form-group">
                    <label for="restaurant_password"><?php echo $this->lang->line('business_password');?></label>
                    <input type="password" class="form-control bod-form" id="restaurant_password" name="restaurant_password" required="" data-error="<?php echo $this->lang->line('enter_password');?>" value="<?=set_value('restaurant_password')?>">
                    <div class="help-block with-errors"></div>
                  </div>
                </div>
              </fieldset>
              <div class="clearfix"></div>
              <!-- <div class="col-md-6">
                <label for="usr">Sales Tax</label>
                <div class="clearfix"></div>
                <div class="input-group">
                  <span class="input-group-btn">
                    <button class="btn btn-secondary btn-icon" type="button"><i class="fa fa-percent" aria-hidden="true"></i></button>
                  </span>
                  <input onkeypress="return only_num(event, this.value)" class="form-control bod-form" placeholder="" name="restaurant_salestax" id="restaurant_salestax" type="text" required="" value="<?=set_value('restaurant_salestax')?>">
                </div>
                <div class="help-block with-errors"></div>
              </div> -->
              <div class="clearfix"></div>
              <div class="col-md-6">
                <label for="usr"><?php echo $this->lang->line('How_to_receive_orders');?></label>
                <div class="clearfix"></div>
                <label class="checkbox-inline" style="padding-left: 20px;"><input type="checkbox" style="margin-left: -20px;margin-right:0px;" value="email" name="order_receive_type[]" <?=set_checkbox('order_receive_type', 'email');?>><?php echo $this->lang->line('Email');?></label>
                <label class="checkbox-inline hide" style="padding-left: 20px;"><input type="checkbox" style="margin-left: -20px;margin-right: 0px;" value="gprs" name="order_receive_type[]" <?=set_checkbox('order_receive_type', 'gprs');?>><?php echo $this->lang->line('GPRS_printer');?></label>
                <label class="checkbox-inline hide" style="padding-left: 20px;"><input type="checkbox" style="margin-left: -20px;margin-right: 0px;" value="fax" name="order_receive_type[]" <?=set_checkbox('order_receive_type', 'fax');?>><?php echo $this->lang->line('Fax');?></label>
                <div class="help-block with-errors"></div>
              </div>
              <!-- <div class="clearfix"></div> -->
              <div class="col-md-6">
                  <label for="usr"><?php echo $this->lang->line('business_type');?></label>
                  <div class="clearfix"></div>
                  <label class="checkbox-inline" style="padding-left: 0px;"><input style="margin: 0px 5px 0px 0px;" type="radio" value="0" name="business_type" checked><?php echo $this->lang->line('Restaurant');?></label>
                  <label class="checkbox-inline hide" style="padding-left: 0px;"><input style="margin: 0px 5px 0px 0px;" type="radio" value="1" name="business_type"><?php echo $this->lang->line('Caterer');?></label>
              </div>
                <div class="clearfix"></div>
                <div class="col-md-12">
                    <div class="input-group form-group">
                        <label class="checkbox-inline">
                            <input name="newsletter_signup" id="newsletter_signup" type="checkbox" class="checkbox">
                            <input name="newsletter_subscriber" value="1" type="hidden">
                            <strong><?php echo $this->lang->line('SubscribeNewsletter');?></strong><br/>
                            <?=SITENAME?> <?php echo $this->lang->line('newslettercontains');?>
                        </label>
                        <div class="help-block with-errors"></div>
                    </div>
                </div>
              <div class="clearfix"></div>
              <div class="col-md-12 mctop30">
                <input type="hidden" name="form_name" id="form_name" value="restaurant_owner_register">
                <button type="submit" class="btn btn-info col-xs-6"><?php echo $this->lang->line('Submit');?></button>
              </div>
              </form>
            </div>
          </div>
          
        </div>
      </div>
    </section>
    <style type="text/css">
      .fs_input {
        width: 100%;
        box-sizing: border-box;
        outline: 0px none;
        border: 1px solid #E1E3E5;
        text-align: inherit;
        font-family: "Open Sans",sans-serif;
        border-radius: 3px !important;
        padding: 14px 12px 15px;
        font-size: 15px !important;
    }
    </style>

    

Anon7 - 2022
AnonSec Team