| Server IP : 213.255.246.8 / Your IP : 216.73.217.31 Web Server : Apache System : Linux dublin.stapolin.com 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64 User : stapolin ( 1019) PHP Version : 8.4.24 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/stapolin/whmdir/templates_c/ |
Upload File : |
<?php
/* Smarty version 3.1.36, created on 2023-08-16 20:24:02
from '/home/stapolin/billing.stapolin.com/admin/templates/login.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.36',
'unifunc' => 'content_64dd3062b294f9_23863155',
'has_nocache_code' => false,
'file_dependency' =>
array (
'5c3d04fa1f9c7afeb5311d09a8efbbca2d51d24c' =>
array (
0 => '/home/stapolin/billing.stapolin.com/admin/templates/login.tpl',
1 => 1692214322,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_64dd3062b294f9_23863155 (Smarty_Internal_Template $_smarty_tpl) {
?><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WHMCS - <?php echo $_smarty_tpl->tpl_vars['displayTitle']->value;?>
</title>
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet">
<link href="templates/login.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<?php echo '<script'; ?>
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"><?php echo '</script'; ?>
>
<![endif]-->
</head>
<body>
<div class="login-container">
<h1 class="logo">
<a href="login.php">
<img src="<?php echo $_smarty_tpl->tpl_vars['BASE_PATH_IMG']->value;?>
/whmcs.png" alt="WHMCS" />
</a>
</h1>
<div class="login-body">
<h2><?php echo $_smarty_tpl->tpl_vars['displayTitle']->value;?>
</h2>
<?php if ($_smarty_tpl->tpl_vars['infoMsg']->value) {?>
<div id="alertLoginInfo" class="alert alert-info text-center" role="alert">
<?php echo $_smarty_tpl->tpl_vars['infoMsg']->value;?>
</div>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['successMsg']->value) {?>
<div id="alertLoginSuccess" class="alert alert-success text-center" role="alert">
<?php echo $_smarty_tpl->tpl_vars['successMsg']->value;?>
</div>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['errorMsg']->value) {?>
<div id="alertLoginError" class="alert alert-danger text-center" role="alert">
<?php echo $_smarty_tpl->tpl_vars['errorMsg']->value;?>
</div>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['step']->value == "login") {?>
<form method="post" action="dologin.php">
<input type="hidden" name="redirect" value="<?php echo $_smarty_tpl->tpl_vars['redirectUri']->value;?>
" />
<div class="form-group">
<input type="text" name="username" class="form-control" placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'fields.username'),$_smarty_tpl ) );?>
" value="<?php echo $_smarty_tpl->tpl_vars['username']->value;?>
"<?php if (!$_smarty_tpl->tpl_vars['username']->value) {?> autofocus<?php }?> />
</div>
<div class="form-group">
<input type="password" name="password" class="form-control" placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'fields.password'),$_smarty_tpl ) );?>
"<?php if ($_smarty_tpl->tpl_vars['username']->value) {?> autofocus<?php }?> />
</div>
<?php if ($_smarty_tpl->tpl_vars['captcha']->value->isEnabled() && $_smarty_tpl->tpl_vars['captcha']->value->isEnabledForForm($_smarty_tpl->tpl_vars['captchaForm']->value)) {?>
<?php if ($_smarty_tpl->tpl_vars['captcha']->value->recaptcha->isEnabled() && !$_smarty_tpl->tpl_vars['captcha']->value->recaptcha->isInvisible()) {?>
<div class="form-group recaptcha-container"></div>
<?php }?>
<?php if (!$_smarty_tpl->tpl_vars['captcha']->value->recaptcha->isEnabled()) {?>
<div class="form-group captcha-container text-center">
<p>
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.captchaverify'),$_smarty_tpl ) );?>
</p>
<div class="row">
<div class="col-xs-6">
<img id="inputCaptchaImage" class="captchaimage" src="../includes/verifyimage.php" align="middle" />
</div>
<div class="col-xs-6">
<input id="inputCaptcha" type="text" name="code" maxlength="6" class="form-control" autocomplete="off" />
</div>
</div>
</div>
<?php }?>
<?php }?>
<div class="row">
<div class="col-sm-7">
<div class="checkbox">
<label>
<input type="checkbox" name="rememberme" value="1">
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.rememberme'),$_smarty_tpl ) );?>
</label>
</div>
</div>
<div class="col-sm-5">
<input type="submit" value="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.login'),$_smarty_tpl ) );?>
" class="btn btn-primary btn-block<?php echo $_smarty_tpl->tpl_vars['captcha']->value->getButtonClass($_smarty_tpl->tpl_vars['captchaForm']->value);?>
" />
</div>
</div>
</form>
<?php } elseif ($_smarty_tpl->tpl_vars['step']->value == "reset") {?>
<form action="login.php" method="post" id="<?php if (!empty($_smarty_tpl->tpl_vars['verify']->value)) {?>frmPasswordChange<?php } else { ?>frmResetPassword<?php }?>">
<input type="hidden" name="action" value="reset" />
<?php if (!empty($_smarty_tpl->tpl_vars['verify']->value)) {?>
<input type="hidden" name="sub" value="newPassword" />
<input type="hidden" name="verify" value="<?php echo $_smarty_tpl->tpl_vars['verify']->value;?>
" />
<div class="form-group">
<input type="password" id="password" name="password" class="form-control" placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.newpassword'),$_smarty_tpl ) );?>
" autofocus autocomplete="off" data-placement="left" data-trigger="manual" />
<span class="form-control-feedback glyphicon glyphicon-password"></span>
</div>
<div class="form-group">
<input type="password" id="passwordConfirm" name="password2" class="form-control" placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.newpasswordverify'),$_smarty_tpl ) );?>
" autocomplete="off" data-placement="left" data-trigger="manual" />
<span class="form-control-feedback glyphicon glyphicon-password"></span>
</div>
<div class="form-group">
<input type="submit" id="setPasswordButton" value="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.resetpassword'),$_smarty_tpl ) );?>
" class="btn btn-primary btn-block<?php echo $_smarty_tpl->tpl_vars['captcha']->value->getButtonClass($_smarty_tpl->tpl_vars['captchaForm']->value);?>
" />
</div>
<?php } else { ?>
<input type="hidden" name="sub" value="send" />
<div class="form-group">
<input type="text" name="email" class="form-control" placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.usernameoremail'),$_smarty_tpl ) );?>
" autofocus />
</div>
<?php if ($_smarty_tpl->tpl_vars['captcha']->value->isEnabled() && $_smarty_tpl->tpl_vars['captcha']->value->isEnabledForForm($_smarty_tpl->tpl_vars['captchaForm']->value)) {?>
<?php if ($_smarty_tpl->tpl_vars['captcha']->value->recaptcha->isEnabled() && !$_smarty_tpl->tpl_vars['captcha']->value->recaptcha->isInvisible()) {?>
<div class="form-group recaptcha-container"></div>
<?php }?>
<?php if (!$_smarty_tpl->tpl_vars['captcha']->value->recaptcha->isEnabled()) {?>
<div class="form-group captcha-container text-center">
<p>
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.captchaverify'),$_smarty_tpl ) );?>
</p>
<div class="row">
<div class="col-xs-6">
<img id="inputCaptchaImage" class="captchaimage" src="../includes/verifyimage.php" align="middle" />
</div>
<div class="col-xs-6">
<input id="inputCaptcha" type="text" name="code" maxlength="6" class="form-control" autocomplete="off" />
</div>
</div>
</div>
<?php }?>
<?php }?>
<div class="form-group">
<input type="submit" value="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.resetpassword'),$_smarty_tpl ) );?>
" class="btn btn-primary btn-block<?php echo $_smarty_tpl->tpl_vars['captcha']->value->getButtonClass($_smarty_tpl->tpl_vars['captchaForm']->value);?>
" />
</div>
<?php }?>
</form>
<?php } elseif ($_smarty_tpl->tpl_vars['step']->value == "twofa") {?>
<div class="text-center" align="center">
<form method="post" action="<?php echo $_smarty_tpl->tpl_vars['issuerurl']->value;?>
dologin.php" role="form">
<?php echo $_smarty_tpl->tpl_vars['challengeHtml']->value;?>
</form>
</div>
<?php } elseif ($_smarty_tpl->tpl_vars['step']->value == "twofabackupcode") {?>
<?php if ($_smarty_tpl->tpl_vars['successMsg']->value) {?>
<p><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'twofa.backupcodeexpl'),$_smarty_tpl ) );?>
</p>
<form method="post" action="dologin.php">
<input type="hidden" name="redirect" value="<?php echo $_smarty_tpl->tpl_vars['redirectUri']->value;?>
" />
<div class="form-group">
<input type="submit" value="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'global.continue'),$_smarty_tpl ) );?>
»" class="btn btn-primary btn-block" />
</div>
</form>
<?php } else { ?>
<form action="dologin.php" method="post">
<input type="hidden" name="backupcode" value="1" />
<input type="hidden" name="redirect" value="<?php echo $_smarty_tpl->tpl_vars['redirectUri']->value;?>
" />
<div class="form-group">
<input type="text" name="code" class="form-control" placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.backupcode'),$_smarty_tpl ) );?>
" autofocus />
</div>
<div class="form-group">
<input type="submit" value="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.login'),$_smarty_tpl ) );?>
" class="btn btn-primary btn-block" />
</div>
</form>
<?php }?>
<?php }?>
</div>
<div class="footer">
<?php if ($_smarty_tpl->tpl_vars['step']->value == "login") {?>
<?php if ($_smarty_tpl->tpl_vars['showPasswordResetLink']->value) {?>
<a href="login.php?action=reset">
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.forgotpassword'),$_smarty_tpl ) );?>
</a>
<?php } else { ?>
<span> </span>
<?php }?>
<?php } elseif ($_smarty_tpl->tpl_vars['step']->value == "reset") {?>
<a href="login.php">
« <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.backtologin'),$_smarty_tpl ) );?>
</a>
<?php } elseif ($_smarty_tpl->tpl_vars['step']->value == "twofa") {?>
<a href="login.php?<?php if ($_smarty_tpl->tpl_vars['redirectUri']->value) {?>redirect=<?php echo urlencode($_smarty_tpl->tpl_vars['redirectUri']->value);?>
&<?php }?>backupcode=1">
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.twofacantaccess2ndfactor'),$_smarty_tpl ) );?>
<br /><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.twofaloginusingbackupcode'),$_smarty_tpl ) );?>
</a>
<?php }?>
</div>
</div>
<div class="language-chooser">
<div class="btn-group pull-right">
<button type="button" class="btn btn-primary btn-sm dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<span id="languageName"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.chooselanguage'),$_smarty_tpl ) );?>
</span> <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['locales']->value, 'locale');
$_smarty_tpl->tpl_vars['locale']->do_else = true;
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['locale']->value) {
$_smarty_tpl->tpl_vars['locale']->do_else = false;
?>
<li><a href="?language=<?php echo $_smarty_tpl->tpl_vars['locale']->value['language'];?>
"><?php echo $_smarty_tpl->tpl_vars['locale']->value['localisedName'];?>
</a></li>
<?php
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
</ul>
</div>
</div>
<div class="poweredby text-center">
<a href="http://www.whmcs.com/" target="_blank">Powered by WHMCS</a>
</div>
<?php echo '<script'; ?>
type="text/javascript">
var recaptchaSiteKey = "<?php if ($_smarty_tpl->tpl_vars['captcha']->value) {
echo $_smarty_tpl->tpl_vars['captcha']->value->recaptcha->getSiteKey();
}?>";
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="templates/login.min.js"><?php echo '</script'; ?>
>
</body>
</html>
<?php }
}