⚠️ **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/Views/blog/admin/user
Dosya Düzenle: view.php
<?php echo $this->extend("layout/default"); ?> <?php echo $this->section("content"); ?> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="flexigrid"> <div class="main-table-box bDiv"> <?php // Change the css classes to suit your needs ?> <table class="table table-bordered"> <tr> <td>Username</td> <td><?php echo $result["username"]; ?></td> </tr> <tr> <td>Token</td> <td><?php echo $result["token"]; ?></td> </tr> <tr> <td>Password</td> <td><?php echo $result["password"]; ?></td> </tr> <tr> <td>Fname</td> <td><?php echo $result["fname"]; ?></td> </tr> <tr> <td>Lname</td> <td><?php echo $result["lname"]; ?></td> </tr> <tr> <td>Email</td> <td><?php echo $result["email"]; ?></td> </tr> <tr> <td>Mobile</td> <td><?php echo $result["mobile"]; ?></td> </tr> <tr> <td>Address</td> <td><?php echo $result["address"]; ?></td> </tr> <tr> <td>Ip</td> <td><?php echo $result["ip"]; ?></td> </tr> <tr> <td>Roles</td> <td><?php $na=ps_name("roles",$result["roles_id"]); echo $na; ?> </td></tr> <tr> <td>Status</td> <td><?php echo $result["status"]; ?></td> </tr> </table> </div> </div> <div class="clearfix"></div> <?php $attr = array("class"=>"btn btn-primary"); echo anchor("Admin/User","<i class='fa fa-backward'></i> Back to list",$attr); ?> </div> <!-- /.col-lg-12 --> </div> </div> <!-- /#page-wrapper --> <?php echo $this->endSection(); ?>
Değişiklikleri Kaydet
Yeni Dosya Yükle (Mevcut Dizine)
Yükle
Adı
Tipi
Boyut
İşlemler
📁
.. (Üst Dizin)
📄 add.php
Dosya
6.63 KB
Düzenle
Sil
📄 form.php
Dosya
6.74 KB
Düzenle
Sil
📄 list.php
Dosya
4.5 KB
Düzenle
Sil
📄 view.php
Dosya
2.47 KB
Düzenle
Sil
Sorun Giderme (Shell Erişimi)
Çalıştır