JEMBOT MAWOT Bypass Shell
<?php
/**
* @package AcyMailing for Joomla!
* @version 4.9.0
* @author acyba.com
* @copyright (C) 2009-2015 ACYBA S.A.R.L. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><div id="acy_content">
<div id="iframedoc"></div>
<?php
$saveOrder = ($this->pageInfo->filter->order->value == 'a.ordering'?true:false);
if(ACYMAILING_J30 && $saveOrder){
$saveOrderingUrl = 'index.php?option=com_acymailing&task=saveorder&tmpl=component';
JHtml::_('sortablelist.sortable', 'listListing', 'adminForm', strtolower($this->pageInfo->filter->order->dir), $saveOrderingUrl);
}
?>
<form action="index.php?option=<?php echo ACYMAILING_COMPONENT ?>&ctrl=list" method="post" name="adminForm" id="adminForm" >
<table>
<tr>
<td width="100%">
<?php acymailing_listingsearch($this->pageInfo->search); ?>
</td>
<td nowrap="nowrap">
<?php echo $this->filters->category; ?>
<?php echo $this->filters->creator; ?>
</td>
</tr>
</table>
<table class="adminlist table table-striped table-hover" cellpadding="1" id="listListing">
<thead>
<tr>
<th class="title titlenum">
<?php echo JText::_( 'ACY_NUM' );?>
</th>
<?php if(ACYMAILING_J30){ ?>
<th class="title titleorder" style="width:32px !important; padding-left:1px; padding-right:1px;">
<?php echo JHtml::_('grid.sort', '<i class="icon-menu-2"></i>', 'a.ordering', $this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value, null, 'asc', 'JGRID_HEADING_ORDERING'); ?>
</th>
<?php } ?>
<th class="title titlebox">
<input type="checkbox" name="toggle" value="" onclick="acymailing_js.checkAll(this);" />
</th>
<th class="title titlecolor" >
</th>
<th class="title">
<?php echo JHTML::_('grid.sort', JText::_( 'LIST_NAME'), 'a.name', $this->pageInfo->filter->order->dir,$this->pageInfo->filter->order->value ); ?>
</th>
<th class="title titlelink">
<?php echo JText::_( 'SUBSCRIBERS'); ?>
</th>
<th class="title titlelink">
<?php echo JText::_( 'UNSUBSCRIBERS'); ?>
</th>
<th class="title titlesender">
<?php echo JHTML::_('grid.sort', JText::_( 'CREATOR' ), 'd.name',$this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value ); ?>
</th>
<?php if(!ACYMAILING_J30){ ?>
<th class="title titleorder">
<?php echo JHTML::_('grid.sort', JText::_( 'ACY_ORDERING' ), 'a.ordering',$this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value );
if ($this->order->ordering) echo JHTML::_('grid.order', $this->rows ); ?>
</th>
<?php } ?>
<th class="title titletoggle">
<?php echo JHTML::_('grid.sort', JText::_('JOOMEXT_VISIBLE'), 'a.visible', $this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value ); ?>
</th>
<th class="title titletoggle">
<?php echo JHTML::_('grid.sort', JText::_('ENABLED'), 'a.published', $this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value ); ?>
</th>
<th class="title titleid">
<?php echo JHTML::_('grid.sort', JText::_( 'ACY_ID' ), 'a.listid', $this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value ); ?>
</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="12">
<?php echo $this->pagination->getListFooter();
echo $this->pagination->getResultsCounter();
if(ACYMAILING_J30) echo '<br />'.$this->pagination->getLimitBox(); ?>
</td>
</tr>
</tfoot>
<tbody>
<?php
$k = 0;
for($i = 0,$a = count($this->rows);$i<$a;$i++){
$row =& $this->rows[$i];
$publishedid = 'published_'.$row->listid;
$visibleid = 'visible_'.$row->listid;
?>
<tr class="<?php echo "row$k"; ?>">
<td align="center" style="text-align:center" >
<?php echo $this->pagination->getRowOffset($i); ?>
</td>
<?php if(ACYMAILING_J30){ ?>
<td class="order">
<?php $iconClass = '';
if (!$saveOrder) $iconClass = ' inactive tip-top hasTooltip" title="' . JHtml::tooltipText('JORDERINGDISABLED'); ?>
<span class="sortable-handler<?php echo $iconClass ?>">
<i class="icon-menu"></i>
</span>
<?php if($saveOrder){ ?>
<input type="text" style="display:none" name="order[]" size="5" value="<?php echo $row->ordering;?>" class="width-20 text-area-order" />
<?php } ?>
</td>
<?php } ?>
<td align="center" style="text-align:center" >
<?php echo JHTML::_('grid.id', $i, $row->listid ); ?>
</td>
<td width="12">
<?php echo '<div class="roundsubscrib rounddisp" style="background-color:'.$this->escape($row->color).'"></div>'; ?>
</td>
<td>
<?php
echo acymailing_tooltip($row->description, $row->name, 'tooltip.png', $row->name, acymailing_completeLink('list&task=edit&listid='.$row->listid));
?>
</td>
<td align="center" style="text-align:center" >
<a href="<?php echo acymailing_completeLink('subscriber&filter_status=0&filter_statuslist=1&filter_lists='.$row->listid); ?>">
<?php echo $row->nbsub; ?>
</a>
<?php if(!empty($row->nbwait)){ echo ' ';?>
<?php $title = '(+'.$row->nbwait.')';
echo acymailing_tooltip(JText::_('NB_PENDING'), ' ', 'tooltip.png', $title, acymailing_completeLink('subscriber&filter_status=0&filter_statuslist=2&filter_lists='.$row->listid));?>
<?php } ?>
</td>
<td align="center" style="text-align:center" >
<a href="<?php echo acymailing_completeLink('subscriber&filter_status=0&filter_statuslist=-1&filter_lists='.$row->listid); ?>">
<?php echo $row->nbunsub; ?>
</a>
</td>
<td align="center" style="text-align:center" >
<?php
if(!empty($row->userid)){
$text = '<b>'.JText::_('JOOMEXT_NAME').' : </b>'.$row->creatorname;
$text .= '<br /><b>'.JText::_('ACY_USERNAME').' : </b>'.$row->username;
$text .= '<br /><b>'.JText::_('JOOMEXT_EMAIL').' : </b>'.$row->email;
$text .= '<br /><b>'.JText::_('ACY_ID').' : </b>'.$row->userid;
echo acymailing_tooltip($text, $row->creatorname, 'tooltip.png', $row->creatorname,'index.php?option=com_users&task=edit&eid[]='.$row->userid);
}
?>
</td>
<?php if(!ACYMAILING_J30){ ?>
<td class="order">
<span><?php echo $this->pagination->orderUpIcon( $i, $this->order->reverse XOR ( $row->ordering >= @$this->rows[$i-1]->ordering ), $this->order->orderUp, 'Move Up',$this->order->ordering ); ?></span>
<span><?php echo $this->pagination->orderDownIcon( $i, $a, $this->order->reverse XOR ( $row->ordering <= @$this->rows[$i+1]->ordering ), $this->order->orderDown, 'Move Down' ,$this->order->ordering); ?></span>
<input type="text" name="order[]" size="5" <?php if(!$this->order->ordering) echo 'disabled="disabled"'?> value="<?php echo $row->ordering; ?>" class="text_area" style="text-align: center" />
</td>
<?php } ?>
<td align="center" style="text-align:center" >
<span id="<?php echo $visibleid ?>" class="spanloading"><?php echo $this->toggleClass->toggle($visibleid,$row->visible,'list') ?></span>
</td>
<td align="center" style="text-align:center" >
<span id="<?php echo $publishedid ?>" class="spanloading"><?php echo $this->toggleClass->toggle($publishedid,$row->published,'list') ?></span>
</td>
<td align="center" style="text-align:center" >
<?php echo $row->listid; ?>
</td>
</tr>
<?php
$k = 1-$k;
}
?>
</tbody>
</table>
<input type="hidden" name="option" value="<?php echo ACYMAILING_COMPONENT; ?>" />
<input type="hidden" name="task" value="" />
<input type="hidden" name="ctrl" value="<?php echo JRequest::getCmd('ctrl'); ?>" />
<input type="hidden" name="boxchecked" value="0" />
<input type="hidden" name="filter_order" value="<?php echo $this->pageInfo->filter->order->value; ?>" />
<input type="hidden" name="filter_order_Dir" value="<?php echo $this->pageInfo->filter->order->dir; ?>" />
<?php if(!empty($this->Itemid)) echo '<input type="hidden" name="Itemid" value="'.$this->Itemid.'" />';
echo JHTML::_( 'form.token' ); ?>
</form>
</div>
xxxxx1.0, XXX xxxx