| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/templates_c/ |
Upload File : |
<?php
/* Smarty version 3.1.29, created on 2022-09-01 08:45:17
from "/home/meusitei/public_html/central/templates/six/includes/captcha.tpl" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_6310711de16ec0_91713513',
'file_dependency' =>
array (
'4db2681a53c4d358fd21fd276530dc414b8f2980' =>
array (
0 => '/home/meusitei/public_html/central/templates/six/includes/captcha.tpl',
1 => 1531218804,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6310711de16ec0_91713513 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['captcha']->value) {?>
<div class="row">
<?php if ($_smarty_tpl->tpl_vars['filename']->value == 'index') {?>
<div class="domainchecker-homepage-captcha">
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['captcha']->value == "recaptcha") {?>
<?php echo '<script'; ?>
src="https://www.google.com/recaptcha/api.js" async defer><?php echo '</script'; ?>
>
<div id="google-recaptcha-domainchecker" class="g-recaptcha center-block" data-sitekey="<?php echo $_smarty_tpl->tpl_vars['reCaptchaPublicKey']->value;?>
"></div>
<?php } else { ?>
<div class="col-md-8 col-md-offset-2 col-xs-10 col-xs-offset-1">
<div id="default-captcha-domainchecker" class="<?php if ($_smarty_tpl->tpl_vars['filename']->value == 'domainchecker') {?>input-group input-group-box <?php }?>text-center">
<p><?php echo WHMCS\Smarty::langFunction(array('key'=>"captchaverify"),$_smarty_tpl);?>
</p>
<div class="col-xs-6 captchaimage">
<img id="inputCaptchaImage" src="includes/verifyimage.php" align="middle" />
</div>
<div class="col-xs-6">
<input id="inputCaptcha" type="text" name="code" maxlength="5" class="form-control <?php if ($_smarty_tpl->tpl_vars['filename']->value == 'register') {?>pull-left<?php }?>" />
</div>
</div>
</div>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['filename']->value == 'index') {?>
</div>
<?php }?>
</div>
<?php }
}
}