Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php goto B2lZf; PHsTp: function EscapeString($data) { global $koneksi; $pe..

Decoded Output download

<?php 
goto B2lZf; 
PHsTp: 
function EscapeString($data) 
{ 
    global $koneksi; 
    $perintah = $koneksi->real_escape_string($data); 
    return $perintah; 
} 
goto BzLzo; 
lOY6S: 
function BuatAkunInsertIdUn($data) 
{ 
    $sql = "INSERT INTO ppdb_un (id_siswa) VALUES(?)"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("i", $param_id); 
        $param_id = $data; 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
} 
goto LlxnA; 
tWj34: 
function TampilJalur() 
{ 
    $sql = "SELECT id, jalur_daftar FROM ppdb_jalur"; 
    $perintah = query($sql); 
    return $perintah; 
} 
goto eh5ii; 
j5j2i: 
function SimpanSertifikat($prestasi, $id) 
{ 
    global $FileItem, $FileDestination; 
    $sql = "UPDATE ppdb_dokumen SET file_prestasi=? WHERE id_siswa=?"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("si", $param_prestasi, $param_id); 
        $param_prestasi = $FileItem; 
        $param_id = $id; 
        if ($stmt->execute() && move_uploaded_file($prestasi, $FileDestination . $FileItem)) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto TdQOv; 
htAXk: 
function Simpan_Raport($raport, $id) 
{ 
    global $FileItem, $FileDestination; 
    $sql = "UPDATE ppdb_dokumen SET file_raport=? WHERE id_siswa=?"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("si", $param_raport, $id); 
        $param_raport = $FileItem; 
        $param_id = $id; 
        if ($stmt->execute() && move_uploaded_file($raport, $FileDestination . $FileItem)) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto uilRP; 
TP_3V: 
function ValidateNilai($data) 
{ 
    if (!preg_match("/^[0-9-.]*$/", $data)) { 
        return true; 
    } else { 
        return false; 
    } 
} 
goto PHsTp; 
TdQOv: 
function SimpanKartuKeluarga($kartu_keluarga, $id) 
{ 
    global $FileItem, $FileDestination; 
    $sql = "UPDATE ppdb_dokumen SET file_kk=? WHERE id_siswa=? "; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("si", $param_kartukeluarga, $param_id); 
        $param_kartukeluarga = $FileItem; 
        $param_id = $id; 
        if ($stmt->execute() && move_uploaded_file($kartu_keluarga, $FileDestination . $FileItem)) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto d64Sa; 
Ma1v3: 
function ValidateNumber($data) 
{ 
    if (!preg_match("/^[0-9]*$/", $data)) { 
        return true; 
    } else { 
        return false; 
    } 
} 
goto TP_3V; 
TJEqS: 
function BuatAkunInsertIdPembayaran($data, $nama, $kode_refrensi, $virtual_account) 
{ 
    $sql = "INSERT INTO ppdb_pembayaran (id_siswa, nama, kode_refrensi, virtual_account) VALUES (?,?,?,?)"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("isss", $param_data, $param_nama, $param_kode, $param_virtual); 
        $param_data = $data; 
        $param_nama = $nama; 
        $param_kode = $kode_refrensi; 
        $param_virtual = $virtual_account; 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto aco8n; 
LlxnA: 
function BuatAkunInsertIdAsalSekolah($data) 
{ 
    $sql = "INSERT INTO ppdb_asalsekolah (id_siswa) VALUES(?)"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("i", $param_id); 
        $param_id = $data; 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
} 
goto etekC; 
FiCsG: 
function ValidateUrl($data) 
{ 
    if (!preg_match("#^http://[_a-z0-9-]+\.[_a-z0-9-]+#i", $data)) { 
        return true; 
    } else { 
        return false; 
    } 
} 
goto zQUES; 
IjRzK: 
function RemoveBayarUpdate($data, $id) 
{ 
    $sql = "UPDATE ppdb_pembayaran SET bukti_transfer=? WHERE id=?"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("si", $param_bukti, $param_id); 
        $param_bukti = $data; 
        $param_id = $id; 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto xGqMp; 
ufrdG: 
function NilaiUN($un_ipa, $un_matematika, $un_indonesia, $un_inggris) 
{ 
    if (is_numeric($un_ipa) && is_numeric($un_matematika) && is_numeric($un_indonesia) && is_numeric($un_inggris)) { 
        $nilai = $un_ipa + $un_matematika + $un_indonesia + $un_inggris; 
        return $nilai / 4; 
    } else { 
        echo "-"; 
    } 
} 
goto HVFpp; 
GTBxg: 
function CekUsername($data) 
{ 
    $sql = "SELECT username FROM ppdb_user WHERE username =?"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("s", $param_email); 
        $param_email = $data; 
        if ($stmt->execute()) { 
            $stmt->store_result(); 
            if ($stmt->num_rows == 1) { 
                return true; 
            } else { 
                return false; 
            } 
        } 
    } 
    $stmt->close(); 
} 
goto bnOYw; 
K8a6I: 
function LoginUser($username, $password) 
{ 
    global $id, $nama, $email; 
    $sql = "SELECT id, nama, email, username, password FROM ppdb_user WHERE username=?"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("s", $param_username); 
        $param_username = $username; 
        if ($stmt->execute()) { 
            $stmt->store_result(); 
            if ($stmt->num_rows == 1) { 
                $stmt->bind_result($id, $nama, $email, $username, $hashed_password); 
                if ($stmt->fetch()) { 
                    if (password_verify($password, $hashed_password)) { 
                        return true; 
                    } else { 
                        return false; 
                    } 
                } 
            } 
        } 
    } 
    $stmt->close(); 
} 
goto YLL8A; 
hMDqZ: 
function SimpanDataMhs($nomor_pendaftaran, $no_ktp, $no_kk, $nisn, $nama, $jenis_kelamin, $tempat_lahir, $tanggal_lahir, $agama, $golongan_darah, $tinggi_badan, $berat_badan, $riwayat_penyakit, $status_keluarga, $anak_ke, $jml_saudara, $mode_transportasi, $tempat_tinggal, $jarak_rumah, $titik_koordinat, $hobi, $prestasi, $alamat, $dusun, $rt, $rw, $desa, $kecamatan, $kabupaten, $provinsi, $kontak_siswa, $foto, $jurusan, $jalur_pendaftaran, $kelas, $no_kks, $no_pkh, $no_kip, $id) 
{ 
    global $FileItem, $FileDestination; 
    $sql = "UPDATE ppdb_siswa SET nomor_pendaftaran=?, no_ktp=?, no_kk=?, nisn=?, nama=?, jl=?, tempat_lahir=?, tanggal_lahir=?, agama=?, golongan_darah=?, tinggi_badan=?, berat_badan=?, riwayat_penyakit=?, status_keluarga=?, anak_ke=?, jml_saudara=?, mode_transportasi=?, tempat_tinggal=?, jarak_rumah=?, titik_koordinat=?, hobi=?, prestasi=?, alamat=?, dusun=?, rt=?, rw=?, desa=?, kecamatan=?, kabupaten=?, provinsi=?, kontak_siswa=?, foto=?, jurusan=?, jalur_pendaftaran=?, kelas=?, no_kks=?, no_pkh=?, no_kip=? WHERE id_siswa=? "; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("ssssssssssssssssssssssssssssssssssssssi", $param_nomor, $param_ktp, $param_kk, $param_nisn, $param_nama, $param_jl, $param_tmplahir, $param_tgllahir, $param_agama, $param_gol, $param_tinggi, $param_berat, $param_riwayat, $param_status_kel, $param_anak_ke, $param_jml_saudara, $param_mode_transportasi, $param_tempat_tinggal, $param_jarak_rumah, $param_koordinat, $param_hobi, $param_prestasi, $param_alamat, $param_dusun, $param_rt, $param_rw, $param_desa, $param_kec, $param_kab, $param_prov, $param_kontak, $param_foto, $param_jurusan, $param_jalur, $param_kelas, $param_kks, $param_pkh, $param_kip, $param_id); 
        $param_nomor = $nomor_pendaftaran; 
        $param_ktp = $no_ktp; 
        $param_kk = $no_kk; 
        $param_nisn = $nisn; 
        $param_nama = $nama; 
        $param_jl = $jenis_kelamin; 
        $param_tmplahir = $tempat_lahir; 
        $param_tgllahir = $tanggal_lahir; 
        $param_agama = $agama; 
        $param_gol = $golongan_darah; 
        $param_tinggi = $tinggi_badan; 
        $param_berat = $berat_badan; 
        $param_riwayat = $riwayat_penyakit; 
        $param_status_kel = $status_keluarga; 
        $param_anak_ke = $anak_ke; 
        $param_jml_saudara = $jml_saudara; 
        $param_mode_transportasi = $mode_transportasi; 
        $param_tempat_tinggal = $tempat_tinggal; 
        $param_jarak_rumah = $jarak_rumah; 
        $param_koordinat = $titik_koordinat; 
        $param_hobi = $hobi; 
        $param_prestasi = $prestasi; 
        $param_dusun = $dusun; 
        $param_rt = $rt; 
        $param_rw = $rw; 
        $param_desa = $desa; 
        $param_kec = $kecamatan; 
        $param_kab = $kabupaten; 
        $param_prov = $provinsi; 
        $param_kontak = $kontak_siswa; 
        $param_alamat = $alamat; 
        $param_foto = $FileItem; 
        $param_jurusan = $jurusan; 
        $param_jalur = $jalur_pendaftaran; 
        $param_kelas = $kelas; 
        $param_kks = $no_kks; 
        $param_pkh = $no_pkh; 
        $param_kip = $no_kip; 
        $param_id = $id; 
        if (empty($_FILES["foto"]["tmp_name"])) { 
            if ($stmt->execute()) { 
                return true; 
            } else { 
                return false; 
            } 
        } else { 
            if ($stmt->execute() && move_uploaded_file($foto, $FileDestination . $FileItem)) { 
                return true; 
            } else { 
                return false; 
            } 
        } 
    } 
} 
goto PfRMx; 
yupRL: 
function TampilTanggal() 
{ 
    $tanggal = Hari(date("l")) . ", "; 
    $tanggal .= date("d") . " "; 
    $tanggal .= Bulan(date("m")) . " "; 
    $tanggal .= date("Y"); 
    return $tanggal; 
} 
goto CGJ2e; 
R3mKi: 
function prepare($data) 
{ 
    global $koneksi; 
    $perintah = $koneksi->prepare($data); 
    if (!$perintah) { 
        die("Query gagal dilakukan" . $koneksi->error); 
    } 
    return $perintah; 
} 
goto GtV5w; 
PfRMx: 
function SimpanDataOrtu($nama_ayah, $nik_ayah, $tgl_ayah, $status_ayah, $pendidikan_ayah, $pekerjaan_ayah, $penghasilan_ayah, $nama_ibu, $nik_ibu, $tgl_ibu, $status_ibu, $pendidikan_ibu, $pekerjaan_ibu, $penghasilan_ibu, $kontak_ortu, $nama_wali, $nik_wali, $tgl_wali, $pendidikan_wali, $pekerjaan_wali, $penghasilan_wali, $kontak_wali, $id) 
{ 
    $sql = "UPDATE ppdb_ortu SET nama_ayah=?, nik_ayah=?,  tgl_ayah=?, status_ayah=?, pendidikan_ayah=?, pekerjaan_ayah=?, penghasilan_ayah=?, nama_ibu=?, nik_ibu=?,  tgl_ibu=?, status_ibu=?, pendidikan_ibu=?, pekerjaan_ibu=?, penghasilan_ibu=?, kontak_ortu=?, nama_wali=?, nik_wali=?,  tgl_wali=?, pendidikan_wali=?, pekerjaan_wali=?, penghasilan_wali=?, kontak_wali=? WHERE id_siswa=? "; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("ssssssssssssssssssssssi", $param_ayah, $param_nik_ayah, $param_tgl_ayah, $param_status_ayah, $param_pendidikan_ayah, $param_pekerjaan_ayah, $param_penghasilan_ayah, $param_ibu, $param_nik_ibu, $param_tgl_ibu, $param_status_ibu, $param_pendidikan_ibu, $param_pekerjaan_ibu, $param_penghasilan_ibu, $param_kontak, $param_wali, $param_nik_wali, $param_tgl_wali, $param_pendidikan_wali, $param_pekerjaan_wali, $param_penghasilan_wali, $param_kontak_wali, $param_id); 
        $param_ayah = $nama_ayah; 
        $param_nik_ayah = $nik_ayah; 
        $param_tgl_ayah = $tgl_ayah; 
        $param_status_ayah = $status_ayah; 
        $param_pendidikan_ayah = $pendidikan_ayah; 
        $param_pekerjaan_ayah = $pekerjaan_ayah; 
        $param_penghasilan_ayah = $penghasilan_ayah; 
        $param_ibu = $nama_ibu; 
        $param_nik_ibu = $nik_ibu; 
        $param_tgl_ibu = $tgl_ibu; 
        $param_status_ibu = $status_ibu; 
        $param_pendidikan_ibu = $pendidikan_ibu; 
        $param_pekerjaan_ibu = $pekerjaan_ibu; 
        $param_penghasilan_ibu = $penghasilan_ibu; 
        $param_kontak = $kontak_ortu; 
        $param_wali = $nama_wali; 
        $param_nik_wali = $nik_wali; 
        $param_tgl_wali = $tgl_wali; 
        $param_pendidikan_wali = $pendidikan_wali; 
        $param_pekerjaan_wali = $pekerjaan_wali; 
        $param_penghasilan_wali = $penghasilan_wali; 
        $param_kontak_wali = $kontak_wali; 
        $param_id = $id; 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto UD9ba; 
pR1Cf: 
function footer() 
{ 
    $DataSitus = DataSitus(); 
    $RowSitus = $DataSitus->fetch_array(); 
    echo "\xa\x9	<!--\xa\x9	Please Dont Remove\xa\x9	Programmer Name : Ahmad Zaelani\xa	\x9Site : https://root93.co.id
		WhatsApp : 087870693200
		-->
\x9	\xa\x9	<!-- /#wrapper -->\xa\x9\x9</div>	
\x9	 <!-- Bootstrap core JavaScript -->\xa\x9	 <script src="themes/vendor/jquery/jquery.min.js"></script>
\x9\x9 <script src="themes/vendor/bootstrap/js/bootstrap.min.js"></script>
		 <script src="themes/vendor/bootstrap/datepicker/js/bootstrap-datepicker.js"></script>
\x9\x9 <script src="themes/vendor/bootstrap/datepicker/js/datepicker-format.js"></script>\xa\x9	 <script src="themes/" . $RowSitus["tema"] . "/js/popper.js"></script>\xa\x9\x9 <script src="themes/" . $RowSitus["tema"] . "/js/main.js"></script>\xa	\x9 
\x9\x9 
		  <script>\xa		    $("#menu-toggle").click(function(e) {
	\x9      e.preventDefault();\xa\x9\x9      $("#wrapper").toggleClass("toggled");\xa\x9	    });
		  </script>\xa\x9\x9
\x9	  </body>
		  </html>\xa
\x9\x9"; 
} 
goto IVWHh; 
I0f1t: 
function PengaturanPembayaran() 
{ 
    $sql = "SELECT * FROM ppdb_setting_pembayaran WHERE id_setting=1"; 
    $perintah = query($sql); 
    return $perintah; 
} 
goto bV9Qj; 
xGqMp: 
function InfoPmbTampil() 
{ 
    echo "\xa\x9	\x9<div id="content" class="p-4 p-md-5 pt-5">\xa	\x9\x9<ol class="breadcrumb mt-4">
\x9                <li class="breadcrumb-item">
\x9                  <a href="home">Kembali</a>
	                </li>\xa	                <li class="breadcrumb-item active">Informasi Pendaftaran</li>\xa\x9              </ol>\xa	              "; 
    $result = InfoPmb(); 
    if ($result) { 
        if ($result->num_rows > 0) { 
            while ($row = $result->fetch_array()) { 
                echo "<div id='accordion'>"; 
                echo "<div class='card'>"; 
                echo "<div class='card-header' id='heading" . $row["id"] . "'>"; 
                echo "<h5 class='mb-0'>"; 
                echo " <button class='btn btn-text' data-toggle='collapse' data-target='#collapse" . $row["id"] . "' aria-expanded='true' aria-controls='collapse" . $row["id"] . "'>
					          " . $row["judul"] . "
\x9	\x9\x9	        </button>"; 
                echo "</h5>"; 
                echo "</div>"; 
                echo "<div id='collapse" . $row["id"] . "' class='collapse' aria-labelledby='heading" . $row["id"] . "' data-parent='#accordion'>"; 
                echo "<div class='card-body'>"; 
                echo htmlspecialchars_decode($row["isi"]); 
                echo "</div>"; 
                echo "</div>"; 
                echo "</div>"; 
                echo "</div>"; 
            } 
            $result->free_result(); 
        } else { 
            echo "Belum ada informasi"; 
        } 
    } 
    echo "<br/>\xa\x9	\x9\xa\x9\x9\x9</div>
\x9		"; 
} 
goto K8a6I; 
wPNnG: 
function SimpanKtp($ktp, $id) 
{ 
    global $FileItem, $FileDestination; 
    $sql = "UPDATE ppdb_dokumen SET file_ktp=? WHERE id_siswa=? "; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("si", $param_ktp, $param_id); 
        $param_ktp = $FileItem; 
        $param_id = $id; 
        if ($stmt->execute() && move_uploaded_file($ktp, $FileDestination . $FileItem)) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto KEvOf; 
vmB06: 
function TampilJurusan() 
{ 
    $sql = "SELECT id, jurusan FROM ppdb_jurusan"; 
    $perintah = query($sql); 
    return $perintah; 
} 
goto tWj34; 
Ou_6V: 
function SimpanNilaiRaport($nisn, $nama, $ipa_1, $matematika_1, $indonesia_1, $inggris_1, $ipa_2, $matematika_2, $indonesia_2, $inggris_2, $ipa_3, $matematika_3, $indonesia_3, $inggris_3, $ipa_4, $matematika_4, $indonesia_4, $inggris_4, $ipa_5, $matematika_5, $indonesia_5, $inggris_5, $id) 
{ 
    $sql = "UPDATE ppdb_raport SET nisn=?, nama=?, ipa_1=?, matematika_1=?, indonesia_1=?, inggris_1=?, ipa_2=?, matematika_2=?, indonesia_2=?, inggris_2=?, ipa_3=?, matematika_3=?, indonesia_3=?, inggris_3=?, ipa_4=?, matematika_4=?, indonesia_4=?, inggris_4=?, ipa_5=?, matematika_5=?, indonesia_5=?, inggris_5=? WHERE id_siswa=?"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("ssssssssssssssssssssssi", $param_nisn, $param_nama, $param_ipa_1, $param_matematika_1, $param_indonesia_1, $param_inggris_1, $param_ipa_2, $param_matematika_2, $param_indonesia_2, $param_inggris_2, $param_ipa_3, $param_matematika_3, $param_indonesia_3, $param_inggris_3, $param_ipa_4, $param_matematika_4, $param_indonesia_4, $param_inggris_4, $param_ipa_5, $param_matematika_5, $param_indonesia_5, $param_inggris_5, $param_id); 
        $param_nisn = $nisn; 
        $param_nama = $nama; 
        $param_ipa_1 = $ipa_1; 
        $param_matematika_1 = $matematika_1; 
        $param_indonesia_1 = $indonesia_1; 
        $param_inggris_1 = $inggris_1; 
        $param_ipa_2 = $ipa_2; 
        $param_matematika_2 = $matematika_2; 
        $param_indonesia_2 = $indonesia_2; 
        $param_inggris_2 = $inggris_2; 
        $param_ipa_3 = $ipa_3; 
        $param_matematika_3 = $matematika_3; 
        $param_indonesia_3 = $indonesia_3; 
        $param_inggris_3 = $inggris_3; 
        $param_ipa_4 = $ipa_4; 
        $param_matematika_4 = $matematika_4; 
        $param_indonesia_4 = $indonesia_4; 
        $param_inggris_4 = $inggris_4; 
        $param_ipa_5 = $ipa_5; 
        $param_matematika_5 = $matematika_5; 
        $param_indonesia_5 = $indonesia_5; 
        $param_inggris_5 = $inggris_5; 
        $param_id = $id; 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto ixtSG; 
B2lZf: 
function query($data) 
{ 
    global $koneksi; 
    $perintah = $koneksi->query($data); 
    if (!$perintah) { 
        die("Query gagal dilakukan" . $koneksi->error); 
    } 
    return $perintah; 
} 
goto R3mKi; 
DkPCE: 
function BuatAkunInsertIdRaport($data) 
{ 
    $sql = "INSERT INTO ppdb_raport (id_siswa) VALUES(?)"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("i", $param_id); 
        $param_id = $data; 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
} 
goto lOY6S; 
iZJ_9: 
function CekNisn($data) 
{ 
    $sql = "SELECT nisn FROM ppdb_siswa WHERE nisn =?"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("s", $param_nisn); 
        $param_nisn = $data; 
        if ($stmt->execute()) { 
            $stmt->store_result(); 
            if ($stmt->num_rows == 1) { 
                return true; 
            } else { 
                return false; 
            } 
        } 
    } 
    $stmt->close(); 
} 
goto hMDqZ; 
A2k8n: 
function navigasi() 
{ 
    $DataSitus = DataSitus(); 
    $RowSitus = $DataSitus->fetch_array(); 
    echo "\xa	\x9<body>		
		<div class="wrapper d-flex align-items-stretch">"; 
    if ($RowSitus["tema"] == "sidebar07") { 
        echo "\x9	
\xa		\x9\x9<nav id="sidebar" class="active">\x9\x9		\x9 
\x9			\x9\x9	<h1><a href="home" class="logo" >	\x9
	\x9\x9\x9	\x9\x9<img class="img-fluid" src="assets/img/" . $RowSitus["sidebarlogo_situs"] . ""></a>
		\x9\x9	\x9	</h1>	
	\x9	\x9\x9		
\x9\x9\x9	\x9"; 
        if (isset($_SESSION["username"])) { 
            echo "
			\x9        <ul class="list-unstyled components mb-5">
				          <li class="active">
		\x9\x9            <a href="home"><span class="fa fa-home"></span> Home</a>\xa		\x9	          </li>
	\x9\x9\x9           <li>
\x9\x9\x9\x9\x9\x9        <a href="profile"><span class="fa fa-user mr-3"></span> profile</a>
			\x9	\x9   </li>\xa		\x9		\x9   <li>
\x9	\x9\x9\x9	     	<a href="home?page=info"><span class="fa fa-bullhorn mr-3"></span> Info</a>\xa\x9	\x9\x9	\x9   </li>         
\x9\x9\x9		\x9   <li>
\x9\x9		\x9	        <a href="logout.php"><span class="fa fa-sign-out-alt mr-3"></span>Logout</a>
\x9\x9\x9	\x9	    </li>\xa		\x9\x9		   
\x9		\x9\x9	    <li>\xa\x9\x9	\x9\x9	        <a href="home?page=hubungi-kami"><span class="fa fa-phone mr-3"></span>Kontak</a>\xa	\x9			\x9    </li>\xa			\x9\x9\x9    <li>\xa		\x9\x9		        <a href="home?page=panduan"><span class="fab fa-youtube mr-3"></span>Panduan Daftar</a>\xa\x9	\x9\x9	\x9    </li>\x9
\x9\x9\x9\x9         \xa	\x9		        </ul>"; 
        } else { 
            echo "
\x9			        <ul class="list-unstyled components mb-5">
		\x9\x9          <li class="active">
\x9\x9\x9\x9            <a href="home"><span class="fa fa-home"></span> Home</a>\xa\x9	\x9\x9          </li>\xa		\x9	          <li>\xa	\x9		              <a href="home?page=info"><span class="fa fa-bullhorn mr-3"></span>Info</a>\xa\x9\x9\x9\x9          </li>\xa\x9		\x9          <li>
		\x9\x9            <a href="buat-akun"><span class="fa fa-user-plus mr-3"></span>Daftar</a>
\x9\x9	\x9          </li>\xa\x9\x9	\x9          <li>\xa		\x9\x9\x9	     <a href="login"><span class="fa fa-sign-in-alt mr-3"></span>Login</a>
			\x9\x9	  </li>
				          <li>\xa\x9\x9\x9	            <a href="home?page=hubungi-kami"><span class="fa fa-phone mr-3"></span>Kontak</a>
\x9	\x9\x9          </li>\xa\x9\x9		          <li>\xa\x9	\x9\x9\x9\x9        <a href="home?page=panduan"><span class="fab fa-youtube mr-3"></span>Panduan Daftar</a>\xa\x9\x9	\x9\x9\x9    </li>	
\x9	\x9	        </ul>"; 
        } 
        echo "

	\x9\x9        <div class="footer">\xa\x9\x9\x9        \x9<p>
\x9\x9		\x9		\x9  Copyright &copy;<script>document.write(new Date().getFullYear());</script> " . $RowSitus["nama_situs"] . " <a href="https://root93.co.id" target="_blank" rel="dofollow">root93</a>
	\x9		\x9\x9	\x9</p>
\x9\x9	        </div>\xa\x9\x9	    \x9</nav>\xa			      \xa

\xa\x9\x9\x9\x9"; 
    } elseif ($RowSitus["tema"] == "sidebar05") { 
        echo "\xa	\x9\x9\xa\x9\x9\x9\x9	\x9<nav id="sidebar">
\x9	\x9				<div class="custom-menu">
\x9	\x9	\x9			<button type="button" id="sidebarCollapse" class="btn btn-primary">\xa\x9\x9		          <i class="fa fa-bars"></i>
\x9		\x9          <span class="sr-only">Toggle Menu</span>
	\x9\x9\x9        </button>
		\x9        </div>\xa\x9\x9\x9	\x9<div class="p-4">
	\x9\x9\x9\x9<img class="img-fluid" src="assets/img/" . $RowSitus["sidebarlogo_situs"] . ""></a>
	\x9	  	\x9<h1><a href="home" class="logo">" . $RowSitus["nama_situs"] . " <span>" . substr($RowSitus["alamat_situs"], 0, 50) . "...</span></a></h1>\xa	\x9	  \x9\x9"; 
        if (isset($_SESSION["username"])) { 
            echo "
	\x9\x9\x9        <ul class="list-unstyled components mb-5">
\x9			          <li class="active">\xa\x9\x9	\x9            <a href="home"><span class="fa fa-home mr-3"></span> Home</a>\xa\x9	\x9	          </li>

	\x9	\x9       \x9  <li>\xa\x9\x9		            <a href="profile"><span class="fa fa-user mr-3"></span> profile</a>
\x9\x9		          </li>\xa\x9		\x9          <li>\xa\x9	\x9	            <a href="home?page=info"><span class="fa fa-bullhorn mr-3"></span> Informasi</a>
		\x9	          </li>         \xa		\x9	   
	\x9	\x9          <li>
		\x9\x9            <a href="logout.php"><span class="fa fa-sign-out-alt mr-3"></span> Sign Out</a>\xa\x9\x9	\x9          </li>
			\x9          <li>
	\x9\x9	            <a href="home?page=hubungi-kami"><span class="fa fa-phone mr-3"></span> Hubungi Kami</a>\xa	\x9	\x9          </li>\x9
\x9\x9	\x9          <li>
	\x9\x9\x9\x9	        <a href="home?page=panduan"><span class="fab fa-youtube mr-3"></span>Panduan Daftar</a>
	\x9				    </li>	
				        </ul>
\x9\x9\x9\x9       "; 
        } else { 
            echo "\xa				        <ul class="list-unstyled components mb-5">\xa			\x9          <li class="active">\xa\x9	\x9	            <a href="home"><span class="fa fa-home mr-3"></span> Home</a>\xa		\x9	          </li>
		\x9	   
	\x9\x9	          <li>\xa	\x9		            <a href="home?page=info"><span class="fa fa-bullhorn mr-3"></span> Informasi</a>\xa	\x9		          </li>\xa	\x9\x9	          <li>\xa\x9	\x9\x9            <a href="buat-akun"><span class="fa fa-user-plus mr-3"></span> Buat Akun</a>
	\x9		          </li>\xa\x9\x9	\x9      \xa			\x9          <li>\xa\x9			            <a href="login"><span class="fa fa-sign-in-alt mr-3"></span> Sign In</a>\xa				          </li>
\x9	\x9	         <li>\xa	\x9		            <a href="home?page=hubungi-kami"><span class="fa fa-phone mr-3"></span> Hubungi Kami</a>\xa\x9	\x9	          </li>	\xa\x9	\x9	         <li>\xa\x9\x9	\x9\x9	        <a href="home?page=panduan"><span class="fab fa-youtube mr-3"></span>Panduan Daftar</a>\xa\x9	\x9	\x9	 </li>	\xa	\x9	\x9        </ul>\xa	\x9\x9\x9       "; 
        } 
        echo "\xa
	\x9        

		         <div class="footer">\xa\x9\x9\x9        	<p>\xa\x9						\x9  Copyright &copy;<script>document.write(new Date().getFullYear());</script> " . $RowSitus["nama_situs"] . " <a href="https://root93.co.id" target="_blank" rel="dofollow">root93</a>
	\x9\x9\x9\x9\x9\x9	</p>\xa		\x9        </div>
\x9\x9	    	
\xa	\x9      </div>
	    \x9</nav>\xa
\x9	\x9	"; 
    } elseif ($RowSitus["tema"] == "sidebar03") { 
        echo "\xa\xa	\x9	<nav id="sidebar">\xa	\x9	\x9<div class="custom-menu">		\x9\xa\x9	\x9		<button type="button" id="sidebarCollapse" class="btn btn-warning">\xa\x9		\x9\x9	<i class="fa fa-bars"></i>\xa				        </button>
		\x9        </div>
		\x9	  \x9<div class="img bg-wrap text-center py-4" style="background-image: url(assets/img/bg_1.jpg);">\xa\x9	\x9\x9  		<div class="user-logo">\xa\x9\x9			  		<div class="img" style="background-image: url(assets/img/" . $RowSitus["sidebarlogo_situs"] . ");"></div>
				\x9  	\x9	<h3>" . $RowSitus["nama_situs"] . "</h3>
	\x9\x9\x9\x9  \x9	</div>
	\x9\x9\x9  \x9\x9</div>\xa	\x9		  	"; 
        if (isset($_SESSION["username"])) { 
            echo "
\x9\x9\x9\x9        <ul class="list-unstyled components mb-5">\xa	\x9	\x9          <li class="active">
\x9\x9\x9	            <a href="home"><span class="fa fa-home mr-3"></span> Home</a>
	\x9\x9	          </li>\xa
\x9			       	  <li>
			\x9            <a href="profile"><span class="fa fa-user mr-3"></span> profile</a>\xa\x9\x9\x9	          </li>
	\x9	\x9          <li>
\x9		\x9            <a href="home?page=info"><span class="fa fa-bullhorn mr-3"></span> Informasi</a>
\x9\x9\x9	          </li>         \xa\x9\x9\x9\x9   \xa	\x9\x9	          <li>\xa\x9\x9\x9	            <a href="logout.php"><span class="fa fa-sign-out-alt mr-3"></span> Sign Out</a>\xa\x9\x9\x9	          </li>
\x9		\x9          <li>\xa			\x9            <a href="home?page=hubungi-kami"><span class="fa fa-phone mr-3"></span> Hubungi Kami</a>\xa\x9\x9		          </li>\xa	\x9	\x9          <li>\xa\x9\x9\x9\x9\x9\x9        <a href="home?page=panduan"><span class="fab fa-youtube mr-3"></span>Panduan Daftar</a>\xa\x9				\x9    </li>\x9	
	\x9\x9\x9        </ul>
	\x9\x9\x9       "; 
        } else { 
            echo "
\x9\x9	\x9        <ul class="list-unstyled components mb-5">
\x9		\x9          <li class="active">
			\x9            <a href="home"><span class="fa fa-home mr-3"></span> Home</a>\xa\x9	\x9\x9          </li>
\x9	\x9\x9   \xa\x9\x9	\x9          <li>\xa		\x9\x9            <a href="home?page=info"><span class="fa fa-bullhorn mr-3"></span> Informasi</a>\xa\x9\x9\x9	          </li>
	\x9	\x9          <li>\xa	\x9	\x9            <a href="buat-akun"><span class="fa fa-user-plus mr-3"></span> Buat Akun</a>
	\x9	\x9          </li>
		\x9\x9      
\x9	\x9\x9          <li>
		\x9\x9            <a href="login"><span class="fa fa-sign-in-alt mr-3"></span> Sign In</a>\xa		\x9\x9          </li>\xa\x9\x9\x9	         <li>
\x9	\x9\x9            <a href="home?page=hubungi-kami"><span class="fa fa-phone mr-3"></span> Hubungi Kami</a>\xa\x9\x9	\x9          </li>\xa	\x9		         <li>
		\x9			        <a href="home?page=panduan"><span class="fab fa-youtube mr-3"></span>Panduan Daftar</a>\xa	\x9				    </li>\x9\x9
\x9\x9		        </ul>\xa\x9			       "; 
        } 
        echo "\xa		\x9\xa		\x9		        <div class="footer">\xa\x9\x9\x9\x9	        \x9<p class="small text-center">Copyright &copy;<script>document.write(new Date().getFullYear());</script>" . $RowSitus["nama_situs"] . " <br>Proudly Powered by : <a href="https://root93.co.id" target="_blank" rel="dofollow">Root93</a></p>\xa\x9				        </div>\xa	\x9\x9\x9\x9      
	  			\x9	\x9 \xa	\x9      \xa\x9\x9		    </nav>\xa				     <div class="whatsapp-float"><a title="WhatsApp" href="https://wa.me/" . $RowSitus["kontak_situs"] . "?text=Saya%20ingin%20tahu%20informasi%20PPDB%20" . $RowSitus["nama_situs"] . "" id="whatsapp-float" title="back to top"><i class="fab fa-whatsapp"/></i> WhatsApp </a></div>
			\x9"; 
    } else { 
        if ($RowSitus["tema"] == NULL) { 
            die("Tema belum di konfigurasi"); 
            die(0); 
        } 
    } 
} 
goto JSvyD; 
TFABL: 
function SimpanSkhun($skhun, $id) 
{ 
    global $FileItem, $FileDestination; 
    $sql = "UPDATE ppdb_dokumen SET file_skhun=? WHERE id_siswa=? "; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("si", $param_skhun, $param_id); 
        $param_skhun = $FileItem; 
        $param_id = $id; 
        if ($stmt->execute() && move_uploaded_file($skhun, $FileDestination . $FileItem)) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto wPNnG; 
MWpEh: 
function SimpanDataPembayaran($nomor_pendaftaran, $nama, $bukti_transfer, $id) 
{ 
    global $FileItem, $FileDestination; 
    $sql = "UPDATE ppdb_pembayaran SET nomor_pendaftaran=?, nama=?, bukti_transfer=? WHERE id_siswa=?"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("sssi", $param_nomor, $param_nama, $param_bukti, $param_id); 
        $param_nomor = $nomor_pendaftaran; 
        $param_nama = $nama; 
        $param_bukti = $FileItem; 
        $param_id = $id; 
        if (empty($_FILES["bukti_transfer"]["tmp_name"])) { 
            if ($stmt->execute()) { 
                return true; 
            } else { 
                return false; 
            } 
        } else { 
            if ($stmt->execute() && move_uploaded_file($bukti_transfer, $FileDestination . $FileItem)) { 
                return true; 
            } else { 
                return false; 
            } 
        } 
    } 
    $stmt->close(); 
} 
goto Xm8js; 
d64Sa: 
function Simpan_Akte($akte, $id) 
{ 
    global $FileItem, $FileDestination; 
    $sql = "UPDATE ppdb_dokumen SET file_akte=? WHERE id_siswa=?"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("si", $param_akte, $param_id); 
        $param_akte = $FileItem; 
        $param_id = $id; 
        if ($stmt->execute() && move_uploaded_file($akte, $FileDestination . $FileItem)) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto htAXk; 
GtV5w: 
function test_input($data) 
{ 
    $data = trim($data); 
    $data = stripslashes($data); 
    $data = htmlspecialchars($data); 
    return $data; 
} 
goto kC50k; 
hO5Pg: 
function RemoveFoto($data) 
{ 
    $perintah = unlink("content/foto/" . $data . ''); 
    if ($perintah) { 
        return true; 
    } else { 
        return false; 
    } 
} 
goto l4tCx; 
ZDfqZ: 
function ValidateUsername($data) 
{ 
    if (!preg_match("/^[a-zA-Z-0-9]*$/", $data)) { 
        return true; 
    } else { 
        return false; 
    } 
} 
goto FiCsG; 
huUhA: 
function InfoPmb() 
{ 
    $sql = "SELECT id, judul, isi FROM ppdb_info"; 
    $perintah = query($sql); 
    return $perintah; 
} 
goto hO5Pg; 
IVWHh: 
function NomorPendaftaran($data1, $data2) 
{ 
    $perintah = $data1 + $data2; 
    return $perintah; 
} 
goto vmB06; 
CGJ2e: 
function CekTLS_tanggal($data) 
{ 
    if (!preg_match("/^[0-9-\-]*$/", $data)) { 
        return true; 
    } else { 
        return false; 
    } 
} 
goto n9UkX; 
YLL8A: 
function DataSitus() 
{ 
    $sql = "SELECT nama_situs, alamat_situs, deskripsi_situs, metatag_situs, kontak_situs, author_situs, logo_situs, sidebarlogo_situs, pendaftaran, virtual_account, tema FROM ppdb_setting"; 
    $perintah = query($sql); 
    return $perintah; 
} 
goto d3LA9; 
l4tCx: 
function RemoveFotoUpdate($data, $id) 
{ 
    $sql = "UPDATE ppdb_siswa SET foto=? WHERE id=?"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("si", $param_foto, $param_id); 
        $param_foto = $data; 
        $param_id = $id; 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto Hn3EX; 
ghdCi: 
function BuatAkun($nama, $email, $username, $password) 
{ 
    $sql = "INSERT INTO ppdb_user (nama, email, username, password) VALUES(?,?,?,?)"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("ssss", $param_nama, $param_email, $param_username, $param_password); 
        $param_nama = $nama; 
        $param_email = $email; 
        $param_username = $username; 
        $param_password = password_hash($password, PASSWORD_DEFAULT); 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto Lxbbq; 
aco8n: 
function DataSiswa($data) 
{ 
    $sql = "SELECT ppdb_siswa.id, ppdb_siswa.id_siswa, ppdb_siswa.nisn, ppdb_siswa.nama, no_ktp, no_kk, jl, tempat_lahir, tanggal_lahir, agama, golongan_darah, tinggi_badan, berat_badan, riwayat_penyakit, status_keluarga, anak_ke, jml_saudara, mode_transportasi, tempat_tinggal, jarak_rumah, titik_koordinat, hobi, prestasi, alamat, dusun, rt, rw, desa, kecamatan, kabupaten, provinsi, kontak_siswa, foto, jurusan, jalur_pendaftaran, kelas, no_kks, no_pkh, no_kip, ppdb_siswa.nomor_pendaftaran, kode_daftar, tgl_pendaftaran, tgl_update, status_pendaftaran, nama_ayah, nik_ayah, tgl_ayah, status_ayah, pendidikan_ayah, pekerjaan_ayah, penghasilan_ayah, nama_ibu, nik_ibu, tgl_ibu, status_ibu, pendidikan_ibu, pekerjaan_ibu, penghasilan_ibu, kontak_ortu, nama_wali, nik_wali, tgl_wali, pendidikan_wali, pekerjaan_wali, penghasilan_wali, kontak_wali, npsn_sekolah, asal_sekolah, nama_sekolah, status_sekolah, alamat_sekolah, no_ijazah, no_skhun, file_ijazah, file_skhun, file_sksd, file_ktp, file_kk, file_ktp_ibu, file_prestasi, file_akte, file_raport, ipa, matematika, bahasa_indonesia, bahasa_inggris, ipa_1, matematika_1, indonesia_1, inggris_1,ipa_2, matematika_2, indonesia_2, inggris_2,ipa_3, matematika_3, indonesia_3, inggris_3, ipa_4, matematika_4, indonesia_4, inggris_4, ipa_5, matematika_5, indonesia_5, inggris_5, kode_refrensi, bukti_transfer, tgl_pembayaran, status_pembayaran FROM ppdb_siswa INNER JOIN ppdb_ortu ON ppdb_siswa.id_siswa=ppdb_ortu.id_siswa INNER JOIN ppdb_asalsekolah ON ppdb_siswa.id_siswa=ppdb_asalsekolah.id_siswa INNER JOIN ppdb_dokumen ON ppdb_siswa.id_siswa=ppdb_dokumen.id_siswa INNER JOIN ppdb_raport ON ppdb_siswa.id_siswa=ppdb_raport.id_siswa INNER JOIN ppdb_un ON ppdb_siswa.id_siswa=ppdb_un.id_siswa INNER JOIN ppdb_pembayaran ON ppdb_siswa.id_siswa=ppdb_pembayaran.id_siswa WHERE ppdb_siswa.id_siswa='{$data}'"; 
    $perintah = query($sql); 
    return $perintah; 
} 
goto iZJ_9; 
KEvOf: 
function SimpanKtp_Ibu($ktp, $id) 
{ 
    global $FileItem, $FileDestination; 
    $sql = "UPDATE ppdb_dokumen SET file_ktp_ibu=? WHERE id_siswa=? "; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("si", $param_ktp, $param_id); 
        $param_ktp = $FileItem; 
        $param_id = $id; 
        if ($stmt->execute() && move_uploaded_file($ktp, $FileDestination . $FileItem)) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto j5j2i; 
JSvyD: 
function head() 
{ 
    $DataSitus = DataSitus(); 
    $RowSitus = $DataSitus->fetch_array(); 
    echo "\xa\x9	<!DOCTYPE html>\xa	\x9<html lang="en">
\x9	<head>
		<meta charset="utf-8">\xa\x9	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
		<meta name="description" content="" . $RowSitus["deskripsi_situs"] . "">
		<meta name="author" content="" . $RowSitus["author_situs"] . "">
\x9\x9<link rel="icon" href="assets/img/" . $RowSitus["logo_situs"] . "">
		<title>" . $RowSitus["nama_situs"] . "</title>\xa\x9	"; 
} 
goto wd348; 
Hn3EX: 
function RemoveBayar($data) 
{ 
    $perintah = unlink("content/pembayaran/" . $data . ''); 
    if ($perintah) { 
        return true; 
    } else { 
        return false; 
    } 
} 
goto IjRzK; 
n9UkX: 
function BCA_tanggal($data) 
{ 
    $ar = explode("-", $data); 
    if (checkdate($ar[1], $ar[0], $ar[2])) { 
        return true; 
    } else { 
        return false; 
    } 
} 
goto ghdCi; 
UD9ba: 
function SimpanAsalSekolah($npsn_sekolah, $asal_sekolah, $nama_sekolah, $status_sekolah, $alamat_sekolah, $no_ijazah, $no_skhun, $id) 
{ 
    $sql = "UPDATE ppdb_asalsekolah SET npsn_sekolah=?, asal_sekolah=?, nama_sekolah=?, status_sekolah=?, alamat_sekolah=?, no_ijazah=?, no_skhun=? WHERE id_siswa =?"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("sssssssi", $param_npsn, $param_asal_sekolah, $param_nama, $param_status, $param_alamat, $param_ijazah, $param_skhun, $param_id); 
        $param_npsn = $npsn_sekolah; 
        $param_asal_sekolah = $asal_sekolah; 
        $param_nama = $nama_sekolah; 
        $param_status = $status_sekolah; 
        $param_alamat = $alamat_sekolah; 
        $param_ijazah = $no_ijazah; 
        $param_skhun = $no_skhun; 
        $param_id = $id; 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto Tw2LO; 
zQUES: 
function ValidateName($data) 
{ 
    if (!preg_match("/^[a-zA-Z ]*$/", $data)) { 
        return true; 
    } else { 
        return false; 
    } 
} 
goto Ma1v3; 
Lxbbq: 
function BuatAkunInsertIdOrtu($data) 
{ 
    $sql = "INSERT INTO ppdb_ortu (id_siswa) VALUES(?)"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("i", $param_id); 
        $param_id = $data; 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
} 
goto yqdu1; 
Tw2LO: 
function SimpanIjazah($ijazah, $id) 
{ 
    global $FileItem, $FileDestination; 
    $sql = "UPDATE ppdb_dokumen SET file_ijazah=? WHERE id_siswa=? "; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("si", $param_ijazah, $param_id); 
        $param_ijazah = $FileItem; 
        $param_id = $id; 
        if ($stmt->execute() && move_uploaded_file($ijazah, $FileDestination . $FileItem)) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto Yh9zD; 
bnOYw: 
function Hari($data) 
{ 
    switch ($data) { 
        case "Monday": 
            $data = "Senin"; 
            return $data; 
        case "Tuesday": 
            $data = "Selasa"; 
            return $data; 
        case "Wednesday": 
            $data = "Rabu"; 
            return $data; 
        case "Thursday": 
            $data = "Kamis"; 
            return $data; 
        case "Friday": 
            $data = "Jumat"; 
            return $data; 
        case "Saturday": 
            $data = "Sabtu"; 
            return $data; 
        case "Sunday": 
            $data = "Minggu"; 
            return $data; 
    } 
} 
goto K56_1; 
yqdu1: 
function BuatAkunInsertIdDokumen($data) 
{ 
    $sql = "INSERT INTO ppdb_dokumen (id_siswa) VALUES(?)"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("i", $param_id); 
        $param_id = $data; 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
} 
goto DkPCE; 
d3LA9: 
function GlobalDataSitus() 
{ 
    global $GlobalDataSitus; 
    $DataSitus = DataSitus(); 
    $RowSitus = $DataSitus->fetch_array(); 
    $nama_situs = $RowSitus["nama_situs"]; 
    $alamat_situs = $RowSitus["alamat_situs"]; 
    $deskripsi_situs = $RowSitus["deskripsi_situs"]; 
    $metatag_situs = $RowSitus["metatag_situs"]; 
    $kontak_situs = $RowSitus["kontak_situs"]; 
    $author_situs = $RowSitus["author_situs"]; 
    $logo_situs = $RowSitus["logo_situs"]; 
    $sidebarlogo_situs = $RowSitus["sidebarlogo_situs"]; 
    $BukaTutupDaftar = $RowSitus["pendaftaran"]; 
    $virtual_account = $RowSitus["virtual_account"]; 
    $tema = $RowSitus["tema"]; 
    $GlobalDataSitus = array($nama_situs, $alamat_situs, $deskripsi_situs, $metatag_situs, $kontak_situs, $author_situs, $logo_situs, $sidebarlogo_situs, $BukaTutupDaftar, $virtual_account, $tema); 
} 
goto A2k8n; 
kC50k: 
function ValidateEmail($data) 
{ 
    if (!ereg("^.+@.+\..+$", $data)) { 
        return true; 
    } else { 
        return false; 
    } 
} 
goto ZDfqZ; 
etekC: 
function BuatAkunInsertIdMhs($data, $nama, $kode_daftar, $tgl_pendaftaran) 
{ 
    $sql = "INSERT INTO ppdb_siswa (id_siswa, nama, kode_daftar, tgl_pendaftaran) VALUES(?,?,?,?)"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("isss", $param_data, $param_nama, $param_kode, $param_tgl); 
        $param_data = $data; 
        $param_nama = $nama; 
        $param_kode = $kode_daftar; 
        $param_tgl = $tgl_pendaftaran; 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto TJEqS; 
K56_1: 
function Bulan($data) 
{ 
    switch ($data) { 
        case "1": 
            $data = "Januari"; 
            return $data; 
        case "2": 
            $data = "Februari"; 
            return $data; 
        case "3": 
            $data = "Maret"; 
            return $data; 
        case "4": 
            $data = "April"; 
            return $data; 
        case "5": 
            $data = "Mei"; 
            return $data; 
        case "6": 
            $data = "Juni"; 
            return $data; 
        case "7": 
            $data = "Juli"; 
            return $data; 
        case "8": 
            $data = "Agustus"; 
            return $data; 
        case "9": 
            $data = "September"; 
            return $data; 
        case "10": 
            $data = "Oktober"; 
            return $data; 
        case "11": 
            $data = "Nopember"; 
            return $data; 
        case "12": 
            $data = "Desember"; 
            return $data; 
    } 
} 
goto yupRL; 
Xm8js: 
function NilaiRaport($ipa, $matematika, $bhs_indonesia, $bhs_inggris) 
{ 
    if (is_numeric($ipa) && is_numeric($matematika) && is_numeric($bhs_indonesia) && is_numeric($bhs_inggris)) { 
        $nilai = $ipa + $matematika + $bhs_indonesia + $bhs_inggris; 
        return $nilai / 4; 
    } else { 
        echo "-"; 
    } 
} 
goto ufrdG; 
eh5ii: 
function Tampil_JadwalTest() 
{ 
    $sql = "SELECT id, tanggal_test, waktu_test, materi FROM ppdb_jadwaltest"; 
    $perintah = query($sql); 
    return $perintah; 
} 
goto I0f1t; 
HVFpp: 
function Nilai_Rata_Raport($d1, $d2, $d3, $d4, $d5) 
{ 
    $data = $d1 + $d2 + $d3 + $d4 + $d5; 
    return $data / 5; 
} 
goto huUhA; 
ixtSG: 
function SimpanNilaiUn($nisn, $nama, $ipa, $matematika, $bahasa_indonesia, $bahasa_inggris, $id) 
{ 
    $sql = "UPDATE ppdb_un SET nisn=?, nama=?, ipa=?, matematika=?, bahasa_indonesia=?, bahasa_inggris=? WHERE id_siswa=?"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("ssssssi", $param_nisn, $param_nama, $param_ipa, $param_mate, $param_indo, $param_ingg, $param_id); 
        $param_nisn = $nisn; 
        $param_nama = $nama; 
        $param_ipa = $ipa; 
        $param_mate = $matematika; 
        $param_indo = $bahasa_indonesia; 
        $param_ingg = $bahasa_inggris; 
        $param_id = $id; 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto MWpEh; 
Yh9zD: 
function SimpanSksd($sksd, $id) 
{ 
    global $FileItem, $FileDestination; 
    $sql = "UPDATE ppdb_dokumen SET file_sksd=? WHERE id_siswa=? "; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("si", $param_sksd, $param_id); 
        $param_sksd = $FileItem; 
        $param_id = $id; 
        if ($stmt->execute() && move_uploaded_file($sksd, $FileDestination . $FileItem)) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto TFABL; 
wd348: 
function css() 
{ 
    $DataSitus = DataSitus(); 
    $RowSitus = $DataSitus->fetch_array(); 
    echo "
		<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900" rel="stylesheet">
		<link href="themes/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
\x9	<link href="themes/" . $RowSitus["tema"] . "/css/bootstrap.css" rel="stylesheet">	\xa		<link href="themes/" . $RowSitus["tema"] . "/css/costum.css" rel="stylesheet">
	\x9<link href="themes/vendor/bootstrap/datepicker/css/bootstrap-datepicker3.css" rel="stylesheet">\xa	\x9</head>
	\x9"; 
} 
goto pR1Cf; 
BzLzo: 
function CekEmail($data) 
{ 
    $sql = "SELECT email FROM ppdb_user WHERE email =?"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("s", $param_email); 
        $param_email = $data; 
        if ($stmt->execute()) { 
            $stmt->store_result(); 
            if ($stmt->num_rows == 1) { 
                return true; 
            } else { 
                return false; 
            } 
        } 
    } 
    $stmt->close(); 
} 
goto GTBxg; 
uilRP: 
function SimpanProfile($nama, $email, $username, $password, $id) 
{ 
    $sql = "UPDATE ppdb_user SET nama=?, email=?, username=?, password=? WHERE id=?"; 
    if ($stmt = prepare($sql)) { 
        $stmt->bind_param("ssssi", $param_nama, $param_email, $param_username, $param_password, $param_id); 
        $param_nama = $nama; 
        $param_email = $email; 
        $param_username = $username; 
        $param_password = password_hash($password, PASSWORD_DEFAULT); 
        $param_id = $id; 
        if ($stmt->execute()) { 
            return true; 
        } else { 
            return false; 
        } 
    } 
    $stmt->close(); 
} 
goto Ou_6V; 
bV9Qj: ?>

Did this file decode correctly?

Original Code

<?php
goto B2lZf;
PHsTp:
function EscapeString($data)
{
    global $koneksi;
    $perintah = $koneksi->real_escape_string($data);
    return $perintah;
}
goto BzLzo;
lOY6S:
function BuatAkunInsertIdUn($data)
{
    $sql = "\111\116\123\105\x52\x54\x20\x49\116\124\117\x20\160\x70\x64\142\x5f\x75\156\x20\x28\x69\x64\137\163\x69\x73\167\141\51\x20\126\101\x4c\x55\105\x53\50\x3f\x29";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x69", $param_id);
        $param_id = $data;
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
}
goto LlxnA;
tWj34:
function TampilJalur()
{
    $sql = "\123\105\114\105\103\x54\x20\151\144\x2c\40\x6a\141\154\x75\162\137\144\x61\146\x74\x61\x72\x20\x46\122\x4f\x4d\40\160\x70\x64\142\x5f\x6a\141\x6c\x75\162";
    $perintah = query($sql);
    return $perintah;
}
goto eh5ii;
j5j2i:
function SimpanSertifikat($prestasi, $id)
{
    global $FileItem, $FileDestination;
    $sql = "\x55\120\104\x41\124\x45\x20\x70\160\144\x62\x5f\x64\157\x6b\x75\x6d\145\156\40\x53\105\124\40\146\x69\154\145\137\x70\x72\x65\x73\x74\x61\163\x69\x3d\77\40\x57\110\105\x52\105\40\151\x64\137\x73\151\163\x77\141\x3d\x3f";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x73\x69", $param_prestasi, $param_id);
        $param_prestasi = $FileItem;
        $param_id = $id;
        if ($stmt->execute() && move_uploaded_file($prestasi, $FileDestination . $FileItem)) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto TdQOv;
htAXk:
function Simpan_Raport($raport, $id)
{
    global $FileItem, $FileDestination;
    $sql = "\x55\120\104\101\x54\105\40\x70\x70\144\x62\137\x64\x6f\x6b\x75\x6d\x65\x6e\40\x53\x45\x54\40\146\151\x6c\145\137\x72\x61\x70\x6f\162\164\x3d\x3f\40\x57\x48\x45\x52\105\40\x69\144\137\x73\x69\163\167\141\x3d\x3f";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\163\x69", $param_raport, $id);
        $param_raport = $FileItem;
        $param_id = $id;
        if ($stmt->execute() && move_uploaded_file($raport, $FileDestination . $FileItem)) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto uilRP;
TP_3V:
function ValidateNilai($data)
{
    if (!preg_match("\57\x5e\x5b\x30\x2d\71\55\x2e\135\x2a\x24\x2f", $data)) {
        return true;
    } else {
        return false;
    }
}
goto PHsTp;
TdQOv:
function SimpanKartuKeluarga($kartu_keluarga, $id)
{
    global $FileItem, $FileDestination;
    $sql = "\x55\x50\x44\x41\x54\105\x20\160\160\x64\142\137\x64\157\x6b\x75\155\x65\156\x20\123\x45\x54\x20\146\151\x6c\145\x5f\x6b\x6b\75\77\x20\x57\110\105\x52\105\40\151\144\x5f\163\151\163\167\141\75\x3f\x20";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\163\x69", $param_kartukeluarga, $param_id);
        $param_kartukeluarga = $FileItem;
        $param_id = $id;
        if ($stmt->execute() && move_uploaded_file($kartu_keluarga, $FileDestination . $FileItem)) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto d64Sa;
Ma1v3:
function ValidateNumber($data)
{
    if (!preg_match("\57\x5e\x5b\60\55\71\x5d\x2a\44\x2f", $data)) {
        return true;
    } else {
        return false;
    }
}
goto TP_3V;
TJEqS:
function BuatAkunInsertIdPembayaran($data, $nama, $kode_refrensi, $virtual_account)
{
    $sql = "\111\x4e\x53\105\122\124\x20\x49\x4e\x54\x4f\x20\160\x70\144\x62\x5f\x70\145\x6d\142\x61\171\x61\162\x61\x6e\40\50\x69\144\x5f\163\151\163\x77\x61\54\x20\156\141\155\141\x2c\x20\153\157\144\x65\137\x72\145\x66\x72\145\x6e\163\x69\x2c\40\x76\151\x72\x74\165\141\154\137\141\x63\143\x6f\x75\x6e\x74\51\40\126\101\114\x55\x45\x53\x20\50\x3f\54\x3f\54\77\54\x3f\51";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\151\163\163\x73", $param_data, $param_nama, $param_kode, $param_virtual);
        $param_data = $data;
        $param_nama = $nama;
        $param_kode = $kode_refrensi;
        $param_virtual = $virtual_account;
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto aco8n;
LlxnA:
function BuatAkunInsertIdAsalSekolah($data)
{
    $sql = "\111\116\123\105\x52\124\40\x49\116\x54\117\40\x70\x70\144\x62\x5f\141\x73\141\154\x73\x65\153\157\x6c\141\x68\40\50\x69\144\x5f\x73\151\163\x77\141\51\x20\126\x41\x4c\x55\105\x53\x28\77\x29";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\151", $param_id);
        $param_id = $data;
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
}
goto etekC;
FiCsG:
function ValidateUrl($data)
{
    if (!preg_match("\43\136\x68\164\164\160\72\57\57\133\137\x61\x2d\x7a\60\55\71\x2d\135\x2b\x5c\56\133\137\141\55\172\60\x2d\x39\x2d\135\x2b\x23\x69", $data)) {
        return true;
    } else {
        return false;
    }
}
goto zQUES;
IjRzK:
function RemoveBayarUpdate($data, $id)
{
    $sql = "\x55\120\104\x41\124\105\x20\160\160\144\142\137\160\x65\155\142\141\x79\x61\x72\x61\x6e\40\x53\105\x54\40\x62\x75\153\164\x69\137\x74\x72\141\156\x73\x66\145\162\x3d\77\x20\x57\x48\105\122\x45\40\151\x64\75\77";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x73\x69", $param_bukti, $param_id);
        $param_bukti = $data;
        $param_id = $id;
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto xGqMp;
ufrdG:
function NilaiUN($un_ipa, $un_matematika, $un_indonesia, $un_inggris)
{
    if (is_numeric($un_ipa) && is_numeric($un_matematika) && is_numeric($un_indonesia) && is_numeric($un_inggris)) {
        $nilai = $un_ipa + $un_matematika + $un_indonesia + $un_inggris;
        return $nilai / 4;
    } else {
        echo "\55";
    }
}
goto HVFpp;
GTBxg:
function CekUsername($data)
{
    $sql = "\x53\105\114\x45\103\x54\40\x75\163\145\162\156\x61\155\145\x20\106\122\x4f\x4d\x20\x70\160\x64\142\137\165\x73\x65\162\x20\x57\110\105\122\x45\40\165\163\145\162\156\141\155\x65\x20\75\77";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x73", $param_email);
        $param_email = $data;
        if ($stmt->execute()) {
            $stmt->store_result();
            if ($stmt->num_rows == 1) {
                return true;
            } else {
                return false;
            }
        }
    }
    $stmt->close();
}
goto bnOYw;
K8a6I:
function LoginUser($username, $password)
{
    global $id, $nama, $email;
    $sql = "\x53\105\x4c\x45\103\124\x20\x69\144\x2c\x20\x6e\141\x6d\x61\x2c\40\145\155\x61\151\x6c\54\x20\165\x73\145\x72\156\x61\x6d\x65\x2c\40\160\141\x73\x73\x77\157\162\x64\x20\106\122\x4f\115\40\x70\160\x64\142\x5f\x75\163\145\162\x20\x57\110\x45\x52\105\40\x75\x73\145\x72\156\x61\x6d\145\75\77";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x73", $param_username);
        $param_username = $username;
        if ($stmt->execute()) {
            $stmt->store_result();
            if ($stmt->num_rows == 1) {
                $stmt->bind_result($id, $nama, $email, $username, $hashed_password);
                if ($stmt->fetch()) {
                    if (password_verify($password, $hashed_password)) {
                        return true;
                    } else {
                        return false;
                    }
                }
            }
        }
    }
    $stmt->close();
}
goto YLL8A;
hMDqZ:
function SimpanDataMhs($nomor_pendaftaran, $no_ktp, $no_kk, $nisn, $nama, $jenis_kelamin, $tempat_lahir, $tanggal_lahir, $agama, $golongan_darah, $tinggi_badan, $berat_badan, $riwayat_penyakit, $status_keluarga, $anak_ke, $jml_saudara, $mode_transportasi, $tempat_tinggal, $jarak_rumah, $titik_koordinat, $hobi, $prestasi, $alamat, $dusun, $rt, $rw, $desa, $kecamatan, $kabupaten, $provinsi, $kontak_siswa, $foto, $jurusan, $jalur_pendaftaran, $kelas, $no_kks, $no_pkh, $no_kip, $id)
{
    global $FileItem, $FileDestination;
    $sql = "\x55\120\x44\101\124\105\x20\160\160\144\x62\137\163\x69\x73\167\x61\x20\x53\x45\124\40\x6e\157\x6d\157\x72\x5f\160\145\x6e\144\x61\146\164\x61\x72\x61\156\75\77\x2c\x20\156\x6f\x5f\x6b\164\x70\x3d\77\54\x20\x6e\x6f\137\x6b\x6b\x3d\77\x2c\x20\x6e\151\163\x6e\75\x3f\x2c\x20\x6e\x61\155\x61\75\77\x2c\40\x6a\x6c\75\77\54\x20\164\x65\x6d\x70\x61\164\x5f\154\141\150\x69\162\75\77\x2c\x20\164\x61\156\x67\147\x61\x6c\137\154\x61\150\x69\162\x3d\77\54\40\x61\x67\x61\155\x61\75\x3f\54\40\x67\157\154\x6f\156\147\x61\x6e\137\144\141\162\141\150\x3d\77\54\40\x74\x69\156\147\147\x69\137\x62\141\144\x61\x6e\75\77\54\x20\x62\x65\162\141\x74\137\x62\141\144\x61\x6e\x3d\77\54\40\x72\151\x77\x61\x79\141\x74\x5f\x70\145\x6e\171\141\x6b\151\164\x3d\77\54\40\163\x74\141\164\165\163\137\153\x65\154\x75\141\x72\147\x61\75\x3f\x2c\40\141\156\141\153\x5f\153\145\x3d\77\54\x20\x6a\x6d\154\x5f\163\141\165\144\141\x72\x61\75\x3f\54\x20\x6d\157\144\145\137\164\x72\x61\x6e\163\x70\157\x72\164\141\163\151\x3d\77\x2c\40\164\145\x6d\x70\141\164\137\164\151\x6e\x67\x67\141\154\x3d\x3f\54\40\x6a\x61\162\141\153\137\x72\x75\155\x61\x68\75\x3f\54\40\x74\151\164\x69\153\137\x6b\x6f\x6f\162\144\x69\x6e\141\164\75\77\54\x20\x68\157\x62\151\x3d\77\x2c\40\160\x72\145\x73\164\141\x73\151\x3d\x3f\x2c\40\x61\154\x61\155\141\x74\x3d\77\54\x20\x64\165\163\x75\156\75\77\x2c\x20\162\164\x3d\77\x2c\40\162\x77\75\x3f\54\x20\144\145\163\x61\75\77\x2c\x20\153\x65\x63\x61\x6d\141\164\x61\156\x3d\x3f\54\40\x6b\141\x62\165\x70\x61\x74\145\156\75\x3f\54\x20\x70\x72\x6f\166\151\x6e\163\x69\x3d\x3f\x2c\40\x6b\157\156\164\141\x6b\x5f\163\x69\x73\x77\141\75\x3f\54\x20\x66\x6f\164\157\75\x3f\x2c\40\152\x75\x72\165\x73\141\156\75\x3f\x2c\x20\x6a\141\154\x75\162\137\x70\145\x6e\144\141\x66\x74\141\x72\141\156\75\x3f\x2c\40\153\x65\x6c\141\163\x3d\77\54\40\156\x6f\137\x6b\x6b\163\x3d\x3f\54\x20\156\157\137\160\153\150\x3d\x3f\54\x20\156\157\137\153\x69\160\x3d\x3f\x20\127\x48\x45\122\105\40\x69\x64\x5f\163\151\x73\167\141\75\77\40";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\163\163\163\x73\163\163\x73\x73\x73\x73\x73\x73\163\x73\x73\x73\x73\x73\163\163\163\x73\x73\x73\x73\163\x73\x73\x73\x73\x73\163\x73\x73\x73\163\x73\163\151", $param_nomor, $param_ktp, $param_kk, $param_nisn, $param_nama, $param_jl, $param_tmplahir, $param_tgllahir, $param_agama, $param_gol, $param_tinggi, $param_berat, $param_riwayat, $param_status_kel, $param_anak_ke, $param_jml_saudara, $param_mode_transportasi, $param_tempat_tinggal, $param_jarak_rumah, $param_koordinat, $param_hobi, $param_prestasi, $param_alamat, $param_dusun, $param_rt, $param_rw, $param_desa, $param_kec, $param_kab, $param_prov, $param_kontak, $param_foto, $param_jurusan, $param_jalur, $param_kelas, $param_kks, $param_pkh, $param_kip, $param_id);
        $param_nomor = $nomor_pendaftaran;
        $param_ktp = $no_ktp;
        $param_kk = $no_kk;
        $param_nisn = $nisn;
        $param_nama = $nama;
        $param_jl = $jenis_kelamin;
        $param_tmplahir = $tempat_lahir;
        $param_tgllahir = $tanggal_lahir;
        $param_agama = $agama;
        $param_gol = $golongan_darah;
        $param_tinggi = $tinggi_badan;
        $param_berat = $berat_badan;
        $param_riwayat = $riwayat_penyakit;
        $param_status_kel = $status_keluarga;
        $param_anak_ke = $anak_ke;
        $param_jml_saudara = $jml_saudara;
        $param_mode_transportasi = $mode_transportasi;
        $param_tempat_tinggal = $tempat_tinggal;
        $param_jarak_rumah = $jarak_rumah;
        $param_koordinat = $titik_koordinat;
        $param_hobi = $hobi;
        $param_prestasi = $prestasi;
        $param_dusun = $dusun;
        $param_rt = $rt;
        $param_rw = $rw;
        $param_desa = $desa;
        $param_kec = $kecamatan;
        $param_kab = $kabupaten;
        $param_prov = $provinsi;
        $param_kontak = $kontak_siswa;
        $param_alamat = $alamat;
        $param_foto = $FileItem;
        $param_jurusan = $jurusan;
        $param_jalur = $jalur_pendaftaran;
        $param_kelas = $kelas;
        $param_kks = $no_kks;
        $param_pkh = $no_pkh;
        $param_kip = $no_kip;
        $param_id = $id;
        if (empty($_FILES["\x66\157\x74\157"]["\x74\155\x70\x5f\x6e\141\x6d\145"])) {
            if ($stmt->execute()) {
                return true;
            } else {
                return false;
            }
        } else {
            if ($stmt->execute() && move_uploaded_file($foto, $FileDestination . $FileItem)) {
                return true;
            } else {
                return false;
            }
        }
    }
}
goto PfRMx;
yupRL:
function TampilTanggal()
{
    $tanggal = Hari(date("\154")) . "\x2c\40";
    $tanggal .= date("\x64") . "\40";
    $tanggal .= Bulan(date("\x6d")) . "\40";
    $tanggal .= date("\x59");
    return $tanggal;
}
goto CGJ2e;
R3mKi:
function prepare($data)
{
    global $koneksi;
    $perintah = $koneksi->prepare($data);
    if (!$perintah) {
        die("\x51\165\145\162\171\x20\147\141\147\141\x6c\x20\x64\151\154\141\x6b\165\153\141\x6e" . $koneksi->error);
    }
    return $perintah;
}
goto GtV5w;
PfRMx:
function SimpanDataOrtu($nama_ayah, $nik_ayah, $tgl_ayah, $status_ayah, $pendidikan_ayah, $pekerjaan_ayah, $penghasilan_ayah, $nama_ibu, $nik_ibu, $tgl_ibu, $status_ibu, $pendidikan_ibu, $pekerjaan_ibu, $penghasilan_ibu, $kontak_ortu, $nama_wali, $nik_wali, $tgl_wali, $pendidikan_wali, $pekerjaan_wali, $penghasilan_wali, $kontak_wali, $id)
{
    $sql = "\x55\x50\x44\x41\124\x45\x20\x70\x70\144\x62\137\157\162\x74\x75\x20\x53\105\x54\40\x6e\x61\x6d\141\137\x61\171\141\x68\x3d\77\x2c\40\156\151\x6b\x5f\141\171\x61\x68\75\x3f\x2c\40\x20\x74\147\x6c\x5f\141\x79\141\x68\x3d\x3f\x2c\x20\x73\164\141\x74\165\163\x5f\141\x79\x61\x68\75\x3f\54\x20\160\x65\156\144\x69\144\x69\153\x61\156\x5f\x61\171\141\150\75\x3f\x2c\x20\x70\x65\153\145\x72\152\x61\x61\x6e\137\141\171\x61\x68\75\77\x2c\40\160\145\x6e\x67\x68\x61\163\151\154\141\156\x5f\141\x79\141\x68\75\x3f\54\x20\x6e\x61\155\141\x5f\x69\x62\165\75\77\x2c\40\156\x69\153\137\x69\142\165\x3d\77\x2c\40\40\x74\x67\154\137\151\142\165\75\x3f\x2c\40\163\x74\141\164\165\x73\137\151\142\x75\x3d\x3f\x2c\40\x70\x65\x6e\144\x69\x64\151\x6b\x61\156\x5f\x69\x62\165\x3d\x3f\x2c\x20\160\x65\153\x65\x72\152\x61\141\156\x5f\151\142\165\x3d\x3f\x2c\x20\x70\145\x6e\x67\150\141\x73\151\x6c\x61\x6e\137\151\142\x75\x3d\77\x2c\x20\153\157\156\164\141\x6b\137\x6f\x72\164\x75\75\77\54\x20\x6e\x61\x6d\x61\137\167\x61\154\x69\x3d\x3f\54\x20\x6e\x69\153\137\x77\x61\154\x69\75\77\54\x20\x20\x74\147\154\137\x77\141\x6c\x69\75\77\x2c\x20\x70\x65\156\144\151\x64\x69\x6b\141\156\x5f\x77\x61\x6c\x69\75\77\54\x20\160\x65\153\x65\162\152\141\141\x6e\x5f\x77\x61\154\151\75\x3f\54\x20\160\x65\156\147\150\x61\x73\151\x6c\141\x6e\x5f\x77\x61\x6c\151\x3d\x3f\x2c\x20\x6b\157\156\x74\141\153\137\167\141\x6c\151\x3d\77\40\x57\110\x45\122\105\x20\x69\x64\x5f\163\x69\163\167\x61\75\77\x20";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x73\x73\163\x73\163\163\x73\163\x73\x73\163\x73\163\x73\x73\x73\x73\163\163\163\163\x73\x69", $param_ayah, $param_nik_ayah, $param_tgl_ayah, $param_status_ayah, $param_pendidikan_ayah, $param_pekerjaan_ayah, $param_penghasilan_ayah, $param_ibu, $param_nik_ibu, $param_tgl_ibu, $param_status_ibu, $param_pendidikan_ibu, $param_pekerjaan_ibu, $param_penghasilan_ibu, $param_kontak, $param_wali, $param_nik_wali, $param_tgl_wali, $param_pendidikan_wali, $param_pekerjaan_wali, $param_penghasilan_wali, $param_kontak_wali, $param_id);
        $param_ayah = $nama_ayah;
        $param_nik_ayah = $nik_ayah;
        $param_tgl_ayah = $tgl_ayah;
        $param_status_ayah = $status_ayah;
        $param_pendidikan_ayah = $pendidikan_ayah;
        $param_pekerjaan_ayah = $pekerjaan_ayah;
        $param_penghasilan_ayah = $penghasilan_ayah;
        $param_ibu = $nama_ibu;
        $param_nik_ibu = $nik_ibu;
        $param_tgl_ibu = $tgl_ibu;
        $param_status_ibu = $status_ibu;
        $param_pendidikan_ibu = $pendidikan_ibu;
        $param_pekerjaan_ibu = $pekerjaan_ibu;
        $param_penghasilan_ibu = $penghasilan_ibu;
        $param_kontak = $kontak_ortu;
        $param_wali = $nama_wali;
        $param_nik_wali = $nik_wali;
        $param_tgl_wali = $tgl_wali;
        $param_pendidikan_wali = $pendidikan_wali;
        $param_pekerjaan_wali = $pekerjaan_wali;
        $param_penghasilan_wali = $penghasilan_wali;
        $param_kontak_wali = $kontak_wali;
        $param_id = $id;
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto UD9ba;
pR1Cf:
function footer()
{
    $DataSitus = DataSitus();
    $RowSitus = $DataSitus->fetch_array();
    echo "\xa\x9\11\x3c\x21\55\55\xa\x9\11\120\x6c\x65\x61\163\x65\x20\104\157\x6e\x74\x20\x52\145\x6d\157\x76\145\xa\x9\11\120\x72\x6f\x67\162\141\155\x6d\x65\162\x20\116\141\x6d\145\x20\x3a\40\101\x68\155\141\144\x20\x5a\141\x65\154\x61\x6e\x69\xa\11\x9\123\151\x74\145\40\72\x20\x68\164\x74\160\163\72\57\57\162\x6f\157\164\71\63\x2e\143\157\x2e\x69\x64\12\11\11\x57\150\141\164\x73\101\160\160\40\72\40\60\x38\67\70\x37\x30\66\x39\x33\x32\60\60\12\11\11\x2d\x2d\76\12\x9\11\xa\x9\11\74\x21\x2d\55\40\57\43\167\x72\141\x70\x70\145\x72\x20\x2d\x2d\76\xa\x9\x9\x3c\x2f\x64\151\x76\x3e\11\12\x9\11\x20\x3c\x21\55\x2d\40\102\x6f\157\x74\163\x74\x72\x61\x70\x20\x63\x6f\162\x65\x20\112\141\x76\141\123\x63\162\151\160\x74\40\x2d\55\76\xa\x9\11\x20\x3c\x73\143\162\151\x70\164\x20\163\x72\143\75\42\x74\150\145\155\x65\x73\x2f\x76\x65\x6e\144\157\162\57\x6a\x71\x75\x65\162\x79\57\152\161\x75\145\x72\171\56\x6d\x69\x6e\56\152\163\42\76\x3c\57\x73\143\162\151\160\164\76\12\x9\x9\40\74\x73\143\162\151\x70\164\x20\x73\x72\143\x3d\42\164\x68\x65\155\145\163\57\166\x65\156\x64\157\x72\x2f\142\x6f\x6f\164\x73\x74\x72\x61\x70\x2f\x6a\x73\57\142\x6f\x6f\x74\x73\x74\x72\x61\160\x2e\155\x69\156\x2e\x6a\163\x22\76\74\x2f\163\x63\x72\151\160\x74\76\12\11\11\40\x3c\163\x63\x72\x69\160\164\x20\x73\x72\x63\x3d\x22\x74\150\145\155\x65\x73\57\166\145\156\x64\x6f\162\57\142\x6f\157\164\163\164\162\x61\x70\57\144\141\164\145\160\151\x63\x6b\145\162\57\152\163\57\x62\x6f\157\x74\x73\164\162\141\160\x2d\x64\x61\164\145\x70\151\x63\153\145\x72\56\152\x73\42\x3e\74\x2f\x73\143\162\x69\x70\164\76\12\x9\x9\40\74\x73\143\x72\151\160\164\40\x73\x72\x63\x3d\x22\x74\x68\x65\x6d\145\163\x2f\166\145\156\144\157\x72\57\x62\x6f\x6f\164\163\164\x72\x61\x70\57\144\x61\164\x65\x70\151\x63\153\145\x72\57\x6a\x73\57\144\x61\x74\145\x70\x69\143\153\x65\x72\x2d\146\x6f\162\155\x61\x74\x2e\x6a\x73\x22\76\x3c\x2f\163\x63\162\x69\x70\x74\76\xa\x9\11\x20\74\x73\143\162\151\x70\x74\40\x73\x72\143\x3d\x22\x74\150\x65\x6d\x65\163\x2f" . $RowSitus["\164\145\155\x61"] . "\x2f\152\163\57\160\157\160\x70\145\162\56\x6a\x73\42\76\74\x2f\x73\x63\x72\151\x70\164\x3e\xa\x9\x9\40\x3c\163\x63\162\x69\x70\x74\x20\x73\x72\143\x3d\42\164\x68\145\155\x65\x73\x2f" . $RowSitus["\164\x65\x6d\141"] . "\57\152\x73\x2f\155\141\151\x6e\56\152\x73\42\76\x3c\x2f\163\x63\x72\151\160\164\76\xa\11\x9\40\12\x9\x9\40\12\11\11\x20\40\x3c\x73\x63\x72\151\x70\x74\x3e\xa\11\11\x20\40\40\40\x24\x28\42\43\x6d\x65\156\x75\55\164\157\x67\147\154\145\42\x29\x2e\x63\154\x69\143\153\x28\146\165\156\143\x74\x69\x6f\156\x28\x65\x29\40\x7b\12\11\x9\x20\x20\x20\40\x20\x20\x65\56\x70\x72\x65\166\145\156\164\x44\x65\x66\x61\165\154\x74\50\x29\73\xa\x9\x9\x20\x20\x20\40\x20\40\44\x28\x22\x23\167\x72\x61\x70\x70\x65\x72\x22\x29\56\164\157\x67\x67\x6c\x65\103\x6c\x61\163\x73\50\42\x74\157\147\x67\154\145\144\x22\x29\73\xa\x9\11\40\x20\x20\x20\175\51\x3b\12\11\11\x20\40\x3c\x2f\x73\x63\x72\151\x70\164\76\xa\x9\x9\12\x9\11\40\x20\x3c\57\x62\157\144\171\x3e\12\11\11\40\40\x3c\57\x68\164\x6d\x6c\x3e\xa\12\x9\x9";
}
goto IVWHh;
I0f1t:
function PengaturanPembayaran()
{
    $sql = "\x53\105\114\105\103\124\40\52\x20\x46\x52\x4f\x4d\40\160\160\144\x62\137\x73\145\x74\164\x69\x6e\147\x5f\160\x65\x6d\x62\141\171\141\162\x61\156\40\x57\110\105\x52\x45\x20\x69\144\137\x73\x65\164\164\151\156\147\75\61";
    $perintah = query($sql);
    return $perintah;
}
goto bV9Qj;
xGqMp:
function InfoPmbTampil()
{
    echo "\xa\x9\11\x9\x3c\x64\151\166\40\151\144\x3d\42\143\x6f\x6e\x74\145\156\164\42\40\143\x6c\x61\x73\x73\75\42\x70\x2d\x34\x20\x70\55\x6d\x64\x2d\65\40\160\x74\x2d\x35\42\x3e\xa\11\x9\x9\74\157\x6c\40\x63\154\x61\x73\x73\75\42\142\162\145\141\144\x63\162\x75\x6d\x62\40\155\164\55\x34\x22\x3e\12\x9\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\74\154\x69\40\143\154\141\163\x73\x3d\42\142\x72\145\141\x64\x63\162\x75\x6d\x62\x2d\151\164\145\155\42\76\12\x9\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\74\x61\40\150\x72\145\146\x3d\x22\150\157\x6d\145\x22\x3e\x4b\145\x6d\142\141\x6c\x69\x3c\x2f\x61\x3e\12\11\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x3c\x2f\x6c\151\76\xa\11\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\74\154\151\x20\143\154\141\x73\163\75\42\142\162\145\141\x64\143\x72\165\155\x62\x2d\151\x74\145\155\40\x61\143\164\x69\166\145\42\76\x49\x6e\x66\x6f\162\155\141\163\151\x20\x50\145\x6e\144\141\146\164\x61\x72\141\x6e\74\57\154\x69\76\xa\x9\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x3c\57\157\x6c\76\xa\11\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20";
    $result = InfoPmb();
    if ($result) {
        if ($result->num_rows > 0) {
            while ($row = $result->fetch_array()) {
                echo "\74\x64\151\166\40\x69\x64\75\x27\x61\143\143\157\162\x64\x69\157\156\47\x3e";
                echo "\x3c\144\x69\x76\x20\x63\x6c\x61\x73\163\75\47\x63\x61\162\x64\47\x3e";
                echo "\74\x64\x69\166\40\143\x6c\x61\x73\x73\75\47\143\x61\162\144\55\150\145\x61\x64\x65\162\x27\40\x69\x64\x3d\47\x68\x65\x61\x64\151\156\147" . $row["\151\144"] . "\x27\x3e";
                echo "\x3c\x68\x35\40\143\154\141\x73\x73\75\x27\155\142\x2d\x30\47\x3e";
                echo "\x20\74\142\x75\x74\164\157\x6e\40\143\x6c\141\x73\x73\75\x27\x62\164\156\x20\x62\x74\156\x2d\x74\145\x78\x74\47\40\144\x61\164\x61\x2d\164\x6f\147\147\x6c\145\75\47\143\x6f\x6c\154\x61\160\163\145\47\x20\x64\141\164\141\x2d\164\x61\x72\x67\x65\164\x3d\47\43\x63\x6f\x6c\x6c\x61\160\x73\x65" . $row["\151\x64"] . "\47\x20\x61\x72\151\141\x2d\145\170\160\x61\x6e\144\x65\x64\75\47\164\x72\165\145\47\x20\141\162\x69\x61\55\x63\157\156\164\x72\x6f\x6c\163\x3d\x27\x63\x6f\x6c\x6c\141\160\x73\145" . $row["\x69\x64"] . "\x27\76\12\11\11\11\11\11\x20\40\x20\x20\40\40\x20\x20\x20\x20" . $row["\152\165\x64\x75\x6c"] . "\12\x9\11\x9\x9\11\40\40\x20\40\40\x20\40\x20\x3c\57\142\x75\x74\x74\x6f\156\76";
                echo "\74\x2f\150\65\76";
                echo "\74\x2f\x64\x69\x76\76";
                echo "\x3c\x64\x69\x76\x20\151\144\x3d\x27\143\157\154\x6c\x61\x70\163\x65" . $row["\x69\x64"] . "\x27\x20\x63\x6c\141\x73\163\75\x27\x63\x6f\154\x6c\x61\160\163\145\x27\x20\x61\x72\x69\x61\55\x6c\x61\x62\x65\154\154\145\x64\142\171\x3d\47\x68\145\x61\x64\x69\x6e\147" . $row["\151\144"] . "\x27\40\144\141\x74\x61\55\160\x61\162\x65\156\164\x3d\x27\x23\141\x63\x63\x6f\162\x64\x69\x6f\x6e\47\x3e";
                echo "\x3c\144\x69\x76\40\x63\x6c\141\x73\163\75\x27\143\141\x72\x64\x2d\142\x6f\x64\x79\x27\x3e";
                echo htmlspecialchars_decode($row["\x69\163\151"]);
                echo "\x3c\57\x64\151\166\x3e";
                echo "\74\x2f\144\x69\x76\x3e";
                echo "\74\57\x64\151\x76\76";
                echo "\x3c\57\x64\x69\x76\76";
            }
            $result->free_result();
        } else {
            echo "\102\145\x6c\165\155\40\x61\144\141\x20\x69\x6e\x66\x6f\x72\x6d\141\x73\x69";
        }
    }
    echo "\x3c\x62\x72\57\76\xa\x9\11\x9\xa\x9\x9\x9\74\57\144\151\x76\76\12\x9\11\11";
}
goto K8a6I;
wPNnG:
function SimpanKtp($ktp, $id)
{
    global $FileItem, $FileDestination;
    $sql = "\125\120\104\101\x54\x45\x20\x70\160\x64\x62\x5f\144\x6f\153\x75\x6d\145\156\40\x53\x45\124\40\146\151\154\145\x5f\x6b\x74\x70\x3d\77\x20\127\x48\x45\122\105\x20\x69\144\x5f\x73\151\x73\167\141\75\x3f\40";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\163\151", $param_ktp, $param_id);
        $param_ktp = $FileItem;
        $param_id = $id;
        if ($stmt->execute() && move_uploaded_file($ktp, $FileDestination . $FileItem)) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto KEvOf;
vmB06:
function TampilJurusan()
{
    $sql = "\x53\105\x4c\105\103\x54\40\x69\x64\54\x20\x6a\165\162\x75\163\x61\156\40\x46\x52\x4f\x4d\40\160\160\144\142\x5f\x6a\x75\x72\165\163\x61\156";
    $perintah = query($sql);
    return $perintah;
}
goto tWj34;
Ou_6V:
function SimpanNilaiRaport($nisn, $nama, $ipa_1, $matematika_1, $indonesia_1, $inggris_1, $ipa_2, $matematika_2, $indonesia_2, $inggris_2, $ipa_3, $matematika_3, $indonesia_3, $inggris_3, $ipa_4, $matematika_4, $indonesia_4, $inggris_4, $ipa_5, $matematika_5, $indonesia_5, $inggris_5, $id)
{
    $sql = "\125\120\x44\x41\124\x45\40\x70\160\x64\142\x5f\162\x61\160\157\162\x74\x20\x53\105\x54\40\x6e\x69\x73\156\75\77\54\40\x6e\x61\x6d\141\x3d\x3f\54\x20\151\160\141\137\x31\x3d\x3f\x2c\x20\155\141\164\145\155\141\x74\151\153\141\137\61\x3d\77\x2c\40\x69\x6e\144\157\156\x65\x73\151\141\x5f\x31\75\77\54\x20\x69\x6e\147\147\162\x69\163\137\x31\x3d\77\x2c\40\151\160\x61\x5f\x32\x3d\77\x2c\x20\155\141\164\x65\155\x61\x74\x69\153\141\x5f\62\75\77\54\x20\x69\x6e\144\157\156\x65\x73\x69\x61\137\x32\75\x3f\54\x20\x69\x6e\x67\x67\x72\151\x73\x5f\62\x3d\x3f\54\x20\x69\160\141\137\63\x3d\x3f\x2c\x20\x6d\x61\x74\x65\155\x61\164\151\x6b\141\137\x33\75\x3f\54\x20\151\x6e\144\157\x6e\x65\163\151\x61\137\x33\75\x3f\54\40\x69\x6e\147\147\162\151\x73\137\63\x3d\77\54\40\151\x70\141\x5f\64\x3d\x3f\54\40\155\x61\164\x65\x6d\x61\164\151\x6b\x61\137\x34\x3d\77\x2c\x20\151\156\x64\x6f\156\x65\x73\x69\x61\137\64\75\x3f\x2c\x20\x69\156\x67\x67\162\x69\163\137\64\x3d\77\54\x20\151\x70\x61\x5f\x35\75\77\x2c\40\155\141\164\x65\155\141\x74\151\153\141\137\65\75\77\54\x20\151\156\x64\x6f\156\x65\163\151\141\x5f\65\75\x3f\54\40\x69\x6e\x67\147\x72\151\163\137\65\75\x3f\40\x57\x48\105\122\105\x20\151\144\x5f\163\151\163\x77\141\75\77";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\163\x73\x73\163\x73\163\x73\163\x73\x73\x73\x73\x73\x73\x73\163\163\x73\x73\x73\x73\163\x69", $param_nisn, $param_nama, $param_ipa_1, $param_matematika_1, $param_indonesia_1, $param_inggris_1, $param_ipa_2, $param_matematika_2, $param_indonesia_2, $param_inggris_2, $param_ipa_3, $param_matematika_3, $param_indonesia_3, $param_inggris_3, $param_ipa_4, $param_matematika_4, $param_indonesia_4, $param_inggris_4, $param_ipa_5, $param_matematika_5, $param_indonesia_5, $param_inggris_5, $param_id);
        $param_nisn = $nisn;
        $param_nama = $nama;
        $param_ipa_1 = $ipa_1;
        $param_matematika_1 = $matematika_1;
        $param_indonesia_1 = $indonesia_1;
        $param_inggris_1 = $inggris_1;
        $param_ipa_2 = $ipa_2;
        $param_matematika_2 = $matematika_2;
        $param_indonesia_2 = $indonesia_2;
        $param_inggris_2 = $inggris_2;
        $param_ipa_3 = $ipa_3;
        $param_matematika_3 = $matematika_3;
        $param_indonesia_3 = $indonesia_3;
        $param_inggris_3 = $inggris_3;
        $param_ipa_4 = $ipa_4;
        $param_matematika_4 = $matematika_4;
        $param_indonesia_4 = $indonesia_4;
        $param_inggris_4 = $inggris_4;
        $param_ipa_5 = $ipa_5;
        $param_matematika_5 = $matematika_5;
        $param_indonesia_5 = $indonesia_5;
        $param_inggris_5 = $inggris_5;
        $param_id = $id;
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto ixtSG;
B2lZf:
function query($data)
{
    global $koneksi;
    $perintah = $koneksi->query($data);
    if (!$perintah) {
        die("\x51\x75\x65\x72\171\40\147\x61\147\x61\154\x20\144\151\154\x61\153\165\153\141\156" . $koneksi->error);
    }
    return $perintah;
}
goto R3mKi;
DkPCE:
function BuatAkunInsertIdRaport($data)
{
    $sql = "\x49\x4e\x53\105\122\x54\40\111\x4e\124\x4f\40\x70\x70\144\x62\x5f\162\x61\160\157\x72\164\40\50\151\x64\x5f\x73\151\x73\167\141\51\40\126\101\114\125\x45\x53\50\77\x29";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x69", $param_id);
        $param_id = $data;
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
}
goto lOY6S;
iZJ_9:
function CekNisn($data)
{
    $sql = "\123\x45\114\x45\x43\124\x20\156\151\163\156\40\x46\122\x4f\115\x20\x70\x70\x64\x62\137\163\x69\163\x77\141\40\x57\x48\x45\x52\x45\40\x6e\x69\x73\156\x20\75\77";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x73", $param_nisn);
        $param_nisn = $data;
        if ($stmt->execute()) {
            $stmt->store_result();
            if ($stmt->num_rows == 1) {
                return true;
            } else {
                return false;
            }
        }
    }
    $stmt->close();
}
goto hMDqZ;
A2k8n:
function navigasi()
{
    $DataSitus = DataSitus();
    $RowSitus = $DataSitus->fetch_array();
    echo "\xa\11\x9\x3c\142\x6f\x64\171\76\11\11\12\11\11\74\x64\151\x76\x20\143\x6c\141\163\x73\75\42\x77\x72\141\160\160\145\x72\40\144\55\x66\154\x65\170\x20\x61\154\x69\x67\156\x2d\x69\x74\145\x6d\163\55\x73\x74\x72\145\x74\x63\x68\42\76";
    if ($RowSitus["\x74\145\x6d\x61"] == "\x73\151\x64\145\x62\141\x72\x30\67") {
        echo "\x9\11\12\xa\11\11\x9\x9\74\156\x61\x76\x20\151\x64\x3d\x22\x73\151\144\x65\142\141\162\x22\40\143\x6c\141\x73\x73\x3d\42\x61\x63\164\151\166\x65\42\76\x9\x9\11\11\x9\x20\12\x9\11\11\11\x9\x9\11\x3c\x68\61\76\x3c\141\40\x68\x72\x65\146\x3d\42\x68\157\x6d\145\x22\x20\x63\154\141\x73\x73\x3d\42\x6c\x6f\x67\157\42\x20\x3e\11\x9\12\11\x9\x9\x9\11\x9\x9\74\151\x6d\x67\x20\x63\154\x61\163\163\75\42\151\155\x67\55\x66\154\x75\151\144\x22\x20\x73\x72\143\x3d\42\141\x73\163\x65\164\x73\x2f\151\x6d\147\x2f" . $RowSitus["\163\x69\x64\x65\142\x61\162\154\157\x67\x6f\137\x73\x69\x74\x75\163"] . "\42\x3e\74\57\141\76\12\11\11\x9\x9\11\x9\11\74\x2f\x68\x31\76\11\12\11\x9\11\x9\x9\11\11\12\x9\x9\x9\11\x9";
        if (isset($_SESSION["\x75\x73\145\162\156\141\x6d\x65"])) {
            echo "\12\11\11\11\x9\40\40\40\x20\40\40\x20\40\74\x75\154\40\143\x6c\141\163\x73\75\42\154\151\x73\164\x2d\x75\x6e\x73\x74\x79\154\x65\x64\x20\143\157\155\x70\x6f\x6e\x65\156\164\x73\40\155\x62\55\x35\42\x3e\12\11\11\11\11\40\x20\40\40\40\40\x20\x20\40\x20\x3c\154\151\40\x63\x6c\141\163\x73\x3d\42\141\x63\164\151\166\x65\42\76\12\11\11\x9\x9\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\74\x61\x20\x68\162\x65\146\x3d\x22\150\157\x6d\145\42\x3e\x3c\163\x70\x61\x6e\x20\x63\x6c\x61\x73\163\75\x22\x66\141\40\x66\x61\x2d\150\157\155\x65\42\76\74\57\x73\160\x61\156\76\40\x48\157\155\x65\x3c\57\x61\x3e\xa\11\11\x9\11\40\40\40\x20\x20\x20\x20\40\40\40\x3c\x2f\x6c\x69\76\12\11\x9\x9\x9\x20\40\x20\40\40\40\x20\40\40\x20\40\x3c\154\x69\x3e\12\x9\x9\x9\x9\x9\x9\40\x20\x20\x20\40\x20\x20\40\74\141\x20\x68\162\x65\x66\x3d\x22\x70\x72\157\146\x69\154\145\42\76\74\163\160\x61\156\x20\x63\154\141\x73\163\x3d\42\146\141\40\146\141\x2d\165\163\145\162\x20\155\x72\55\x33\42\76\x3c\x2f\x73\160\141\x6e\76\x20\160\x72\157\146\151\154\x65\x3c\x2f\141\76\12\11\11\11\x9\11\x9\x20\x20\x20\x3c\x2f\x6c\x69\76\xa\11\11\x9\11\11\x9\x20\40\x20\74\154\x69\x3e\12\x9\11\x9\x9\x9\11\x20\x20\x20\x20\x20\11\x3c\x61\x20\x68\x72\145\x66\x3d\x22\150\157\155\x65\x3f\160\x61\x67\x65\x3d\151\x6e\146\x6f\x22\76\74\x73\160\x61\x6e\40\x63\x6c\x61\x73\163\75\x22\146\141\x20\x66\x61\55\142\165\x6c\154\150\157\x72\x6e\40\x6d\x72\55\63\x22\x3e\x3c\x2f\x73\160\141\x6e\x3e\40\x49\156\146\157\74\x2f\141\76\xa\x9\11\x9\x9\11\x9\x20\40\x20\74\x2f\x6c\x69\76\x20\40\x20\40\x20\40\x20\40\x20\12\x9\x9\x9\11\11\x9\x20\40\40\74\x6c\x69\x3e\12\x9\x9\11\11\x9\11\x20\x20\x20\40\x20\x20\x20\40\74\x61\x20\150\x72\x65\x66\x3d\42\154\157\x67\x6f\x75\x74\56\x70\x68\x70\x22\x3e\74\x73\x70\x61\x6e\x20\143\x6c\x61\163\163\x3d\42\x66\x61\40\x66\141\x2d\163\x69\147\x6e\55\157\165\x74\x2d\141\x6c\164\x20\x6d\162\x2d\x33\42\76\x3c\57\x73\160\x61\156\x3e\114\x6f\147\x6f\165\164\74\x2f\x61\76\12\x9\x9\x9\11\x9\11\40\x20\40\40\74\x2f\154\151\x3e\xa\11\11\x9\x9\11\11\40\40\40\12\x9\11\11\x9\x9\11\x20\40\40\x20\74\154\151\x3e\xa\x9\x9\11\x9\x9\11\40\40\40\x20\x20\40\x20\x20\74\x61\40\x68\x72\145\x66\75\x22\150\x6f\x6d\x65\77\160\x61\147\145\x3d\x68\165\142\165\156\x67\x69\x2d\153\141\155\151\x22\x3e\x3c\x73\160\x61\156\x20\143\x6c\141\x73\163\75\x22\x66\141\x20\146\141\55\160\x68\x6f\x6e\x65\x20\x6d\162\x2d\63\x22\x3e\74\x2f\x73\160\141\x6e\76\x4b\157\156\164\141\x6b\74\x2f\x61\x3e\xa\11\x9\11\11\11\x9\x20\40\x20\x20\74\x2f\x6c\151\x3e\xa\11\11\11\x9\x9\x9\40\40\x20\x20\x3c\x6c\x69\76\xa\11\11\x9\x9\11\11\40\x20\40\40\40\x20\40\x20\74\x61\x20\150\162\x65\146\x3d\x22\x68\157\155\145\x3f\160\x61\147\145\x3d\x70\141\156\144\x75\141\156\42\x3e\74\163\x70\141\x6e\x20\x63\x6c\x61\x73\x73\75\42\x66\x61\x62\x20\x66\x61\55\x79\157\x75\164\165\x62\145\40\x6d\162\x2d\x33\42\76\x3c\57\x73\x70\141\x6e\76\x50\141\156\x64\x75\x61\156\40\x44\141\146\x74\141\162\x3c\57\x61\76\xa\x9\11\x9\x9\11\x9\x20\40\40\40\74\x2f\x6c\151\x3e\x9\12\x9\x9\x9\x9\x20\40\x20\x20\40\x20\40\40\40\xa\11\x9\11\11\40\40\40\x20\x20\40\40\40\74\57\x75\154\76";
        } else {
            echo "\12\x9\11\11\11\40\x20\40\x20\x20\40\40\40\x3c\x75\154\40\x63\x6c\x61\163\x73\x3d\x22\x6c\x69\x73\164\x2d\165\156\x73\164\171\154\x65\144\x20\143\x6f\155\x70\x6f\156\x65\156\164\163\x20\155\x62\x2d\65\42\76\12\11\11\x9\x9\40\40\40\40\x20\40\40\40\40\40\x3c\154\151\x20\143\x6c\x61\163\x73\75\42\141\x63\x74\x69\166\x65\42\76\12\x9\x9\x9\x9\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x3c\141\x20\150\162\145\x66\x3d\x22\150\x6f\155\145\x22\x3e\x3c\x73\160\x61\156\40\143\154\x61\163\163\x3d\42\146\x61\x20\x66\x61\55\150\x6f\x6d\x65\x22\x3e\x3c\57\x73\x70\x61\x6e\76\40\110\157\x6d\x65\74\x2f\141\x3e\xa\x9\11\x9\x9\x20\40\40\40\x20\x20\x20\40\x20\40\74\57\x6c\151\x3e\xa\11\11\x9\11\40\40\40\40\40\40\40\40\40\40\74\x6c\x69\76\xa\11\x9\11\11\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x3c\x61\40\x68\x72\145\146\75\42\150\x6f\x6d\x65\x3f\x70\x61\x67\145\x3d\151\x6e\x66\157\42\x3e\x3c\x73\x70\x61\x6e\40\x63\x6c\141\x73\x73\75\x22\x66\141\40\146\x61\55\142\165\x6c\154\x68\157\x72\156\x20\x6d\162\x2d\63\42\76\74\x2f\163\x70\141\156\76\x49\156\146\157\74\57\x61\x3e\xa\x9\x9\x9\x9\40\40\40\40\40\40\40\x20\x20\40\74\57\154\151\x3e\xa\x9\11\11\x9\40\x20\x20\x20\x20\40\40\x20\40\40\74\154\x69\76\12\11\11\x9\x9\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x3c\141\40\150\x72\145\146\75\x22\142\x75\x61\x74\55\x61\153\165\x6e\x22\x3e\74\x73\x70\x61\x6e\40\143\154\x61\163\163\x3d\x22\x66\141\x20\x66\141\x2d\x75\163\x65\x72\55\x70\x6c\165\x73\40\x6d\x72\x2d\x33\x22\76\74\x2f\163\x70\141\x6e\x3e\104\x61\146\x74\x61\162\x3c\x2f\141\76\12\x9\x9\11\x9\x20\x20\40\x20\40\x20\x20\40\40\x20\74\x2f\154\x69\x3e\xa\x9\x9\11\x9\40\x20\40\x20\40\40\40\x20\40\x20\74\x6c\151\76\xa\11\11\x9\x9\x9\11\x20\x20\40\40\40\74\x61\x20\x68\x72\145\146\75\42\154\x6f\147\x69\x6e\42\x3e\x3c\x73\160\x61\x6e\x20\143\154\141\x73\163\75\42\x66\x61\40\146\x61\x2d\x73\151\147\156\55\151\x6e\55\x61\154\164\40\x6d\162\x2d\x33\x22\76\74\x2f\163\160\141\x6e\x3e\114\157\147\151\x6e\x3c\57\141\x3e\12\11\11\11\x9\x9\11\x20\x20\74\57\x6c\151\76\12\11\11\11\11\x20\40\40\x20\40\x20\40\40\40\40\74\x6c\x69\76\xa\x9\x9\x9\11\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\74\x61\40\x68\x72\145\x66\75\x22\150\157\x6d\145\77\160\141\x67\x65\75\x68\x75\142\165\x6e\147\151\55\153\141\x6d\151\x22\x3e\x3c\163\160\x61\x6e\40\143\154\x61\x73\x73\x3d\x22\146\141\x20\x66\141\55\160\x68\x6f\156\145\40\155\x72\x2d\63\42\x3e\x3c\57\x73\160\x61\x6e\76\x4b\x6f\x6e\164\141\153\74\x2f\x61\76\12\x9\11\x9\x9\x20\40\x20\x20\40\40\40\40\x20\x20\74\57\x6c\151\x3e\xa\x9\x9\11\11\x20\x20\40\40\40\x20\x20\40\40\x20\x3c\154\151\76\xa\x9\11\x9\x9\x9\x9\40\x20\40\x20\x20\40\x20\x20\74\x61\x20\x68\x72\x65\146\75\x22\150\x6f\155\x65\77\160\x61\147\x65\75\x70\x61\156\x64\x75\141\156\42\x3e\74\163\160\x61\x6e\x20\x63\x6c\x61\x73\163\75\x22\146\141\142\40\x66\x61\x2d\x79\x6f\x75\164\165\x62\x65\x20\x6d\x72\55\63\42\76\74\57\x73\160\141\x6e\x3e\120\x61\x6e\x64\165\141\156\40\104\141\146\164\x61\x72\x3c\57\x61\x3e\xa\x9\x9\11\x9\x9\x9\x20\x20\40\x20\x3c\57\x6c\x69\x3e\11\12\x9\11\x9\11\x20\40\40\x20\40\x20\40\40\74\57\x75\x6c\x3e";
        }
        echo "\12\12\11\x9\x9\x20\x20\x20\40\40\x20\x20\40\74\144\151\x76\x20\x63\154\x61\x73\x73\x3d\x22\146\x6f\x6f\x74\x65\x72\42\x3e\xa\x9\x9\x9\40\x20\x20\40\40\40\40\x20\x9\x3c\160\76\12\x9\x9\11\11\x9\11\11\x9\40\x20\103\157\x70\171\162\151\x67\150\x74\40\46\143\x6f\x70\171\73\74\163\143\x72\x69\160\164\x3e\x64\157\x63\165\155\x65\x6e\164\x2e\167\162\151\x74\145\50\156\x65\x77\x20\x44\x61\x74\145\50\x29\x2e\x67\145\x74\x46\165\154\154\x59\145\141\162\50\x29\x29\x3b\x3c\x2f\163\x63\162\x69\x70\x74\x3e\40" . $RowSitus["\x6e\x61\155\141\137\163\x69\164\165\163"] . "\x20\x3c\141\40\150\x72\x65\146\75\42\150\x74\164\160\163\x3a\x2f\57\x72\x6f\x6f\x74\71\x33\x2e\x63\157\x2e\151\144\x22\x20\x74\141\x72\147\145\164\75\42\x5f\142\x6c\141\x6e\x6b\42\40\x72\145\154\x3d\x22\x64\157\146\157\154\154\x6f\x77\x22\x3e\x72\157\x6f\x74\71\x33\74\x2f\x61\76\12\11\x9\11\11\x9\x9\11\x9\x3c\x2f\x70\76\12\x9\x9\11\40\40\40\40\x20\x20\40\40\74\x2f\144\151\x76\76\xa\x9\x9\11\40\x20\x20\40\x9\74\57\x6e\141\166\x3e\xa\11\11\11\40\40\40\40\x20\40\xa\12\12\xa\x9\x9\x9\x9";
    } elseif ($RowSitus["\x74\145\155\141"] == "\163\151\x64\145\x62\141\x72\x30\x35") {
        echo "\xa\11\x9\x9\xa\x9\x9\x9\x9\11\x9\x3c\156\x61\x76\40\151\144\x3d\x22\163\x69\144\x65\x62\141\162\x22\76\12\x9\11\x9\11\11\11\11\74\x64\x69\x76\x20\x63\x6c\x61\163\163\x3d\42\x63\165\163\x74\157\x6d\x2d\x6d\145\x6e\x75\x22\x3e\12\x9\11\x9\11\x9\11\11\11\x3c\142\165\164\164\x6f\x6e\40\x74\x79\160\x65\75\42\142\x75\164\x74\157\156\x22\40\151\x64\75\42\163\151\144\145\142\141\x72\x43\x6f\154\x6c\x61\160\163\145\42\40\143\x6c\141\163\x73\75\x22\142\x74\x6e\40\142\x74\156\55\160\x72\x69\x6d\141\162\x79\x22\76\xa\x9\x9\11\11\x20\40\x20\x20\40\40\x20\x20\40\x20\x3c\151\40\x63\x6c\x61\x73\x73\x3d\42\146\141\40\146\141\x2d\142\x61\162\x73\x22\76\74\x2f\x69\x3e\12\x9\11\11\x9\x20\40\x20\x20\x20\40\40\40\x20\40\74\163\x70\141\156\40\143\154\141\x73\x73\75\42\163\162\x2d\x6f\156\154\x79\42\76\x54\157\147\x67\154\x65\x20\x4d\x65\x6e\165\74\x2f\x73\160\141\x6e\x3e\12\11\x9\x9\x9\40\40\x20\x20\x20\x20\40\40\74\x2f\142\165\x74\x74\157\x6e\76\12\11\11\x9\x20\x20\40\40\x20\40\40\x20\74\57\144\151\x76\76\xa\x9\x9\x9\11\x9\74\144\x69\166\x20\143\154\141\163\x73\75\x22\160\x2d\64\x22\x3e\12\11\x9\x9\x9\x9\74\x69\x6d\147\x20\143\154\x61\163\163\75\x22\151\x6d\147\x2d\146\x6c\165\151\x64\x22\x20\163\x72\143\75\42\141\163\x73\145\164\x73\x2f\x69\155\147\57" . $RowSitus["\x73\151\x64\x65\142\141\162\x6c\157\147\x6f\x5f\163\151\164\x75\163"] . "\42\76\74\x2f\x61\76\12\11\x9\11\x20\x20\11\x9\x3c\150\61\76\74\x61\x20\x68\x72\x65\x66\x3d\42\150\157\155\145\42\40\143\x6c\141\x73\163\x3d\42\x6c\157\147\157\42\x3e" . $RowSitus["\x6e\141\x6d\x61\x5f\163\151\x74\x75\x73"] . "\x20\x3c\x73\x70\141\156\x3e" . substr($RowSitus["\141\x6c\141\x6d\x61\x74\x5f\x73\151\x74\165\x73"], 0, 50) . "\56\56\56\x3c\x2f\x73\160\x61\x6e\x3e\74\57\141\76\74\x2f\x68\61\x3e\xa\11\x9\11\x20\x20\x9\x9";
        if (isset($_SESSION["\165\163\x65\162\x6e\x61\x6d\145"])) {
            echo "\12\11\x9\x9\x9\x20\40\40\x20\x20\x20\40\x20\74\165\154\40\x63\x6c\x61\163\163\x3d\x22\154\151\x73\164\x2d\x75\156\x73\164\x79\154\x65\x64\40\x63\157\155\x70\157\x6e\x65\x6e\164\163\x20\155\x62\55\x35\42\x3e\12\x9\11\11\11\40\x20\40\x20\x20\x20\40\x20\x20\40\74\154\151\x20\x63\x6c\x61\x73\163\75\x22\141\143\x74\151\x76\145\42\76\xa\x9\x9\11\x9\40\40\x20\40\x20\40\x20\40\40\40\40\x20\74\141\x20\x68\x72\145\x66\75\x22\150\x6f\x6d\x65\x22\x3e\74\x73\x70\x61\156\40\143\x6c\x61\163\x73\x3d\x22\146\x61\40\146\x61\x2d\x68\x6f\155\x65\x20\155\162\x2d\x33\x22\76\74\x2f\163\x70\x61\156\76\x20\110\x6f\x6d\x65\74\x2f\x61\x3e\xa\x9\11\x9\11\40\40\x20\x20\40\40\x20\x20\40\x20\74\57\154\x69\x3e\12\12\11\x9\11\x9\x20\x20\40\x20\40\x20\40\x9\x20\40\74\x6c\151\76\xa\x9\x9\11\11\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x3c\141\x20\x68\x72\x65\x66\75\x22\160\x72\157\x66\x69\x6c\x65\42\x3e\74\x73\160\x61\x6e\40\143\x6c\141\x73\x73\x3d\42\x66\141\x20\146\141\x2d\165\x73\145\162\40\x6d\162\x2d\x33\x22\76\x3c\x2f\x73\x70\141\156\76\40\x70\x72\157\x66\151\x6c\x65\74\x2f\x61\76\12\x9\x9\11\11\40\40\40\40\x20\40\40\40\40\x20\74\57\154\x69\x3e\xa\x9\11\11\x9\x20\40\40\40\x20\40\x20\x20\40\x20\74\x6c\x69\76\xa\x9\11\x9\11\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\74\x61\40\150\x72\x65\x66\75\x22\150\x6f\x6d\x65\x3f\160\x61\x67\145\75\x69\156\146\x6f\42\76\74\163\x70\141\156\40\143\154\x61\x73\163\75\42\x66\141\x20\146\x61\x2d\142\165\x6c\154\150\x6f\162\156\x20\155\x72\x2d\x33\x22\x3e\74\x2f\x73\x70\141\156\76\40\111\156\x66\x6f\162\x6d\141\163\151\74\x2f\141\x3e\12\11\11\x9\11\40\40\x20\x20\x20\x20\40\40\40\x20\x3c\x2f\154\151\76\40\x20\x20\x20\x20\x20\x20\x20\40\xa\11\11\x9\11\40\x20\x20\12\11\x9\11\x9\x20\40\40\x20\x20\40\40\40\x20\40\x3c\154\151\x3e\12\11\11\x9\x9\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x3c\x61\40\150\x72\145\146\x3d\x22\154\x6f\147\157\165\164\x2e\160\150\160\x22\x3e\x3c\163\x70\x61\x6e\40\x63\x6c\141\163\x73\x3d\42\x66\141\40\146\x61\55\x73\151\x67\x6e\x2d\157\165\164\x2d\x61\x6c\x74\40\x6d\162\x2d\63\x22\x3e\x3c\57\x73\x70\x61\x6e\x3e\x20\123\151\147\x6e\x20\117\165\164\x3c\x2f\x61\x3e\xa\x9\x9\11\x9\40\x20\x20\x20\40\40\40\40\x20\x20\74\x2f\x6c\151\x3e\12\11\11\11\x9\x20\x20\x20\40\40\x20\x20\x20\40\x20\x3c\154\151\76\12\11\x9\x9\11\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x3c\x61\x20\x68\162\x65\146\75\x22\150\157\155\145\x3f\x70\x61\x67\145\75\150\x75\x62\165\156\x67\151\x2d\153\141\x6d\x69\42\x3e\74\x73\160\141\x6e\x20\x63\154\x61\163\x73\x3d\x22\146\x61\40\146\x61\x2d\x70\x68\x6f\156\x65\x20\155\x72\x2d\63\x22\x3e\74\57\x73\x70\141\x6e\x3e\40\x48\x75\x62\165\x6e\147\x69\40\113\141\155\x69\74\x2f\x61\76\xa\11\x9\11\x9\x20\40\x20\x20\x20\x20\40\40\40\40\74\57\x6c\151\76\x9\12\x9\x9\11\x9\x20\x20\40\40\x20\x20\40\40\40\40\74\154\x69\x3e\12\11\x9\x9\x9\x9\11\x20\40\x20\40\40\x20\40\40\74\x61\40\150\x72\145\146\x3d\x22\x68\x6f\x6d\145\77\160\x61\x67\145\x3d\160\141\156\144\165\141\x6e\42\76\74\163\x70\x61\x6e\x20\x63\x6c\141\163\x73\75\x22\146\x61\x62\40\x66\x61\55\x79\157\x75\x74\x75\142\x65\40\155\162\x2d\63\x22\76\x3c\57\x73\x70\141\x6e\x3e\x50\141\x6e\x64\x75\x61\156\x20\104\141\146\164\141\162\x3c\x2f\141\x3e\12\11\x9\11\11\11\11\40\x20\40\40\74\x2f\154\151\x3e\11\12\11\11\11\11\x20\x20\x20\40\40\x20\40\40\x3c\57\x75\x6c\76\12\x9\x9\x9\x9\40\x20\x20\x20\40\x20\x20";
        } else {
            echo "\xa\11\11\11\11\x20\x20\x20\40\40\40\40\x20\x3c\165\x6c\40\143\x6c\141\x73\163\75\42\x6c\151\x73\x74\x2d\165\156\x73\164\171\154\x65\x64\x20\143\157\155\x70\157\156\x65\x6e\164\163\x20\x6d\x62\55\65\x22\x3e\xa\11\11\11\x9\40\40\x20\x20\x20\x20\40\40\40\40\x3c\x6c\151\x20\x63\154\x61\x73\163\x3d\x22\x61\x63\164\x69\x76\145\x22\x3e\xa\x9\11\x9\11\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\74\141\x20\150\162\145\x66\75\x22\150\x6f\155\x65\42\76\74\163\160\141\x6e\40\x63\x6c\x61\x73\x73\75\42\146\141\x20\146\141\x2d\x68\157\x6d\145\40\x6d\x72\x2d\63\42\76\x3c\57\x73\x70\x61\156\76\40\x48\x6f\155\x65\x3c\x2f\x61\x3e\xa\11\11\x9\11\40\x20\40\40\40\x20\x20\x20\x20\x20\x3c\57\x6c\x69\76\12\11\11\x9\11\40\40\40\12\11\x9\x9\11\40\x20\x20\x20\40\40\x20\x20\x20\40\74\x6c\x69\76\xa\11\x9\11\11\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x3c\141\40\150\x72\x65\146\x3d\x22\150\157\x6d\x65\x3f\x70\141\x67\145\75\x69\x6e\146\157\42\76\74\x73\160\x61\156\x20\143\x6c\x61\x73\163\x3d\x22\x66\141\40\146\x61\x2d\142\x75\x6c\154\x68\157\x72\x6e\40\155\x72\x2d\63\42\x3e\x3c\x2f\163\160\x61\x6e\76\x20\111\x6e\x66\157\x72\155\141\x73\x69\x3c\57\141\x3e\xa\11\x9\11\11\x20\x20\x20\40\40\x20\40\x20\x20\40\x3c\x2f\154\x69\76\xa\11\x9\x9\11\40\x20\x20\40\40\x20\x20\40\x20\x20\x3c\154\151\x3e\xa\x9\11\x9\x9\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\74\141\40\x68\x72\x65\146\75\x22\x62\x75\x61\164\55\141\153\165\156\42\76\74\x73\160\141\x6e\x20\x63\154\141\x73\163\75\42\x66\x61\40\146\x61\x2d\x75\163\145\162\x2d\x70\154\165\163\40\x6d\162\x2d\63\42\76\74\x2f\x73\160\141\x6e\76\40\x42\x75\x61\164\x20\101\x6b\165\x6e\74\57\141\x3e\12\11\x9\11\11\x20\x20\x20\x20\40\40\40\40\x20\40\x3c\57\154\x69\x3e\xa\x9\x9\11\x9\40\40\x20\x20\x20\40\xa\11\11\11\x9\40\40\x20\x20\40\40\40\x20\40\40\74\154\151\76\xa\x9\11\11\11\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x3c\x61\x20\x68\x72\x65\146\x3d\x22\x6c\x6f\x67\151\x6e\x22\x3e\74\x73\160\x61\x6e\40\143\154\x61\x73\x73\x3d\x22\x66\141\x20\146\x61\x2d\163\151\x67\x6e\55\x69\156\55\x61\x6c\x74\x20\155\162\55\63\42\76\x3c\x2f\163\160\141\156\76\40\x53\151\x67\x6e\40\x49\156\74\x2f\x61\x3e\xa\11\11\11\11\x20\40\x20\40\40\x20\40\x20\40\40\74\57\x6c\151\x3e\12\x9\11\x9\11\x20\40\40\40\40\x20\x20\40\40\74\154\151\x3e\xa\11\x9\11\11\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x3c\x61\40\x68\162\x65\146\75\42\150\x6f\x6d\x65\x3f\160\x61\147\145\x3d\150\x75\142\165\x6e\x67\x69\x2d\x6b\141\x6d\x69\x22\x3e\74\163\x70\x61\x6e\x20\x63\154\x61\163\163\75\42\146\x61\x20\x66\141\55\x70\x68\x6f\156\x65\x20\x6d\162\55\x33\42\76\x3c\x2f\x73\160\141\156\x3e\x20\x48\x75\142\165\x6e\x67\151\x20\x4b\141\x6d\151\x3c\x2f\141\x3e\xa\x9\11\x9\11\x20\40\40\40\40\40\40\x20\x20\x20\x3c\57\x6c\151\x3e\11\xa\x9\11\x9\11\40\x20\x20\40\40\40\40\x20\40\74\154\x69\76\xa\x9\x9\11\x9\x9\11\x20\x20\x20\40\x20\40\40\x20\x3c\141\x20\150\162\145\146\x3d\x22\150\x6f\x6d\145\77\160\x61\x67\x65\x3d\x70\141\156\x64\x75\x61\156\x22\x3e\74\163\160\x61\x6e\x20\143\x6c\x61\163\x73\x3d\42\x66\141\142\x20\x66\x61\55\171\x6f\165\x74\x75\142\145\x20\155\162\x2d\63\42\x3e\74\x2f\163\160\x61\x6e\76\x50\141\156\x64\x75\x61\156\40\104\141\x66\x74\x61\162\x3c\x2f\141\x3e\xa\x9\11\x9\11\x9\11\x20\74\x2f\x6c\151\76\11\xa\11\x9\11\x9\x20\40\x20\x20\x20\40\40\40\74\57\x75\x6c\x3e\xa\11\x9\x9\x9\x20\x20\x20\x20\x20\x20\x20";
        }
        echo "\xa\12\11\x9\40\40\x20\x20\x20\40\x20\40\12\12\11\11\40\x20\x20\40\x20\40\x20\x20\40\x3c\144\x69\166\40\x63\x6c\x61\163\x73\75\42\x66\157\x6f\164\x65\162\42\x3e\xa\x9\x9\x9\x20\40\40\40\x20\40\40\x20\11\74\160\x3e\xa\x9\11\11\11\11\11\11\x9\40\x20\103\157\160\x79\x72\x69\x67\150\x74\x20\46\143\157\160\171\73\74\163\x63\x72\x69\160\x74\76\x64\157\143\x75\x6d\145\x6e\x74\56\167\x72\x69\164\145\50\x6e\x65\x77\x20\104\x61\164\x65\x28\51\x2e\147\x65\164\106\165\x6c\154\x59\x65\x61\x72\50\x29\51\x3b\74\x2f\163\143\x72\x69\x70\164\76\40" . $RowSitus["\x6e\x61\155\x61\137\x73\151\x74\x75\x73"] . "\40\x3c\141\40\150\x72\x65\146\x3d\x22\150\164\164\160\163\72\57\x2f\162\x6f\157\x74\x39\63\56\143\157\x2e\151\x64\42\x20\x74\x61\x72\x67\x65\x74\x3d\42\x5f\142\154\141\156\x6b\x22\x20\x72\x65\x6c\75\x22\x64\x6f\146\x6f\154\x6c\x6f\x77\x22\x3e\x72\157\x6f\164\71\x33\x3c\57\141\76\12\11\x9\x9\x9\x9\x9\x9\11\x3c\57\160\x3e\xa\11\11\x9\40\x20\40\x20\x20\x20\40\40\74\x2f\144\x69\166\76\12\x9\x9\11\x20\x20\x20\40\11\12\xa\11\x9\40\x20\40\x20\40\40\74\57\x64\151\166\76\12\11\x20\x20\x20\x20\x9\x3c\57\156\141\166\x3e\xa\12\x9\11\x9\11";
    } elseif ($RowSitus["\164\145\x6d\141"] == "\x73\x69\x64\145\142\141\x72\60\63") {
        echo "\xa\xa\11\x9\11\x3c\x6e\141\166\40\x69\x64\x3d\x22\x73\x69\144\x65\x62\141\162\42\x3e\xa\11\x9\11\x9\x3c\144\x69\166\40\143\154\x61\163\x73\x3d\x22\x63\165\163\x74\157\155\x2d\155\145\156\x75\x22\x3e\11\11\x9\xa\x9\11\x9\11\11\74\x62\165\164\x74\x6f\x6e\x20\x74\171\x70\145\x3d\42\x62\x75\164\x74\x6f\156\42\x20\151\144\75\42\x73\x69\x64\x65\x62\x61\162\103\157\154\x6c\x61\x70\x73\x65\x22\x20\143\154\141\x73\x73\x3d\x22\x62\164\x6e\x20\x62\164\156\55\167\x61\x72\156\x69\x6e\x67\x22\76\xa\x9\11\11\x9\x9\11\x3c\x69\x20\x63\x6c\x61\x73\x73\x3d\x22\x66\x61\x20\146\141\55\142\141\162\163\x22\x3e\x3c\57\x69\x3e\xa\11\11\11\11\40\40\40\40\40\x20\x20\40\74\x2f\x62\x75\x74\x74\157\x6e\x3e\12\11\11\x9\x20\40\40\40\x20\x20\x20\40\74\57\144\x69\x76\76\12\11\11\x9\11\x20\x20\x9\x3c\x64\151\166\40\143\x6c\x61\163\x73\75\x22\151\155\x67\x20\142\147\x2d\x77\162\x61\x70\40\164\145\x78\164\55\143\x65\x6e\164\x65\x72\x20\160\171\x2d\x34\42\40\x73\164\x79\154\145\75\42\x62\141\143\x6b\x67\x72\x6f\165\x6e\x64\55\x69\x6d\x61\x67\x65\72\x20\165\x72\154\50\141\163\163\x65\164\x73\x2f\x69\x6d\147\57\142\147\137\x31\56\x6a\x70\x67\51\x3b\42\x3e\xa\x9\11\x9\x9\40\40\11\11\x3c\144\151\x76\x20\x63\x6c\141\163\163\x3d\x22\x75\x73\145\162\55\x6c\157\x67\157\42\x3e\xa\x9\x9\11\11\11\x20\40\11\11\x3c\x64\151\166\x20\143\x6c\141\x73\163\x3d\42\151\x6d\x67\42\40\x73\164\x79\154\x65\x3d\42\x62\141\x63\153\147\x72\x6f\x75\156\144\x2d\151\x6d\141\x67\x65\x3a\x20\165\162\x6c\50\141\163\163\145\164\163\x2f\151\155\147\x2f" . $RowSitus["\163\x69\144\145\142\x61\x72\154\x6f\x67\x6f\x5f\163\x69\x74\165\x73"] . "\x29\x3b\42\x3e\74\x2f\x64\x69\166\76\12\11\11\11\11\x9\40\40\11\x9\11\x3c\x68\x33\x3e" . $RowSitus["\156\141\x6d\141\x5f\x73\x69\164\165\163"] . "\x3c\x2f\150\x33\x3e\12\11\x9\x9\x9\x9\x20\x20\x9\11\x3c\x2f\144\x69\166\76\12\11\x9\x9\x9\x20\40\x9\x9\74\x2f\144\151\x76\x3e\xa\11\x9\11\11\40\40\11";
        if (isset($_SESSION["\165\163\145\x72\156\141\x6d\145"])) {
            echo "\12\x9\x9\x9\x9\x20\40\40\x20\40\x20\x20\40\74\x75\x6c\40\143\154\141\163\x73\75\42\154\151\163\x74\55\165\x6e\x73\164\171\x6c\145\x64\40\x63\x6f\155\160\x6f\x6e\145\156\164\x73\40\x6d\142\55\x35\x22\x3e\xa\11\x9\11\x9\40\40\40\40\40\40\40\40\x20\40\74\154\151\x20\x63\154\141\x73\x73\75\42\x61\143\164\151\166\145\x22\76\12\x9\x9\x9\11\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x3c\141\40\x68\162\x65\x66\x3d\42\x68\157\155\145\42\x3e\x3c\x73\160\141\156\40\x63\x6c\x61\x73\163\x3d\42\x66\x61\40\146\141\x2d\x68\157\x6d\145\x20\155\x72\x2d\x33\42\76\x3c\x2f\x73\x70\x61\x6e\x3e\40\x48\x6f\x6d\145\x3c\x2f\141\x3e\12\11\x9\x9\11\40\x20\x20\x20\40\x20\40\40\40\40\74\x2f\x6c\151\x3e\xa\12\x9\11\11\11\40\x20\x20\x20\40\x20\40\11\40\40\x3c\x6c\151\x3e\12\11\11\11\x9\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\74\x61\x20\x68\x72\145\x66\x3d\x22\x70\162\157\146\151\x6c\x65\x22\x3e\x3c\163\x70\141\x6e\x20\x63\154\x61\x73\x73\x3d\42\146\x61\40\146\141\55\165\x73\145\x72\40\155\x72\x2d\x33\42\76\x3c\57\163\x70\141\x6e\x3e\x20\x70\162\157\146\151\154\x65\x3c\x2f\141\x3e\xa\x9\x9\x9\11\x20\40\x20\x20\x20\40\x20\40\40\x20\74\x2f\154\151\76\12\11\x9\11\x9\40\x20\x20\x20\x20\x20\x20\40\40\x20\74\x6c\x69\x3e\12\x9\11\11\x9\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x3c\141\40\x68\162\145\x66\75\42\x68\157\155\145\x3f\160\x61\147\x65\75\x69\x6e\146\x6f\42\76\x3c\x73\160\141\156\x20\x63\154\141\163\163\75\x22\x66\x61\40\146\x61\55\142\165\154\x6c\150\157\x72\156\40\155\x72\x2d\x33\x22\76\x3c\57\x73\160\x61\x6e\x3e\x20\x49\156\x66\157\x72\155\141\163\x69\x3c\x2f\x61\76\12\x9\x9\x9\11\40\x20\x20\40\x20\x20\40\x20\x20\40\74\x2f\154\151\76\x20\x20\40\x20\40\40\40\40\40\xa\x9\x9\x9\x9\x20\40\x20\xa\11\x9\x9\11\40\x20\x20\40\40\40\x20\x20\x20\40\x3c\x6c\x69\76\xa\x9\x9\x9\11\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x3c\141\x20\150\162\145\146\x3d\x22\154\157\147\x6f\x75\164\56\x70\150\160\42\x3e\74\x73\160\141\x6e\x20\x63\x6c\x61\x73\163\75\42\x66\x61\40\x66\141\55\163\x69\147\x6e\x2d\157\x75\164\x2d\x61\154\x74\40\x6d\x72\x2d\63\x22\x3e\x3c\x2f\x73\x70\x61\156\76\40\x53\151\x67\x6e\x20\117\165\x74\74\57\x61\x3e\xa\x9\x9\x9\11\x20\x20\x20\40\x20\40\40\x20\40\40\74\57\154\151\x3e\12\x9\11\11\x9\40\40\40\x20\x20\x20\x20\x20\40\x20\74\x6c\151\76\xa\11\11\11\x9\40\40\x20\40\x20\x20\40\40\40\x20\40\40\x3c\141\40\x68\162\x65\146\75\x22\x68\157\x6d\x65\77\x70\141\147\145\75\150\165\142\165\x6e\147\x69\55\153\x61\x6d\x69\42\x3e\74\163\x70\141\x6e\40\x63\x6c\141\163\163\x3d\42\x66\x61\40\146\141\55\x70\x68\157\156\145\40\155\x72\55\63\x22\x3e\74\57\x73\160\x61\156\76\x20\110\x75\x62\165\156\147\x69\40\x4b\x61\x6d\x69\x3c\x2f\x61\x3e\xa\x9\x9\11\11\x20\40\x20\x20\40\40\40\x20\40\x20\x3c\x2f\x6c\151\76\xa\11\x9\11\x9\x20\40\x20\x20\40\x20\x20\40\40\40\74\154\151\76\xa\x9\x9\x9\x9\x9\x9\x20\x20\40\40\x20\x20\x20\40\74\x61\x20\x68\162\145\x66\75\x22\x68\x6f\155\x65\77\x70\x61\x67\145\75\x70\x61\x6e\144\x75\x61\156\x22\x3e\74\x73\x70\x61\x6e\x20\143\x6c\141\163\163\x3d\x22\x66\141\x62\x20\146\141\x2d\171\157\165\164\x75\142\145\40\155\x72\x2d\x33\x22\76\74\x2f\x73\x70\x61\x6e\x3e\120\x61\156\144\165\141\156\40\x44\x61\x66\x74\141\x72\x3c\x2f\141\x3e\xa\x9\11\11\11\11\x9\x20\x20\40\x20\74\57\154\151\x3e\x9\11\12\11\x9\x9\x9\40\x20\40\40\x20\x20\x20\x20\74\x2f\165\154\x3e\12\11\x9\x9\x9\x20\40\40\40\x20\40\x20";
        } else {
            echo "\12\x9\x9\11\x9\40\40\x20\40\40\x20\x20\x20\x3c\x75\154\40\143\154\141\163\x73\x3d\x22\x6c\x69\163\164\55\x75\156\x73\x74\x79\x6c\x65\144\40\143\157\155\x70\157\156\145\x6e\164\163\x20\155\142\x2d\x35\42\x3e\12\x9\11\11\x9\40\x20\40\x20\40\x20\40\40\40\x20\74\154\151\40\x63\x6c\x61\x73\163\75\x22\x61\x63\x74\x69\166\145\x22\x3e\12\11\11\11\x9\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x3c\x61\x20\x68\x72\145\146\x3d\x22\x68\x6f\155\x65\42\x3e\x3c\163\160\141\x6e\40\143\154\141\163\x73\75\x22\146\x61\x20\x66\141\55\150\157\x6d\145\40\x6d\162\x2d\x33\x22\x3e\74\57\x73\160\141\x6e\76\x20\110\157\155\x65\74\x2f\x61\76\xa\x9\11\x9\x9\40\40\40\x20\x20\40\40\40\40\40\x3c\57\154\151\76\12\x9\11\x9\x9\40\x20\40\xa\x9\x9\11\x9\x20\40\40\40\40\x20\x20\x20\40\x20\74\154\x69\x3e\xa\11\11\x9\x9\40\x20\40\40\40\40\x20\40\40\x20\40\x20\74\141\x20\150\x72\145\x66\75\x22\x68\157\x6d\x65\x3f\x70\x61\x67\x65\x3d\151\156\146\x6f\x22\76\74\163\160\141\156\x20\143\154\x61\163\163\x3d\42\146\141\40\x66\141\55\x62\x75\x6c\154\150\157\x72\x6e\40\155\162\x2d\63\42\76\74\x2f\163\160\x61\x6e\76\x20\111\156\146\x6f\x72\x6d\x61\163\151\x3c\57\141\76\xa\x9\x9\x9\11\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x3c\57\154\x69\76\12\11\x9\11\x9\x20\x20\40\x20\40\40\x20\40\x20\40\x3c\x6c\x69\76\xa\11\x9\11\x9\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\x3c\x61\40\150\x72\145\x66\75\x22\142\165\141\164\55\x61\x6b\165\x6e\42\x3e\74\x73\x70\141\156\40\143\154\141\163\163\75\x22\146\141\x20\x66\141\55\165\x73\145\162\55\160\154\x75\x73\40\x6d\162\55\63\x22\76\74\x2f\x73\x70\x61\x6e\76\40\102\165\141\164\40\x41\x6b\x75\156\74\57\x61\76\12\11\x9\11\x9\40\x20\x20\x20\40\x20\x20\40\x20\40\74\57\x6c\151\x3e\12\11\11\x9\x9\40\40\40\x20\x20\x20\12\x9\11\x9\x9\40\x20\40\40\x20\40\40\x20\x20\40\74\x6c\x69\76\12\11\11\x9\x9\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\74\141\x20\150\x72\x65\146\x3d\42\x6c\157\x67\151\156\42\76\x3c\163\x70\141\x6e\40\x63\x6c\x61\x73\163\x3d\x22\x66\141\x20\146\141\55\x73\x69\147\x6e\x2d\x69\156\55\141\154\x74\40\x6d\162\55\63\42\x3e\x3c\x2f\x73\160\x61\156\x3e\40\123\151\x67\156\x20\x49\x6e\x3c\x2f\141\x3e\xa\11\11\x9\x9\x20\x20\x20\x20\40\x20\40\x20\40\40\74\57\x6c\151\76\xa\x9\x9\x9\11\40\40\40\x20\40\40\x20\x20\x20\74\x6c\151\x3e\12\x9\11\x9\x9\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\74\x61\40\150\162\x65\146\75\x22\x68\x6f\x6d\145\x3f\160\x61\147\145\x3d\x68\x75\x62\x75\x6e\x67\x69\55\x6b\x61\x6d\151\42\76\x3c\x73\160\x61\x6e\x20\x63\x6c\x61\x73\x73\75\42\x66\x61\40\146\x61\55\160\x68\157\x6e\x65\x20\x6d\x72\55\x33\x22\x3e\74\57\163\x70\x61\156\76\40\x48\x75\x62\x75\x6e\147\x69\40\113\141\155\x69\74\57\x61\76\xa\x9\x9\11\x9\x20\40\x20\x20\40\40\x20\40\x20\x20\74\57\x6c\x69\76\xa\11\x9\11\11\x20\x20\x20\x20\x20\40\40\x20\40\74\154\151\x3e\12\11\11\x9\11\11\11\40\40\40\x20\x20\40\x20\40\x3c\141\x20\x68\162\x65\146\x3d\x22\150\157\155\x65\77\x70\141\x67\x65\75\160\x61\156\x64\x75\141\156\42\x3e\x3c\163\160\141\x6e\40\143\154\x61\x73\x73\x3d\42\x66\141\x62\40\x66\x61\x2d\171\157\165\164\x75\x62\x65\40\x6d\x72\55\63\x22\x3e\x3c\57\163\160\141\156\76\120\x61\156\144\165\x61\x6e\40\x44\x61\146\x74\141\x72\x3c\x2f\141\76\xa\11\x9\11\11\11\11\x20\40\40\40\x3c\x2f\x6c\x69\76\x9\x9\12\x9\x9\11\11\x20\40\40\40\40\x20\40\x20\x3c\x2f\165\x6c\76\xa\x9\11\11\11\40\40\40\x20\x20\x20\x20";
        }
        echo "\xa\11\11\x9\xa\11\11\x9\11\11\x20\x20\x20\x20\x20\40\x20\40\74\144\151\x76\40\143\x6c\141\163\163\75\42\x66\157\x6f\164\x65\162\42\76\xa\x9\x9\x9\x9\11\x20\40\x20\x20\40\x20\x20\x20\x9\x3c\x70\40\143\154\x61\163\163\75\x22\x73\x6d\141\x6c\x6c\40\164\x65\170\x74\55\143\x65\x6e\164\145\162\x22\x3e\x43\x6f\160\x79\x72\x69\147\150\164\x20\46\x63\157\160\171\x3b\x3c\163\x63\x72\x69\x70\164\x3e\x64\157\143\165\x6d\x65\156\164\x2e\167\x72\x69\164\145\50\x6e\x65\167\40\104\x61\x74\145\50\x29\x2e\x67\x65\x74\106\165\x6c\x6c\x59\145\x61\162\50\51\51\73\74\57\163\143\x72\x69\160\x74\76" . $RowSitus["\156\141\155\141\137\163\151\164\165\x73"] . "\40\x3c\x62\162\x3e\120\162\157\x75\x64\154\x79\40\x50\157\167\145\162\145\144\x20\142\171\x20\x3a\x20\74\x61\40\150\x72\145\146\x3d\x22\x68\x74\x74\160\x73\72\x2f\x2f\162\x6f\x6f\x74\71\63\56\x63\x6f\56\151\144\42\x20\164\x61\162\147\x65\164\75\x22\137\142\154\x61\x6e\153\42\40\x72\145\154\75\42\144\x6f\x66\x6f\x6c\x6c\157\x77\x22\x3e\122\x6f\x6f\164\71\63\74\x2f\x61\76\x3c\x2f\x70\x3e\xa\x9\11\11\11\11\x20\40\40\x20\40\x20\x20\x20\x3c\x2f\144\x69\166\76\xa\11\x9\x9\x9\x9\x20\40\x20\x20\x20\x20\12\11\x20\40\11\11\11\x9\11\x9\40\xa\11\x9\40\x20\40\x20\40\x20\xa\x9\x9\11\11\40\x20\x20\40\74\57\x6e\141\166\76\xa\11\11\11\11\40\x20\40\40\40\74\x64\x69\166\40\143\154\141\163\163\75\x22\x77\x68\141\164\x73\x61\x70\x70\x2d\x66\x6c\157\x61\164\x22\76\x3c\x61\x20\164\151\x74\x6c\x65\75\x22\127\150\x61\164\x73\x41\160\160\x22\x20\x68\x72\x65\146\75\42\x68\164\x74\160\x73\x3a\x2f\57\x77\x61\56\x6d\x65\57" . $RowSitus["\153\157\x6e\164\x61\x6b\x5f\x73\151\164\x75\x73"] . "\x3f\164\x65\170\x74\x3d\123\141\171\141\x25\x32\60\x69\156\147\151\156\45\x32\x30\164\141\x68\165\x25\62\60\151\x6e\146\157\162\155\x61\x73\151\x25\62\60\120\120\104\x42\x25\62\60" . $RowSitus["\156\141\x6d\x61\x5f\163\x69\x74\165\163"] . "\42\x20\x69\144\x3d\42\167\150\141\x74\163\141\160\x70\55\146\x6c\x6f\x61\164\x22\40\164\x69\164\154\x65\x3d\x22\142\x61\143\153\x20\164\157\40\164\157\160\42\x3e\x3c\x69\40\143\154\x61\x73\163\x3d\42\146\141\x62\40\146\x61\x2d\x77\x68\141\164\163\x61\160\160\x22\57\x3e\74\x2f\151\x3e\40\x57\x68\141\164\163\x41\x70\160\x20\74\x2f\141\x3e\74\57\144\x69\x76\x3e\12\11\11\11\x9";
    } else {
        if ($RowSitus["\x74\x65\x6d\141"] == NULL) {
            die("\x54\x65\x6d\141\40\x62\x65\x6c\165\155\40\144\x69\40\153\x6f\x6e\x66\x69\x67\x75\x72\141\163\151");
            die(0);
        }
    }
}
goto JSvyD;
TFABL:
function SimpanSkhun($skhun, $id)
{
    global $FileItem, $FileDestination;
    $sql = "\x55\x50\104\101\x54\x45\40\x70\160\x64\142\x5f\x64\x6f\153\165\x6d\x65\156\40\x53\x45\124\40\146\x69\154\145\137\x73\x6b\x68\x75\156\75\x3f\40\x57\110\x45\122\x45\x20\x69\x64\x5f\x73\151\x73\167\141\x3d\77\x20";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x73\151", $param_skhun, $param_id);
        $param_skhun = $FileItem;
        $param_id = $id;
        if ($stmt->execute() && move_uploaded_file($skhun, $FileDestination . $FileItem)) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto wPNnG;
MWpEh:
function SimpanDataPembayaran($nomor_pendaftaran, $nama, $bukti_transfer, $id)
{
    global $FileItem, $FileDestination;
    $sql = "\x55\120\x44\x41\124\105\40\x70\x70\x64\142\x5f\x70\x65\155\142\x61\x79\x61\162\141\156\40\x53\105\x54\40\156\157\155\157\162\137\x70\x65\156\144\x61\x66\164\141\x72\141\x6e\x3d\77\54\x20\156\141\x6d\x61\x3d\x3f\54\x20\142\x75\153\164\151\x5f\164\162\141\156\x73\146\x65\x72\75\x3f\40\x57\x48\105\122\105\40\x69\x64\137\x73\x69\x73\x77\141\x3d\77";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\163\x73\163\151", $param_nomor, $param_nama, $param_bukti, $param_id);
        $param_nomor = $nomor_pendaftaran;
        $param_nama = $nama;
        $param_bukti = $FileItem;
        $param_id = $id;
        if (empty($_FILES["\142\165\153\x74\151\137\164\x72\x61\x6e\163\146\x65\162"]["\x74\155\160\137\156\x61\x6d\145"])) {
            if ($stmt->execute()) {
                return true;
            } else {
                return false;
            }
        } else {
            if ($stmt->execute() && move_uploaded_file($bukti_transfer, $FileDestination . $FileItem)) {
                return true;
            } else {
                return false;
            }
        }
    }
    $stmt->close();
}
goto Xm8js;
d64Sa:
function Simpan_Akte($akte, $id)
{
    global $FileItem, $FileDestination;
    $sql = "\125\x50\104\x41\124\x45\40\160\160\144\142\x5f\144\x6f\153\x75\x6d\x65\x6e\40\123\x45\x54\x20\x66\151\154\145\137\x61\153\164\145\75\x3f\40\127\x48\x45\x52\x45\x20\x69\x64\x5f\x73\151\163\167\141\75\77";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\163\151", $param_akte, $param_id);
        $param_akte = $FileItem;
        $param_id = $id;
        if ($stmt->execute() && move_uploaded_file($akte, $FileDestination . $FileItem)) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto htAXk;
GtV5w:
function test_input($data)
{
    $data = trim($data);
    $data = stripslashes($data);
    $data = htmlspecialchars($data);
    return $data;
}
goto kC50k;
hO5Pg:
function RemoveFoto($data)
{
    $perintah = unlink("\x63\x6f\x6e\164\x65\x6e\x74\57\x66\157\x74\157\x2f" . $data . '');
    if ($perintah) {
        return true;
    } else {
        return false;
    }
}
goto l4tCx;
ZDfqZ:
function ValidateUsername($data)
{
    if (!preg_match("\57\136\x5b\x61\x2d\172\101\x2d\x5a\55\60\55\71\135\x2a\44\x2f", $data)) {
        return true;
    } else {
        return false;
    }
}
goto FiCsG;
huUhA:
function InfoPmb()
{
    $sql = "\x53\x45\x4c\105\x43\124\x20\151\144\x2c\x20\x6a\165\144\x75\154\x2c\x20\151\163\x69\x20\x46\122\x4f\x4d\x20\x70\x70\x64\x62\137\x69\x6e\146\x6f";
    $perintah = query($sql);
    return $perintah;
}
goto hO5Pg;
IVWHh:
function NomorPendaftaran($data1, $data2)
{
    $perintah = $data1 + $data2;
    return $perintah;
}
goto vmB06;
CGJ2e:
function CekTLS_tanggal($data)
{
    if (!preg_match("\x2f\136\x5b\60\x2d\x39\55\134\x2d\x5d\52\x24\x2f", $data)) {
        return true;
    } else {
        return false;
    }
}
goto n9UkX;
YLL8A:
function DataSitus()
{
    $sql = "\x53\105\x4c\x45\x43\x54\x20\x6e\141\x6d\141\137\x73\151\164\x75\x73\x2c\40\x61\x6c\x61\155\141\164\x5f\x73\151\164\165\163\54\x20\x64\145\163\153\x72\x69\160\163\x69\x5f\163\151\164\x75\163\x2c\40\155\145\x74\141\164\141\147\137\163\x69\164\165\163\x2c\40\x6b\x6f\156\x74\141\x6b\x5f\x73\x69\164\x75\x73\x2c\40\141\x75\164\x68\x6f\162\137\x73\151\164\165\163\x2c\40\154\157\x67\157\137\163\151\164\x75\163\54\x20\163\151\144\x65\142\141\x72\154\x6f\x67\x6f\137\x73\151\164\x75\x73\54\40\160\x65\156\x64\x61\x66\x74\141\x72\x61\x6e\54\40\166\151\x72\x74\165\141\x6c\x5f\141\143\143\157\165\156\164\54\40\164\x65\x6d\x61\40\x46\x52\x4f\x4d\40\160\x70\x64\x62\137\x73\x65\x74\x74\151\156\147";
    $perintah = query($sql);
    return $perintah;
}
goto d3LA9;
l4tCx:
function RemoveFotoUpdate($data, $id)
{
    $sql = "\125\120\x44\101\124\x45\40\x70\x70\x64\x62\x5f\163\151\163\167\141\40\123\x45\x54\40\146\x6f\164\x6f\75\77\40\x57\110\x45\x52\105\40\x69\144\75\77";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\163\151", $param_foto, $param_id);
        $param_foto = $data;
        $param_id = $id;
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto Hn3EX;
ghdCi:
function BuatAkun($nama, $email, $username, $password)
{
    $sql = "\111\116\x53\105\x52\x54\x20\111\x4e\x54\117\x20\160\160\144\142\x5f\165\163\145\x72\x20\x28\x6e\141\x6d\141\x2c\40\x65\x6d\x61\151\154\x2c\40\165\x73\145\162\x6e\x61\x6d\x65\x2c\x20\160\x61\163\163\167\157\x72\144\x29\x20\126\x41\x4c\x55\105\x53\x28\77\x2c\77\x2c\x3f\54\x3f\51";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x73\x73\163\x73", $param_nama, $param_email, $param_username, $param_password);
        $param_nama = $nama;
        $param_email = $email;
        $param_username = $username;
        $param_password = password_hash($password, PASSWORD_DEFAULT);
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto Lxbbq;
aco8n:
function DataSiswa($data)
{
    $sql = "\123\105\114\105\103\x54\x20\160\x70\x64\x62\137\x73\x69\163\x77\x61\56\x69\x64\x2c\40\x70\x70\144\142\x5f\x73\151\x73\x77\141\x2e\x69\x64\x5f\163\151\163\x77\141\54\x20\160\160\x64\142\x5f\x73\151\163\167\141\x2e\x6e\x69\163\x6e\54\40\160\160\x64\142\x5f\x73\x69\x73\167\x61\x2e\x6e\x61\155\x61\x2c\40\x6e\157\137\x6b\x74\160\54\40\156\157\x5f\153\x6b\x2c\x20\x6a\x6c\54\x20\164\x65\x6d\160\x61\164\137\154\x61\150\151\162\54\40\164\x61\x6e\147\147\x61\x6c\x5f\154\141\x68\151\x72\54\x20\141\x67\x61\155\x61\x2c\x20\147\157\x6c\x6f\x6e\147\x61\156\137\144\x61\x72\141\x68\x2c\40\164\x69\156\147\x67\x69\137\x62\141\144\x61\x6e\54\40\x62\x65\x72\141\x74\137\x62\x61\144\141\156\x2c\40\x72\x69\x77\141\x79\x61\x74\137\160\145\156\x79\x61\153\151\164\54\x20\163\x74\141\164\x75\x73\137\153\145\154\x75\141\162\x67\141\54\40\141\156\x61\x6b\137\153\x65\x2c\40\152\155\x6c\137\x73\141\x75\144\x61\162\141\x2c\40\155\157\x64\145\x5f\164\x72\141\156\163\x70\157\x72\x74\x61\x73\x69\x2c\40\164\x65\155\x70\141\164\x5f\164\151\x6e\x67\147\141\x6c\x2c\40\152\x61\x72\x61\153\137\162\x75\x6d\x61\x68\x2c\40\164\151\x74\151\x6b\x5f\x6b\x6f\157\x72\144\151\x6e\x61\x74\x2c\40\x68\x6f\142\151\x2c\x20\160\x72\145\163\x74\x61\x73\x69\x2c\40\x61\x6c\141\x6d\141\x74\54\x20\144\x75\x73\x75\x6e\x2c\40\162\x74\54\x20\162\x77\54\40\144\145\163\141\x2c\x20\x6b\x65\x63\x61\155\141\164\x61\156\54\40\153\141\142\165\x70\141\x74\145\x6e\x2c\40\160\162\157\166\x69\156\163\151\x2c\x20\x6b\157\x6e\x74\x61\x6b\137\x73\x69\163\167\x61\x2c\40\x66\x6f\x74\157\x2c\40\x6a\x75\x72\x75\x73\x61\x6e\54\40\152\x61\x6c\165\162\137\160\145\156\x64\x61\146\164\x61\162\141\156\x2c\40\153\145\154\x61\x73\54\40\156\157\137\153\153\x73\54\40\x6e\157\137\160\x6b\x68\x2c\40\156\x6f\137\x6b\151\x70\54\x20\x70\160\x64\x62\137\163\x69\x73\x77\x61\x2e\x6e\x6f\155\x6f\162\137\x70\145\x6e\144\x61\146\164\x61\x72\x61\156\54\40\153\x6f\144\x65\x5f\x64\141\146\164\141\x72\x2c\40\x74\x67\x6c\x5f\x70\145\x6e\144\x61\x66\164\141\x72\141\156\54\40\164\x67\x6c\x5f\165\160\x64\x61\164\145\x2c\40\163\x74\x61\x74\x75\163\137\160\145\x6e\144\141\x66\x74\x61\162\141\x6e\54\x20\x6e\x61\155\x61\x5f\x61\171\x61\x68\54\40\x6e\151\153\x5f\141\171\141\x68\54\40\x74\147\154\137\x61\171\x61\150\54\x20\x73\x74\x61\x74\x75\163\137\141\x79\141\x68\54\x20\160\x65\156\x64\151\144\151\x6b\x61\x6e\x5f\x61\171\141\150\x2c\x20\160\x65\153\x65\x72\152\x61\141\156\x5f\x61\x79\x61\150\54\x20\x70\x65\x6e\147\x68\141\x73\151\x6c\141\x6e\x5f\141\171\141\150\54\40\x6e\141\155\141\137\151\x62\165\x2c\40\x6e\151\x6b\137\151\x62\165\54\x20\x74\147\x6c\x5f\151\x62\x75\54\40\x73\x74\141\x74\165\x73\137\151\x62\x75\54\40\x70\x65\x6e\144\x69\x64\151\x6b\141\x6e\x5f\151\x62\165\54\40\160\x65\x6b\145\162\x6a\x61\141\x6e\x5f\x69\142\165\x2c\40\160\145\x6e\147\x68\141\x73\x69\154\x61\x6e\137\x69\x62\x75\54\40\153\x6f\x6e\164\x61\153\x5f\157\162\164\x75\x2c\x20\x6e\141\155\x61\137\x77\x61\154\x69\54\x20\156\151\153\137\x77\141\154\x69\54\x20\164\147\x6c\x5f\167\x61\154\151\54\40\160\x65\156\x64\x69\144\151\x6b\x61\x6e\137\167\141\x6c\x69\54\x20\160\x65\153\x65\x72\152\141\141\x6e\x5f\x77\141\154\x69\54\40\160\145\156\147\x68\x61\163\x69\x6c\141\156\137\x77\x61\154\x69\54\40\153\x6f\156\x74\x61\153\137\167\x61\154\x69\x2c\x20\x6e\x70\x73\156\137\x73\x65\x6b\x6f\x6c\x61\150\x2c\x20\x61\x73\141\x6c\x5f\163\145\x6b\x6f\x6c\141\x68\x2c\x20\156\141\x6d\x61\137\163\145\153\157\x6c\141\x68\x2c\x20\163\x74\x61\164\165\x73\x5f\x73\145\153\x6f\x6c\x61\150\54\x20\x61\154\141\x6d\x61\164\137\163\145\153\157\154\x61\150\54\x20\156\x6f\x5f\x69\x6a\141\172\x61\x68\x2c\40\156\157\137\163\x6b\x68\x75\x6e\x2c\40\146\151\x6c\145\x5f\x69\x6a\x61\x7a\141\x68\54\x20\146\151\x6c\145\137\x73\x6b\150\x75\x6e\54\x20\146\151\x6c\145\x5f\x73\153\x73\144\x2c\40\146\x69\x6c\145\137\153\164\x70\54\40\146\151\x6c\145\137\x6b\x6b\54\40\x66\151\154\x65\137\153\164\160\137\x69\x62\165\54\40\x66\151\x6c\x65\x5f\160\162\145\x73\x74\x61\x73\151\x2c\40\146\151\x6c\145\137\x61\153\x74\145\54\x20\146\x69\x6c\x65\x5f\x72\x61\x70\x6f\162\x74\x2c\x20\151\x70\x61\54\40\155\x61\164\145\x6d\141\x74\151\x6b\x61\x2c\40\x62\141\x68\x61\163\141\137\x69\x6e\x64\x6f\156\x65\163\x69\141\x2c\40\142\x61\150\141\163\x61\137\x69\156\x67\147\x72\x69\x73\54\x20\151\x70\x61\137\x31\54\40\155\141\164\145\x6d\x61\x74\x69\x6b\141\x5f\x31\x2c\40\x69\156\x64\157\x6e\145\163\x69\x61\x5f\61\x2c\40\151\156\x67\x67\x72\x69\163\x5f\61\54\151\x70\x61\137\62\x2c\40\155\141\164\x65\x6d\141\x74\151\x6b\x61\137\62\54\x20\x69\156\144\x6f\156\x65\163\x69\141\137\x32\54\x20\151\156\147\147\x72\x69\163\137\62\54\151\160\141\137\63\54\x20\x6d\141\164\x65\155\x61\x74\x69\x6b\x61\x5f\63\x2c\40\151\x6e\x64\x6f\156\x65\x73\151\141\137\x33\54\40\x69\156\147\x67\162\151\163\137\63\54\x20\151\x70\141\x5f\64\54\x20\155\141\x74\x65\x6d\141\164\151\x6b\x61\x5f\64\x2c\x20\151\x6e\144\x6f\x6e\x65\x73\x69\141\137\x34\54\40\x69\x6e\147\147\162\x69\163\x5f\x34\x2c\40\151\x70\x61\x5f\65\x2c\x20\x6d\141\x74\x65\155\141\164\151\153\141\137\65\x2c\40\x69\x6e\144\x6f\156\x65\163\x69\141\137\x35\x2c\x20\151\x6e\x67\147\x72\151\x73\x5f\x35\54\40\x6b\x6f\x64\x65\137\162\x65\x66\x72\145\x6e\163\x69\x2c\x20\x62\165\x6b\164\x69\137\164\x72\x61\x6e\163\x66\x65\162\x2c\40\x74\147\x6c\137\160\x65\155\x62\141\x79\141\162\141\x6e\x2c\40\163\164\x61\164\x75\163\137\x70\145\x6d\142\141\171\141\162\x61\156\x20\106\122\117\115\40\x70\160\144\142\x5f\x73\x69\163\167\x61\40\111\116\116\105\x52\40\112\x4f\x49\116\40\x70\x70\144\x62\137\157\162\x74\165\x20\x4f\x4e\x20\160\160\144\142\x5f\163\x69\x73\x77\141\x2e\151\x64\x5f\163\151\x73\167\141\75\160\x70\144\x62\137\157\162\x74\165\56\x69\144\137\x73\151\x73\167\141\x20\x49\116\116\x45\x52\x20\112\x4f\x49\x4e\40\x70\160\144\x62\x5f\141\x73\x61\154\163\x65\153\157\154\141\x68\x20\x4f\116\x20\160\x70\144\x62\x5f\x73\x69\x73\167\x61\x2e\151\144\x5f\x73\151\x73\x77\x61\75\160\x70\x64\x62\x5f\x61\x73\x61\154\163\145\x6b\157\154\141\150\x2e\x69\144\137\163\x69\x73\x77\141\x20\111\x4e\x4e\105\122\40\x4a\x4f\111\116\x20\160\x70\144\x62\137\x64\157\153\x75\x6d\145\156\x20\x4f\116\x20\x70\160\x64\x62\x5f\x73\151\163\167\141\56\151\144\137\x73\151\163\x77\141\x3d\160\160\144\x62\x5f\144\157\x6b\x75\x6d\x65\156\56\x69\x64\137\x73\151\x73\167\141\x20\111\x4e\116\105\122\x20\112\x4f\111\116\40\x70\160\144\x62\x5f\x72\x61\160\157\x72\x74\40\x4f\116\x20\160\x70\144\x62\x5f\163\x69\x73\167\141\56\151\144\x5f\x73\151\163\x77\x61\x3d\x70\x70\x64\142\x5f\x72\x61\x70\x6f\x72\x74\56\x69\144\137\163\x69\163\x77\141\x20\x49\x4e\x4e\105\122\x20\x4a\x4f\111\x4e\x20\160\x70\x64\x62\x5f\x75\x6e\x20\x4f\116\x20\x70\x70\x64\x62\137\x73\151\x73\x77\141\x2e\151\144\x5f\163\x69\x73\167\x61\75\x70\x70\144\142\x5f\165\156\56\x69\x64\137\163\151\x73\x77\x61\40\111\x4e\x4e\x45\x52\x20\112\117\111\116\x20\x70\160\x64\142\x5f\160\145\x6d\142\x61\171\x61\162\x61\x6e\x20\117\x4e\40\160\x70\144\142\137\x73\x69\163\167\141\x2e\x69\x64\137\x73\x69\x73\x77\x61\x3d\160\160\x64\142\x5f\160\145\x6d\x62\x61\x79\141\x72\141\156\56\151\144\137\x73\151\163\167\141\x20\x57\110\x45\122\105\x20\x70\160\x64\142\137\163\x69\x73\x77\141\x2e\151\x64\137\163\151\x73\167\141\75\47{$data}\47";
    $perintah = query($sql);
    return $perintah;
}
goto iZJ_9;
KEvOf:
function SimpanKtp_Ibu($ktp, $id)
{
    global $FileItem, $FileDestination;
    $sql = "\x55\120\104\101\124\x45\40\x70\160\144\142\x5f\x64\x6f\x6b\x75\x6d\x65\x6e\40\x53\105\124\40\x66\151\x6c\145\x5f\x6b\164\160\137\x69\x62\x75\75\x3f\40\127\x48\x45\x52\105\40\151\144\137\x73\151\163\167\x61\75\77\40";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x73\x69", $param_ktp, $param_id);
        $param_ktp = $FileItem;
        $param_id = $id;
        if ($stmt->execute() && move_uploaded_file($ktp, $FileDestination . $FileItem)) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto j5j2i;
JSvyD:
function head()
{
    $DataSitus = DataSitus();
    $RowSitus = $DataSitus->fetch_array();
    echo "\xa\x9\11\x3c\x21\x44\x4f\x43\x54\x59\120\105\x20\150\x74\155\x6c\x3e\xa\11\x9\74\x68\164\155\154\40\x6c\x61\156\147\75\42\145\x6e\42\76\12\x9\11\x3c\x68\145\x61\144\x3e\12\11\11\x3c\x6d\x65\x74\141\x20\143\x68\x61\162\163\145\164\75\x22\165\164\146\55\x38\42\76\xa\x9\11\74\x6d\x65\x74\x61\40\156\141\155\145\x3d\42\166\x69\x65\167\x70\x6f\162\164\x22\40\143\x6f\x6e\164\x65\156\x74\75\x22\167\x69\x64\164\150\x3d\x64\145\166\x69\143\145\55\167\151\144\x74\x68\54\x20\151\x6e\151\164\x69\141\x6c\x2d\163\143\141\x6c\145\x3d\x31\x2c\x20\163\x68\162\x69\x6e\153\55\164\x6f\x2d\x66\x69\164\75\x6e\157\42\x3e\12\11\11\x3c\x6d\145\164\x61\40\x6e\141\x6d\145\x3d\42\x64\145\x73\x63\x72\x69\x70\164\151\x6f\x6e\42\x20\x63\x6f\x6e\x74\x65\156\x74\75\42" . $RowSitus["\x64\145\163\153\x72\151\160\163\151\x5f\x73\x69\164\x75\x73"] . "\x22\76\12\11\11\x3c\x6d\145\x74\x61\40\156\x61\155\145\75\42\141\x75\164\x68\x6f\x72\x22\40\143\157\x6e\x74\145\156\x74\x3d\42" . $RowSitus["\141\x75\x74\150\x6f\x72\x5f\163\151\164\165\163"] . "\42\x3e\12\x9\x9\74\x6c\151\x6e\153\40\162\x65\x6c\75\42\x69\x63\x6f\x6e\42\x20\150\x72\x65\146\75\42\141\163\x73\145\164\163\x2f\151\155\x67\x2f" . $RowSitus["\154\157\147\157\137\163\x69\164\x75\163"] . "\x22\76\12\11\11\x3c\x74\x69\164\x6c\145\x3e" . $RowSitus["\x6e\x61\155\141\x5f\163\x69\x74\165\163"] . "\x3c\x2f\x74\x69\x74\x6c\x65\x3e\xa\x9\11";
}
goto wd348;
Hn3EX:
function RemoveBayar($data)
{
    $perintah = unlink("\x63\x6f\156\x74\x65\x6e\164\57\x70\145\155\x62\x61\x79\x61\x72\141\156\x2f" . $data . '');
    if ($perintah) {
        return true;
    } else {
        return false;
    }
}
goto IjRzK;
n9UkX:
function BCA_tanggal($data)
{
    $ar = explode("\55", $data);
    if (checkdate($ar[1], $ar[0], $ar[2])) {
        return true;
    } else {
        return false;
    }
}
goto ghdCi;
UD9ba:
function SimpanAsalSekolah($npsn_sekolah, $asal_sekolah, $nama_sekolah, $status_sekolah, $alamat_sekolah, $no_ijazah, $no_skhun, $id)
{
    $sql = "\125\120\104\x41\124\x45\40\x70\160\x64\x62\x5f\141\x73\141\154\163\145\153\x6f\x6c\141\150\x20\x53\105\124\40\156\x70\x73\156\x5f\163\145\x6b\x6f\154\141\150\x3d\77\54\40\141\163\x61\x6c\x5f\x73\145\x6b\x6f\154\x61\150\x3d\x3f\54\x20\x6e\x61\155\141\137\x73\x65\153\x6f\x6c\x61\150\x3d\77\x2c\x20\x73\164\141\164\x75\163\137\163\145\153\x6f\154\141\150\75\77\x2c\40\x61\154\x61\x6d\141\164\x5f\163\145\x6b\x6f\x6c\141\x68\75\x3f\x2c\40\156\157\x5f\x69\152\x61\172\x61\x68\75\x3f\54\x20\x6e\157\x5f\x73\153\x68\x75\156\75\x3f\40\127\110\105\122\105\x20\151\x64\x5f\163\151\x73\x77\x61\40\75\x3f";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\163\x73\163\x73\163\x73\x73\x69", $param_npsn, $param_asal_sekolah, $param_nama, $param_status, $param_alamat, $param_ijazah, $param_skhun, $param_id);
        $param_npsn = $npsn_sekolah;
        $param_asal_sekolah = $asal_sekolah;
        $param_nama = $nama_sekolah;
        $param_status = $status_sekolah;
        $param_alamat = $alamat_sekolah;
        $param_ijazah = $no_ijazah;
        $param_skhun = $no_skhun;
        $param_id = $id;
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto Tw2LO;
zQUES:
function ValidateName($data)
{
    if (!preg_match("\57\136\133\141\55\172\x41\55\132\40\135\52\x24\x2f", $data)) {
        return true;
    } else {
        return false;
    }
}
goto Ma1v3;
Lxbbq:
function BuatAkunInsertIdOrtu($data)
{
    $sql = "\x49\x4e\x53\x45\x52\124\x20\111\116\124\117\40\x70\160\x64\142\x5f\x6f\x72\x74\x75\40\x28\x69\x64\137\x73\x69\163\x77\141\x29\x20\126\x41\x4c\125\105\x53\50\77\51";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x69", $param_id);
        $param_id = $data;
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
}
goto yqdu1;
Tw2LO:
function SimpanIjazah($ijazah, $id)
{
    global $FileItem, $FileDestination;
    $sql = "\x55\120\104\x41\124\105\x20\160\x70\144\142\x5f\144\157\x6b\x75\x6d\x65\x6e\x20\123\x45\124\40\x66\151\x6c\145\x5f\151\152\141\172\141\x68\75\77\40\127\x48\105\x52\105\40\x69\x64\x5f\163\151\163\x77\x61\75\x3f\40";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\163\151", $param_ijazah, $param_id);
        $param_ijazah = $FileItem;
        $param_id = $id;
        if ($stmt->execute() && move_uploaded_file($ijazah, $FileDestination . $FileItem)) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto Yh9zD;
bnOYw:
function Hari($data)
{
    switch ($data) {
        case "\x4d\x6f\x6e\144\x61\171":
            $data = "\123\145\156\x69\x6e";
            return $data;
        case "\124\x75\x65\x73\144\x61\171":
            $data = "\x53\x65\x6c\x61\x73\141";
            return $data;
        case "\127\145\x64\156\145\163\x64\x61\x79":
            $data = "\122\x61\x62\x75";
            return $data;
        case "\x54\x68\x75\162\163\144\141\x79":
            $data = "\x4b\141\155\151\x73";
            return $data;
        case "\106\162\x69\x64\x61\x79":
            $data = "\112\x75\x6d\x61\164";
            return $data;
        case "\123\x61\164\165\162\x64\x61\171":
            $data = "\x53\141\x62\x74\x75";
            return $data;
        case "\123\165\156\144\x61\x79":
            $data = "\115\x69\156\x67\x67\165";
            return $data;
    }
}
goto K56_1;
yqdu1:
function BuatAkunInsertIdDokumen($data)
{
    $sql = "\111\x4e\123\x45\x52\x54\x20\111\116\124\x4f\x20\160\160\x64\142\x5f\x64\x6f\x6b\165\155\145\156\x20\x28\x69\x64\x5f\163\x69\x73\167\141\51\x20\126\x41\114\x55\105\x53\50\77\51";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x69", $param_id);
        $param_id = $data;
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
}
goto DkPCE;
d3LA9:
function GlobalDataSitus()
{
    global $GlobalDataSitus;
    $DataSitus = DataSitus();
    $RowSitus = $DataSitus->fetch_array();
    $nama_situs = $RowSitus["\156\x61\155\x61\137\x73\151\x74\165\163"];
    $alamat_situs = $RowSitus["\x61\x6c\141\155\141\x74\x5f\163\151\164\165\163"];
    $deskripsi_situs = $RowSitus["\144\145\163\153\x72\151\x70\x73\x69\x5f\163\x69\164\x75\x73"];
    $metatag_situs = $RowSitus["\155\x65\x74\x61\x74\141\x67\x5f\x73\x69\x74\165\x73"];
    $kontak_situs = $RowSitus["\x6b\157\x6e\x74\x61\x6b\x5f\x73\151\164\x75\163"];
    $author_situs = $RowSitus["\x61\165\164\150\157\x72\137\163\x69\164\x75\x73"];
    $logo_situs = $RowSitus["\x6c\157\x67\157\x5f\163\151\x74\x75\x73"];
    $sidebarlogo_situs = $RowSitus["\163\x69\x64\145\142\x61\x72\154\157\147\157\x5f\163\151\x74\x75\163"];
    $BukaTutupDaftar = $RowSitus["\160\145\x6e\x64\141\146\164\141\x72\141\156"];
    $virtual_account = $RowSitus["\x76\x69\162\164\165\141\x6c\x5f\141\x63\143\x6f\165\156\164"];
    $tema = $RowSitus["\x74\x65\x6d\141"];
    $GlobalDataSitus = array($nama_situs, $alamat_situs, $deskripsi_situs, $metatag_situs, $kontak_situs, $author_situs, $logo_situs, $sidebarlogo_situs, $BukaTutupDaftar, $virtual_account, $tema);
}
goto A2k8n;
kC50k:
function ValidateEmail($data)
{
    if (!ereg("\x5e\x2e\x2b\100\56\x2b\134\56\56\x2b\44", $data)) {
        return true;
    } else {
        return false;
    }
}
goto ZDfqZ;
etekC:
function BuatAkunInsertIdMhs($data, $nama, $kode_daftar, $tgl_pendaftaran)
{
    $sql = "\111\116\x53\105\122\x54\x20\111\116\x54\117\40\x70\x70\144\x62\x5f\163\151\163\167\x61\x20\50\x69\x64\137\163\151\163\167\141\x2c\40\x6e\141\x6d\x61\54\40\x6b\157\144\145\137\144\x61\x66\x74\x61\162\x2c\x20\164\147\154\x5f\x70\x65\x6e\144\141\146\164\x61\162\x61\156\x29\x20\126\x41\114\125\x45\x53\50\x3f\x2c\77\54\x3f\54\77\x29";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\151\x73\163\163", $param_data, $param_nama, $param_kode, $param_tgl);
        $param_data = $data;
        $param_nama = $nama;
        $param_kode = $kode_daftar;
        $param_tgl = $tgl_pendaftaran;
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto TJEqS;
K56_1:
function Bulan($data)
{
    switch ($data) {
        case "\x31":
            $data = "\112\x61\x6e\165\141\162\x69";
            return $data;
        case "\62":
            $data = "\x46\145\x62\162\165\x61\162\151";
            return $data;
        case "\x33":
            $data = "\x4d\141\x72\x65\x74";
            return $data;
        case "\64":
            $data = "\x41\x70\162\151\x6c";
            return $data;
        case "\65":
            $data = "\x4d\x65\x69";
            return $data;
        case "\x36":
            $data = "\x4a\165\156\x69";
            return $data;
        case "\x37":
            $data = "\x4a\165\154\x69";
            return $data;
        case "\x38":
            $data = "\x41\x67\x75\x73\164\165\163";
            return $data;
        case "\71":
            $data = "\123\x65\x70\164\x65\x6d\x62\145\162";
            return $data;
        case "\x31\x30":
            $data = "\x4f\x6b\x74\157\x62\x65\x72";
            return $data;
        case "\61\x31":
            $data = "\116\157\160\145\155\x62\145\162";
            return $data;
        case "\61\x32":
            $data = "\104\x65\163\x65\155\142\x65\x72";
            return $data;
    }
}
goto yupRL;
Xm8js:
function NilaiRaport($ipa, $matematika, $bhs_indonesia, $bhs_inggris)
{
    if (is_numeric($ipa) && is_numeric($matematika) && is_numeric($bhs_indonesia) && is_numeric($bhs_inggris)) {
        $nilai = $ipa + $matematika + $bhs_indonesia + $bhs_inggris;
        return $nilai / 4;
    } else {
        echo "\55";
    }
}
goto ufrdG;
eh5ii:
function Tampil_JadwalTest()
{
    $sql = "\x53\x45\x4c\x45\x43\x54\x20\151\144\54\40\164\141\156\147\x67\141\154\x5f\x74\x65\163\x74\x2c\x20\167\141\x6b\164\x75\x5f\x74\x65\163\164\x2c\40\x6d\141\164\x65\x72\x69\x20\106\122\117\x4d\x20\160\x70\144\x62\137\x6a\x61\144\167\141\x6c\164\x65\x73\x74";
    $perintah = query($sql);
    return $perintah;
}
goto I0f1t;
HVFpp:
function Nilai_Rata_Raport($d1, $d2, $d3, $d4, $d5)
{
    $data = $d1 + $d2 + $d3 + $d4 + $d5;
    return $data / 5;
}
goto huUhA;
ixtSG:
function SimpanNilaiUn($nisn, $nama, $ipa, $matematika, $bahasa_indonesia, $bahasa_inggris, $id)
{
    $sql = "\125\x50\x44\101\x54\x45\x20\x70\x70\x64\142\x5f\x75\156\40\x53\x45\x54\x20\x6e\151\x73\156\x3d\77\54\x20\x6e\141\x6d\x61\x3d\77\54\x20\x69\x70\x61\75\77\x2c\40\155\x61\164\145\155\141\x74\x69\x6b\x61\75\77\x2c\x20\142\x61\150\x61\163\141\x5f\151\156\x64\x6f\x6e\x65\x73\x69\141\x3d\77\x2c\40\142\x61\x68\141\163\141\137\x69\156\x67\x67\x72\151\163\75\x3f\x20\x57\x48\x45\122\x45\x20\151\x64\x5f\x73\x69\163\x77\141\x3d\x3f";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x73\x73\x73\x73\x73\163\151", $param_nisn, $param_nama, $param_ipa, $param_mate, $param_indo, $param_ingg, $param_id);
        $param_nisn = $nisn;
        $param_nama = $nama;
        $param_ipa = $ipa;
        $param_mate = $matematika;
        $param_indo = $bahasa_indonesia;
        $param_ingg = $bahasa_inggris;
        $param_id = $id;
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto MWpEh;
Yh9zD:
function SimpanSksd($sksd, $id)
{
    global $FileItem, $FileDestination;
    $sql = "\125\120\104\101\x54\105\40\160\160\144\142\x5f\x64\157\153\x75\x6d\x65\156\x20\x53\105\x54\x20\146\151\154\145\x5f\163\x6b\163\x64\x3d\x3f\x20\x57\x48\105\122\105\x20\151\x64\137\163\x69\x73\x77\141\x3d\x3f\x20";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\163\151", $param_sksd, $param_id);
        $param_sksd = $FileItem;
        $param_id = $id;
        if ($stmt->execute() && move_uploaded_file($sksd, $FileDestination . $FileItem)) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto TFABL;
wd348:
function css()
{
    $DataSitus = DataSitus();
    $RowSitus = $DataSitus->fetch_array();
    echo "\12\11\11\74\154\x69\x6e\153\x20\x68\162\145\146\x3d\42\150\x74\x74\160\x73\72\x2f\57\146\x6f\x6e\x74\x73\x2e\147\x6f\157\x67\x6c\145\x61\160\151\163\x2e\x63\x6f\155\x2f\x63\163\163\77\x66\x61\x6d\x69\154\x79\75\120\157\160\160\151\156\x73\72\63\60\x30\x2c\x34\60\60\54\65\60\x30\54\66\60\x30\54\67\x30\60\x2c\x38\x30\x30\x2c\71\x30\60\42\x20\x72\145\154\75\42\163\164\x79\154\145\x73\150\145\145\164\x22\x3e\12\11\11\x3c\154\151\x6e\x6b\x20\150\162\x65\146\x3d\x22\164\150\145\x6d\x65\x73\x2f\x76\x65\x6e\x64\157\162\x2f\146\157\x6e\x74\x61\167\145\x73\x6f\155\x65\x2d\146\162\145\145\x2f\143\163\163\x2f\x61\154\154\x2e\x6d\151\156\x2e\143\x73\x73\x22\40\x72\145\x6c\x3d\x22\163\164\171\154\145\x73\x68\145\x65\164\x22\40\x74\171\x70\145\x3d\x22\164\x65\170\164\x2f\x63\x73\163\x22\76\12\x9\11\x3c\154\151\156\x6b\40\x68\162\x65\x66\75\x22\164\x68\x65\155\145\163\x2f" . $RowSitus["\x74\x65\x6d\x61"] . "\57\x63\x73\x73\x2f\x62\157\157\164\x73\x74\162\141\x70\x2e\143\x73\163\42\x20\x72\145\x6c\75\x22\163\164\171\x6c\145\163\x68\x65\x65\164\42\76\11\xa\11\11\x3c\154\151\156\x6b\40\150\x72\x65\x66\75\x22\164\x68\145\155\145\x73\x2f" . $RowSitus["\x74\x65\x6d\x61"] . "\57\143\x73\x73\x2f\143\x6f\163\x74\x75\155\x2e\143\163\163\42\40\x72\x65\x6c\75\x22\163\164\x79\x6c\x65\x73\150\x65\x65\164\42\x3e\12\11\x9\74\x6c\151\x6e\153\x20\x68\x72\x65\146\75\x22\x74\150\145\x6d\x65\163\x2f\x76\145\156\x64\157\162\57\x62\x6f\157\164\163\164\x72\x61\160\x2f\144\141\x74\145\x70\x69\143\153\x65\x72\x2f\x63\x73\163\57\142\157\x6f\164\163\164\162\141\160\x2d\x64\141\x74\x65\x70\x69\143\153\145\162\63\x2e\x63\163\x73\42\40\x72\x65\x6c\x3d\42\x73\164\x79\154\x65\163\150\x65\x65\x74\x22\76\xa\11\x9\x3c\57\x68\x65\x61\x64\76\12\11\x9";
}
goto pR1Cf;
BzLzo:
function CekEmail($data)
{
    $sql = "\x53\x45\x4c\x45\x43\124\x20\145\x6d\141\x69\154\40\106\122\117\115\x20\160\160\144\x62\137\165\x73\145\162\40\x57\110\105\122\105\40\x65\x6d\141\151\154\x20\x3d\x3f";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\x73", $param_email);
        $param_email = $data;
        if ($stmt->execute()) {
            $stmt->store_result();
            if ($stmt->num_rows == 1) {
                return true;
            } else {
                return false;
            }
        }
    }
    $stmt->close();
}
goto GTBxg;
uilRP:
function SimpanProfile($nama, $email, $username, $password, $id)
{
    $sql = "\x55\120\104\x41\124\105\40\160\x70\144\x62\x5f\165\x73\x65\x72\40\x53\x45\124\x20\x6e\141\155\x61\x3d\77\54\x20\x65\155\141\151\154\x3d\77\x2c\40\x75\x73\x65\162\x6e\141\155\145\x3d\x3f\x2c\40\x70\x61\163\163\167\157\x72\144\75\x3f\40\127\x48\x45\x52\105\x20\151\144\x3d\77";
    if ($stmt = prepare($sql)) {
        $stmt->bind_param("\163\163\163\x73\x69", $param_nama, $param_email, $param_username, $param_password, $param_id);
        $param_nama = $nama;
        $param_email = $email;
        $param_username = $username;
        $param_password = password_hash($password, PASSWORD_DEFAULT);
        $param_id = $id;
        if ($stmt->execute()) {
            return true;
        } else {
            return false;
        }
    }
    $stmt->close();
}
goto Ou_6V;
bV9Qj: ?>

Function Calls

None

Variables

None

Stats

MD5 c50a7250773ba82ac58e9ffb902f9240
Eval Count 0
Decode Time 94 ms