⚠️ **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-1325/Views/admin/images
Dosya Düzenle: create.php
<?=$this->extend('layout/default')?> <?=$this->section('content')?> <h2>Upload New Image</h2> <a href="<?=base_url()?>admin/images" class="btn btn-secondary mb-3">Back to Images</a> <?php if(session()->getFlashdata('success')): ?> <div class="alert alert-success"> <?= session()->getFlashdata('success') ?> </div> <?php endif; ?> <?php if(session()->getFlashdata('error')): ?> <div class="alert alert-danger"> <?= session()->getFlashdata('error') ?> </div> <?php endif; ?> <form action="<?=base_url()?>admin/images/save" method="post" enctype="multipart/form-data"> <div class="mb-3"> <label for="title" class="form-label">Title</label> <input type="text" class="form-control" id="title" name="title" value="<?= set_value('title') ?>" required> </div> <div class="mb-3"> <label for="groups" class="form-label">Groups (comma-separated)</label> <input type="text" class="form-control" id="groups" name="groups" value="<?= set_value('groups') ?>"> </div> <div class="mb-3"> <label for="image" class="form-label">Select Image</label> <input type="file" class="form-control" id="image" name="image" required> </div> <button type="submit" class="btn btn-primary">Upload Image</button> </form> <?=$this->endSection()?>
Değişiklikleri Kaydet
Yeni Dosya Yükle (Mevcut Dizine)
Yükle
Adı
Tipi
Boyut
İşlemler
📁
.. (Üst Dizin)
📄 create.php
Dosya
1.29 KB
Düzenle
Sil
📄 edit.php
Dosya
1.34 KB
Düzenle
Sil
📄 index.php
Dosya
1.65 KB
Düzenle
Sil
Sorun Giderme (Shell Erişimi)
Çalıştır