Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: online_customers.php
<style> table th{ text-align: center; } .table thead th{ border: none !important; background-color: #DDD; } </style> <div class="page-header border-bottom-0"> <div class="page-header-content header-elements-md-inline"> <div class="page-title d-flex"> <h4><a href="javascript:void(0)" class="BackButton-Link" onclick="goBack()"><i class="icon-arrow-left52 mr-2"></i></a> <?php echo $this->lang->line('BE_DB_WELCOME'); ?></h4> </div> </div> </div> <div class="content pt-0"> <div class="card"> <div class="form-group row"> <div class="col-12 col-lg-12 col-md-12 col-lg-12 col-xl-12"> <div class="card-body"> <div class="row"> <div class="col-md-12 TabsH3Style"> <?php if($rSet) { if($totalRows > $limit) doPages($page_name, $back, $start, $txtlqry, $totalRows, $limit, $eu, $pLast, $thisp, $next); } ?> <div class="portlet box blue"> <div class="portlet-body"> <div class="table-responsive"> <table class="table table-striped table-bordered table-advance table-hover"> <thead> <tr> <th><?php echo $this->lang->line('BE_INDEX_USRNAME'); ?></th> <th><?php echo $this->lang->line('BE_USR_9'); ?></th> <th><?php echo $this->lang->line('BE_LBL_345'); ?></th> <th>IP</th> </tr> </thead> <tbody> <?php if($rSet) { foreach($rSet as $row) { ?> <tr> <td class="highlight"><div class="success"></div><a href="javascript:void(0);"><?php echo($row->UserName);?></a></td> <td><?php echo stripslashes($row->UName);?></td> <td><?php echo $row->Email;?></td> <td><?php echo $row->IP;?></td> </tr> <?php } } else echo "<tr><td colspan='5'>".$this->lang->line('BE_GNRL_9')."</td></tr>"; ?> </tbody> </table> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div>