AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.112
Web Server : Apache
System : Linux webm013.cluster127.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 : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/nimes/modules/mod_cblogin/tmpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/nimes/modules/mod_cblogin/tmpl/bootstrap_j4.php
<?php
/**
* Community Builder (TM)
* @version $Id: $
* @package CommunityBuilder
* @copyright (C) 2004-2023 www.joomlapolis.com / Lightning MultiCom SA - and its licensors, all rights reserved
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2
*/
if ( ! ( defined( '_VALID_CB' ) || defined( '_JEXEC' ) || defined( '_VALID_MOS' ) ) ) { die( 'Direct Access to this location is not allowed.' ); }

use CBLib\Application\Application;
use CBLib\Language\CBTxt;
use Joomla\CMS\Language\Text;

$app->getDocument()->getWebAssetManager()
	->useScript('core')
	->useScript('keepalive')
	->useScript('field.passwordview');

Text::script('JSHOWPASSWORD');
Text::script('JHIDEPASSWORD');
?>
<?php echo modCBLoginHelper::getPlugins( $params, $type, 'beforeForm' ); ?>
<form action="<?php echo $_CB_framework->viewUrl( 'login', true, null, 'html', $secureForm ); ?>" method="post" id="login-form-<?php echo $module->id; ?>" class="mod-login cbLoginForm">
	<input type="hidden" name="option" value="com_comprofiler" />
	<input type="hidden" name="view" value="login" />
	<input type="hidden" name="op2" value="login" />
	<input type="hidden" name="return" value="B:<?php echo $loginReturnUrl; ?>" />
	<input type="hidden" name="message" value="<?php echo (int) $params->get( 'login_message', 0 ); ?>" />
	<input type="hidden" name="loginfrom" value="<?php echo htmlspecialchars( ( defined( '_UE_LOGIN_FROM' ) ? _UE_LOGIN_FROM : 'loginmodule' ) ); ?>" />
	<?php echo Application::Session()->getFormTokenInput(); ?>
	<?php echo modCBLoginHelper::getPlugins( $params, $type, 'start' ); ?>
	<?php if ( $preLogintText ) { ?>
		<div class="mod-login__pretext pretext <?php echo htmlspecialchars( $templateClass ); ?>">
			<p><?php echo $preLogintText; ?></p>
		</div>
	<?php } ?>
	<?php echo modCBLoginHelper::getPlugins( $params, $type, 'almostStart' ); ?>
	<?php if ( $loginMethod != 4 ) { ?>
		<div class="mod-login__userdata userdata">
			<div class="mod-login__username form-group">
				<?php if ( in_array( $showUsernameLabel, array( 1, 2, 3, 5 ) ) ) { ?>
					<?php if ( in_array( $showUsernameLabel, array( 2, 3, 5 ) ) ) { ?>
						<?php if ( $showUsernameLabel == 3 ) { ?>
							<label for="modlgn-username-<?php echo $module->id; ?>"><?php echo htmlspecialchars( $userNameText ); ?></label>
						<?php } ?>
						<div class="input-group">
							<?php if ( $showUsernameLabel != 3 ) { ?>
								<label for="modlgn-username-<?php echo $module->id; ?>" class="visually-hidden"><?php echo htmlspecialchars( $userNameText ); ?></label>
							<?php } ?>
							<input id="modlgn-username-<?php echo $module->id; ?>" type="text" name="username" class="<?php echo ( $styleUsername ? htmlspecialchars( $styleUsername ) : 'form-control' ); ?>" size="<?php echo $usernameInputLength; ?>" autocomplete="username"<?php echo ( in_array( $showUsernameLabel, array( 4, 5 ) ) ? ' placeholder="' . htmlspecialchars( $userNameText ) . '"' : null ); ?>>
							<span class="input-group-text" title="<?php echo htmlspecialchars( $userNameText ); ?>">
								<span class="icon-user icon-fw cbModuleUsernameIcon" aria-hidden="true"></span>
							</span>
						</div>
					<?php } else { ?>
						<?php if ( in_array( $showUsernameLabel, array( 1, 3 ) ) ) { ?>
							<label for="modlgn-username-<?php echo $module->id; ?>"><?php echo htmlspecialchars( $userNameText ); ?></label>
						<?php } ?>
						<input id="modlgn-username-<?php echo $module->id; ?>" type="text" name="username" class="<?php echo ( $styleUsername ? htmlspecialchars( $styleUsername ) : 'form-control' ); ?>" size="<?php echo $usernameInputLength; ?>" autocomplete="username"<?php echo ( in_array( $showUsernameLabel, array( 4, 5 ) ) ? ' placeholder="' . htmlspecialchars( $userNameText ) . '"' : null ); ?>>
					<?php } ?>
				<?php } else { ?>
					<input id="modlgn-username-<?php echo $module->id; ?>" type="text" name="username" class="<?php echo ( $styleUsername ? htmlspecialchars( $styleUsername ) : 'form-control' ); ?>" size="<?php echo $usernameInputLength; ?>" autocomplete="username"<?php echo ( in_array( $showUsernameLabel, array( 4, 5 ) ) ? ' placeholder="' . htmlspecialchars( $userNameText ) . '"' : null ); ?>>
				<?php } ?>
			</div>
			<div class="mod-login__password form-group">
				<?php if ( in_array( $showPasswordLabel, array( 1, 2, 3, 5 ) ) ) { ?>
					<?php if ( in_array( $showPasswordLabel, array( 2, 3, 5 ) ) ) { ?>
						<?php if ( $showPasswordLabel == 3 ) { ?>
							<label for="modlgn-passwd-<?php echo $module->id; ?>"><?php echo htmlspecialchars( CBTxt::T( 'Password' ) ); ?></label>
						<?php } ?>
						<div class="input-group">
							<?php if ( $showPasswordLabel != 3 ) { ?>
								<label for="modlgn-passwd-<?php echo $module->id; ?>" class="visually-hidden"><?php echo htmlspecialchars( CBTxt::T( 'Password' ) ); ?></label>
							<?php } ?>
							<input id="modlgn-passwd-<?php echo $module->id; ?>" type="password" name="passwd" autocomplete="current-password" class="<?php echo ( $stylePassword ? htmlspecialchars( $stylePassword ) : 'form-control' ); ?>" size="<?php echo $passwordInputLength; ?>"<?php echo ( in_array( $showPasswordLabel, array( 4, 5 ) ) ? ' placeholder="' . htmlspecialchars( CBTxt::T( 'Password' ) ) . '"' : null ); ?>>
							<button type="button" class="btn btn-secondary input-password-toggle">
								<span class="icon-eye icon-fw" aria-hidden="true"></span>
								<span class="visually-hidden"><?php echo CBTxt::T( 'Show Password' ); ?></span>
							</button>
						</div>
					<?php } else { ?>
						<?php if ( in_array( $showPasswordLabel, array( 1, 3 ) ) ) { ?>
							<label for="modlgn-passwd-<?php echo $module->id; ?>"><?php echo htmlspecialchars( CBTxt::T( 'Password' ) ); ?></label>
						<?php } ?>
						<input id="modlgn-passwd-<?php echo $module->id; ?>" type="password" name="passwd" autocomplete="current-password" class="<?php echo ( $stylePassword ? htmlspecialchars( $stylePassword ) : 'form-control' ); ?>" size="<?php echo $passwordInputLength; ?>"<?php echo ( in_array( $showPasswordLabel, array( 4, 5 ) ) ? ' placeholder="' . htmlspecialchars( CBTxt::T( 'Password' ) ) . '"' : null ); ?>>
					<?php } ?>
				<?php } else { ?>
					<input id="modlgn-passwd-<?php echo $module->id; ?>" type="password" name="passwd" autocomplete="current-password" class="<?php echo ( $stylePassword ? htmlspecialchars( $stylePassword ) : 'form-control' ); ?>" size="<?php echo $passwordInputLength; ?>"<?php echo ( in_array( $showPasswordLabel, array( 4, 5 ) ) ? ' placeholder="' . htmlspecialchars( CBTxt::T( 'Password' ) ) . '"' : null ); ?>>
				<?php } ?>
			</div>
			<?php if ( count( $twoFactorMethods ) > 1 ) { ?>
				<div class="mod-login__twofactor form-group">
					<?php if ( in_array( $showSecretKeyLabel, array( 1, 2, 3, 5 ) ) ) { ?>
						<?php if ( in_array( $showSecretKeyLabel, array( 2, 3, 5 ) ) ) { ?>
							<?php if ( $showSecretKeyLabel == 3 ) { ?>
								<label for="modlgn-secretkey-<?php echo $module->id; ?>"><?php echo htmlspecialchars( CBTxt::T( 'Secret Key' ) ); ?></label>
							<?php } ?>
							<div class="input-group">
								<span class="input-group-text">
									<span class="icon-star" aria-hidden="true"></span>
								</span>
								<?php if ( $showSecretKeyLabel != 3 ) { ?>
									<label for="modlgn-secretkey-<?php echo $module->id; ?>" class="visually-hidden"><?php echo htmlspecialchars( CBTxt::T( 'Secret Key' ) ); ?></label>
								<?php } ?>
								<input id="modlgn-secretkey-<?php echo $module->id; ?>" autocomplete="one-time-code" type="text" name="secretkey" class="<?php echo ( $styleSecretKey ? htmlspecialchars( $styleSecretKey ) : 'form-control' ); ?>" size="<?php echo $secretKeyInputLength; ?>"<?php echo ( in_array( $showSecretKeyLabel, array( 4, 5 ) ) ? ' placeholder="' . htmlspecialchars( CBTxt::T( 'Secret Key' ) ) . '"' : null ); ?>>
								<span class="input-group-text" title="<?php echo htmlspecialchars( CBTxt::T( 'If you have enabled two factor authentication in your user account please enter your secret key. If you do not know what this means, you can leave this field blank.' ) ); ?>">
									<span class="icon-question icon-fw" aria-hidden="true"></span>
								</span>
							</div>
						<?php } else { ?>
							<?php if ( in_array( $showSecretKeyLabel, array( 1, 3 ) ) ) { ?>
								<label for="modlgn-secretkey-<?php echo $module->id; ?>"><?php echo htmlspecialchars( CBTxt::T( 'Secret Key' ) ); ?></label>
							<?php } ?>
							<div class="input-group">
								<input id="modlgn-secretkey-<?php echo $module->id; ?>" autocomplete="one-time-code" type="text" name="secretkey" class="<?php echo ( $styleSecretKey ? htmlspecialchars( $styleSecretKey ) : 'form-control' ); ?>" size="<?php echo $secretKeyInputLength; ?>"<?php echo ( in_array( $showSecretKeyLabel, array( 4, 5 ) ) ? ' placeholder="' . htmlspecialchars( CBTxt::T( 'Secret Key' ) ) . '"' : null ); ?>>
								<span class="input-group-text" title="<?php echo htmlspecialchars( CBTxt::T( 'If you have enabled two factor authentication in your user account please enter your secret key. If you do not know what this means, you can leave this field blank.' ) ); ?>">
									<span class="icon-question icon-fw" aria-hidden="true"></span>
								</span>
							</div>
						<?php } ?>
					<?php } else { ?>
						<div class="input-group">
							<input id="modlgn-secretkey-<?php echo $module->id; ?>" autocomplete="one-time-code" type="text" name="secretkey" class="<?php echo ( $styleSecretKey ? htmlspecialchars( $styleSecretKey ) : 'form-control' ); ?>" size="<?php echo $secretKeyInputLength; ?>"<?php echo ( in_array( $showSecretKeyLabel, array( 4, 5 ) ) ? ' placeholder="' . htmlspecialchars( CBTxt::T( 'Secret Key' ) ) . '"' : null ); ?>>
							<span class="input-group-text" title="<?php echo htmlspecialchars( CBTxt::T( 'If you have enabled two factor authentication in your user account please enter your secret key. If you do not know what this means, you can leave this field blank.' ) ); ?>">
								<span class="icon-question icon-fw" aria-hidden="true"></span>
							</span>
						</div>
					<?php } ?>
				</div>
			<?php } ?>
			<?php if ( in_array( $showRememberMe, array( 1, 3 ) ) ) { ?>
				<div class="mod-login__remember form-group">
					<div id="form-login-remember-<?php echo $module->id; ?>" class="form-check">
						<label class="form-check-label">
							<input type="checkbox" name="remember" class="form-check-input" value="yes"<?php echo ( $showRememberMe == 3 ? ' checked' : null ); ?>>
							<?php echo htmlspecialchars( CBTxt::T( 'Remember Me' ) ); ?>
						</label>
					</div>
				</div>
			<?php } elseif ( $showRememberMe == 2 ) { ?>
				<input type="hidden" name="remember" value="yes">
			<?php } ?>
			<?php if ( $extraButtons ) { ?>
				<?php
					foreach ( $extraButtons as $extraButton ) {
						$dataAttributeKeys		=	array_filter( array_keys( $extraButton ), static function ( $key ) {
							return ( strpos( $key, 'data-' ) === 0 );
						});

						$extraButtonAttrs		=	'';

						foreach ( $dataAttributeKeys as $key ) {
							$extraButtonAttrs	.=	' ' . $key . '="' . $extraButton[$key] . '"';
						}

						if ( $extraButton['onclick'] ) {
							$extraButtonAttrs	.=	' onclick="' . $extraButton['onclick'] . '"';
						}
				?>
					<div class="mod-login__submit form-group">
						<button type="button" class="btn btn-secondary w-100 <?php echo ( $extraButton['class'] ?? '' ) ?>" title="<?php echo Text::_( $extraButton['label'] ); ?>" id="<?php echo $extraButton['id']; ?>"<?php echo $extraButtonAttrs; ?>>
							<?php if ( ! empty( $extraButton['icon'] ) ) { ?>
								<span class="<?php echo $extraButton['icon'] ?>"></span>
							<?php } elseif ( ! empty( $extraButton['image'] ) ) { ?>
								<?php echo $extraButton['image']; ?>
							<?php } elseif ( ! empty( $extraButton['svg'] ) ) { ?>
								<?php echo $extraButton['svg']; ?>
							<?php } ?>
							<?php echo Text::_( $extraButton['label'] ); ?>
						</button>
					</div>
				<?php } ?>
			<?php } ?>
			<?php echo modCBLoginHelper::getPlugins( $params, $type, 'beforeButton', 'div', 0, '', '', 'control-group' ); ?>
			<div class="mod-login__submit form-group">
				<button type="submit" name="Submit" class="<?php echo ( $styleLogin ? htmlspecialchars( $styleLogin ) : 'btn btn-primary' ); ?>"<?php echo $buttonStyle; ?>>
					<?php if ( in_array( $showButton, array( 1, 2, 3 ) ) ) { ?>
						<span class="<?php echo htmlspecialchars( $templateClass ); ?>">
							<span class="cbModuleLoginIcon fa fa-sign-in" title="<?php echo htmlspecialchars( CBTxt::T( 'Log in' ) ); ?>"></span>
						</span>
					<?php } ?>
					<?php if ( in_array( $showButton, array( 0, 1, 4 ) ) ) { ?>
						<?php echo htmlspecialchars( CBTxt::T( 'Log in' ) ); ?>
					<?php } ?>
				</button>
			</div>
			<?php echo modCBLoginHelper::getPlugins( $params, $type, 'afterButton', 'div', 0, '', '', 'control-group' ); ?>
		</div>
	<?php } else { ?>
		<?php echo modCBLoginHelper::getPlugins( $params, $type, 'beforeButton' ); ?>
		<?php echo modCBLoginHelper::getPlugins( $params, $type, 'afterButton' ); ?>
	<?php } ?>
	<?php if ( $showForgotLogin || $showRegister ) { ?>
		<ul class="mod-login__options list-unstyled">
			<?php if ( $showForgotLogin ) { ?>
				<li class="form-login-options-forgot">
					<a href="<?php echo $_CB_framework->viewUrl( 'lostpassword', true, null, 'html', $secureForm ); ?>"<?php echo ( $styleForgotLogin ? ' class="' . htmlspecialchars( $styleForgotLogin ) . '"' : null ); ?>>
						<?php if ( in_array( $showForgotLogin, array( 2, 3 ) ) ) { ?>
							<span class="<?php echo htmlspecialchars( $templateClass ); ?>">
								<span class="cbModuleForgotLoginIcon fa fa-unlock-alt" title="<?php echo htmlspecialchars( CBTxt::T( 'Forgot Login?' ) ); ?>"></span>
							</span>
						<?php } ?>
						<?php if ( in_array( $showForgotLogin, array( 1, 3 ) ) ) { ?>
							<?php echo CBTxt::T( 'Forgot Login?' ); ?>
						<?php } ?>
					</a>
				</li>
			<?php } ?>
			<?php if ( $showRegister ) { ?>
				<li class="form-login-options-register">
					<a href="<?php echo $_CB_framework->viewUrl( 'registers', true, null, 'html', $secureForm ); ?>"<?php echo ( $styleRegister ? ' class="' . htmlspecialchars( $styleRegister ) . '"' : null ); ?>>
						<?php if ( in_array( $params->get( 'show_newaccount', 1 ), array( 2, 3 ) ) ) { ?>
							<span class="<?php echo htmlspecialchars( $templateClass ); ?>">
								<span class="cbModuleRegisterIcon fa fa-edit" title="<?php echo htmlspecialchars( CBTxt::T( 'UE_REGISTER', 'Sign up' ) ); ?>"></span>
							</span>
						<?php } ?>
						<?php if ( in_array( $params->get( 'show_newaccount', 1 ), array( 1, 3 ) ) ) { ?>
							<?php echo CBTxt::T( 'UE_REGISTER', 'Sign up' ); ?>
						<?php } ?>
					</a>
				</li>
			<?php } ?>
		</ul>
	<?php } ?>
	<?php echo modCBLoginHelper::getPlugins( $params, $type, 'almostEnd' ); ?>
	<?php if ( $postLoginText ) { ?>
		<div class="mod-login__posttext posttext <?php echo htmlspecialchars( $templateClass ); ?>">
			<p><?php echo $postLoginText; ?></p>
		</div>
	<?php } ?>
	<?php echo modCBLoginHelper::getPlugins( $params, $type, 'end' ); ?>
</form>
<?php echo modCBLoginHelper::getPlugins( $params, $type, 'afterForm' ); ?>

Anon7 - 2022
AnonSec Team