Server IP : 213.176.29.180 / Your IP : 3.148.144.139 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 8.3.14 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/webtaragh/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
public_html/whmcs/templates_c/f660816f47bacfccc5babd5a5e0bf38258c0b830_0.file.captcha.tpl.php 0000644 00000006015 14736120105 0027301 0 ustar 00 home/webtaragh <?php /* Smarty version 3.1.36, created on 2023-09-24 06:38:45 from '/var/www/vhosts/agarousi.ir/agarousi.com/test2/templates/six/includes/captcha.tpl' */ /* @var Smarty_Internal_Template $_smarty_tpl */ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array ( 'version' => '3.1.36', 'unifunc' => 'content_650fd97545e984_06469563', 'has_nocache_code' => false, 'file_dependency' => array ( 'f660816f47bacfccc5babd5a5e0bf38258c0b830' => array ( 0 => '/var/www/vhosts/agarousi.ir/agarousi.com/test2/templates/six/includes/captcha.tpl', 1 => 1695537215, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_650fd97545e984_06469563 (Smarty_Internal_Template $_smarty_tpl) { if ($_smarty_tpl->tpl_vars['captcha']->value->isEnabled() && $_smarty_tpl->tpl_vars['captcha']->value->isEnabledForForm($_smarty_tpl->tpl_vars['captchaForm']->value)) {?> <div class="text-center<?php if ($_smarty_tpl->tpl_vars['containerClass']->value) { echo $_smarty_tpl->tpl_vars['containerClass']->value; } else { ?> row<?php }?>"> <?php if ($_smarty_tpl->tpl_vars['templatefile']->value == 'homepage') {?> <div class="domainchecker-homepage-captcha"> <?php }?> <?php if ($_smarty_tpl->tpl_vars['captcha']->value == "recaptcha") {?> <div id="google-recaptcha-domainchecker" class="form-group recaptcha-container"></div> <?php } elseif (!in_array($_smarty_tpl->tpl_vars['captcha']->value,array('invisible','recaptcha'))) {?> <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 call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>"captchaverify"),$_smarty_tpl ) );?> </p> <div class="col-xs-6 captchaimage"> <img id="inputCaptchaImage" data-src="<?php echo $_smarty_tpl->tpl_vars['systemurl']->value;?> includes/verifyimage.php" src="<?php echo $_smarty_tpl->tpl_vars['systemurl']->value;?> includes/verifyimage.php" align="middle" /> </div> <div class="col-xs-6"> <input id="inputCaptcha" type="text" name="code" maxlength="6" class="form-control <?php if ($_smarty_tpl->tpl_vars['filename']->value == 'register') {?>pull-left<?php }?>" data-toggle="tooltip" data-placement="right" data-trigger="manual" title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'orderForm.required'),$_smarty_tpl ) );?> "/> </div> </div> </div> <?php }?> <?php if ($_smarty_tpl->tpl_vars['templatefile']->value == 'homepage') {?> </div> <?php }?> </div> <?php } } }