Uname:Linux EDL-STRETCH 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64

403WebShell
403Webshell
Server IP : 188.114.96.2  /  Your IP : 104.23.197.231
Web Server : Apache/2.4.59 (Debian)
System : Linux EDL-STRETCH 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
User : edlftp ( 1002)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/git/sms.edl.codes.solutions/application/views/frontend/default/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/git/sms.edl.codes.solutions/application/views/frontend/default/notice_details.php
<?php
  $info = $this->frontend_model->get_frontend_notice_by_id($notice_id);
  $recent_notices = $this->frontend_model->get_frontend_recent_noticeboard();
  $upcoming_events = $this->frontend_model->get_frontend_upcoming_events();
?>
<div class="single-news-area page-content-area">
    <div class="container">
        <div class="row">
          <?php foreach ($info as $row) { ?>
            <div class="col-lg-8 col-md-12">
                <div class="single-news-wrapper" id="notice-print">
                    <div class="news-header clearfix">
                        <div class="left-title pull-left">
                            <h1 class="news-title"><?php echo $row['notice_title']; ?></h1>
                            <span class="news-meta"><?php echo date('d M, Y', $row['create_timestamp']); ?></span>
                        </div>
                        <div class="right-btn pull-right">
                            <button type="button" class="btn btn-sm btn-outline-dark d-print-none" onclick="printDiv('notice-print')">Print</button>
                        </div>
                    </div>
                    <div class="news-image">
                        <img src="uploads/frontend/noticeboard/<?php echo $row['image'];?>" alt="" class="img-fluid">
                    </div>
                    <div class="page-content">
                        <?php echo $row['notice']; ?>
                    </div>
                </div>
            </div>
          <?php } ?>
            <div class="col-lg-4 col-md-12">
                <div class="sidebar-widgets">
                    <div class="widgets recent-news-widget">
                        <div class="widget-title">
                            <h4><?php echo get_phrase('recent_notices'); ?></h4>
                        </div>
                        <div class="widgets-content">
                          <ul>
                            <?php foreach ($recent_notices as $row) { ?>
                            <li>
                              <h5 class="news-title">
                                <a href="<?php echo base_url();?>index.php?home/notice_details/<?php echo $row['notice_id'];?>">
                                  <?php echo $row['notice_title']; ?>
                                </a>
                              </h5>
                              <span class="meta"><?php echo date('d M, Y', $row['create_timestamp']); ?></span>
                            </li>
                          <?php } ?>
                          </ul>
                        </div>

                    </div>
                    <div class="widgets recent-events-widget">
                        <div class="widget-title">
                            <h4><?php echo get_phrase('upcoming_events'); ?></h4>
                        </div>
                        <div class="widgets-content">
                          <ul>
                            <?php foreach ($upcoming_events as $row) { ?>
                            <li>
                              <div class="event-date pull-left">
                                <h6 class="date">
                                  <?php echo date('d', $row['timestamp']); ?>
                                  <span class="month"><?php echo date('M', $row['timestamp']); ?></span>
                                </h6>
                              </div>
                              <h5 class="event-title"><?php echo $row['title']; ?></h5>
                            </li>
                          <?php } ?>
                          </ul>
                        </div>

                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit