Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 18.219.8.51
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
localhost /
surat-fti /
Delete
Unzip
Name
Size
Permission
Date
Action
.git
[ DIR ]
drwxrwxrwx
2025-04-27 13:16
.well-known
[ DIR ]
drwxrwxrwx
2024-09-05 02:01
asset
[ DIR ]
drwxrwxrwx
2025-04-27 15:34
include
[ DIR ]
drwxrwxrwx
2025-04-20 13:23
resource
[ DIR ]
drwxrwxrwx
2025-04-21 15:02
save
[ DIR ]
drwxrwxrwx
2025-04-21 13:47
upload
[ DIR ]
drwxrwxrwx
2025-02-11 02:56
Backup_13_Jan_2025_1736756652.sql
0
B
-rw-rw-rw-
2025-04-20 13:22
README.md
1.52
KB
-rw-rw-rw-
2024-09-07 01:58
admin.php
6.35
KB
-rw-rw-rw-
2024-09-04 22:54
agenda_surat_keluar.php
17
KB
-rw-rw-rw-
2024-09-04 22:54
agenda_surat_masuk.php
17.09
KB
-rw-rw-rw-
2024-09-04 22:54
backup.php
9.09
KB
-rw-rw-rw-
2024-09-04 22:54
cetak_disposisi.php
12.88
KB
-rw-rw-rw-
2024-09-04 22:54
disposisi.php
11.53
KB
-rw-rw-rw-
2024-09-04 22:54
edit_disposisi.php
12.92
KB
-rw-rw-rw-
2024-09-04 22:54
edit_klasifikasi.php
9.94
KB
-rw-rw-rw-
2024-09-04 22:54
edit_surat_keluar.php
22.76
KB
-rw-rw-rw-
2024-09-04 22:54
edit_surat_masuk.php
23.54
KB
-rw-rw-rw-
2024-09-04 22:54
edit_tipe_user.php
8.92
KB
-rw-rw-rw-
2024-09-04 22:54
enable-javascript.html
3.4
KB
-rw-rw-rw-
2024-09-04 22:54
file_sk.php
10.32
KB
-rw-rw-rw-
2024-09-04 22:54
file_sm.php
10.61
KB
-rw-rw-rw-
2024-09-04 22:54
fti-aset.sql
37.22
KB
-rw-rw-rw-
2024-09-05 02:19
galeri_sk.php
17.88
KB
-rw-rw-rw-
2024-09-04 22:54
galeri_sm.php
17.91
KB
-rw-rw-rw-
2024-09-04 22:54
google3afbb06bed30a512.html
53
B
-rw-rw-rw-
2025-04-27 15:35
hapus_disposisi.php
4.86
KB
-rw-rw-rw-
2024-09-04 22:54
hapus_klasifikasi.php
4.15
KB
-rw-rw-rw-
2024-09-04 22:54
hapus_surat_keluar.php
6.94
KB
-rw-rw-rw-
2024-09-04 22:54
hapus_surat_masuk.php
7.02
KB
-rw-rw-rw-
2024-09-04 22:54
hapus_user.php
5.49
KB
-rw-rw-rw-
2024-09-04 22:54
index.php
11.43
KB
-rw-rw-rw-
2024-09-04 22:54
kode.php
847
B
-rw-rw-rw-
2025-02-01 14:35
logout.php
92
B
-rw-rw-rw-
2024-09-04 22:54
pengaturan.php
25.78
KB
-rw-rw-rw-
2024-09-04 22:54
profil.php
15.59
KB
-rw-rw-rw-
2024-09-04 22:54
referensi.php
22.04
KB
-rw-rw-rw-
2024-09-04 22:54
restore.php
10.75
KB
-rw-rw-rw-
2024-09-04 22:54
robots.txt
323
B
-rw-rw-rw-
2025-04-27 15:41
surat-fti.sql
11.87
KB
-rw-rw-rw-
2024-09-05 02:17
tambah_disposisi.php
11.71
KB
-rw-rw-rw-
2024-09-04 22:54
tambah_klasifikasi.php
9.83
KB
-rw-rw-rw-
2024-09-04 22:54
tambah_surat_keluar.php
19.99
KB
-rw-rw-rw-
2024-09-04 22:54
tambah_surat_masuk.php
21.77
KB
-rw-rw-rw-
2024-09-04 22:54
tambah_user.php
12.69
KB
-rw-rw-rw-
2024-09-04 22:54
transaksi_surat_keluar.php
25.79
KB
-rw-rw-rw-
2024-09-04 22:54
transaksi_surat_masuk.php
27.32
KB
-rw-rw-rw-
2024-09-04 22:54
upload_referensi.php
11.5
KB
-rw-rw-rw-
2024-09-04 22:54
user.php
10.28
KB
-rw-rw-rw-
2024-09-04 22:54
web.config
655
B
-rw-rw-rw-
2024-09-07 01:34
Save
Rename
<?php ob_start(); //cek session session_start(); if(empty($_SESSION['admin'])){ $_SESSION['err'] = '<center>Anda harus login terlebih dahulu!</center>'; header("Location: ./"); die(); } else { ?> <!doctype html> <html lang="en"> <!-- Include Head START --> <?php include('include/head.php'); ?> <!-- Include Head END --> <!-- Body START --> <body class="bg"> <!-- Header START --> <header> <!-- Include Navigation START --> <?php include('include/menu.php'); ?> <!-- Include Navigation END --> </header> <!-- Header END --> <!-- Main START --> <main> <!-- container START --> <div class="container"> <?php if(isset($_REQUEST['page'])){ $page = $_REQUEST['page']; switch ($page) { case 'tsm': include "transaksi_surat_masuk.php"; break; case 'ctk': include "cetak_disposisi.php"; break; case 'tsk': include "transaksi_surat_keluar.php"; break; case 'asm': include "agenda_surat_masuk.php"; break; case 'ask': include "agenda_surat_keluar.php"; break; case 'ref': include "referensi.php"; break; case 'sett': include "pengaturan.php"; break; case 'pro': include "profil.php"; break; case 'gsm': include "galeri_sm.php"; break; case 'gsk': include "galeri_sk.php"; break; } } else { ?> <!-- Row START --> <div class="row"> <!-- Include Header Instansi START --> <?php include('include/header_instansi.php'); ?> <!-- Include Header Instansi END --> <!-- Welcome Message START --> <div class="col s12"> <div class="card"> <div class="card-content"> <h4>Selamat Datang <?php echo $_SESSION['nama']; ?></h4> <p class="description">Anda login sebagai <?php if($_SESSION['admin'] == 1){ echo "<strong>Super Admin</strong>. Anda memiliki akses penuh terhadap sistem."; } elseif($_SESSION['admin'] == 2){ echo "<strong>Administrator</strong>. Berikut adalah statistik data yang tersimpan dalam sistem."; } else { echo "<strong>Petugas Disposisi</strong>. Berikut adalah statistik data yang tersimpan dalam sistem."; }?></p> </div> </div> </div> <!-- Welcome Message END --> <?php //menghitung jumlah surat masuk $count1 = mysqli_num_rows(mysqli_query($config, "SELECT * FROM tbl_surat_masuk")); //menghitung jumlah surat masuk $count2 = mysqli_num_rows(mysqli_query($config, "SELECT * FROM tbl_surat_keluar")); //menghitung jumlah surat masuk $count3 = mysqli_num_rows(mysqli_query($config, "SELECT * FROM tbl_disposisi")); //menghitung jumlah klasifikasi $count4 = mysqli_num_rows(mysqli_query($config, "SELECT * FROM tbl_klasifikasi")); //menghitung jumlah pengguna $count5 = mysqli_num_rows(mysqli_query($config, "SELECT * FROM tbl_user")); ?> <!-- Info Statistic START --> <div class="col s12 m4"> <div class="card cyan"> <div class="card-content"> <span class="card-title white-text"><i class="material-icons md-36">mail</i> Jumlah Surat Masuk</span> <?php echo '<h5 class="white-text link">'.$count1.' Surat Masuk</h5>'; ?> </div> </div> </div> <div class="col s12 m4"> <div class="card lime darken-1"> <div class="card-content"> <span class="card-title white-text"><i class="material-icons md-36">drafts</i> Jumlah Surat Keluar</span> <?php echo '<h5 class="white-text link">'.$count2.' Surat Keluar</h5>'; ?> </div> </div> </div> <div class="col s12 m4"> <div class="card yellow darken-3"> <div class="card-content"> <span class="card-title white-text"><i class="material-icons md-36">description</i> Jumlah Disposisi</span> <?php echo '<h5 class="white-text link">'.$count3.' Disposisi</h5>'; ?> </div> </div> </div> <div class="col s12 m4"> <div class="card deep-orange"> <div class="card-content"> <span class="card-title white-text"><i class="material-icons md-36">class</i> Jumlah Klasifikasi Surat</span> <?php echo '<h5 class="white-text link">'.$count4.' Klasifikasi Surat</h5>'; ?> </div> </div> </div> <?php if($_SESSION['id_user'] == 1 || $_SESSION['admin'] == 2){?> <div class="col s12 m4"> <div class="card blue accent-2"> <div class="card-content"> <span class="card-title white-text"><i class="material-icons md-36">people</i> Jumlah Pengguna</span> <?php echo '<h5 class="white-text link">'.$count5.' Pengguna</h5>'; ?> </div> </div> </div> <!-- Info Statistic START --> <?php } ?> </div> <!-- Row END --> <?php } ?> </div> <!-- container END --> </main> <!-- Main END --> <!-- Include Footer START --> <?php include('include/footer.php'); ?> <!-- Include Footer END --> </body> <!-- Body END --> </html> <?php } ?>