0byt3m1n1-V2
Path:
/
home
/
academiac
/
www
/
[
Home
]
File: com_content.tar
index.html 0000666 00000000055 15137143664 0006557 0 ustar 00 <html><body bgcolor="#FFFFFF"></body></html> archive/default.php 0000666 00000003142 15137143664 0010340 0 ustar 00 <?php defined('_JEXEC') or die; JHtml::addIncludePath(JPATH_COMPONENT . '/helpers'); require_once dirname(__FILE__) . str_replace('/', DIRECTORY_SEPARATOR, '/../../../functions.php'); $content = new ArtxContent($this, $this->params); echo $content->beginPageContainer('archive'); ?> <form id="adminForm" action="<?php echo JRoute::_('index.php')?>" method="post"> <?php ob_start(); ?> <fieldset class="filters"> <legend class="hidelabeltxt"><?php echo JText::_('JGLOBAL_FILTER_LABEL'); ?></legend> <div class="filter-search"> <?php if ($this->params->get('filter_field') != 'hide') : ?> <label class="filter-search-lbl" for="filter-search"><?php echo JText::_('COM_CONTENT_'.$this->params->get('filter_field').'_FILTER_LABEL').' '; ?></label> <input type="text" name="filter-search" id="filter-search" value="<?php echo $this->escape($this->filter); ?>" class="inputbox" onchange="document.getElementById('adminForm').submit();" /> <?php endif; ?> <?php echo $this->form->monthField; ?> <?php echo $this->form->yearField; ?> <?php echo $this->form->limitField; ?> <button type="submit" class="button"><?php echo JText::_('JGLOBAL_FILTER_BUTTON'); ?></button> </div> <input type="hidden" name="view" value="archive" /> <input type="hidden" name="option" value="com_content" /> <input type="hidden" name="limitstart" value="0" /> </fieldset> <?php echo artxPost(array('header-text' => $content->pageHeading, 'content' => ob_get_clean())); echo $this->loadTemplate('items'); ?> </form> <?php echo $content->endPageContainer(); archive/.htaccess 0000666 00000000177 15137143664 0010006 0 ustar 00 <FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>