Uname: Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: 6036 (villadal)
Group: 100 (users)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
//home/villadal/www/old///////booked/tpl_c      ( Reset | Go to )
File Name: 34f519e11cb5aa7a796b3f5b2bb986727dd77451.file.login.tpl.php
Edit
<?php /* Smarty version Smarty-3.1.16, created on 2014-07-30 15:03:19
         compiled from "/home/villadal/www/booked/tpl/login.tpl" */ 
?>
<?php 
/*%%SmartyHeaderCode:81742341353d909375fae83-13286813%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid $_smarty_tpl->decodeProperties(array (
  
'file_dependency' => 
  array (
    
'34f519e11cb5aa7a796b3f5b2bb986727dd77451' => 
    array (
      
=> '/home/villadal/www/booked/tpl/login.tpl',
      
=> 1406729969,
      
=> 'file',
    ),
  ),
  
'nocache_hash' => '81742341353d909375fae83-13286813',
  
'function' => 
  array (
  ),
  
'variables' => 
  array (
    
'ShowLoginError' => 0,
    
'ShowUsernamePrompt' => 0,
    
'ShowPasswordPrompt' => 0,
    
'Languages' => 0,
    
'SelectedLanguage' => 0,
    
'ShowPersistLoginPrompt' => 0,
    
'ResumeUrl' => 0,
    
'ShowRegisterLink' => 0,
    
'ShowScheduleLink' => 0,
    
'ShowForgotPasswordPrompt' => 0,
  ),
  
'has_nocache_code' => false,
  
'version' => 'Smarty-3.1.16',
  
'unifunc' => 'content_53d909376705b1_66953682',
),
false); /*/%%SmartyHeaderCode%%*/?>
<?php 
if ($_valid && !is_callable('content_53d909376705b1_66953682')) {function content_53d909376705b1_66953682($_smarty_tpl) {?>
<?php 
echo $_smarty_tpl->getSubTemplate ('globalheader.tpl'$_smarty_tpl->cache_id$_smarty_tpl->compile_id0null, array(), 0);?>


<?php if ($_smarty_tpl->tpl_vars['ShowLoginError']->value) {?>
<div id="loginError">
    <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['translate'][0][0]->SmartyTranslate(array('key'=>'LoginError'),$_smarty_tpl);?>

</div>
<?php }?>

<div id="loginbox">
    <!--This "$smarty.server.SCRIPT_NAME" sets up the form to post back to the same page that it is on.-->
    <form name="login" id="login" class="login" method="post" action="<?php echo $_SERVER['SCRIPT_NAME'];?>
">
        <div>
            <?php if ($_smarty_tpl->tpl_vars['ShowUsernamePrompt']->value) {?>
            <p>
                <label class="login"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['translate'][0][0]->SmartyTranslate(array('key'=>'UsernameOrEmail'),$_smarty_tpl);?>
<br/>
                <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['textbox'][0][0]->Textbox(array('name'=>"EMAIL",'class'=>"input",'size'=>"20",'tabindex'=>"10"),$_smarty_tpl);?>
</label>
            </p>
            <?php }?>

            <?php if ($_smarty_tpl->tpl_vars['ShowPasswordPrompt']->value) {?>
            <p>
                <label class="login"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['translate'][0][0]->SmartyTranslate(array('key'=>'Password'),$_smarty_tpl);?>
<br/>
                <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['textbox'][0][0]->Textbox(array('type'=>"password",'name'=>"PASSWORD",'class'=>"input",'value'=>'','size'=>"20",'tabindex'=>"20"),$_smarty_tpl);?>
</label>
            </p>
            <?php }?>

            <p>
                <label class="login"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['translate'][0][0]->SmartyTranslate(array('key'=>'Language'),$_smarty_tpl);?>
<br/>
                    <select <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['formname'][0][0]->GetFormName(array('key'=>'LANGUAGE'),$_smarty_tpl);?>
 class="input-small" id="languageDropDown">
                    <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['object_html_options'][0][0]->ObjectHtmlOptions(array('options'=>$_smarty_tpl->tpl_vars['Languages']->value,'key'=>'GetLanguageCode','label'=>'GetDisplayName','selected'=>$_smarty_tpl->tpl_vars['SelectedLanguage']->value),$_smarty_tpl);?>

                    </select>
            </p>

            <?php if ($_smarty_tpl->tpl_vars['ShowPersistLoginPrompt']->value) {?>
            <p class="stayloggedin">
                <label class="login"><input type="checkbox" name="<?php echo FormKeys::PERSIST_LOGIN;?>
" value="true"
                                            tabindex="30"/> <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['translate'][0][0]->SmartyTranslate(array('key'=>'RememberMe'),$_smarty_tpl);?>
</label>

            </p>
            <?php }?>

            <p class="loginsubmit">
                <button type="submit" name="<?php echo Actions::LOGIN;?>
" class="button" tabindex="100" value="submit"><img
                        src="img/door-open-in.png"/> <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['translate'][0][0]->SmartyTranslate(array('key'=>'LogIn'),$_smarty_tpl);?>
 </button>
                <input type="hidden" name="<?php echo FormKeys::RESUME;?>
" value="<?php echo $_smarty_tpl->tpl_vars['ResumeUrl']->value;?>
"/>
            </p>
        </div>
        <div style="clear:both;">&nbsp;</div>
    <?php if ($_smarty_tpl->tpl_vars['ShowRegisterLink']->value) {?>
        <h4 class="register">
            <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['translate'][0][0]->SmartyTranslate(array('key'=>'FirstTimeUser?'),$_smarty_tpl);?>

                <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['html_link'][0][0]->PrintLink(array('href'=>"register.php",'key'=>"CreateAnAccount"),$_smarty_tpl);?>

        </h4>
    <?php }?>
    </form>
</div>

<div id="login-links">
    <p>
        <?php if ($_smarty_tpl->tpl_vars['ShowScheduleLink']->value) {?>
        <a href="view-schedule.php"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['translate'][0][0]->SmartyTranslate(array('key'=>'ViewSchedule'),$_smarty_tpl);?>
</a>
        <?php }?>
        <?php if ($_smarty_tpl->tpl_vars['ShowScheduleLink']->value&&$_smarty_tpl->tpl_vars['ShowForgotPasswordPrompt']->value) {?>|<?php }?>
        <?php if ($_smarty_tpl->tpl_vars['ShowForgotPasswordPrompt']->value) {?>
        <a href="forgot.php"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['translate'][0][0]->SmartyTranslate(array('key'=>'ForgotMyPassword'),$_smarty_tpl);?>
</a>
        <?php }?>
    </p>
</div>

<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['setfocus'][0][0]->SetFocus(array('key'=>'EMAIL'),$_smarty_tpl);?>


<script type="text/javascript">
    var url = 'index.php?<?php echo QueryStringKeys::LANGUAGE;?>
=';
    $(document).ready(function () {
        $('#languageDropDown').change(function()
        {
            window.location.href = url + $(this).val();
        });

        var langCode = readCookie('<?php echo CookieKeys::LANGUAGE;?>
');

        if (!langCode) {
        }
    });
</script>
<?php echo $_smarty_tpl->getSubTemplate ('globalfooter.tpl'$_smarty_tpl->cache_id$_smarty_tpl->compile_id0null, array(), 0);?>
<?php 
}} ?>

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL