⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.200
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
tech
/
www
/
script
/
storage
/
framework
/
views
/
View File Name :
ae000cf6ea2c5271f8a6d4ffd52247058333667b.php
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Installer</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" type="image/x-icon" href="<?php echo e(asset('uploads/favicon.ico')); ?>"> <!-- Place favicon.ico in the root directory --> <!-- CSS here --> <link rel="stylesheet" href="<?php echo e(asset('admin/css/bootstrap.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('admin/css/fontawesome-all.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('admin/css/font.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('admin/css/default.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('admin/css/style.css')); ?>"> </head> <body class="install"> <!--[if lte IE 9]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p> <![endif]--> <!-- requirments-section-start --> <section class="pt-50 pb-50"> <div class="requirments-section"> <div class="content-requirments d-flex justify-content-center"> <div class="requirments-main-content"> <div class="installer-header text-center"> <h2><?php echo e(__('Purchase Code')); ?></h2> <p><?php echo e(__('Please enter your Purchase Code')); ?></p> </div> <div class="alert" role="alert"> <?php if(session()->has('alert-success')): ?> <div class="alert alert-danger"> <?php echo e(session()->get('alert-success')); ?> </div> <?php endif; ?> </div> <form action="<?php echo e(route('purchase_check')); ?>" method="POST"> <?php echo csrf_field(); ?> <div class="custom-form install-form"> <div class="row"> <div class="col-lg-12"> <div class="form-group"> <label for="purchase_code"><?php echo e(__('Purchase code')); ?></label> <input type="text" class="form-control" id="purchase_code" name="purchase_code" required placeholder="Enter Your Purchase code"> </div> </div> </div> </div> <button type="submit" class="btn btn-primary install-btn f-right">Verify</button> </form> </div> </div> </div> </section> <!-- requirments-section-end --> <script src="<?php echo e(asset('admin/js/vendor/jquery-3.2.1.min.js')); ?>"></script> <script src="<?php echo e(asset('admin/js/install/install.js')); ?>"></script> </body> </html> <?php /**PATH /home/tech/staging.techlup.co.ke/files/script/resources/views/installer/purchase.blade.php ENDPATH**/ ?>