? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/happy2/modules/mod_jabulletin/tmpl/
File Upload :
Current File : /home/admin/public_html/old/happy2/modules/mod_jabulletin/tmpl/default.php

<?php
/**
 * ------------------------------------------------------------------------
 * JA Bulletin Module for J25 & J31
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */

defined('_JEXEC') or die('Restricted access'); 
$rtl = 0;
$doc = JFactory::getDocument();
if($doc->direction=='rtl') $rtl = 1;
$padding_prop = $rtl?'padding-right':'padding-left';
?>
<div id="ja-bulletin">
	<ul class="ja-bullettin<?php echo $params->get('moduleclass_sfx'); ?> clearfix">
	<?php if(!empty($list)): ?>
	<?php foreach ($list as $item) : ?>
		<li>
				<?php 
				$padding = ($params->get( 'show_image') && $item->image!='')?"style=\"$padding_prop:".($params->get('width')+10)."px\"":"";				
				if (isset($item->image)) : 
				?>
				<?php if( $item->image ) : ?>
					<a href="<?php echo $item->link; ?>" class="mostread<?php echo $params->get('moduleclass_sfx'); ?>-image">
						<?php echo $item->image; ?>
					</a>
				<?php endif; ?>
				<?php endif; ?>
				<div <?php echo $padding;?>>
				<a href="<?php echo $item->link; ?>" class="mostread<?php echo $params->get('moduleclass_sfx'); ?>"><?php echo $item->text; ?></a>
				<?php if ($showcreater) : ?>
						<br/><span class="createby"><?php echo $item->creater;?></span> 
				<?php endif; ?>
				<?php if (isset($item->date)) : ?>
				 - <span><?php echo JHTML::_('date', $item->date, JText::_('DATE_FORMAT_LC4')); ?></span>
				<?php endif; ?>
				<?php if (isset($item->hits)) : ?>
					<span class="item-hits">
					<?php if($useCustomText):
						 echo JText::_($customText);
					endif;
					?>
					<?php echo $item->hits; ?>
					</span>
				<?php endif; ?>
				<?php if ($showreadmore) : ?>
					<br/><a href="<?php echo $item->link; ?>" class="readon" title="<?php echo JText::sprintf('READ_MORE');?>"><?php echo JText::sprintf('READ_MORE');?></a>
				<?php endif; ?>
				</div>

		</li>
	<?php endforeach; ?>
	<?php endif; ?>
	</ul>
</div>

T1KUS90T
  root-grov@210.1.60.28:~$